I am developing a bot service using botframework with c#.
I want to show a feedback dialog to the user at the end of dialog. And I want to save the feedback contents to the external cloud storage.
I want to embed it in this source, but I have no idea how to implement it.
There were some sample of node.js, but I couldn't find sample of qna maker + C # Can anyone tell me a sample source that I think would be helpful?