| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
IntentConfirmationSetting.Builder |
IntentConfirmationSetting.Builder.active(Boolean active)
Specifies whether the intent's confirmation is sent to the user.
|
static IntentConfirmationSetting.Builder |
IntentConfirmationSetting.builder() |
default IntentConfirmationSetting.Builder |
IntentConfirmationSetting.Builder.declinationResponse(Consumer<ResponseSpecification.Builder> declinationResponse)
When the user answers "no" to the question defined in
promptSpecification, Amazon Lex responds
with this response to acknowledge that the intent was canceled. |
IntentConfirmationSetting.Builder |
IntentConfirmationSetting.Builder.declinationResponse(ResponseSpecification declinationResponse)
When the user answers "no" to the question defined in
promptSpecification, Amazon Lex responds
with this response to acknowledge that the intent was canceled. |
default IntentConfirmationSetting.Builder |
IntentConfirmationSetting.Builder.promptSpecification(Consumer<PromptSpecification.Builder> promptSpecification)
Prompts the user to confirm the intent.
|
IntentConfirmationSetting.Builder |
IntentConfirmationSetting.Builder.promptSpecification(PromptSpecification promptSpecification)
Prompts the user to confirm the intent.
|
IntentConfirmationSetting.Builder |
IntentConfirmationSetting.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends IntentConfirmationSetting.Builder> |
IntentConfirmationSetting.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateIntentRequest.Builder |
CreateIntentRequest.Builder.intentConfirmationSetting(Consumer<IntentConfirmationSetting.Builder> intentConfirmationSetting)
Provides prompts that Amazon Lex sends to the user to confirm the completion of an intent.
|
default CreateIntentResponse.Builder |
CreateIntentResponse.Builder.intentConfirmationSetting(Consumer<IntentConfirmationSetting.Builder> intentConfirmationSetting)
The confirmation setting specified for the intent.
|
default DescribeIntentResponse.Builder |
DescribeIntentResponse.Builder.intentConfirmationSetting(Consumer<IntentConfirmationSetting.Builder> intentConfirmationSetting)
Prompts that Amazon Lex sends to the user to confirm completion of an intent.
|
default UpdateIntentRequest.Builder |
UpdateIntentRequest.Builder.intentConfirmationSetting(Consumer<IntentConfirmationSetting.Builder> intentConfirmationSetting)
New prompts that Amazon Lex sends to the user to confirm the completion of an intent.
|
default UpdateIntentResponse.Builder |
UpdateIntentResponse.Builder.intentConfirmationSetting(Consumer<IntentConfirmationSetting.Builder> intentConfirmationSetting)
The updated prompts that Amazon Lex sends to the user to confirm the completion of an intent.
|
Copyright © 2022. All rights reserved.