CxAgentTextToSpeechSettingsArgs

data class CxAgentTextToSpeechSettingsArgs(val synthesizeSpeechConfigs: Output<String>? = null) : ConvertibleToJava<CxAgentTextToSpeechSettingsArgs>

Constructors

Link copied to clipboard
constructor(synthesizeSpeechConfigs: Output<String>? = null)

Properties

Link copied to clipboard
val synthesizeSpeechConfigs: Output<String>? = null

Configuration of how speech should be synthesized, mapping from language to SynthesizeSpeechConfig. These settings affect:

Functions

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