BotClarificationPromptMessage

data class BotClarificationPromptMessage(val content: String, val contentType: String, val groupNumber: Int? = null)

Constructors

Link copied to clipboard
constructor(content: String, contentType: String, groupNumber: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The text of the message.

Link copied to clipboard

The content type of the message string.

Link copied to clipboard
val groupNumber: Int? = null

Identifies the message group that the message belongs to. When a group is assigned to a message, Amazon Lex returns one message from each group in the response.