| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
IntentConfirmationSetting |
CreateIntentRequest.intentConfirmationSetting()
Provides prompts that Amazon Lex sends to the user to confirm the completion of an intent.
|
IntentConfirmationSetting |
CreateIntentResponse.intentConfirmationSetting()
The confirmation setting specified for the intent.
|
IntentConfirmationSetting |
DescribeIntentResponse.intentConfirmationSetting()
Prompts that Amazon Lex sends to the user to confirm completion of an intent.
|
IntentConfirmationSetting |
UpdateIntentRequest.intentConfirmationSetting()
New prompts that Amazon Lex sends to the user to confirm the completion of an intent.
|
IntentConfirmationSetting |
UpdateIntentResponse.intentConfirmationSetting()
The updated prompts that Amazon Lex sends to the user to confirm the completion of an intent.
|
| Modifier and Type | Method and Description |
|---|---|
CreateIntentRequest.Builder |
CreateIntentRequest.Builder.intentConfirmationSetting(IntentConfirmationSetting intentConfirmationSetting)
Provides prompts that Amazon Lex sends to the user to confirm the completion of an intent.
|
CreateIntentResponse.Builder |
CreateIntentResponse.Builder.intentConfirmationSetting(IntentConfirmationSetting intentConfirmationSetting)
The confirmation setting specified for the intent.
|
DescribeIntentResponse.Builder |
DescribeIntentResponse.Builder.intentConfirmationSetting(IntentConfirmationSetting intentConfirmationSetting)
Prompts that Amazon Lex sends to the user to confirm completion of an intent.
|
UpdateIntentRequest.Builder |
UpdateIntentRequest.Builder.intentConfirmationSetting(IntentConfirmationSetting intentConfirmationSetting)
New prompts that Amazon Lex sends to the user to confirm the completion of an intent.
|
UpdateIntentResponse.Builder |
UpdateIntentResponse.Builder.intentConfirmationSetting(IntentConfirmationSetting intentConfirmationSetting)
The updated prompts that Amazon Lex sends to the user to confirm the completion of an intent.
|
Copyright © 2022. All rights reserved.