最新消息:Welcome to the puzzle paradise for programmers! Here, a well-designed puzzle awaits you. From code logic puzzles to algorithmic challenges, each level is closely centered on the programmer's expertise and skills. Whether you're a novice programmer or an experienced tech guru, you'll find your own challenges on this site. In the process of solving puzzles, you can not only exercise your thinking skills, but also deepen your understanding and application of programming knowledge. Come to start this puzzle journey full of wisdom and challenges, with many programmers to compete with each other and show your programming wisdom! Translated with DeepL.com (free version)

dialogflow es - how to change parameter enableTextToSpeech and outputAudioEncoding via API - Stack Overflow

matteradmin2PV0评论

I've used the API to automatically create a new chatbot, and I've figured out almost everything. However, there's one small issue that's preventing my bot from working. I need to change two settings:

Enable Text-to-Speech: This setting should be turned on. Output Audio Encoding: This should be set to MP3 format.

Unfortunately, I can't find a way to do this using the Python API. Adding these parameters directly to the imported agent doesn't work either, as they seem to be ignored.

Additionally, I attempted to import the agent with the parameter 'textToSpeechSettings': { 'enableTextToSpeech': true, 'outputAudioEncoding': 'OUTPUT_AUDIO_ENCODING_MP3' }

, but this parameter was simply ignored.

I'm stuck and need help. Does anyone know how to fix this?

Post a comment

comment list (0)

  1. No comments so far