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

我与影子孤独终老i 提交于 2019-12-24 08:04:20

问题


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.


回答1:


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 !



来源:https://stackoverflow.com/questions/53458276/how-to-simply-respond-to-a-dialogflow-webhook-fullfilment-based-on-the-parameter

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!