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