IntentFollowUpPromptPromptMessageArgs

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

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

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

Functions

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