Skype for Business Online - 使用UCWA发送和接收消息

时间:2017-01-25 04:19:20

标签: bots lync skype-for-business ucwa

我正在尝试为" Skype For Business"建立一个类似BOT的服务。 截至目前,微软BOT框架并没有为此提供开箱即用的渠道。 在互联网上搜索,我发现以下很好的解决方法来解决使用Lync Server 2013 SDK的问题。 http://devopssnippets.blogspot.jp/2016/08/integrating-lyncskype-for-business-with.html#.WIW3PXKtTjE

但在我的情况下,我有" Skype For Business Online "在Office365中,不支持Lync Server 2013 SDK。

UCWA 网络API似乎适用于 Skype for Business Online "。 使用此API,我希望通过 DirectLine API 接收IM并将其转发到我现有的BOT。 最后,我想用来自DirectLine API的响应回复skype用户。

所以,在这里,我很想知道是否有可能从用户接收消息并使用UCWA向用户发送消息。

2 个答案:

答案 0 :(得分:0)

Skype和Skype for Business是完全不同的两件事。您将无法使用UCWA或Skype for Business Online连接Skype和Skype Bots(Microsoft Bots)

答案 1 :(得分:0)

是的,如果您使用的是Skype For Business,则可以使用UCWA API发送和接收消息。您可以实现UCWA API,然后无论何时收到任何消息,您都可以将它们转发给机器人。在您从机器人收到消息后,您可以将其转发给用户。

以下是一些可能有帮助的链接。

Setting up Skype for Business Online using Skype WebSDK

Skype For Business Step By Step

Official UCWA site with examples and steps