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