问题
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