@Stability(value=Stable) public static final class CfnBot.MessageProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnBot.MessageProperty>
CfnBot.MessageProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnBot.MessageProperty.Builder customPayload(CfnBot.CustomPayloadProperty customPayload)
CfnBot.MessageProperty.getCustomPayload()customPayload - A message in a custom format defined by the client application.this@Stability(value=Stable) public CfnBot.MessageProperty.Builder customPayload(IResolvable customPayload)
CfnBot.MessageProperty.getCustomPayload()customPayload - A message in a custom format defined by the client application.this@Stability(value=Stable) public CfnBot.MessageProperty.Builder imageResponseCard(CfnBot.ImageResponseCardProperty imageResponseCard)
CfnBot.MessageProperty.getImageResponseCard()imageResponseCard - A message that defines a response card that the client application can show to the user.this@Stability(value=Stable) public CfnBot.MessageProperty.Builder imageResponseCard(IResolvable imageResponseCard)
CfnBot.MessageProperty.getImageResponseCard()imageResponseCard - A message that defines a response card that the client application can show to the user.this@Stability(value=Stable) public CfnBot.MessageProperty.Builder plainTextMessage(CfnBot.PlainTextMessageProperty plainTextMessage)
CfnBot.MessageProperty.getPlainTextMessage()plainTextMessage - A message in plain text format.this@Stability(value=Stable) public CfnBot.MessageProperty.Builder plainTextMessage(IResolvable plainTextMessage)
CfnBot.MessageProperty.getPlainTextMessage()plainTextMessage - A message in plain text format.this@Stability(value=Stable) public CfnBot.MessageProperty.Builder ssmlMessage(CfnBot.SSMLMessageProperty ssmlMessage)
CfnBot.MessageProperty.getSsmlMessage()ssmlMessage - A message in Speech Synthesis Markup Language (SSML) format.this@Stability(value=Stable) public CfnBot.MessageProperty.Builder ssmlMessage(IResolvable ssmlMessage)
CfnBot.MessageProperty.getSsmlMessage()ssmlMessage - A message in Speech Synthesis Markup Language (SSML) format.this@Stability(value=Stable) public CfnBot.MessageProperty build()
build in interface software.amazon.jsii.Builder<CfnBot.MessageProperty>CfnBot.MessagePropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.