BotMessageArgs

data class BotMessageArgs(val customPayload: Output<BotCustomPayloadArgs>? = null, val imageResponseCard: Output<BotImageResponseCardArgs>? = null, val plainTextMessage: Output<BotPlainTextMessageArgs>? = null, val ssmlMessage: Output<BotSsmlMessageArgs>? = null) : ConvertibleToJava<BotMessageArgs>

The primary message that Amazon Lex should send to the user.

Constructors

Link copied to clipboard
constructor(customPayload: Output<BotCustomPayloadArgs>? = null, imageResponseCard: Output<BotImageResponseCardArgs>? = null, plainTextMessage: Output<BotPlainTextMessageArgs>? = null, ssmlMessage: Output<BotSsmlMessageArgs>? = null)

Properties

Link copied to clipboard
val customPayload: Output<BotCustomPayloadArgs>? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val ssmlMessage: Output<BotSsmlMessageArgs>? = null

Functions

Link copied to clipboard
open override fun toJava(): BotMessageArgs