| 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.dialog.directives | |
| com.amazon.speech.speechlet.interfaces.audioplayer.directive |
Contains classes used to represent the directives returned by your Alexa skill relating to the
AudioPlayer interface. |
| com.amazon.speech.speechlet.interfaces.core.directive | |
| com.amazon.speech.speechlet.interfaces.display.directive |
Contains classes used to represent the directives returned by your Alexa skill relating to the
Display interface. |
| com.amazon.speech.speechlet.interfaces.videoapp.directive |
Contains classes used to represent the directives returned by your Alexa skill relating to the
VideoApp 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 |
ConfirmIntentDirective
A Directive which a skill may return to indicate that the skill is asking the user to
confirm or deny the overall intent.
|
class |
ConfirmSlotDirective
A Directive which a skill may return to indicate that the skill is asking the user to
confirm or deny a slot value.
|
class |
DelegateDirective
A Directive which a skill may return to indicate that dialog management should be delegated
to Alexa, based on the required slots and confirmations configured in the Skill Builder.
|
class |
DialogDirective
Abstract superclass for Dialog.* directives.
|
class |
ElicitSlotDirective
A Directive which a skill may return to indicate that the skill is requesting the user to
provide a value for a slot.
|
| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HintDirective
The hint directive renders a hint to customer when there is an appropriate rendering mechanism.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RenderTemplateDirective
This class represents the directive sent to render a template.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LaunchDirective
This class represents the directive to launch the video player application.
|
Copyright © 2017. All rights reserved.