| Package | Description |
|---|---|
| com.amazon.speech.speechlet.interfaces.playbackcontroller.request |
Contains classes used to represent the requests sent to your Alexa skill relating to the
PlaybackController interface. |
| Modifier and Type | Class and Description |
|---|---|
class |
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.
|
class |
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.
|
class |
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.
|
class |
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.
|
Copyright © 2016. All rights reserved.