GoogleCloudDialogflowCxV3TextToSpeechSettingsArgs

data class GoogleCloudDialogflowCxV3TextToSpeechSettingsArgs(val synthesizeSpeechConfigs: Output<Map<String, String>>? = null) : ConvertibleToJava<GoogleCloudDialogflowCxV3TextToSpeechSettingsArgs>

Settings related to speech synthesizing.

Constructors

fun GoogleCloudDialogflowCxV3TextToSpeechSettingsArgs(synthesizeSpeechConfigs: Output<Map<String, String>>? = null)

Functions

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

Properties

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

Configuration of how speech should be synthesized, mapping from language (https://cloud.google.com/dialogflow/cx/docs/reference/language) to SynthesizeSpeechConfig. These settings affect: - The synthesize configuration used in phone gateway. - You no longer need to specify OutputAudioConfig.synthesize_speech_config when invoking API calls. Your agent will use the pre-configured options for speech synthesizing.