Skip to content

devinsmith911/dialogflow-webhook-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple webhook for DialogFlow using Python/Ngrok

How to Configure Intent:

  1. Configure the action in actionsConfig.py
  2. Name the action on the DialogFlow UI to correspond with the one created in (1)

How to Run:

  1. Download Ngrok from: https://ngrok.com/download
  2. Start ngrok with ./ngrok http 8080 or your relevant systems command
  3. Run python pythonResponder.py
  4. Use the ngrok endpoint and input that in Dialogflow's webhook url

About

A simple webhook for DialogFlow using Python/Ngrok

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages