messages

@JvmName(name = "hypncccefhdasfsn")
suspend fun messages(value: Output<List<IntentFollowUpPromptRejectionStatementMessageArgs>>)
@JvmName(name = "jwqracgjdvaaqtpy")
suspend fun messages(value: List<IntentFollowUpPromptRejectionStatementMessageArgs>)

Parameters

value

A set of messages, each of which provides a message string and its type. You can specify the message string in plain text or in Speech Synthesis Markup Language (SSML). Attributes are documented under message. Must contain between 1 and 15 messages.


@JvmName(name = "hagsehfjpnxwblrp")
suspend fun messages(vararg values: Output<IntentFollowUpPromptRejectionStatementMessageArgs>)


@JvmName(name = "aohiggjqmldaajyk")
suspend fun messages(values: List<Output<IntentFollowUpPromptRejectionStatementMessageArgs>>)
@JvmName(name = "rxucavkyyrcmywvy")
suspend fun messages(vararg values: IntentFollowUpPromptRejectionStatementMessageArgs)

Parameters

values

A set of messages, each of which provides a message string and its type. You can specify the message string in plain text or in Speech Synthesis Markup Language (SSML). Attributes are documented under message. Must contain between 1 and 15 messages.


@JvmName(name = "hiksdbepeyywpwmh")
suspend fun messages(argument: List<suspend IntentFollowUpPromptRejectionStatementMessageArgsBuilder.() -> Unit>)
@JvmName(name = "rqqfysqjvassvnav")
suspend fun messages(vararg argument: suspend IntentFollowUpPromptRejectionStatementMessageArgsBuilder.() -> Unit)
@JvmName(name = "kuycxhxcmkrgdyex")
suspend fun messages(argument: suspend IntentFollowUpPromptRejectionStatementMessageArgsBuilder.() -> Unit)

Parameters

argument

A set of messages, each of which provides a message string and its type. You can specify the message string in plain text or in Speech Synthesis Markup Language (SSML). Attributes are documented under message. Must contain between 1 and 15 messages.