| 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.codeHook(Consumer<DialogCodeHookInvocationSetting.Builder> codeHook)
The
DialogCodeHookInvocationSetting object associated with intent's confirmation step. |
IntentConfirmationSetting.Builder |
IntentConfirmationSetting.Builder.codeHook(DialogCodeHookInvocationSetting codeHook)
The
DialogCodeHookInvocationSetting object associated with intent's confirmation step. |
IntentConfirmationSetting.Builder |
IntentConfirmationSetting.Builder.confirmationConditional(ConditionalSpecification confirmationConditional)
A list of conditional branches to evaluate after the intent is closed.
|
default IntentConfirmationSetting.Builder |
IntentConfirmationSetting.Builder.confirmationConditional(Consumer<ConditionalSpecification.Builder> confirmationConditional)
A list of conditional branches to evaluate after the intent is closed.
|
default IntentConfirmationSetting.Builder |
IntentConfirmationSetting.Builder.confirmationNextStep(Consumer<DialogState.Builder> confirmationNextStep)
Specifies the next step that the bot executes when the customer confirms the intent.
|
IntentConfirmationSetting.Builder |
IntentConfirmationSetting.Builder.confirmationNextStep(DialogState confirmationNextStep)
Specifies the next step that the bot executes when the customer confirms the intent.
|
default IntentConfirmationSetting.Builder |
IntentConfirmationSetting.Builder.confirmationResponse(Consumer<ResponseSpecification.Builder> confirmationResponse)
Sets the value of the ConfirmationResponse property for this object.
|
IntentConfirmationSetting.Builder |
IntentConfirmationSetting.Builder.confirmationResponse(ResponseSpecification confirmationResponse)
Sets the value of the ConfirmationResponse property for this object.
|
IntentConfirmationSetting.Builder |
IntentConfirmationSetting.Builder.declinationConditional(ConditionalSpecification declinationConditional)
A list of conditional branches to evaluate after the intent is declined.
|
default IntentConfirmationSetting.Builder |
IntentConfirmationSetting.Builder.declinationConditional(Consumer<ConditionalSpecification.Builder> declinationConditional)
A list of conditional branches to evaluate after the intent is declined.
|
default IntentConfirmationSetting.Builder |
IntentConfirmationSetting.Builder.declinationNextStep(Consumer<DialogState.Builder> declinationNextStep)
Specifies the next step that the bot executes when the customer declines the intent.
|
IntentConfirmationSetting.Builder |
IntentConfirmationSetting.Builder.declinationNextStep(DialogState declinationNextStep)
Specifies the next step that the bot executes when the customer declines the intent.
|
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.elicitationCodeHook(Consumer<ElicitationCodeHookInvocationSetting.Builder> elicitationCodeHook)
The
DialogCodeHookInvocationSetting used when the code hook is invoked during confirmation
prompt retries. |
IntentConfirmationSetting.Builder |
IntentConfirmationSetting.Builder.elicitationCodeHook(ElicitationCodeHookInvocationSetting elicitationCodeHook)
The
DialogCodeHookInvocationSetting used when the code hook is invoked during confirmation
prompt retries. |
IntentConfirmationSetting.Builder |
IntentConfirmationSetting.Builder.failureConditional(ConditionalSpecification failureConditional)
Sets the value of the FailureConditional property for this object.
|
default IntentConfirmationSetting.Builder |
IntentConfirmationSetting.Builder.failureConditional(Consumer<ConditionalSpecification.Builder> failureConditional)
Sets the value of the FailureConditional property for this object.
|
default IntentConfirmationSetting.Builder |
IntentConfirmationSetting.Builder.failureNextStep(Consumer<DialogState.Builder> failureNextStep)
The next step to take in the conversation if the confirmation step fails.
|
IntentConfirmationSetting.Builder |
IntentConfirmationSetting.Builder.failureNextStep(DialogState failureNextStep)
The next step to take in the conversation if the confirmation step fails.
|
default IntentConfirmationSetting.Builder |
IntentConfirmationSetting.Builder.failureResponse(Consumer<ResponseSpecification.Builder> failureResponse)
Sets the value of the FailureResponse property for this object.
|
IntentConfirmationSetting.Builder |
IntentConfirmationSetting.Builder.failureResponse(ResponseSpecification failureResponse)
Sets the value of the FailureResponse property for this object.
|
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.