| Package | Description |
|---|---|
| com.amazonaws.services.lexruntime.model |
| Modifier and Type | Method and Description |
|---|---|
IntentSummary |
IntentSummary.addSlotsEntry(String key,
String value)
Add a single Slots entry
|
IntentSummary |
IntentSummary.clearSlotsEntries()
Removes all the entries added into Slots.
|
IntentSummary |
IntentSummary.clone() |
IntentSummary |
IntentSummary.withCheckpointLabel(String checkpointLabel)
A user-defined label that identifies a particular intent.
|
IntentSummary |
IntentSummary.withConfirmationStatus(ConfirmationStatus confirmationStatus)
The status of the intent after the user responds to the confirmation prompt.
|
IntentSummary |
IntentSummary.withConfirmationStatus(String confirmationStatus)
The status of the intent after the user responds to the confirmation prompt.
|
IntentSummary |
IntentSummary.withDialogActionType(DialogActionType dialogActionType)
The next action that the bot should take in its interaction with the user.
|
IntentSummary |
IntentSummary.withDialogActionType(String dialogActionType)
The next action that the bot should take in its interaction with the user.
|
IntentSummary |
IntentSummary.withFulfillmentState(FulfillmentState fulfillmentState)
The fulfillment state of the intent.
|
IntentSummary |
IntentSummary.withFulfillmentState(String fulfillmentState)
The fulfillment state of the intent.
|
IntentSummary |
IntentSummary.withIntentName(String intentName)
The name of the intent.
|
IntentSummary |
IntentSummary.withSlots(Map<String,String> slots)
Map of the slots that have been gathered and their values.
|
IntentSummary |
IntentSummary.withSlotToElicit(String slotToElicit)
The next slot to elicit from the user.
|
| Modifier and Type | Method and Description |
|---|---|
List<IntentSummary> |
PutSessionRequest.getRecentIntentSummaryView()
A summary of the recent intents for the bot.
|
List<IntentSummary> |
GetSessionResult.getRecentIntentSummaryView()
An array of information about the intents used in the session.
|
| Modifier and Type | Method and Description |
|---|---|
PutSessionRequest |
PutSessionRequest.withRecentIntentSummaryView(IntentSummary... recentIntentSummaryView)
A summary of the recent intents for the bot.
|
GetSessionResult |
GetSessionResult.withRecentIntentSummaryView(IntentSummary... recentIntentSummaryView)
An array of information about the intents used in the session.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PutSessionRequest.setRecentIntentSummaryView(Collection<IntentSummary> recentIntentSummaryView)
A summary of the recent intents for the bot.
|
void |
GetSessionResult.setRecentIntentSummaryView(Collection<IntentSummary> recentIntentSummaryView)
An array of information about the intents used in the session.
|
PutSessionRequest |
PutSessionRequest.withRecentIntentSummaryView(Collection<IntentSummary> recentIntentSummaryView)
A summary of the recent intents for the bot.
|
GetSessionResult |
GetSessionResult.withRecentIntentSummaryView(Collection<IntentSummary> recentIntentSummaryView)
An array of information about the intents used in the session.
|
Copyright © 2024. All rights reserved.