| Package | Description |
|---|---|
| com.amazonaws.services.lexruntime.model |
| Modifier and Type | Method and Description |
|---|---|
DialogAction |
DialogAction.addSlotsEntry(String key,
String value) |
DialogAction |
DialogAction.clearSlotsEntries()
Removes all the entries added into Slots.
|
DialogAction |
DialogAction.clone() |
DialogAction |
GetSessionResult.getDialogAction()
Describes the current state of the bot.
|
DialogAction |
PutSessionRequest.getDialogAction()
Sets the next action that the bot should take to fulfill the conversation.
|
DialogAction |
DialogAction.withFulfillmentState(FulfillmentState fulfillmentState)
The fulfillment state of the intent.
|
DialogAction |
DialogAction.withFulfillmentState(String fulfillmentState)
The fulfillment state of the intent.
|
DialogAction |
DialogAction.withIntentName(String intentName)
The name of the intent.
|
DialogAction |
DialogAction.withMessage(String message)
The message that should be shown to the user.
|
DialogAction |
DialogAction.withMessageFormat(MessageFormatType messageFormat)
|
DialogAction |
DialogAction.withMessageFormat(String messageFormat)
|
DialogAction |
DialogAction.withSlots(Map<String,String> slots)
Map of the slots that have been gathered and their values.
|
DialogAction |
DialogAction.withSlotToElicit(String slotToElicit)
The name of the slot that should be elicited from the user.
|
DialogAction |
DialogAction.withType(DialogActionType type)
The next action that the bot should take in its interaction with the user.
|
DialogAction |
DialogAction.withType(String type)
The next action that the bot should take in its interaction with the user.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetSessionResult.setDialogAction(DialogAction dialogAction)
Describes the current state of the bot.
|
void |
PutSessionRequest.setDialogAction(DialogAction dialogAction)
Sets the next action that the bot should take to fulfill the conversation.
|
GetSessionResult |
GetSessionResult.withDialogAction(DialogAction dialogAction)
Describes the current state of the bot.
|
PutSessionRequest |
PutSessionRequest.withDialogAction(DialogAction dialogAction)
Sets the next action that the bot should take to fulfill the conversation.
|
Copyright © 2019. All rights reserved.