| Package | Description |
|---|---|
| com.amazon.speech.speechlet |
Contains classes used to represent the key elements used for a speech-enabled
web 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. |
byte[] |
SpeechletRequestHandler.handleSpeechletCall(Speechlet speechlet,
byte[] serializedSpeechletRequest)
Deprecated.
Please use
handleSpeechletCall(SpeechletV2, byte[]) instead. |
byte[] |
SpeechletRequestHandler.handleSpeechletCall(SpeechletV2 speechlet,
byte[] serializedSpeechletRequest)
Processes the provided bytes as a request from the Alexa service and generates an appropriate
response after dispatching the request to the appropriate method calls on the
SpeechletV2 provided at construction time. |
Copyright © 2016. All rights reserved.