/DialogflowWebhook

Primary LanguagePythonApache License 2.0Apache-2.0

Dialogflow - sample webhook implementation in Python

This is a really simple webhook implementation that gets Dialogflow classification JSON (i.e. a JSON output of Dialogflow /query endpoint) and returns a fulfillment response.

More info about Dialogflow webhooks could be found here: Dialogflow Webhook

Deploy to Heroku