简体   繁体   English

Skype for business bot,需要在回复之前将剩余呼叫发送到服务器

[英]Skype for business bot, need to send rest call to a server before replying

We are not migrated to Azure as of now, so not using MS Bot-Framework. 到目前为止,我们尚未迁移到Azure,因此不使用MS Bot-Framework。

We are building an AI bot for skype for business. 我们正在为商务Skype构建AI机器人。 We already have our NLP modules (as REST api(s)) on a server. 我们已经在服务器上安装了NLP模块(作为REST api)。 Now all we need is when a user ping our bot we need to get user message send the message to the server, which will return us the reply and put this reply back to the user. 现在我们需要做的是,当用户对我们的机器人执行ping操作时,我们需要获取用户消息,然后将消息发送到服务器,服务器将向我们返回答复并将此答复返回给用户。

basically to the user he is just ping a guy in the firm, while this guy/ bot/ profile, gets the automatic reply from a rest call. 基本上对用户来说,他只是对公司中的一个人执行ping操作,而这个人/机器人/个人资料会从休息电话中获得自动回复。

Now though this looks simple, I am not sure what is the best way to do this out of: 现在,尽管这看起来很简单,但是我不确定从以下哪种方法最好的方法是什么:

  • WPF controls WPF控件
  • Lync Client SDK Lync客户端SDK
  • UCWA 华盛顿大学
  • UCMA UCMA
  • Skype for Web SDK Web版Skype SDK

I am quite new to this, and already alot confused. 我对此很陌生,已经很困惑了。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM