问题
I am just thinking could I see what would be the options to prototype 'feedback' from the user after each response in my chatbot using Microsoft Bot Framework using C#
.
It is just like a "thumbs up/down" buttons after each response. I am not sure whether i can do it in c# using Microsoft Bot Framework but if the bot always accepted UP/DOWN as a potential feedback, I could store it somewhere next to the response.
Can someone have any idea?
回答1:
One way to present a Up/Down or Like/Dislike button to get feedback from the user could be using RichCards (the link points to a C# sample).
In particular a HeroCard might be suitable for this, where you can present the response as the card content and then two buttons to get the feedback.
In the Channel inspector you will be able to check how a hero card is being rendered in those channels that support it.
来源:https://stackoverflow.com/questions/42065052/what-are-options-to-prototype-feedback-from-the-user-after-response-in-chatbot