| 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 |
|---|---|
SessionEndedRequest |
SessionEndedRequest.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
void |
Speechlet.onSessionEnded(SessionEndedRequest request,
Session session)
Callback used to notify that the session ended as a result of the user interacting, or not
interacting with the device.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SpeechletV2.onSessionEnded(SpeechletRequestEnvelope<SessionEndedRequest> requestEnvelope)
Callback used to notify that the session ended as a result of the user interacting, or not
interacting with the device.
|
void |
SpeechletToSpeechletV2Adapter.onSessionEnded(SpeechletRequestEnvelope<SessionEndedRequest> requestEnvelope) |
Copyright © 2016. All rights reserved.