从活动对象Bot Framework V3获取Skype ID
在以前版本的Microsoft Bot Framework(v1)中,我们能够从Message对象获取Skype ID(用户名).我现在已更新到V3,无法再获取Skype ID,它在ID字段和Skype用户名中返回一个随机ID.
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.
我已经建立了使用Skype ID的后端,并且不想更改它.
I have already built the back end to use the Skype ID and don't want to change that.
反正有Skype ID吗?
Is there anyway to get to the Skype ID?
我确实在文档"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)."
中看到了这一点,但是他们没有更多解释.
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.
与Facebook相似,Skype现在通过为每个漫游器提供唯一的用户ID为用户提供额外的隐私.
Much like Facebook, Skype now provides extra privacy to the user by providing a unique user ID per bot.