| 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 |
|---|---|
SessionStartedRequest |
SessionStartedRequest.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
void |
Speechlet.onSessionStarted(SessionStartedRequest request,
Session session)
Used to notify that a new session started as a result of a user interacting with the device.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SpeechletV2.onSessionStarted(SpeechletRequestEnvelope<SessionStartedRequest> requestEnvelope)
Used to notify that a new session started as a result of a user interacting with the device.
|
void |
SpeechletToSpeechletV2Adapter.onSessionStarted(SpeechletRequestEnvelope<SessionStartedRequest> requestEnvelope) |
Copyright © 2016. All rights reserved.