| 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 |
ApplicationIdSpeechletRequestVerifier
Deprecated.
Use
ApplicationIdSpeechletRequestEnvelopeVerifier instead. This version does not
look in the Context for applicationId. |
class |
TimestampSpeechletRequestVerifier
Verifies whether or not timestamps are valid within a certain tolerance.
|
| Constructor and Description |
|---|
SpeechletRequestVerifierWrapper(SpeechletRequestVerifier v1Verifier) |
Copyright © 2016. All rights reserved.