Closed vishakha-lall closed 4 years ago
@vishakha-lall Can I work on it?
@darkmatter18 I have assigned this to you. Make sure you track your progress continuously and let us know in case of any blockers.
@darkmatter18 I have not received any updates here. Unassigning this issue.
Would like to take this up @vishakha-lall.
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?
I assume we are going to implement the Place Details request in this issue, right @vishakha-lall ?
Yes, that should be enough for now.
Is your feature request related to a problem? Please describe. While
googleMapsApiModule.py
has already implementedplaces
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.