IntentFollowUpPromptRejectionStatementMessage

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

Constructors

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. Must be less than or equal to 1000 characters in length.

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. Must be a number between 1 and 5 (inclusive).