How can the voice be changed to female using APIs (python client library) in Dialogflow CX? We tried the steps mentioned in this document but nothing worked.(https://cloud.google.com/dialogflow/cx/docs/reference/rest/v3/projects.locations.agents/patch)
Asked
Active
Viewed 771 times
1 Answers
-1
For Dialogflow CX Python Client Library, you can change the voice to female through the detectIntent request and specifying the outputAudioConfig.synthesizeSpeechConfig.voice.ssmlGender.
Also note that Dialogflow CX currently does not support voice configurations for Speech and IVR in the Dialogflow CX console.

Mark Jonathan
- 214
- 1
- 2