Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
据我了解,Microsoft Bot Framework似乎是Skype Bot Framework的超集。如中所示,您可以使用 MS Bot Framework 和 Skype 作为客户端来开发 Bot 应用程序。那么区别在哪里呢?
现在,Skype Bot API 公开了 Skype 的其他功能(例如音频),这些功能不包含在 Bot Framework 中。您可以使用其中任何一个来构建仅文本/图像的 Skype 机器人。
在幕后,Bot Framework 使用 Skype Bot Framework SDK,就像您直接编写代码一样。