static DialogAction.Builder |
DialogAction.builder() |
|
DialogAction.Builder |
DialogAction.Builder.slotElicitationStyle(String slotElicitationStyle) |
Configures the slot to use spell-by-letter or spell-by-word style.
|
DialogAction.Builder |
DialogAction.Builder.slotElicitationStyle(StyleType slotElicitationStyle) |
Configures the slot to use spell-by-letter or spell-by-word style.
|
DialogAction.Builder |
DialogAction.Builder.slotToElicit(String slotToElicit) |
The name of the slot that should be elicited from the user.
|
default DialogAction.Builder |
DialogAction.Builder.subSlotToElicit(Consumer<ElicitSubSlot.Builder> subSlotToElicit) |
The name of the constituent sub slot of the composite slot specified in slotToElicit that should be elicited
from the user.
|
DialogAction.Builder |
DialogAction.Builder.subSlotToElicit(ElicitSubSlot subSlotToElicit) |
The name of the constituent sub slot of the composite slot specified in slotToElicit that should be elicited
from the user.
|
DialogAction.Builder |
DialogAction.toBuilder() |
|
DialogAction.Builder |
DialogAction.Builder.type(String type) |
The next action that the bot should take in its interaction with the user.
|
DialogAction.Builder |
DialogAction.Builder.type(DialogActionType type) |
The next action that the bot should take in its interaction with the user.
|