| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
IntentConfirmationSetting |
IntentConfirmationSetting.clone() |
IntentConfirmationSetting |
CreateIntentResult.getIntentConfirmationSetting()
The confirmation setting specified for the intent.
|
IntentConfirmationSetting |
CreateIntentRequest.getIntentConfirmationSetting()
Provides prompts that Amazon Lex sends to the user to confirm the completion of an intent.
|
IntentConfirmationSetting |
DescribeIntentResult.getIntentConfirmationSetting()
Prompts that Amazon Lex sends to the user to confirm completion of an intent.
|
IntentConfirmationSetting |
UpdateIntentRequest.getIntentConfirmationSetting()
New prompts that Amazon Lex sends to the user to confirm the completion of an intent.
|
IntentConfirmationSetting |
UpdateIntentResult.getIntentConfirmationSetting()
The updated prompts that Amazon Lex sends to the user to confirm the completion of an intent.
|
IntentConfirmationSetting |
IntentConfirmationSetting.withActive(Boolean active)
Specifies whether the intent's confirmation is sent to the user.
|
IntentConfirmationSetting |
IntentConfirmationSetting.withCodeHook(DialogCodeHookInvocationSetting codeHook)
The
DialogCodeHookInvocationSetting object associated with intent's confirmation step. |
IntentConfirmationSetting |
IntentConfirmationSetting.withConfirmationConditional(ConditionalSpecification confirmationConditional)
A list of conditional branches to evaluate after the intent is closed.
|
IntentConfirmationSetting |
IntentConfirmationSetting.withConfirmationNextStep(DialogState confirmationNextStep)
Specifies the next step that the bot executes when the customer confirms the intent.
|
IntentConfirmationSetting |
IntentConfirmationSetting.withConfirmationResponse(ResponseSpecification confirmationResponse) |
IntentConfirmationSetting |
IntentConfirmationSetting.withDeclinationConditional(ConditionalSpecification declinationConditional)
A list of conditional branches to evaluate after the intent is declined.
|
IntentConfirmationSetting |
IntentConfirmationSetting.withDeclinationNextStep(DialogState declinationNextStep)
Specifies the next step that the bot executes when the customer declines the intent.
|
IntentConfirmationSetting |
IntentConfirmationSetting.withDeclinationResponse(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. |
IntentConfirmationSetting |
IntentConfirmationSetting.withElicitationCodeHook(ElicitationCodeHookInvocationSetting elicitationCodeHook)
The
DialogCodeHookInvocationSetting used when the code hook is invoked during confirmation prompt
retries. |
IntentConfirmationSetting |
IntentConfirmationSetting.withFailureConditional(ConditionalSpecification failureConditional) |
IntentConfirmationSetting |
IntentConfirmationSetting.withFailureNextStep(DialogState failureNextStep)
The next step to take in the conversation if the confirmation step fails.
|
IntentConfirmationSetting |
IntentConfirmationSetting.withFailureResponse(ResponseSpecification failureResponse) |
IntentConfirmationSetting |
IntentConfirmationSetting.withPromptSpecification(PromptSpecification promptSpecification)
Prompts the user to confirm the intent.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateIntentResult.setIntentConfirmationSetting(IntentConfirmationSetting intentConfirmationSetting)
The confirmation setting specified for the intent.
|
void |
CreateIntentRequest.setIntentConfirmationSetting(IntentConfirmationSetting intentConfirmationSetting)
Provides prompts that Amazon Lex sends to the user to confirm the completion of an intent.
|
void |
DescribeIntentResult.setIntentConfirmationSetting(IntentConfirmationSetting intentConfirmationSetting)
Prompts that Amazon Lex sends to the user to confirm completion of an intent.
|
void |
UpdateIntentRequest.setIntentConfirmationSetting(IntentConfirmationSetting intentConfirmationSetting)
New prompts that Amazon Lex sends to the user to confirm the completion of an intent.
|
void |
UpdateIntentResult.setIntentConfirmationSetting(IntentConfirmationSetting intentConfirmationSetting)
The updated prompts that Amazon Lex sends to the user to confirm the completion of an intent.
|
CreateIntentResult |
CreateIntentResult.withIntentConfirmationSetting(IntentConfirmationSetting intentConfirmationSetting)
The confirmation setting specified for the intent.
|
CreateIntentRequest |
CreateIntentRequest.withIntentConfirmationSetting(IntentConfirmationSetting intentConfirmationSetting)
Provides prompts that Amazon Lex sends to the user to confirm the completion of an intent.
|
DescribeIntentResult |
DescribeIntentResult.withIntentConfirmationSetting(IntentConfirmationSetting intentConfirmationSetting)
Prompts that Amazon Lex sends to the user to confirm completion of an intent.
|
UpdateIntentRequest |
UpdateIntentRequest.withIntentConfirmationSetting(IntentConfirmationSetting intentConfirmationSetting)
New prompts that Amazon Lex sends to the user to confirm the completion of an intent.
|
UpdateIntentResult |
UpdateIntentResult.withIntentConfirmationSetting(IntentConfirmationSetting intentConfirmationSetting)
The updated prompts that Amazon Lex sends to the user to confirm the completion of an intent.
|
Copyright © 2023. All rights reserved.