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