| Package | Description |
|---|---|
| com.amazon.ask.model |
| Modifier and Type | Method and Description |
|---|---|
static SessionEndedReason |
SessionEndedReason.fromValue(String text) |
SessionEndedReason |
SessionEndedRequest.getReason()
Describes why the session ended.
|
static SessionEndedReason |
SessionEndedReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SessionEndedReason[] |
SessionEndedReason.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(SessionEndedReason reason) |
Copyright © 2023. All rights reserved.