You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
changing language dynamically without click button in the corners
Existe a way if a user type in input "es_ES" change the language to Spanish and viceversa with "en_US"?
I monitoring the use of bot, utterances, i see that multiple user type "es_ES" or "en_US" to change the language instead of click the button, so they intent to leave the chat...
The text was updated successfully, but these errors were encountered:
Hello, i have two issues with my bot.
initialText multilanguage
Exist a way to use different initialText according to the language?
Right now, i set it like:
"initialText": "Para español selecciona: es_ES, di 'Hola' / For english select: en_US, say 'Hi'",
Could be something like:
"initialText": { "es_ES": "Hola!'", "en_US": "Hello!"},
changing language dynamically without click button in the corners
Existe a way if a user type in input "es_ES" change the language to Spanish and viceversa with "en_US"?
I monitoring the use of bot, utterances, i see that multiple user type "es_ES" or "en_US" to change the language instead of click the button, so they intent to leave the chat...
The text was updated successfully, but these errors were encountered: