Conversational Bot on MIcrosoft Bot Framework possible? [closed]

断了今生、忘了曾经 提交于 2019-12-06 08:30:07

问题


Is it possible to have a conversational bot using the bot framework of Microsoft? I'm currently using Luis and Qna maker combined, but it is still pretty much a single question and answer bot, what can I do to make it more of a conversational bot? where the user can ask the bot to justify its previous answer more like a human? I've seen a a bot that is very intelligent, Mitsuku how can i make my bot similar or close to this?

It appears that it can review all the previous conversation we had and it can also justify its answers pretty much well, i can pick any word from his response and it can justify why it answered that way. How is this possible?


回答1:


Yes, you can do the conversation with Microsoft Bot framework. You can do this using Microsoft Form Builder class.

You can combination of Luis and FormBuilder to get the desired result. Identify the user intent withLuis and then use FormBuilder to further get complete information.

This and this blog posts explain how you can achieve this. Also, have a look into Advance features of Form Builder for more information.

I don't think it is possible to achieve this with QnA maker alone.



来源:https://stackoverflow.com/questions/48738693/conversational-bot-on-microsoft-bot-framework-possible

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