Jul 07 2021 08:40 PM
Hello,
I am interested in preparation feedback mechanism which is NOT included in Teams window for internal (company) chatbot prepared with Microsoft Bot Framework. For example:
- thumbs up/down below the conversation window (current bot phrase)
- stars over the conversation (next to the bot name?)
The objective is to get the feedback as intentional, placed in every part of conversation, not only in appropriate places (i.e. end).
I would be grateful for your opinion/founds/experience.
If more info needed, please let me know.
Regards,
Andy
Jul 12 2021 07:33 AM
@AndreashekSwiech - could you please share some screenshots of functionality you want to achieve?
Jul 13 2021 10:34 PM
Hello,
@Wajeed-MSFTthis is something like:
The main problem is that I need to implement it within MS Teams.
Regards,
Andy
Jul 14 2021 10:55 AM
Solution@AndreashekSwiech - currently you can not include these as part of Teams chat UI. Instead this can be implemented as Adaptive Card action with Task Module. You can render your adaptive card with icons.
Please take a look at attachment manifest which shows Task Module experience.
Jul 14 2021 08:13 PM
Jul 14 2021 10:55 AM
Solution@AndreashekSwiech - currently you can not include these as part of Teams chat UI. Instead this can be implemented as Adaptive Card action with Task Module. You can render your adaptive card with icons.
Please take a look at attachment manifest which shows Task Module experience.