static DialogAction.Builder |
DialogAction.builder() |
|
DialogAction.Builder |
DialogAction.Builder.fulfillmentState(String fulfillmentState) |
The fulfillment state of the intent.
|
DialogAction.Builder |
DialogAction.Builder.fulfillmentState(FulfillmentState fulfillmentState) |
The fulfillment state of the intent.
|
DialogAction.Builder |
DialogAction.Builder.intentName(String intentName) |
The name of the intent.
|
DialogAction.Builder |
DialogAction.Builder.message(String message) |
The message that should be shown to the user.
|
DialogAction.Builder |
DialogAction.Builder.messageFormat(String messageFormat) |
|
DialogAction.Builder |
DialogAction.Builder.messageFormat(MessageFormatType messageFormat) |
|
DialogAction.Builder |
DialogAction.Builder.slots(Map<String,String> slots) |
Map of the slots that have been gathered and their values.
|
DialogAction.Builder |
DialogAction.Builder.slotToElicit(String slotToElicit) |
The name of the slot 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.
|