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.
我有一个用 c++ 编写的带有 rest api 的聊天机器人。这个聊天机器人可以与微软的机器人框架机器人连接器一起使用,让我的聊天机器人与Skype、电子邮件等一起工作吗?
是的,您可以将任何机器人(以任何语言编写)连接到机器人框架。您无需使用 Bot Framework 的 Bot Builder SDK,而是通过安全通道 (SSL/TLS) 直接使用 HTTP 与 Bot Connector 服务进行通信。您需要特别注意身份验证程序以确保您的机器人是安全的,但该过程有据可查。
您可以在此处找到有关 Rest API 的更多信息。