Class CfnBotPropsMixin.MessageProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.lex.CfnBotPropsMixin.MessageProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnBotPropsMixin.MessageProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnBotPropsMixin.MessageProperty
@Stability(Stable)
@Internal
public static final class CfnBotPropsMixin.MessageProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBotPropsMixin.MessageProperty
An implementation for
CfnBotPropsMixin.MessageProperty-
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.MessageProperty
CfnBotPropsMixin.MessageProperty.Builder, CfnBotPropsMixin.MessageProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnBotPropsMixin.MessageProperty.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 ObjectA message in a custom format defined by the client application.final ObjectA message that defines a response card that the client application can show to the user.final ObjectA message in plain text format.final ObjectA message in Speech Synthesis Markup Language (SSML).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.MessageProperty.Builder.
-
-
Method Details
-
getCustomPayload
Description copied from interface:CfnBotPropsMixin.MessagePropertyA message in a custom format defined by the client application.Returns union: either
IResolvableorCfnBotPropsMixin.CustomPayloadProperty- Specified by:
getCustomPayloadin interfaceCfnBotPropsMixin.MessageProperty- See Also:
-
getImageResponseCard
Description copied from interface:CfnBotPropsMixin.MessagePropertyA message that defines a response card that the client application can show to the user.Returns union: either
IResolvableorCfnBotPropsMixin.ImageResponseCardProperty- Specified by:
getImageResponseCardin interfaceCfnBotPropsMixin.MessageProperty- See Also:
-
getPlainTextMessage
Description copied from interface:CfnBotPropsMixin.MessagePropertyA message in plain text format.Returns union: either
IResolvableorCfnBotPropsMixin.PlainTextMessageProperty- Specified by:
getPlainTextMessagein interfaceCfnBotPropsMixin.MessageProperty- See Also:
-
getSsmlMessage
Description copied from interface:CfnBotPropsMixin.MessagePropertyA message in Speech Synthesis Markup Language (SSML).Returns union: either
IResolvableorCfnBotPropsMixin.SSMLMessageProperty- Specified by:
getSsmlMessagein interfaceCfnBotPropsMixin.MessageProperty- 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()
-