问题
Can we do deep linking for Skype or Slack with the Microsoft Bot Framework? Specifically, I need a link that would allow me to pass custom parameters to my bot at the time of invocation, as we can do for Telegram such as https://telegram.me/UniversalAgent1Bot?start=30|1
回答1:
See https://www.skype.com/en/developer/create-addbot-button/ for details on how to create a button to add a bot to contacts on web.
If you want to create a deep link for iOS or Android, you can use this URI:
skype:28:bot-id-guid-value?chat
For example, skype:28:12345678-1234-1234-1234-123456789012?chat
But to my knowledge, you cannot add custom parameters to these URLs. More details here: https://msdn.microsoft.com/en-us/library/office/dn745882.aspx
来源:https://stackoverflow.com/questions/41790265/microsoft-bot-builder-deep-linking