Bot Message Args
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)