| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexruntime.model |
| Modifier and Type | Method and Description |
|---|---|
static IntentSummary.Builder |
IntentSummary.builder() |
IntentSummary.Builder |
IntentSummary.Builder.checkpointLabel(String checkpointLabel)
A user-defined label that identifies a particular intent.
|
IntentSummary.Builder |
IntentSummary.Builder.confirmationStatus(ConfirmationStatus confirmationStatus)
The status of the intent after the user responds to the confirmation prompt.
|
IntentSummary.Builder |
IntentSummary.Builder.confirmationStatus(String confirmationStatus)
The status of the intent after the user responds to the confirmation prompt.
|
IntentSummary.Builder |
IntentSummary.Builder.dialogActionType(DialogActionType dialogActionType)
The next action that the bot should take in its interaction with the user.
|
IntentSummary.Builder |
IntentSummary.Builder.dialogActionType(String dialogActionType)
The next action that the bot should take in its interaction with the user.
|
IntentSummary.Builder |
IntentSummary.Builder.fulfillmentState(FulfillmentState fulfillmentState)
The fulfillment state of the intent.
|
IntentSummary.Builder |
IntentSummary.Builder.fulfillmentState(String fulfillmentState)
The fulfillment state of the intent.
|
IntentSummary.Builder |
IntentSummary.Builder.intentName(String intentName)
The name of the intent.
|
IntentSummary.Builder |
IntentSummary.Builder.slots(Map<String,String> slots)
Map of the slots that have been gathered and their values.
|
IntentSummary.Builder |
IntentSummary.Builder.slotToElicit(String slotToElicit)
The next slot to elicit from the user.
|
IntentSummary.Builder |
IntentSummary.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends IntentSummary.Builder> |
IntentSummary.serializableBuilderClass() |
Copyright © 2023. All rights reserved.