Class CfnBot.SlotCaptureSettingProperty
Settings used when Amazon Lex successfully captures a slot value from a user.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.Lex
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class SlotCaptureSettingProperty : Object, CfnBot.ISlotCaptureSettingProperty
Syntax (vb)
Public Class SlotCaptureSettingProperty
Inherits Object
Implements CfnBot.ISlotCaptureSettingProperty
Remarks
ExampleMetadata: fixture=_generated
Synopsis
Constructors
Slot |
Properties
Capture |
A list of conditional branches to evaluate after the slot value is captured. |
Capture |
Specifies the next step that the bot runs when the slot value is captured before the code hook times out. |
Capture |
Specifies a list of message groups that Amazon Lex uses to respond the user input. |
Code |
Code hook called after Amazon Lex successfully captures a slot value. |
Elicitation |
Code hook called when Amazon Lex doesn't capture a slot value. |
Failure |
A list of conditional branches to evaluate when the slot value isn't captured. |
Failure |
Specifies the next step that the bot runs when the slot value code is not recognized. |
Failure |
Specifies a list of message groups that Amazon Lex uses to respond the user input when the slot fails to be captured. |
Constructors
SlotCaptureSettingProperty()
public SlotCaptureSettingProperty()
Properties
CaptureConditional
A list of conditional branches to evaluate after the slot value is captured.
public object CaptureConditional { get; set; }
Property Value
System.
Remarks
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
System.
Remarks
CaptureResponse
Specifies a list of message groups that Amazon Lex uses to respond the user input.
public object CaptureResponse { get; set; }
Property Value
System.
Remarks
CodeHook
Code hook called after Amazon Lex successfully captures a slot value.
public object CodeHook { get; set; }
Property Value
System.
Remarks
ElicitationCodeHook
Code hook called when Amazon Lex doesn't capture a slot value.
public object ElicitationCodeHook { get; set; }
Property Value
System.
Remarks
FailureConditional
A list of conditional branches to evaluate when the slot value isn't captured.
public object FailureConditional { get; set; }
Property Value
System.
Remarks
FailureNextStep
Specifies the next step that the bot runs when the slot value code is not recognized.
public object FailureNextStep { get; set; }
Property Value
System.
Remarks
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
System.