| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexruntime.model |
| Modifier and Type | Method and Description |
|---|---|
DialogState |
PostTextResponse.dialogState()
Identifies the current state of the user interaction.
|
DialogState |
PostContentResponse.dialogState()
Identifies the current state of the user interaction.
|
DialogState |
PutSessionResponse.dialogState()
|
static DialogState |
DialogState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static DialogState |
DialogState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DialogState[] |
DialogState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<DialogState> |
DialogState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
PostTextResponse.Builder |
PostTextResponse.Builder.dialogState(DialogState dialogState)
Identifies the current state of the user interaction.
|
PostContentResponse.Builder |
PostContentResponse.Builder.dialogState(DialogState dialogState)
Identifies the current state of the user interaction.
|
PutSessionResponse.Builder |
PutSessionResponse.Builder.dialogState(DialogState dialogState)
|
Copyright © 2023. All rights reserved.