Forum Discussion
Listing available questions/commands for MS teams chatbot
- Feb 05, 2024
AytacBey - Search or Action Messaging Extensions allow you to extend the compose message area in Teams and provide users with a list of suggestions or actions based on the user's input. In your case, you can use this capability to display a dropdown menu of available questions that partially or fully match the words entered by the user.
More info:
1.Designing your message extension - Teams | Microsoft Learn
2.Message extensions - Teams | Microsoft LearnSample ref: Message extensions - Teams | Microsoft Learn
Thanks,
Prasad Das
------------------------------------------------------------------------------------------
If the response is helpful, please click "**Mark as Best Response**" and like it. You can share your feedback via Microsoft Teams Developer Feedback link. Click here to escalate.
AytacBey - Search or Action Messaging Extensions allow you to extend the compose message area in Teams and provide users with a list of suggestions or actions based on the user's input. In your case, you can use this capability to display a dropdown menu of available questions that partially or fully match the words entered by the user.
More info:
1.Designing your message extension - Teams | Microsoft Learn
2.Message extensions - Teams | Microsoft Learn
Sample ref: Message extensions - Teams | Microsoft Learn
Thanks,
Prasad Das
------------------------------------------------------------------------------------------
If the response is helpful, please click "**Mark as Best Response**" and like it. You can share your feedback via Microsoft Teams Developer Feedback link. Click here to escalate.
- AytacBeyFeb 15, 2024Copper ContributorI wish I would see this post before my workaround solution. Workaround solution is gathering questions in groups (IT, HR, etc.) and putting these groups as actions to the manifest.json file. By this way respective commands will appear in a dropdown manner. Later the command will be bound to adaptive cards which contains questions that belongs to respective group/command.