| 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.
|
| Modifier and Type | Method and Description |
|---|---|
SpeechletResponseEnvelope |
SpeechletRequestDispatcher.dispatchSpeechletCall(SpeechletRequestEnvelope<?> requestEnvelope,
Session session)
Processes the provided
SpeechletRequestEnvelope and generates an appropriate response
after dispatching the appropriate method calls on the SpeechletV2 provided at
construction time. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CardSpeechletResponseVerifier.verify(SpeechletResponseEnvelope responseEnvelope,
Session session) |
boolean |
OutputSpeechSpeechletResponseVerifier.verify(SpeechletResponseEnvelope responseEnvelope,
Session session) |
boolean |
ResponseSizeSpeechletResponseVerifier.verify(SpeechletResponseEnvelope responseEnvelope,
Session session) |
boolean |
SpeechletResponseVerifier.verify(SpeechletResponseEnvelope responseEnvelope,
Session session)
Verifies a
SpeechletResponseEnvelope within the context of the Session in
which it was received. |
Copyright © 2016. All rights reserved.