- Python3 and pip
- npm
- Install flask:
$ pip install flask
- Install requests:
$ pip install requests
cd
into the mymy_app
directory and run:
$ flask run --host=0.0.0.0 --port=3000
- run
ngrok
to port your application to a public facing URL:
$ ngrok http 3000
- In Dialogflow, update the Fulfillment Webhook URL to your
https://[your-ngrok-url]
for your intent.