| 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.request |
Contains classes used to represent the requests sent to your Alexa skill relating to the
AudioPlayer 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. |
| com.amazon.speech.speechlet.interfaces.system.request |
Contains classes used to represent the requests sent to your Alexa skill relating to the
System interface. |
| Modifier and Type | Class and Description |
|---|---|
static class |
SpeechletRequest.SpeechletRequestBuilder<T extends SpeechletRequest.SpeechletRequestBuilder,S extends SpeechletRequest>
Builder used to construct a new
SpeechletRequest. |
| Modifier and Type | Class and Description |
|---|---|
static class |
IntentRequest.Builder
Builder used to construct a new
IntentRequest. |
static class |
LaunchRequest.Builder
Builder used to construct a new
LaunchRequest. |
static class |
SessionEndedRequest.Builder
Builder used to construct a new
SessionEndedRequest. |
static class |
SessionStartedRequest.Builder
Builder used to construct a new
SessionStartedRequest. |
| Constructor and Description |
|---|
CoreSpeechletRequest(SpeechletRequest.SpeechletRequestBuilder builder) |
SpeechletRequest(SpeechletRequest.SpeechletRequestBuilder builder)
Private constructor to return a new
SpeechletRequest from a Builder. |
| Modifier and Type | Class and Description |
|---|---|
static class |
PlaybackFailedRequest.Builder
Builder used to construct a new
PlaybackFailedRequest. |
static class |
PlaybackFinishedRequest.Builder
Builder used to construct a new
PlaybackFinishedRequest. |
static class |
PlaybackNearlyFinishedRequest.Builder
Builder used to construct a new
PlaybackNearlyFinishedRequest. |
static class |
PlaybackStartedRequest.Builder
Builder used to construct a new
PlaybackStartedRequest. |
static class |
PlaybackStoppedRequest.Builder
Builder used to construct a new
PlaybackStoppedRequest. |
| Constructor and Description |
|---|
AudioPlayerRequest(SpeechletRequest.SpeechletRequestBuilder builder) |
| Modifier and Type | Class and Description |
|---|---|
static class |
NextCommandIssuedRequest.Builder
Builder used to construct a new
NextCommandIssuedRequest. |
static class |
PauseCommandIssuedRequest.Builder
Builder used to construct a new
PauseCommandIssuedRequest. |
static class |
PlayCommandIssuedRequest.Builder
Builder used to construct a new
PlayCommandIssuedRequest. |
static class |
PreviousCommandIssuedRequest.Builder
Builder used to construct a new
PreviousCommandIssuedRequest. |
| Constructor and Description |
|---|
PlaybackControllerRequest(SpeechletRequest.SpeechletRequestBuilder builder) |
| Modifier and Type | Class and Description |
|---|---|
static class |
ExceptionEncounteredRequest.Builder
Builder used to construct a new
ErrorOccurredRequest. |
| Constructor and Description |
|---|
SystemRequest(SpeechletRequest.SpeechletRequestBuilder builder) |
Copyright © 2016. All rights reserved.