node.jswebhooksdialogflow-esfulfillment

How to simply respond to a dialogflow webhook fullfilment based on the parameters and intent that is sent


I'm quite new to nodeJS and I want to know how could I make a server that will respond to dialogflow's webhook fulfillment based on the intents and the parameters in dialogflow.


Solution

  • I would encourage you to follow this Actions Codelab. It would help you setup your webhook deployment on your local environment. Then follow this to parse parameters in your fulfillment.

    Hope that helps !