messages

@JvmName(name = "qcbbdvnkerpuabiw")
suspend fun messages(value: Output<List<BotClarificationPromptMessageArgs>>)
@JvmName(name = "ovmfndvbhyvjsyuo")
suspend fun messages(value: List<BotClarificationPromptMessageArgs>)

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.


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


@JvmName(name = "jlfocyrfpcxilhtr")
suspend fun messages(values: List<Output<BotClarificationPromptMessageArgs>>)
@JvmName(name = "kdbtlubtdiymdera")
suspend fun messages(vararg values: BotClarificationPromptMessageArgs)

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.


@JvmName(name = "fehpafqpkkxomfin")
suspend fun messages(argument: List<suspend BotClarificationPromptMessageArgsBuilder.() -> Unit>)
@JvmName(name = "wepbcuhmkbmtjicx")
suspend fun messages(vararg argument: suspend BotClarificationPromptMessageArgsBuilder.() -> Unit)
@JvmName(name = "pbqdadqrrrwahvfu")
suspend fun messages(argument: suspend BotClarificationPromptMessageArgsBuilder.() -> 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.