Reputation: 4646
I have an existing Dialogflow agent, but now want to add a new language. I have figured out how to add new intents for other languages in the GUI, but its not clear how the fulfillment logic needs to change for each language.
How do I use the locale information to respond for each language intent?
Upvotes: 3
Views: 729
Reputation: 4349
When you add a language, there will be another pill shape under your bots name... Mine started in English (en), and I added Spanish (es). First, I do my thing in english:
Then, I click the (es) pill and add examples and responses there:
Upvotes: 1