GoogleCloudPlatform / dialogflow-integrations

Dialogflow integrations with multiple platforms including KIK, Skype, Spark, Twlio, Twitter and Viber
https://cloud.google.com/dialogflow/
Apache License 2.0
256 stars 503 forks source link

Unable to create Dialogflow bot in Nigerian Language #41

Open MrFarhan opened 4 years ago

MrFarhan commented 4 years ago

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 commented 4 years ago

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

jacquesikot commented 4 years ago

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 commented 4 years ago

But in my case it is creating conflict with other entities

jacquesikot commented 4 years ago

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