mikeliuu / node-dialogflow-webhook-boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node Dialogflow Webhook Boilerplate

Quickly set up a webhook for your Dialogflow agent in Node.

Quick start

  1. Clone the repo git@github.com:Baboo7/node-dialogflow-webhook-boilerplate.git
  2. Launch the project npm start
  3. Expose the webhook to test your agent with ngrok ngrok http 8080
  4. Link your agent to your webhook in the Dialogflow console https://<ngrok_url>/webhook

Here can be found the full explaination on how the project works.

About


Languages

Language:JavaScript 100.0%