Class CfnBot.ImageResponseCardProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lex.CfnBot.ImageResponseCardProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnBot.ImageResponseCardProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnBot.ImageResponseCardProperty
@Stability(Stable)
@Internal
public static final class CfnBot.ImageResponseCardProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBot.ImageResponseCardProperty
An implementation for
CfnBot.ImageResponseCardProperty
-
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.ImageResponseCardProperty
CfnBot.ImageResponseCardProperty.Builder, CfnBot.ImageResponseCardProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnBot.ImageResponseCardProperty.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
A list of buttons that should be displayed on the response card.final String
The URL of an image to display on the response card.final String
The subtitle to display on the response card.final String
getTitle()
The title to display on the response card.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.ImageResponseCardProperty.Builder
.
-
-
Method Details
-
getTitle
Description copied from interface:CfnBot.ImageResponseCardProperty
The title to display on the response card.The format of the title is determined by the platform displaying the response card.
- Specified by:
getTitle
in interfaceCfnBot.ImageResponseCardProperty
-
getButtons
Description copied from interface:CfnBot.ImageResponseCardProperty
A list of buttons that should be displayed on the response card.The arrangement of the buttons is determined by the platform that displays the button.
- Specified by:
getButtons
in interfaceCfnBot.ImageResponseCardProperty
-
getImageUrl
Description copied from interface:CfnBot.ImageResponseCardProperty
The URL of an image to display on the response card.The image URL must be publicly available so that the platform displaying the response card has access to the image.
- Specified by:
getImageUrl
in interfaceCfnBot.ImageResponseCardProperty
-
getSubtitle
Description copied from interface:CfnBot.ImageResponseCardProperty
The subtitle to display on the response card.The format of the subtitle is determined by the platform displaying the response card.
- Specified by:
getSubtitle
in interfaceCfnBot.ImageResponseCardProperty
-
$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()
-