Class CfnBot.DialogStateProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lex.CfnBot.DialogStateProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnBot.DialogStateProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnBot.DialogStateProperty
@Stability(Stable)
@Internal
public static final class CfnBot.DialogStateProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBot.DialogStateProperty
An implementation for
CfnBot.DialogStateProperty-
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.DialogStateProperty
CfnBot.DialogStateProperty.Builder, CfnBot.DialogStateProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnBot.DialogStateProperty.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 ObjectDefines the action that the bot executes at runtime when the conversation reaches this step.final ObjectOverride settings to configure the intent state.final ObjectMap of key/value pairs representing session-specific context information.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.DialogStateProperty.Builder.
-
-
Method Details
-
getDialogAction
Description copied from interface:CfnBot.DialogStatePropertyDefines the action that the bot executes at runtime when the conversation reaches this step.- Specified by:
getDialogActionin interfaceCfnBot.DialogStateProperty
-
getIntent
Description copied from interface:CfnBot.DialogStatePropertyOverride settings to configure the intent state.- Specified by:
getIntentin interfaceCfnBot.DialogStateProperty
-
getSessionAttributes
Description copied from interface:CfnBot.DialogStatePropertyMap of key/value pairs representing session-specific context information.It contains application information passed between Amazon Lex and a client application.
- Specified by:
getSessionAttributesin interfaceCfnBot.DialogStateProperty
-
$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()
-