public static interface DialogAction.Builder extends SdkPojo, CopyableBuilder<DialogAction.Builder,DialogAction>
| Modifier and Type | Method and Description |
|---|---|
DialogAction.Builder |
slotToElicit(String slotToElicit)
If the dialog action is
ElicitSlot, defines the slot to elicit from the user. |
DialogAction.Builder |
suppressNextMessage(Boolean suppressNextMessage)
When true the next message for the intent is not used.
|
DialogAction.Builder |
type(DialogActionType type)
The action that the bot should execute.
|
DialogAction.Builder |
type(String type)
The action that the bot should execute.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDialogAction.Builder type(String type)
The action that the bot should execute.
type - The action that the bot should execute.DialogActionType,
DialogActionTypeDialogAction.Builder type(DialogActionType type)
The action that the bot should execute.
type - The action that the bot should execute.DialogActionType,
DialogActionTypeDialogAction.Builder slotToElicit(String slotToElicit)
If the dialog action is ElicitSlot, defines the slot to elicit from the user.
slotToElicit - If the dialog action is ElicitSlot, defines the slot to elicit from the user.DialogAction.Builder suppressNextMessage(Boolean suppressNextMessage)
When true the next message for the intent is not used.
suppressNextMessage - When true the next message for the intent is not used.Copyright © 2022. All rights reserved.