In Sample 9 (available here) of webchat example, we are providing the user an ability to react to the answer, is there a proper any find the question user has asked for which bot has answered and the user has reacted.
Currently, the way I am doing is, I have sending point activityId and replytoId to my bot when user reacts and then from my transcript table I am getting the text from the activity with id activityid and replytoid and getting the question and answer, is my approach correct, or do we have any simplified solution
Also is there a way to hide the reaction button after user response?
Thanks