How to integrate Dialogflow with Django (Python)?
问题 I'm developing an assistant (bot) with Dialogflow, and i have this Django project where I have to extract data and then expose it through the bot, this is going to be stored in a local platform. I worked with Dialogflow and it's integration before but with Node.js and Javascript, with Django (python) is a brand new challenge and I'm confused. Until now I have the following: I know I can do it with this package: https://github.com/dialogflow/dialogflow-python-client-v2 I add a url for a