dialogflow / dialogflow-fulfillment-nodejs

Dialogflow agent fulfillment library supporting v1&v2, 8 platforms, and text, card, image, suggestion, custom responses
Apache License 2.0
597 stars 282 forks source link

Dialogflow webhook integration with google maps. #303

Open code-demoe opened 4 years ago

code-demoe commented 4 years ago

I am trying to integrate my Dialogflow chatbot with GoogleMaps through the flask/python webhook. I tried searching but was unable to find any solution.

FlorianDr commented 4 years ago

Hey @code-demoe, I think that you want to head over to https://github.com/googleapis/dialogflow-python-client-v2 and maybe have a look at https://github.com/googlemaps/google-maps-services-python to power your agent with Google Maps data. Good luck!