ms teams bot 命令菜单替代移动客户端
ms teams bot command menu alternative to mobile clients
我有一个使用 bot command menu 的简单机器人。
它提到
Bot menus won't appear on mobile clients.
- 如何为移动客户端复制机器人菜单?
- 我调查了 messaging extensions 但他们看起来像
矫枉过正和复杂。这是唯一的方法吗?
所以这些菜单在桌面上非常好,但它们真正做的只是将文字填充到文本框中以节省用户的输入时间 - 在一天结束时,用户仍然可以手动输入它们,或输入他们选择的任何其他内容。
如果您真的想通过文本向用户提供一些关于他们可以执行哪些命令的指导/选项,您可以使用欢迎消息来做到这一点(查看更多 here). In addition, instead of a plain text message, you can send an Adaptive Card, which can include buttons the user can click on, and these work on all platforms. Here's an excellent article on cards,并查看最后的图像post 的最后一张牌。
我有一个使用 bot command menu 的简单机器人。
它提到
Bot menus won't appear on mobile clients.
- 如何为移动客户端复制机器人菜单?
- 我调查了 messaging extensions 但他们看起来像 矫枉过正和复杂。这是唯一的方法吗?
所以这些菜单在桌面上非常好,但它们真正做的只是将文字填充到文本框中以节省用户的输入时间 - 在一天结束时,用户仍然可以手动输入它们,或输入他们选择的任何其他内容。
如果您真的想通过文本向用户提供一些关于他们可以执行哪些命令的指导/选项,您可以使用欢迎消息来做到这一点(查看更多 here). In addition, instead of a plain text message, you can send an Adaptive Card, which can include buttons the user can click on, and these work on all platforms. Here's an excellent article on cards,并查看最后的图像post 的最后一张牌。