| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexruntime.model |
| Modifier and Type | Method and Description |
|---|---|
static DialogAction.Builder |
DialogAction.builder() |
DialogAction.Builder |
DialogAction.Builder.fulfillmentState(FulfillmentState fulfillmentState)
The fulfillment state of the intent.
|
DialogAction.Builder |
DialogAction.Builder.fulfillmentState(String 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(MessageFormatType messageFormat)
|
DialogAction.Builder |
DialogAction.Builder.messageFormat(String 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(DialogActionType type)
The next action that the bot should take in its interaction with the user.
|
DialogAction.Builder |
DialogAction.Builder.type(String type)
The next action that the bot should take in its interaction with the user.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DialogAction.Builder> |
DialogAction.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetSessionResponse.Builder |
GetSessionResponse.Builder.dialogAction(Consumer<DialogAction.Builder> dialogAction)
Describes the current state of the bot.
|
default PutSessionRequest.Builder |
PutSessionRequest.Builder.dialogAction(Consumer<DialogAction.Builder> dialogAction)
Sets the next action that the bot should take to fulfill the conversation.
|
Copyright © 2023. All rights reserved.