| Package | Description |
|---|---|
| com.amazon.speech.speechlet.interfaces.playbackcontroller |
Contains classes used by the
PlaybackController interface. |
| com.amazon.speech.speechlet.interfaces.playbackcontroller.request |
Contains classes used to represent the requests sent to your Alexa skill relating to the
PlaybackController interface. |
| Class and Description |
|---|
| NextCommandIssuedRequest
The request object indicating that a user wishes to skip to the next media item in their playback
queue using an on-client button press or GUI affordance.
|
| PauseCommandIssuedRequest
The request object indicating that a user wishes to pause the playback of a media item using an
on-client button press or GUI affordance.
|
| PlayCommandIssuedRequest
The request object indicating that a user wishes to start/resume playback of a media item using
an on-client button press or GUI affordance.
|
| PreviousCommandIssuedRequest
The request object indicating that a user wishes to skip to the previous media item in their
playback queue using an on-client button press or GUI affordance.
|
| Class and Description |
|---|
| NextCommandIssuedRequest
The request object indicating that a user wishes to skip to the next media item in their playback
queue using an on-client button press or GUI affordance.
|
| NextCommandIssuedRequest.Builder
Builder used to construct a new
NextCommandIssuedRequest. |
| PauseCommandIssuedRequest
The request object indicating that a user wishes to pause the playback of a media item using an
on-client button press or GUI affordance.
|
| PauseCommandIssuedRequest.Builder
Builder used to construct a new
PauseCommandIssuedRequest. |
| PlaybackControllerRequest
A superclass for Playback Controller requests.
|
| PlayCommandIssuedRequest
The request object indicating that a user wishes to start/resume playback of a media item using
an on-client button press or GUI affordance.
|
| PlayCommandIssuedRequest.Builder
Builder used to construct a new
PlayCommandIssuedRequest. |
| PreviousCommandIssuedRequest
The request object indicating that a user wishes to skip to the previous media item in their
playback queue using an on-client button press or GUI affordance.
|
| PreviousCommandIssuedRequest.Builder
Builder used to construct a new
PreviousCommandIssuedRequest. |
Copyright © 2016. All rights reserved.