Hello there,
I am implementing a Chatbot using Rasa core with my own NLU. The thing is I want it to be multilingual. I’ve seen N26 video and I don’t get how to make a language-agnostic core.
How to use only one stories.md file and keep the same name on the utterance for each language as he does ? (e.g : all our french utterances have the same names than the english utterances so I can keep the same stories.md)
- Is he using custom actions to utter the correct language ?
- Is he using slots to specify a domain file ?
- Other ?
How is he doing, or what’s the good way to do it ?
Thanks for your help