| 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.verifier |
Contains classes used for verifying requests sent to your service.
|
| Constructor and Description |
|---|
SpeechletRequestHandler(List<SpeechletRequestVerifier> requestVerifiers,
List<SpeechletResponseVerifier> responseVerifiers)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CardSpeechletResponseVerifier
|
class |
OutputSpeechSpeechletResponseVerifier
A
SpeechletResponseVerifier to verify the size of the OutputSpeech returned in
SpeechletResponseEnvelope. |
class |
ResponseSizeSpeechletResponseVerifier
A
SpeechletResponseVerifier to verify the size of the complete response returned in
SpeechletResponseEnvelope. |
Copyright © 2016. All rights reserved.