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.
|
default IntentConfirmationSetting.Builder |
IntentConfirmationSetting.Builder.confirmationConditional(Consumer<ConditionalSpecification.Builder> confirmationConditional) |
A list of conditional branches to evaluate after the intent is closed.
|
IntentConfirmationSetting.Builder |
IntentConfirmationSetting.Builder.confirmationConditional(ConditionalSpecification 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.
|
default IntentConfirmationSetting.Builder |
IntentConfirmationSetting.Builder.declinationConditional(Consumer<ConditionalSpecification.Builder> declinationConditional) |
A list of conditional branches to evaluate after the intent is declined.
|
IntentConfirmationSetting.Builder |
IntentConfirmationSetting.Builder.declinationConditional(ConditionalSpecification 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.
|
default IntentConfirmationSetting.Builder |
IntentConfirmationSetting.Builder.failureConditional(Consumer<ConditionalSpecification.Builder> failureConditional) |
Sets the value of the FailureConditional property for this object.
|
IntentConfirmationSetting.Builder |
IntentConfirmationSetting.Builder.failureConditional(ConditionalSpecification 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() |
|