dashbot.io与dialogflow-fulfillment和WebhookClient的集成

我正在为实现应用程序使用“ dialogflow-fulfillment” npm软件包和WebhookClient类。我希望与dashbot.io集成,但是文档中没有详细说明与WebhookClient的集成。有关于如何通过“ Google行动”与DialogflowApp集成的说明,但没有针对WebhookClient的说明。

当我像这样使用configHandler方法时...

const dashbot = require('dashbot')('API_KEY').google;

const agent = new WebhookClient({ request,response });
dashbot.configHandler(agent);

...请求已记录到dashbot.io,但未记录我的响应。

我需要做一些特定的事情来将WebhookClient与dashbot.io集成吗?还是不完全支持它?

williamlee3399 回答:dashbot.io与dialogflow-fulfillment和WebhookClient的集成

暂时没有好的解决方案,如果你有好的解决方案,请发邮件至:iooj@foxmail.com
本文链接:https://www.f2er.com/3150341.html

大家都在问