Interface CfnBot.SlotCaptureSettingProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnBot.SlotCaptureSettingProperty.Jsii$Proxy
- Enclosing class:
CfnBot
@Stability(Stable)
public static interface CfnBot.SlotCaptureSettingProperty
extends software.amazon.jsii.JsiiSerializable
Settings used when Amazon Lex successfully captures a slot value from a user.
Example:
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnBot.SlotCaptureSettingProperty
static final class
An implementation forCfnBot.SlotCaptureSettingProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
default Object
A list of conditional branches to evaluate after the slot value is captured.default Object
Specifies the next step that the bot runs when the slot value is captured before the code hook times out.default Object
Specifies a list of message groups that Amazon Lex uses to respond the user input.default Object
Code hook called after Amazon Lex successfully captures a slot value.default Object
Code hook called when Amazon Lex doesn't capture a slot value.default Object
A list of conditional branches to evaluate when the slot value isn't captured.default Object
Specifies the next step that the bot runs when the slot value code is not recognized.default Object
Specifies a list of message groups that Amazon Lex uses to respond the user input when the slot fails to be captured.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCaptureConditional
A list of conditional branches to evaluate after the slot value is captured.- See Also:
-
getCaptureNextStep
Specifies the next step that the bot runs when the slot value is captured before the code hook times out.- See Also:
-
getCaptureResponse
Specifies a list of message groups that Amazon Lex uses to respond the user input.- See Also:
-
getCodeHook
Code hook called after Amazon Lex successfully captures a slot value.- See Also:
-
getElicitationCodeHook
Code hook called when Amazon Lex doesn't capture a slot value.- See Also:
-
getFailureConditional
A list of conditional branches to evaluate when the slot value isn't captured.- See Also:
-
getFailureNextStep
Specifies the next step that the bot runs when the slot value code is not recognized.- See Also:
-
getFailureResponse
Specifies a list of message groups that Amazon Lex uses to respond the user input when the slot fails to be captured.- See Also:
-
builder
-