'Azure Bot Microsoft Teams Autocomplete/Suggestion similar to "Who" but dynamic
In the who bot for MS Teams, suggestions will auto populate to help the user to enter a command.
In my research, this feature can be enjoyed by other bots by editing the Manifest file. Is there some other way to facilitate this behavior more dynamically? I'd really like to be able to provide recent history of say the last 10 commands and have that auto-populate, but don't see a way to do this.
Solution 1:[1]
Command menu with a drop-down list of commands is added for your bot, to define a set of core commands that your bot can respond to. The list of commands is presented to the users in the compose message area when they are in conversation with your bot. You can add those commands list in manifest file of your bot app where these are defined.

Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Prasad-MSFT |

