BotSsmlMessageArgs

data class BotSsmlMessageArgs(val value: Output<String>) : ConvertibleToJava<BotSsmlMessageArgs>

A message in Speech Synthesis Markup Language (SSML).

Constructors

Link copied to clipboard
fun BotSsmlMessageArgs(value: Output<String>)

Functions

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

Properties

Link copied to clipboard
val value: Output<String>

The SSML text that defines the prompt.