| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
static DialogAction.Builder |
DialogAction.builder() |
DialogAction.Builder |
DialogAction.Builder.slotToElicit(String slotToElicit)
If the dialog action is
ElicitSlot, defines the slot to elicit from the user. |
DialogAction.Builder |
DialogAction.Builder.suppressNextMessage(Boolean suppressNextMessage)
When true the next message for the intent is not used.
|
DialogAction.Builder |
DialogAction.toBuilder() |
DialogAction.Builder |
DialogAction.Builder.type(DialogActionType type)
The action that the bot should execute.
|
DialogAction.Builder |
DialogAction.Builder.type(String type)
The action that the bot should execute.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DialogAction.Builder> |
DialogAction.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DialogState.Builder |
DialogState.Builder.dialogAction(Consumer<DialogAction.Builder> dialogAction)
Sets the value of the DialogAction property for this object.
|
Copyright © 2022. All rights reserved.