| 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.lambda |
Contains classes used when hosting your service on AWS Lambda.
|
| com.amazon.speech.speechlet.servlet |
Contains classes representing the servlet used to host
Speechlets. |
| Modifier and Type | Class and Description |
|---|---|
class |
SpeechletToSpeechletV2Adapter
This class is intended for internal use only.
|
| Modifier and Type | Method and Description |
|---|---|
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. |
| Constructor and Description |
|---|
SpeechletRequestDispatcher(SpeechletV2 speechlet) |
| Constructor and Description |
|---|
SpeechletRequestStreamHandler(SpeechletV2 speechlet,
Set<String> supportedApplicationIds)
When extending this class, use a zero argument constructor and pass the appropriate
SpeechletV2 and Set of supported ApplicationIds to this method. |
| Modifier and Type | Method and Description |
|---|---|
SpeechletV2 |
SpeechletServlet.getSpeechletV2()
Returns the
SpeechletV2 object that this servlet uses. |
| Modifier and Type | Method and Description |
|---|---|
void |
SpeechletServlet.setSpeechlet(SpeechletV2 speechlet)
Sets the
SpeechletV2 object that this servlet uses. |
Copyright © 2016. All rights reserved.