I have a copilot "working" in teams. We are looking for a way that a user can offer feedback to us. I have deeply explored using an
adaptive card and ran into multiple issues (could be another topic). Let me know if you really think that is the best way to proceed and I can create other topics dealing with those issues.
We currently want to allow the user to give us feedback by reacting with a thumbs up or thumbs down to our message. I have been able to use Activity.Type to recognize that there was a MessageReaction but I have not found a way to identify what type of reaction it is (thumbs up, heart, etc) or the text of the message that was reacted to. I have tried every "variable" I can think of under the System tab. Is there any way to do this? We need to be able to get both of these things to implement this idea.
Any help appreciated!