| Package | Description |
|---|---|
| com.amazon.speech.speechlet.interfaces.audioplayer.request |
Contains classes used to represent the requests sent to your Alexa skill relating to the
AudioPlayer interface. |
| Modifier and Type | Class and Description |
|---|---|
class |
PlaybackFailedRequest
The request object containing the
Error that occurred during audio player playback for
AudioPlayer invocation. |
class |
PlaybackFinishedRequest
The request object indicating the audio player stream has finished playing for
AudioPlayer invocation. |
class |
PlaybackNearlyFinishedRequest
The request object indicating the client playing the audio player stream is ready to
buffer/download the next stream in playback queue.
|
class |
PlaybackStartedRequest
The request object indicating the audio player stream has started playing.
|
class |
PlaybackStoppedRequest
The request object indicating the audio player stream has stopped playing.
|
Copyright © 2016. All rights reserved.