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 !