Class CfnBot.SlotCaptureSettingProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lex.CfnBot.SlotCaptureSettingProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnBot.SlotCaptureSettingProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnBot.SlotCaptureSettingProperty
@Stability(Stable)
@Internal
public static final class CfnBot.SlotCaptureSettingProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBot.SlotCaptureSettingProperty
An implementation for
CfnBot.SlotCaptureSettingProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.lex.CfnBot.SlotCaptureSettingProperty
CfnBot.SlotCaptureSettingProperty.Builder, CfnBot.SlotCaptureSettingProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnBot.SlotCaptureSettingProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectA list of conditional branches to evaluate after the slot value is captured.final ObjectSpecifies the next step that the bot runs when the slot value is captured before the code hook times out.final ObjectSpecifies a list of message groups that Amazon Lex uses to respond the user input.final ObjectCode hook called after Amazon Lex successfully captures a slot value.final ObjectCode hook called when Amazon Lex doesn't capture a slot value.final ObjectA list of conditional branches to evaluate when the slot value isn't captured.final ObjectSpecifies the next step that the bot runs when the slot value code is not recognized.final ObjectSpecifies a list of message groups that Amazon Lex uses to respond the user input when the slot fails to be captured.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnBot.SlotCaptureSettingProperty.Builder.
-
-
Method Details
-
getCaptureConditional
Description copied from interface:CfnBot.SlotCaptureSettingPropertyA list of conditional branches to evaluate after the slot value is captured.- Specified by:
getCaptureConditionalin interfaceCfnBot.SlotCaptureSettingProperty
-
getCaptureNextStep
Description copied from interface:CfnBot.SlotCaptureSettingPropertySpecifies the next step that the bot runs when the slot value is captured before the code hook times out.- Specified by:
getCaptureNextStepin interfaceCfnBot.SlotCaptureSettingProperty
-
getCaptureResponse
Description copied from interface:CfnBot.SlotCaptureSettingPropertySpecifies a list of message groups that Amazon Lex uses to respond the user input.- Specified by:
getCaptureResponsein interfaceCfnBot.SlotCaptureSettingProperty
-
getCodeHook
Description copied from interface:CfnBot.SlotCaptureSettingPropertyCode hook called after Amazon Lex successfully captures a slot value.- Specified by:
getCodeHookin interfaceCfnBot.SlotCaptureSettingProperty
-
getElicitationCodeHook
Description copied from interface:CfnBot.SlotCaptureSettingPropertyCode hook called when Amazon Lex doesn't capture a slot value.- Specified by:
getElicitationCodeHookin interfaceCfnBot.SlotCaptureSettingProperty
-
getFailureConditional
Description copied from interface:CfnBot.SlotCaptureSettingPropertyA list of conditional branches to evaluate when the slot value isn't captured.- Specified by:
getFailureConditionalin interfaceCfnBot.SlotCaptureSettingProperty
-
getFailureNextStep
Description copied from interface:CfnBot.SlotCaptureSettingPropertySpecifies the next step that the bot runs when the slot value code is not recognized.- Specified by:
getFailureNextStepin interfaceCfnBot.SlotCaptureSettingProperty
-
getFailureResponse
Description copied from interface:CfnBot.SlotCaptureSettingPropertySpecifies a list of message groups that Amazon Lex uses to respond the user input when the slot fails to be captured.- Specified by:
getFailureResponsein interfaceCfnBot.SlotCaptureSettingProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-