Bot Message
data class BotMessage(val customPayload: BotCustomPayload? = null, val imageResponseCard: BotImageResponseCard? = null, val plainTextMessage: BotPlainTextMessage? = null, val ssmlMessage: BotSsmlMessage? = null)
The primary message that Amazon Lex should send to the user.
Constructors
Link copied to clipboard
constructor(customPayload: BotCustomPayload? = null, imageResponseCard: BotImageResponseCard? = null, plainTextMessage: BotPlainTextMessage? = null, ssmlMessage: BotSsmlMessage? = null)