我正在使用Node.js Fulfillment (https://github.com/dialogflow/dialogflow-fulfillment-nodejs),我想集成de DialogflowConversationdefined for platform: ACTIONS_ON_GOOGLE
at V2Agent.sendResponses_ (/srv/node_modules/dialogflow-fulfillment/src
我目前正在开发一个常见问题聊天机器人。经过一些研究,我注意到Dialogflow异步工作,我不得不使用Promise,但我仍然不能使响应动态和同步。 function fetch_data(param) return function(agent) console.log("Fetching informations ...");
var