botframework – 在Skype中进行群组对话中的Bot

在群组对话中,机器人只能看到提到机器人名称的消息(例如,“@ mybot hello!”).

是否有可能让机器人看到Skype群组聊天中的所有消息?

目前这是不可能的.请参阅 the documentation

In a group the bot will only receive messages directly addressed to it e.g. “@YourBot This is the message”. It will not receive other messages sent by group participants or notifications of users joining or leaving the group.

相关文章

Windows注册表操作基础代码 Windows下对注册表进行操作使用的...
黑客常用WinAPI函数整理之前的博客写了很多关于Windows编程的...
一个简单的Windows Socket可复用框架说起网络编程,无非是建...
Windows文件操作基础代码 Windows下对文件进行操作使用的一段...
Winpcap基础代码 使用Winpcap进行网络数据的截获和发送都需要...
使用vbs脚本进行批量编码转换 最近需要使用SourceInsight查看...