Show / Hide Table of Contents

Class CfnBot.SlotCaptureSettingProperty

Settings used when Amazon Lex successfully captures a slot value from a user.

Inheritance
object
CfnBot.SlotCaptureSettingProperty
Implements
CfnBot.ISlotCaptureSettingProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.Lex
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnBot.SlotCaptureSettingProperty : CfnBot.ISlotCaptureSettingProperty
Syntax (vb)
Public Class CfnBot.SlotCaptureSettingProperty Implements CfnBot.ISlotCaptureSettingProperty
Remarks

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

ExampleMetadata: fixture=_generated

Synopsis

Constructors

SlotCaptureSettingProperty()

Settings used when Amazon Lex successfully captures a slot value from a user.

Properties

CaptureConditional

A list of conditional branches to evaluate after the slot value is captured.

CaptureNextStep

Specifies the next step that the bot runs when the slot value is captured before the code hook times out.

CaptureResponse

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

CodeHook

Code hook called after Amazon Lex successfully captures a slot value.

ElicitationCodeHook

Code hook called when Amazon Lex doesn't capture a slot value.

FailureConditional

A list of conditional branches to evaluate when the slot value isn't captured.

FailureNextStep

Specifies the next step that the bot runs when the slot value code is not recognized.

FailureResponse

Specifies a list of message groups that Amazon Lex uses to respond the user input when the slot fails to be captured.

Constructors

SlotCaptureSettingProperty()

Settings used when Amazon Lex successfully captures a slot value from a user.

public SlotCaptureSettingProperty()
Remarks

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

ExampleMetadata: fixture=_generated

Properties

CaptureConditional

A list of conditional branches to evaluate after the slot value is captured.

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

object

Remarks

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

CaptureNextStep

Specifies the next step that the bot runs when the slot value is captured before the code hook times out.

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

object

Remarks

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

CaptureResponse

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

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

object

Remarks

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

CodeHook

Code hook called after Amazon Lex successfully captures a slot value.

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

object

Remarks

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

ElicitationCodeHook

Code hook called when Amazon Lex doesn't capture a slot value.

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

object

Remarks

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

FailureConditional

A list of conditional branches to evaluate when the slot value isn't captured.

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

object

Remarks

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

FailureNextStep

Specifies the next step that the bot runs when the slot value code is not recognized.

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

object

Remarks

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

FailureResponse

Specifies a list of message groups that Amazon Lex uses to respond the user input when the slot fails to be captured.

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

object

Remarks

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

Implements

CfnBot.ISlotCaptureSettingProperty
Back to top Generated by DocFX