Google Cloud Dialogflow Cx V3Text To Speech Settings Response
data class GoogleCloudDialogflowCxV3TextToSpeechSettingsResponse(val synthesizeSpeechConfigs: Map<String, String>)
Settings related to speech synthesizing.
Constructors
Link copied to clipboard
fun GoogleCloudDialogflowCxV3TextToSpeechSettingsResponse(synthesizeSpeechConfigs: Map<String, String>)
Types
Properties
Link copied to clipboard
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.