Dialogflow Slack Events

我是研究僧i 提交于 2020-06-16 05:21:32

问题


Building a chatbot for Slack with Dialoglow and a custom fulfillment. I want to receive and handle the Slack event when the user opens a dialog with Bot.

Event is im_created

I've checked on the custom subscription URL (without Dialoglow) and I'm able to receive this event. But inside Dialoglow I don't get any events. I suppose the problem is with the naming of events (attached as a link). Did somebody encounter this?

Plus, I don't receive any other events. Request URL inside Slack is valid and correct (verified).

How events inside Dialogflow are named:

How events inside Dialogflow are named


回答1:


Dialogflow events are completely independant from Slack API Events. Currently, Dialogflow only supports a welcome event from Slack and does not support any events you've mentioned in your question (im-created, im-open, etc.).



来源:https://stackoverflow.com/questions/51945916/dialogflow-slack-events

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