Microsoft bot builder deep linking

 ̄綄美尐妖づ 提交于 2021-02-08 07:50:13

问题


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

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