SkyTreasure / Indian-Names-for-Dialoglow

Indian Names for Dialogflow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Indian-Names-for-Dialoglow

Indian Names for Dialogflow

Indian Names not recognized by dialogflow

This is one of the common problem that we face when we want to personalize the Google Home app for our customers. It recognizes John but not Akash. Most indian names are recognized.

Solution

Create a new entity called username

Switch to Raw Edit mode in the selected entity.

Copy csv data from 10000 Indian Male Names for Dialogflow .csv and paste it under the CSV tab and save it.

I have added system provided names also in the list. This will cover whatever names that is there in the dialogflow database. "@sys.given-name:given-name ","@sys.given-name:given-name " "@sys.given-name:last-name","@sys.given-name:last-name" "@sys.given-name:first-name","@sys.given-name:first-name" "@sys.last-name:last-name","@sys.last-name:last-name" "@sys.first-name:first-name","@sys.first-name:first-name" "@sys.last-name:first-name","@sys.last-name:first-name"

And do check the Allow automated expansion

About

Indian Names for Dialogflow

License:MIT License