Package | Description |
---|---|
com.amazon.ask.model |
Modifier and Type | Method and Description |
---|---|
static SessionEndedErrorType |
SessionEndedErrorType.fromValue(String text) |
SessionEndedErrorType |
SessionEndedError.getType()
A string indicating the type of error that occurred.
|
static SessionEndedErrorType |
SessionEndedErrorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SessionEndedErrorType[] |
SessionEndedErrorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SessionEndedError.Builder |
SessionEndedError.Builder.withType(SessionEndedErrorType type) |
Copyright © 2023. All rights reserved.