Feb 04 2024 02:15 AM
Hello community,
For Teams chatbot, I want to list available questions above/below message box based on the words that's been written to message box.
What I try to do is, I want user to be informed about available questions. And I want it to be done BEFORE the message is sent.
This is already possible by commands section in manifes.json file but it requires the match starting from the first character for the available questions/commands. I want to enhance it by including partially match options to be shown.
Feb 04 2024 09:27 PM
Solution@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.
Feb 15 2024 04:11 AM
Feb 04 2024 09:27 PM
Solution@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.