Forum Discussion

purinat's avatar
purinat
Copper Contributor
Oct 28, 2024

Command menu not show in Teams mobile app

Hi, I just create my chat bot on Teams and I add some "Command menu" in Teams Developer page.

So that can show on Desktop but did not show on mobile application.

 

Here's my short manifest from Developer page.

"bots": [
    {
      "botId": "497ed9a0-1823-4a6c-8d3c-b0281b024645",
      "scopes": ["personal"],
      "commandLists": [
        {
          "commands": [
            {
              "title": "Change use case",
              "description": "เปลี่ยนหัวข้อในการสนทนา"
            },
            {
              "title": "Read privacy policy",
              "description": "อ่านนโยบายความเป็นส่วนตัว"
            },
            {
              "title": "Read terms of use",
              "description": "อ่านข้อกำหนดและเงื่อนไขการใช้บริการ"
            }
          ],
          "scopes": ["personal"]
        }
      ],
      "isNotificationOnly": false,
      "supportsCalling": false,
      "supportsVideo": false,
      "supportsFiles": false
    }
  ]

 

But when I testing Adaptive Card via Developer Protal that will show "Suggested prompts" on the bottom right. So the "Command menu" and "Suggested prompts" are the same feature? and why that not working on my bot?

 

Here's the attachment

 

Resources