AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Provides a prompt for making sure that the user is ready for the intent to be fulfilled.
Namespace: Amazon.LexModelsV2.Model
Assembly: AWSSDK.LexModelsV2.dll
Version: 3.x.y.z
public class IntentConfirmationSetting
The IntentConfirmationSetting type exposes the following members
Name | Description | |
---|---|---|
![]() |
IntentConfirmationSetting() |
Name | Type | Description | |
---|---|---|---|
![]() |
Active | System.Boolean |
Gets and sets the property Active.
Specifies whether the intent's confirmation is sent to the user. When this field is
false, confirmation and declination responses aren't sent. If the |
![]() |
CodeHook | Amazon.LexModelsV2.Model.DialogCodeHookInvocationSetting |
Gets and sets the property CodeHook.
The |
![]() |
ConfirmationConditional | Amazon.LexModelsV2.Model.ConditionalSpecification |
Gets and sets the property ConfirmationConditional. A list of conditional branches to evaluate after the intent is closed. |
![]() |
ConfirmationNextStep | Amazon.LexModelsV2.Model.DialogState |
Gets and sets the property ConfirmationNextStep. Specifies the next step that the bot executes when the customer confirms the intent. |
![]() |
ConfirmationResponse | Amazon.LexModelsV2.Model.ResponseSpecification |
Gets and sets the property ConfirmationResponse. |
![]() |
DeclinationConditional | Amazon.LexModelsV2.Model.ConditionalSpecification |
Gets and sets the property DeclinationConditional. A list of conditional branches to evaluate after the intent is declined. |
![]() |
DeclinationNextStep | Amazon.LexModelsV2.Model.DialogState |
Gets and sets the property DeclinationNextStep. Specifies the next step that the bot executes when the customer declines the intent. |
![]() |
DeclinationResponse | Amazon.LexModelsV2.Model.ResponseSpecification |
Gets and sets the property DeclinationResponse.
When the user answers "no" to the question defined in |
![]() |
ElicitationCodeHook | Amazon.LexModelsV2.Model.ElicitationCodeHookInvocationSetting |
Gets and sets the property ElicitationCodeHook.
The |
![]() |
FailureConditional | Amazon.LexModelsV2.Model.ConditionalSpecification |
Gets and sets the property FailureConditional. |
![]() |
FailureNextStep | Amazon.LexModelsV2.Model.DialogState |
Gets and sets the property FailureNextStep. The next step to take in the conversation if the confirmation step fails. |
![]() |
FailureResponse | Amazon.LexModelsV2.Model.ResponseSpecification |
Gets and sets the property FailureResponse. |
![]() |
PromptSpecification | Amazon.LexModelsV2.Model.PromptSpecification |
Gets and sets the property PromptSpecification. Prompts the user to confirm the intent. This question should have a yes or no answer.
Amazon Lex uses this prompt to ensure that the user acknowledges that the intent is
ready for fulfillment. For example, with the |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5