| 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.Reason |
SessionEndedRequest.getReason()
Returns the reason for the session to have ended.
|
static SessionEndedRequest.Reason |
SessionEndedRequest.Reason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SessionEndedRequest.Reason[] |
SessionEndedRequest.Reason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SessionEndedRequest.Builder |
SessionEndedRequest.Builder.withReason(SessionEndedRequest.Reason reason) |
Copyright © 2016. All rights reserved.