| 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 | Method and Description |
|---|---|
Speechlet |
SpeechletToSpeechletV2Adapter.getSpeechlet() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
SpeechletRequestHandler.handleSpeechletCall(Speechlet speechlet,
byte[] serializedSpeechletRequest)
Deprecated.
Please use
handleSpeechletCall(SpeechletV2, byte[]) instead. |
| Constructor and Description |
|---|
SpeechletRequestDispatcher(Speechlet speechlet) |
SpeechletToSpeechletV2Adapter(Speechlet speechlet) |
| Constructor and Description |
|---|
SpeechletRequestStreamHandler(Speechlet speechlet,
Set<String> supportedApplicationIds) |
| Modifier and Type | Method and Description |
|---|---|
Speechlet |
SpeechletServlet.getSpeechlet()
Returns the
Speechlet object that this servlet uses. |
| Modifier and Type | Method and Description |
|---|---|
void |
SpeechletServlet.setSpeechlet(Speechlet speechlet)
Sets the
Speechlet object that this servlet uses. |
Copyright © 2016. All rights reserved.