What to do when the bot is replying in a different language?
In a Multilingual bot, it will detect the user's language and will respond to the user in that language. At times when the bot is not able to detect the language correctly or is detecting an incorrect language, you need to make the following checks.
- Firstly, you need to check if User Messages are NOT added in different languages. User Messages should ONLY be in English. Our NLU translates the user queries coming in different languages to English. The entire functioning of the bot remains in English.
- You need to make sure that you are adding the Bot Responses properly. If your bot supports Spanish and French along with English, make sure you add the Bot Responses in all three languages.
You can learn more about Multilingual bots, here.
Even after making these checks, if your bot is not responding in the correct language, feel free to raise it to our Support team at support@haptik.ai.