Class CfnBot.InitialResponseSettingProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lex.CfnBot.InitialResponseSettingProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnBot.InitialResponseSettingProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnBot.InitialResponseSettingProperty
@Stability(Stable)
@Internal
public static final class CfnBot.InitialResponseSettingProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBot.InitialResponseSettingProperty
An implementation for
CfnBot.InitialResponseSettingProperty
-
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.InitialResponseSettingProperty
CfnBot.InitialResponseSettingProperty.Builder, CfnBot.InitialResponseSettingProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnBot.InitialResponseSettingProperty.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
Settings that specify the dialog code hook that is called by Amazon Lex at a step of the conversation.final Object
Provides a list of conditional branches.final Object
Specifies a list of message groups that Amazon Lex uses to respond the user input.final Object
The next step in the conversation.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.InitialResponseSettingProperty.Builder
.
-
-
Method Details
-
getCodeHook
Description copied from interface:CfnBot.InitialResponseSettingProperty
Settings that specify the dialog code hook that is called by Amazon Lex at a step of the conversation.- Specified by:
getCodeHook
in interfaceCfnBot.InitialResponseSettingProperty
-
getConditional
Description copied from interface:CfnBot.InitialResponseSettingProperty
Provides a list of conditional branches.Branches are evaluated in the order that they are entered in the list. The first branch with a condition that evaluates to true is executed. The last branch in the list is the default branch. The default branch should not have any condition expression. The default branch is executed if no other branch has a matching condition.
- Specified by:
getConditional
in interfaceCfnBot.InitialResponseSettingProperty
-
getInitialResponse
Description copied from interface:CfnBot.InitialResponseSettingProperty
Specifies a list of message groups that Amazon Lex uses to respond the user input.- Specified by:
getInitialResponse
in interfaceCfnBot.InitialResponseSettingProperty
-
getNextStep
Description copied from interface:CfnBot.InitialResponseSettingProperty
The next step in the conversation.- Specified by:
getNextStep
in interfaceCfnBot.InitialResponseSettingProperty
-
$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()
-