I am trying to develop the bot using api.ai and confused between street address and address. I have read the documentation and got to know that it is for the US addresses only. Can I design it for myself for any city and what is the smart way to do so.
Method I know
- creating the entities manually( add every places to the custom entity one by one).
- One more method, user will write any address, bot will veritfy it with google maps if this vaild address than add it to the custom entity.( currently I don't know how will I do this but I think it can possible)
You can use api.ai APIs to add custom entities. You can use python geopy to verify and create/update your entities.