Questions tagged [azure-qna-maker]

Questions regarding the use and implementation of Microsoft's QnA Maker.

Easy-to-use, REST API and web-based service that trains AI to respond to user's questions in a more natural, conversational way.

With optimized machine learning logic and the ability to integrate industry-leading language processing with ease, QnA Maker distills masses of information into distinct, helpful answers.

enter image description here

596 questions
-1
votes
1 answer

How to communicate single Bot with two differnet QnA Data sets based on user requrest?

How to communicate Single ChatBot with different QnA data sets(JSON).. Ex : QnA1 (JSON file) QnA2 (JSON file) and Single Bot application. when I launch the with site1, Bot will communicate to QnA1 data. when I launch the with site2, Bot will…
Bhushan
  • 1
  • 1
-2
votes
1 answer

how to get the qna response inside QnAMakerDialogbase: QnAMakerDialog

I am using botframework v4 and I want to create a rich card from QNAmaker responses. I was checking the QnAMakerDialog interface but couldn't find any useful method for that.
mouhannad
  • 39
  • 8
-2
votes
1 answer

bot thrown error with luis publishing on azure but work fine with emulator

I have bot made in framework v4 using c# having middleware in it. It work fine on emulator but throw error after getting publish on azure. Can any one knows the possible cause of it. It mainly throw error with luis part on azure. Error msg is Sorry,…
-2
votes
1 answer

Missing Endpoint Key in QnA Maker

I had initially created a QNA maker but it failed so I removed it, and when attempted to re-create it, it is missing the endpoint key.
-2
votes
1 answer

How to add active learning to Azure Chat Bot with C# .net

I have made a chat bot with LUIS and QnA, but now I want to add active learning to the QnA, but the problem is I'm only able to found documentation for node.js, whereas my project is in c# and .net framework. Kindly provide some useful links where I…
-2
votes
1 answer

How to i can integrate LUIS bot with multiple QnA maker

Can someone please provide the solution for integrate LUIS with multiple QnA KB.
-2
votes
1 answer

How to use metadata and train Knowledge Base automatically C# QnA maker Bot

My FAQ bot is using this QnAMakerDialog which is not using Microsoft.Bot.Builder.CognitiveServices.QnAMaker, but easy to use metadatas. However I also want to train[CustomFeedBack, ActiveLearning] like these samples which is using…
Jeff_hu
  • 417
  • 4
  • 15
-2
votes
1 answer

What kind of file does Microsoft QnA Maker accepts in the knowledge base?

I recently started creating a bot using QnA maker. I tried feeding it a bunch of pdf files. But it seems like QnA maker is very particular about the format of the files it is being fed. For example: it can not read documents with columns (IEEE…
-2
votes
1 answer

how can my Microsoft azure bot be more interactive and intelligent

I have created a customer service LUIS-QnA bot using Microsoft bot framework. This bot is supposed to answer customer questions and problems they face so that FAQs are answered by the bot and not directed to the help desk. However, it is not…
-3
votes
2 answers

NLP Dispatch bot

I created the nlp bot using the bot-builder sample from the github. But it is not working properly. for Luis I am getting response but for the qna I am getting error error message: [onTurnError] unhandled error: TypeError: Cannot read property 'map'…
Koushik
  • 73
  • 1
  • 5
-3
votes
1 answer

Unable to use CancelAllDialogsAsync method in Onturnasync method

I have bot made using framework v4 using c#. I have integrated luis in it for exit feature, in my bot when ever user type exit it will take you out from the conversation and the entire bot will start from beinging. I my case bot is able to exit but…
1 2 3
39
40