简体   繁体   中英

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.

We are building an AI bot for skype for business. We already have our NLP modules (as REST api(s)) on a server. 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.

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.

Now though this looks simple, I am not sure what is the best way to do this out of:

  • WPF controls
  • Lync Client SDK
  • UCWA
  • UCMA
  • Skype for Web SDK

I am quite new to this, and already alot confused.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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