| Package | Description |
|---|---|
| com.amazon.speech.speechlet |
Contains classes used to represent the key elements used for a speech-enabled
web service.
|
| com.amazon.speech.speechlet.interfaces.audioplayer.directive |
Contains classes used to represent the directives returned by your Alexa skill relating to the
AudioPlayer interface. |
| Modifier and Type | Method and Description |
|---|---|
List<Directive> |
SpeechletResponse.getDirectives()
Returns the directives associated with this response.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SpeechletResponse.setDirectives(List<Directive> directives)
Sets the directives for this response.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClearQueueDirective
This class represents the directive sent to clear the playback queue.
|
class |
PlayDirective
This class represents the directive sent to play an audio item.
|
class |
StopDirective
This class represents the directive to stop audio player playback.
|
Copyright © 2016. All rights reserved.