在chatbot中做出响应后,可以从用户原型化“反馈"的选项有哪些? [英] What are options to prototype 'feedback' from the user after response in chatbot

查看:150
本文介绍了在chatbot中做出响应后,可以从用户原型化“反馈"的选项有哪些?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我只是在想,在使用C#的Microsoft Bot Framework在我的聊天机器人中的每个响应之后,我可以看看从用户那里获得反馈"原型的选项是什么.

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#.

就像每个响应后的向上/向下拇指"按钮一样.我不确定我是否可以使用Microsoft Bot Framework在c#中执行此操作,但是如果该漫游器始终接受UP/DOWN作为潜在的反馈,则可以将其存储在响应旁边的某个位置.

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.

有人有什么主意吗?

推荐答案

一种呈现Up/Down或Like/Dislike按钮以获取用户反馈的方法是使用

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).

特别适合使用 HeroCard 在此处,您可以在其中将响应作为卡片内容显示,然后单击两个按钮以获取反馈.

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.

这篇关于在chatbot中做出响应后,可以从用户原型化“反馈"的选项有哪些?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆