| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
IntentConfirmationSetting |
IntentConfirmationSetting.clone() |
IntentConfirmationSetting |
UpdateIntentResult.getIntentConfirmationSetting()
The updated 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 |
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 |
UpdateIntentRequest.getIntentConfirmationSetting()
New 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.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.withPromptSpecification(PromptSpecification promptSpecification)
Prompts the user to confirm the intent.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateIntentResult.setIntentConfirmationSetting(IntentConfirmationSetting intentConfirmationSetting)
The updated 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 |
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 |
UpdateIntentRequest.setIntentConfirmationSetting(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.
|
DescribeIntentResult |
DescribeIntentResult.withIntentConfirmationSetting(IntentConfirmationSetting intentConfirmationSetting)
Prompts that Amazon Lex sends to the user to confirm 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.
|
UpdateIntentRequest |
UpdateIntentRequest.withIntentConfirmationSetting(IntentConfirmationSetting intentConfirmationSetting)
New prompts that Amazon Lex sends to the user to confirm the completion of an intent.
|
Copyright © 2022. All rights reserved.