| Package | Description |
|---|---|
| com.amazonaws.services.lexruntime.model |
| Modifier and Type | Method and Description |
|---|---|
static DialogState |
DialogState.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
void |
PostTextResult.setDialogState(DialogState dialogState)
Identifies the current state of the user interaction.
|
void |
PostContentResult.setDialogState(DialogState dialogState)
Identifies the current state of the user interaction.
|
PostTextResult |
PostTextResult.withDialogState(DialogState dialogState)
Identifies the current state of the user interaction.
|
PostContentResult |
PostContentResult.withDialogState(DialogState dialogState)
Identifies the current state of the user interaction.
|
PutSessionResult |
PutSessionResult.withDialogState(DialogState dialogState)
|
Copyright © 2021. All rights reserved.