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?
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