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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.lex.CfnBot.ConditionalBranchProperty
CfnBot.ConditionalBranchProperty.Builder, CfnBot.ConditionalBranchProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnBot.ConditionalBranchProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
Contains the expression to evaluate.final String
getName()
The name of the branch.final Object
The next step in the conversation.final Object
Specifies a list of message groups that Amazon Lex uses to respond the user input.final int
hashCode()
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.ConditionalBranchProperty
Contains the expression to evaluate.If the condition is true, the branch's actions are taken.
- Specified by:
getCondition
in interfaceCfnBot.ConditionalBranchProperty
-
getName
Description copied from interface:CfnBot.ConditionalBranchProperty
The name of the branch.- Specified by:
getName
in interfaceCfnBot.ConditionalBranchProperty
-
getNextStep
Description copied from interface:CfnBot.ConditionalBranchProperty
The next step in the conversation.- Specified by:
getNextStep
in interfaceCfnBot.ConditionalBranchProperty
-
getResponse
Description copied from interface:CfnBot.ConditionalBranchProperty
Specifies a list of message groups that Amazon Lex uses to respond the user input.- Specified by:
getResponse
in interfaceCfnBot.ConditionalBranchProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-