messages

@JvmName(name = "pwqgktbkxhknmbil")
suspend fun messages(value: Output<List<IntentSlotValueElicitationPromptMessageArgs>>)
@JvmName(name = "tjghmukywpifpqej")
suspend fun messages(value: List<IntentSlotValueElicitationPromptMessageArgs>)

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


@JvmName(name = "onrwpvhpwmnmnpcl")
suspend fun messages(values: List<Output<IntentSlotValueElicitationPromptMessageArgs>>)
@JvmName(name = "xxrstipimaedvati")
suspend fun messages(vararg values: IntentSlotValueElicitationPromptMessageArgs)

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 = "xxswrjrnowlvbbju")
suspend fun messages(argument: List<suspend IntentSlotValueElicitationPromptMessageArgsBuilder.() -> Unit>)
@JvmName(name = "iodqiavcymlxcclp")
suspend fun messages(vararg argument: suspend IntentSlotValueElicitationPromptMessageArgsBuilder.() -> Unit)
@JvmName(name = "wmartjhchnniuwdy")
suspend fun messages(argument: suspend IntentSlotValueElicitationPromptMessageArgsBuilder.() -> 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.