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.Returns union: either
IResolvableorCfnBot.ConditionalSpecificationProperty- Specified by:
getCaptureConditionalin interfaceCfnBot.SlotCaptureSettingProperty- See Also:
-
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.Returns union: either
IResolvableorCfnBot.DialogStateProperty- Specified by:
getCaptureNextStepin interfaceCfnBot.SlotCaptureSettingProperty- See Also:
-
getCaptureResponse
Description copied from interface:CfnBot.SlotCaptureSettingPropertySpecifies a list of message groups that Amazon Lex uses to respond the user input.Returns union: either
IResolvableorCfnBot.ResponseSpecificationProperty- Specified by:
getCaptureResponsein interfaceCfnBot.SlotCaptureSettingProperty- See Also:
-
getCodeHook
Description copied from interface:CfnBot.SlotCaptureSettingPropertyCode hook called after Amazon Lex successfully captures a slot value.Returns union: either
IResolvableorCfnBot.DialogCodeHookInvocationSettingProperty- Specified by:
getCodeHookin interfaceCfnBot.SlotCaptureSettingProperty- See Also:
-
getElicitationCodeHook
Description copied from interface:CfnBot.SlotCaptureSettingPropertyCode hook called when Amazon Lex doesn't capture a slot value.Returns union: either
IResolvableorCfnBot.ElicitationCodeHookInvocationSettingProperty- Specified by:
getElicitationCodeHookin interfaceCfnBot.SlotCaptureSettingProperty- See Also:
-
getFailureConditional
Description copied from interface:CfnBot.SlotCaptureSettingPropertyA list of conditional branches to evaluate when the slot value isn't captured.Returns union: either
IResolvableorCfnBot.ConditionalSpecificationProperty- Specified by:
getFailureConditionalin interfaceCfnBot.SlotCaptureSettingProperty- See Also:
-
getFailureNextStep
Description copied from interface:CfnBot.SlotCaptureSettingPropertySpecifies the next step that the bot runs when the slot value code is not recognized.Returns union: either
IResolvableorCfnBot.DialogStateProperty- Specified by:
getFailureNextStepin interfaceCfnBot.SlotCaptureSettingProperty- See Also:
-
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.Returns union: either
IResolvableorCfnBot.ResponseSpecificationProperty- Specified by:
getFailureResponsein interfaceCfnBot.SlotCaptureSettingProperty- See Also:
-
$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()
-