Skip to content

rosieshanley/google-home-macro-intent

Repository files navigation

Setup Instructions

Requirements:
  • Python3 and pip
  • npm
  1. Install flask:
$ pip install flask
  1. Install requests:
$ pip install requests

Running Instructions

  1. cd into the my my_app directory and run:
$ flask run --host=0.0.0.0 --port=3000
  1. run ngrok to port your application to a public facing URL:
$ ngrok http 3000
  1. In Dialogflow, update the Fulfillment Webhook URL to your https://[your-ngrok-url] for your intent.

About

POC Fulfillment in Dialogflow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published