show welcome message in Microsoft teams using Microsoft bot framework

 ̄綄美尐妖づ 提交于 2019-12-03 03:47:22

By now (2016-12-30) MSFT Teams does not send any message at all when you add a bot to "contact list". This is a known limitation and to be addressed in the nearest future, as MSFT guys say.

In the meantime to get a ConversationUpdate message to the bot, the user will have to first initiate a conversation with the bot.

As a workaround you can handle special text sent from user, like "start", or just the very first incoming message, if your bot is stateful enough.

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