BotClarificationPromptMessageArgs

data class BotClarificationPromptMessageArgs(val content: Output<String>, val contentType: Output<String>, val groupNumber: Output<Int>? = null) : ConvertibleToJava<BotClarificationPromptMessageArgs>

Constructors

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

Properties

Link copied to clipboard
val content: Output<String>

The text of the message.

Link copied to clipboard
val contentType: Output<String>

The content type of the message string.

Link copied to clipboard
val groupNumber: Output<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.

Functions

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