| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
DialogAction |
DialogAction.clone() |
DialogAction |
DialogState.getDialogAction() |
DialogAction |
DialogAction.withSlotToElicit(String slotToElicit)
If the dialog action is
ElicitSlot, defines the slot to elicit from the user. |
DialogAction |
DialogAction.withSuppressNextMessage(Boolean suppressNextMessage)
When true the next message for the intent is not used.
|
DialogAction |
DialogAction.withType(DialogActionType type)
The action that the bot should execute.
|
DialogAction |
DialogAction.withType(String type)
The action that the bot should execute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DialogState.setDialogAction(DialogAction dialogAction) |
DialogState |
DialogState.withDialogAction(DialogAction dialogAction) |
Copyright © 2022. All rights reserved.