Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Ensure the agent TSS to NL-BE instead of just NL - Dialogflow ES

How to enforce your Dialogflow ES agent that is in NL to use NL-BE when responding through TTS, is this possible using cutom payload

5 REPLIES 5

Hi,

unfortunately the locale NL is the only one available: https://cloud.google.com/dialogflow/es/docs/reference/language

Best,

Xavi

Hello Xavi,

Thank you kindly for the response. I saw under the Speech tab there is an option to change the voice to nl-BE.

What I gather from the response as well is that I can add the "language_code" to nl-BE in custom payload or SSML?

Hi,

where are you seeing that? NL is the only one allowed. See the docs I shared with you.

xavidop_0-1712060993201.png

 

Best,

Xavi

 

 

Here,

Screenshot 2024-04-02 at 15.23.18.png

That is weird, I cannot see it!!

Anyways, you were right! you will need to specify that in the languageOutputConfig object! here you have an example: https://cloud.google.com/dialogflow/es/docs/how/detect-intent-tts#detect-intent-tts-nodejs

Best,

Xavi