vishakha-lall / MapBot

A chatbot developed in Python
MIT License
145 stars 108 forks source link

Integrate places API call to bot response #136

Closed vishakha-lall closed 4 years ago

vishakha-lall commented 4 years ago

Is your feature request related to a problem? Please describe. While googleMapsApiModule.py has already implemented places as a module, it is desired that the results of these API are seen in bot conversations.

Describe the solution you'd like This issue would would require carefully studying the intent of the API, the kind of response it returns. On the basis of these, the following must be addressed

Describe alternatives you've considered NA

Additional context These changes would be required in chatbot.py and similar implementations for Directions API can be used as guidelines.

darkmatter18 commented 4 years ago

@vishakha-lall Can I work on it?

vishakha-lall commented 4 years ago

@darkmatter18 I have assigned this to you. Make sure you track your progress continuously and let us know in case of any blockers.

vishakha-lall commented 4 years ago

@darkmatter18 I have not received any updates here. Unassigning this issue.

chttrjeankr commented 4 years ago

Would like to take this up @vishakha-lall.

chttrjeankr commented 4 years ago

image

I assume we are going to implement the Place Details request in this issue, right @vishakha-lall ?

googleMapsApiModule.places() returns just the id of the first place in the search list currently. Should we modify that?

vishakha-lall commented 4 years ago

image I assume we are going to implement the Place Details request in this issue, right @vishakha-lall ?

Yes, that should be enough for now.