What are options to prototype 'feedback' from the user after response in chatbot

匆匆过客 提交于 2019-12-12 01:24:46

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!