Class CfnBotPropsMixin.ConditionalBranchProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.lex.CfnBotPropsMixin.ConditionalBranchProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnBotPropsMixin.ConditionalBranchProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnBotPropsMixin.ConditionalBranchProperty
@Stability(Stable)
@Internal
public static final class CfnBotPropsMixin.ConditionalBranchProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBotPropsMixin.ConditionalBranchProperty
An implementation for
CfnBotPropsMixin.ConditionalBranchProperty-
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.cfnpropertymixins.services.lex.CfnBotPropsMixin.ConditionalBranchProperty
CfnBotPropsMixin.ConditionalBranchProperty.Builder, CfnBotPropsMixin.ConditionalBranchProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnBotPropsMixin.ConditionalBranchProperty.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 ObjectContains the expression to evaluate.final StringgetName()The name of the branch.final ObjectThe next step in the conversation.final ObjectSpecifies a list of message groups that Amazon Lex uses to respond the user input.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 theCfnBotPropsMixin.ConditionalBranchProperty.Builder.
-
-
Method Details
-
getCondition
Description copied from interface:CfnBotPropsMixin.ConditionalBranchPropertyContains the expression to evaluate.If the condition is true, the branch's actions are taken.
Returns union: either
IResolvableorCfnBotPropsMixin.ConditionProperty- Specified by:
getConditionin interfaceCfnBotPropsMixin.ConditionalBranchProperty- See Also:
-
getName
Description copied from interface:CfnBotPropsMixin.ConditionalBranchPropertyThe name of the branch.- Specified by:
getNamein interfaceCfnBotPropsMixin.ConditionalBranchProperty- See Also:
-
getNextStep
Description copied from interface:CfnBotPropsMixin.ConditionalBranchPropertyThe next step in the conversation.Returns union: either
IResolvableorCfnBotPropsMixin.DialogStateProperty- Specified by:
getNextStepin interfaceCfnBotPropsMixin.ConditionalBranchProperty- See Also:
-
getResponse
Description copied from interface:CfnBotPropsMixin.ConditionalBranchPropertySpecifies a list of message groups that Amazon Lex uses to respond the user input.Returns union: either
IResolvableorCfnBotPropsMixin.ResponseSpecificationProperty- Specified by:
getResponsein interfaceCfnBotPropsMixin.ConditionalBranchProperty- 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()
-