BotMessageGroup

data class BotMessageGroup(val message: BotMessage, val variations: List<BotMessage>? = null)

One or more messages that Amazon Lex can send to the user.

Constructors

Link copied to clipboard
constructor(message: BotMessage, variations: List<BotMessage>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val variations: List<BotMessage>? = null

Message variations to send to the user.