Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to create Dialogflow bot in Nigerian Language #41

Open
MrFarhan opened this issue Jul 21, 2020 · 4 comments
Open

Unable to create Dialogflow bot in Nigerian Language #41

MrFarhan opened this issue Jul 21, 2020 · 4 comments

Comments

@MrFarhan
Copy link

I am Unable to create a bot for my Nigerian client, basically, I have created my bot in the English language but the issue is Dialogflow is not recognizing Nigerian names.

I have tried to add around 50+ names in sys.person entity but still, there are many names which Dialogflow does not recognizes.

I can not use sys.any entity as it will create conflict with first name and last name etc (which also may lead error to occur), is there any other permanent solution as Dialogflow also recognizes other language names (i.e Pakistani/Indian names).

@TechAndSam
Copy link

I have the same problem. Can someone please help out with this. It doesnt accept African names

@jacquesikot
Copy link

Use the "@sys.any" entity for Nigerian (not english) names. I had the same problem, but after I changed from "@sys.givenName" and "@sys.lastName" to "@sys.any", it worked just fine. Both are accept text inputs.

@MrFarhan
Copy link
Author

But in my case it is creating conflict with other entities

@jacquesikot
Copy link

have you changed the parameter names on each of the entities using @sys.any. I have multiple @sys.any entities in my chatbot, but i don't have a conflict

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants