messages

@JvmName(name = "mmjuhkmjmfsqgwvs")
suspend fun messages(value: Output<List<IntentFollowUpPromptPromptMessageArgs>>)
@JvmName(name = "imcutefxdxdjvnqp")
suspend fun messages(value: List<IntentFollowUpPromptPromptMessageArgs>)

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 = "mxgshpnsdlmtvlme")
suspend fun messages(vararg values: Output<IntentFollowUpPromptPromptMessageArgs>)


@JvmName(name = "serunbfevwlxwhib")
suspend fun messages(values: List<Output<IntentFollowUpPromptPromptMessageArgs>>)
@JvmName(name = "opijauaoisiwlxri")
suspend fun messages(vararg values: IntentFollowUpPromptPromptMessageArgs)

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 = "qdtcsqxkbccxkhmb")
suspend fun messages(argument: List<suspend IntentFollowUpPromptPromptMessageArgsBuilder.() -> Unit>)
@JvmName(name = "bxprpokbkswghlte")
suspend fun messages(vararg argument: suspend IntentFollowUpPromptPromptMessageArgsBuilder.() -> Unit)
@JvmName(name = "wjgmgpiwqotspbse")
suspend fun messages(argument: suspend IntentFollowUpPromptPromptMessageArgsBuilder.() -> 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.