Show / Hide Table of Contents

Class CfnBotPropsMixin.IntentConfirmationSettingProperty

Provides a prompt for making sure that the user is ready for the intent to be fulfilled.

Inheritance
object
CfnBotPropsMixin.IntentConfirmationSettingProperty
Implements
CfnBotPropsMixin.IIntentConfirmationSettingProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Lex
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnBotPropsMixin.IntentConfirmationSettingProperty : CfnBotPropsMixin.IIntentConfirmationSettingProperty
Syntax (vb)
Public Class CfnBotPropsMixin.IntentConfirmationSettingProperty Implements CfnBotPropsMixin.IIntentConfirmationSettingProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-intentconfirmationsetting.html

ExampleMetadata: fixture=_generated

Synopsis

Constructors

IntentConfirmationSettingProperty()

Provides a prompt for making sure that the user is ready for the intent to be fulfilled.

Properties

CodeHook

The DialogCodeHookInvocationSetting object associated with intent's confirmation step.

ConfirmationConditional

A list of conditional branches to evaluate after the intent is closed.

ConfirmationNextStep

Specifies the next step that the bot executes when the customer confirms the intent.

ConfirmationResponse

Specifies a list of message groups that Amazon Lex uses to respond the user input.

DeclinationConditional

A list of conditional branches to evaluate after the intent is declined.

DeclinationNextStep

Specifies the next step that the bot executes when the customer declines the intent.

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.

ElicitationCodeHook

The DialogCodeHookInvocationSetting used when the code hook is invoked during confirmation prompt retries.

FailureConditional

Provides a list of conditional branches.

FailureNextStep

The next step to take in the conversation if the confirmation step fails.

FailureResponse

Specifies a list of message groups that Amazon Lex uses to respond the user input when the intent confirmation fails.

IsActive

Specifies whether the intent's confirmation is sent to the user.

PromptSpecification

Prompts the user to confirm the intent. This question should have a yes or no answer.

Constructors

IntentConfirmationSettingProperty()

Provides a prompt for making sure that the user is ready for the intent to be fulfilled.

public IntentConfirmationSettingProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-intentconfirmationsetting.html

ExampleMetadata: fixture=_generated

Properties

CodeHook

The DialogCodeHookInvocationSetting object associated with intent's confirmation step.

public object? CodeHook { get; set; }
Property Value

object

Remarks

The dialog code hook is triggered based on these invocation settings when the confirmation next step or declination next step or failure next step is InvokeDialogCodeHook .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-intentconfirmationsetting.html#cfn-lex-bot-intentconfirmationsetting-codehook

Type union: either IResolvable or CfnBotPropsMixin.IDialogCodeHookInvocationSettingProperty

ConfirmationConditional

A list of conditional branches to evaluate after the intent is closed.

public object? ConfirmationConditional { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-intentconfirmationsetting.html#cfn-lex-bot-intentconfirmationsetting-confirmationconditional

Type union: either IResolvable or CfnBotPropsMixin.IConditionalSpecificationProperty

ConfirmationNextStep

Specifies the next step that the bot executes when the customer confirms the intent.

public object? ConfirmationNextStep { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-intentconfirmationsetting.html#cfn-lex-bot-intentconfirmationsetting-confirmationnextstep

Type union: either IResolvable or CfnBotPropsMixin.IDialogStateProperty

ConfirmationResponse

Specifies a list of message groups that Amazon Lex uses to respond the user input.

public object? ConfirmationResponse { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-intentconfirmationsetting.html#cfn-lex-bot-intentconfirmationsetting-confirmationresponse

Type union: either IResolvable or CfnBotPropsMixin.IResponseSpecificationProperty

DeclinationConditional

A list of conditional branches to evaluate after the intent is declined.

public object? DeclinationConditional { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-intentconfirmationsetting.html#cfn-lex-bot-intentconfirmationsetting-declinationconditional

Type union: either IResolvable or CfnBotPropsMixin.IConditionalSpecificationProperty

DeclinationNextStep

Specifies the next step that the bot executes when the customer declines the intent.

public object? DeclinationNextStep { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-intentconfirmationsetting.html#cfn-lex-bot-intentconfirmationsetting-declinationnextstep

Type union: either IResolvable or CfnBotPropsMixin.IDialogStateProperty

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.

public object? DeclinationResponse { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-intentconfirmationsetting.html#cfn-lex-bot-intentconfirmationsetting-declinationresponse

Type union: either IResolvable or CfnBotPropsMixin.IResponseSpecificationProperty

ElicitationCodeHook

The DialogCodeHookInvocationSetting used when the code hook is invoked during confirmation prompt retries.

public object? ElicitationCodeHook { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-intentconfirmationsetting.html#cfn-lex-bot-intentconfirmationsetting-elicitationcodehook

Type union: either IResolvable or CfnBotPropsMixin.IElicitationCodeHookInvocationSettingProperty

FailureConditional

Provides a list of conditional branches.

public object? FailureConditional { get; set; }
Property Value

object

Remarks

Branches are evaluated in the order that they are entered in the list. The first branch with a condition that evaluates to true is executed. The last branch in the list is the default branch. The default branch should not have any condition expression. The default branch is executed if no other branch has a matching condition.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-intentconfirmationsetting.html#cfn-lex-bot-intentconfirmationsetting-failureconditional

Type union: either IResolvable or CfnBotPropsMixin.IConditionalSpecificationProperty

FailureNextStep

The next step to take in the conversation if the confirmation step fails.

public object? FailureNextStep { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-intentconfirmationsetting.html#cfn-lex-bot-intentconfirmationsetting-failurenextstep

Type union: either IResolvable or CfnBotPropsMixin.IDialogStateProperty

FailureResponse

Specifies a list of message groups that Amazon Lex uses to respond the user input when the intent confirmation fails.

public object? FailureResponse { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-intentconfirmationsetting.html#cfn-lex-bot-intentconfirmationsetting-failureresponse

Type union: either IResolvable or CfnBotPropsMixin.IResponseSpecificationProperty

IsActive

Specifies whether the intent's confirmation is sent to the user.

public object? IsActive { get; set; }
Property Value

object

Remarks

When this field is false, confirmation and declination responses aren't sent. If the IsActive field isn't specified, the default is true.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-intentconfirmationsetting.html#cfn-lex-bot-intentconfirmationsetting-isactive

Type union: either bool or IResolvable

PromptSpecification

Prompts the user to confirm the intent. This question should have a yes or no answer.

public object? PromptSpecification { get; set; }
Property Value

object

Remarks

Amazon Lex uses this prompt to ensure that the user acknowledges that the intent is ready for fulfillment. For example, with the OrderPizza intent, you might want to confirm that the order is correct before placing it. For other intents, such as intents that simply respond to user questions, you might not need to ask the user for confirmation before providing the information.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-intentconfirmationsetting.html#cfn-lex-bot-intentconfirmationsetting-promptspecification

Type union: either IResolvable or CfnBotPropsMixin.IPromptSpecificationProperty

Implements

CfnBotPropsMixin.IIntentConfirmationSettingProperty
Back to top Generated by DocFX