Reputation: 29
I have a simple bot that uses bot command menu.
It mentions that
Bot menus won't appear on mobile clients.
Upvotes: 0
Views: 185
Reputation: 10844
So these menus are really nice on desktop, but all they're really doing is filling words into the textbox to save the user some typing - at the end of the day, the user can still type them in by hand, or type in anything else they choose to.
If you really want to give the user some guidance / options on what commands they can do by text, you can do this using a Welcome message (see more 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, and see the image at the end of the post for the final card.
Upvotes: 2