Get Skype ID from Activity object Bot Framework V3

心已入冬 提交于 2020-01-07 03:40:53

问题


In the previous version of the Microsoft Bot Framework (v1) we were able to get the Skype ID (username) from the Message object. I have now updated to V3 and can no longer get the Skype ID, it returns a random ID in the ID field and the Skype Users name.

I have already built the back end to use the Skype ID and don't want to change that.

Is there anyway to get to the Skype ID?

I did see this in the documentation "In the V3 version of the API a user is represented by a unique user ID per bot (and not for example the Skype ID)." But they didn't explain anything more than that.


回答1:


Much like Facebook, Skype now provides extra privacy to the user by providing a unique user ID per bot.



来源:https://stackoverflow.com/questions/38992661/get-skype-id-from-activity-object-bot-framework-v3

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!