Initialize conversation by service

大兔子大兔子 提交于 2019-12-12 04:25:32

问题


I am relatively new in timer services. So, i want to generally ask for an example or pseudo code how to initialize conversation with user using microsoft bot framework ?

Idea :

In my web site with users and events i want to notify user when his/her event will take time. For example if he/her follows an event, send notification as conversation on facebook before the event starts or something like that.

I made authentication for users on my bot. This is my next step.

Any help will be appreciated.

Thank you in advance !


回答1:


Take a look to the AlarmBot sample. It shows an scenario pretty similar to yours. Is a complex sample so take the time to understand all the pieces.

Additionally, you can take a look to this GitHub repo, where you will find simpler examples on how to send proactive messages.



来源:https://stackoverflow.com/questions/41996961/initialize-conversation-by-service

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