qnamaker with LUIS

心不动则不痛 提交于 2019-12-24 03:55:09

问题


I'm exploring the microsoft services.

LUIS caught my attention. Would it be beneficial to add it to a QNAmaker bot?

The bot basically answers questions as accurately as possible, nothing else, just pure answer from knowledgebase.

Do I even need to add LUIS?


回答1:


No, you don't need LUIS to have QnA maker answer questions. You might add LUIS as the app grows to do more than just a faq style interaction.




回答2:


By itself, if all you want is for the bot to answer questions, then this is sufficient. However, even still it is helpful to pre-emptively tell users what your bot can actually do, so I would also like to suggest adding a pro-active message which actually informs your user of what your bot can actually do, i.e have the bot say something like: "Hi! I'm -A Bot-, you can ask me questions and I'll do my best to answer!"

If you are interested in looking at a c# implementation of LUIS with QnA here is a sample



来源:https://stackoverflow.com/questions/50353205/qnamaker-with-luis

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