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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.lex.CfnBot.DialogStateProperty
CfnBot.DialogStateProperty.Builder, CfnBot.DialogStateProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnBot.DialogStateProperty.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
Defines the action that the bot executes at runtime when the conversation reaches this step.final Object
Override settings to configure the intent state.final Object
Map of key/value pairs representing session-specific context information.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.DialogStateProperty.Builder
.
-
-
Method Details
-
getDialogAction
Description copied from interface:CfnBot.DialogStateProperty
Defines the action that the bot executes at runtime when the conversation reaches this step.- Specified by:
getDialogAction
in interfaceCfnBot.DialogStateProperty
- See Also:
-
getIntent
Description copied from interface:CfnBot.DialogStateProperty
Override settings to configure the intent state.- Specified by:
getIntent
in interfaceCfnBot.DialogStateProperty
- See Also:
-
getSessionAttributes
Description copied from interface:CfnBot.DialogStateProperty
Map of key/value pairs representing session-specific context information.It contains application information passed between Amazon Lex and a client application.
- Specified by:
getSessionAttributes
in interfaceCfnBot.DialogStateProperty
- See Also:
-
$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()
-