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
0
votes
1 answer

Unable to delete Knowledgebase from QnA Maker

From Azure portal,I have deleted App Services, webapp bot, etc respective of the resource group.(Main agenda as cleaning Unnecessary files from portal). There is no App service respective of the KB. Now, I am unable to delete Knowledge-base from QnA…
Tharak
  • 11
  • 3
0
votes
1 answer

How to call a formflow dialog or a normal dialog from a QnAMakerDialog (FAQ type chatbot) at a certain condition on botbuilder-v3

My situation is as below. I am new to Bot-framework and making a chatbot that communicates with QnA-Maker type with KB services, and depending on the certain answer returning ,try to call or start a guided conversation through FormFlow . I'm using…
0
votes
1 answer

Bot Framework with QnaMaker and FormFlow

I am making a bot that communicates with QnaMaker, and depending on the answer, a guided conversation through FormFlow should be opened using Json. My problem is exactly at this point in order to open the form. I'm using SDK V3 and QnAMakerDialog of…
0
votes
1 answer

How to programmatically get the id of a pair in QnA Maker v4.0?

I am programmatically building a QnA using C#. I want to programmatically obtain the answer of a question, to do so, I have used the documentation provided by Microsoft in the following link:…
Marisa
  • 1,135
  • 3
  • 20
  • 33
0
votes
0 answers

Is it advised to create multiple LUIS models using dispatch?

Requirement: I need to enable bot to handle QnAs, talk to SharePoint list for dynamic form flows and return custom designed cards/actions, preconfigured troubleshooting services with common questions and integration of Service Now etc. Question:…
0
votes
1 answer

Wrong answer from QnAMaker with keyword

I have been working with the Microsoft Bot Framework v4 and QnA Maker(GA). A problem that I have come across is when the user types a keyword like 'leave absence'. There are 10+ kind of leave absence questions. The QnAMaker will send back the one…
0
votes
1 answer

LUIS bot has issues with questions contain apostrophe/ single quote

I integrated a LUIS and QNA Maker Microsoft bot and created a webchat bot. The bot works perfectly fine however when I type a question with single quote (') or apostrophe in it the bot responds Sorry, my bot code is having an issue. For example if…
0
votes
0 answers

How can I pass a form-selection value to QnA maker?

I'm trying to build a set of pre-configured questions (with the help of form filler) whose answers can be fetched from QnA maker. Any suggestions?
0
votes
1 answer

Azure QnA Maker matches with questions only or answers also?

We are working on QnA maker to get user queries. We suspect that the keywords from the user entered queries not only match the questions but also match with answers. Could you clarify?
Narsimlu K
  • 15
  • 3
0
votes
1 answer

Adding Multiple QnA Pairs

When updating the knowledge base for the QnA Maker, I've noticed that if multiple users happen to try adding a new QnA pair within a few seconds of each other, the second one will overwrite the first. I'm guessing this is due to each process…
0
votes
1 answer

disable qna recognizer when inside a dialog

I am using Luis and QnA maker, qna maker is now interupting a waterfall prompt. I have disabled the Luis prompt with code below, how can I to do same for the qna recognizer? var recognizer = new…
0
votes
1 answer

Call QnA maker issue with postman

I create a qna maler knowledge bases, and want to test it in postman. But I got 415 error.(I had added content-type:application/json) Here is the issue screenshot QnA maker info Postman issue Can you guys tell me how to fix the issue
Emon
  • 1,401
  • 14
  • 24
0
votes
2 answers

How to use QnA service within the dialog?

I use some waterfall steps before I want to use QnA for getting an answer. WaterfallStep[] steps = new WaterfallStep[] { MenuStepAsync, QnAAsync, }; Then when I want to call the QnA service, It needs a Turncontext object…
Vivek Jain
  • 71
  • 1
  • 11
0
votes
1 answer

How to add a Dialog in a bot using SDK4.0

I am trying to implement a bot which uses Qna services and Azure search. I am taking help of the C# QnA Maker sample github code. It is using a BotServices.cs class which is taking a QnA service in its constructor. This Botservice object is being…
Vivek Jain
  • 71
  • 1
  • 11
0
votes
0 answers

Upgrading QnAMaker Azure Search service

I was using the free version of the QnAMaker service which was linked to a free version of the Azure Search service. This prevented me from creating new KBs in the QnAMaker saying that I need to upgrade the Search service. Since upgrading of Search…
Souvik Ghosh
  • 4,456
  • 13
  • 56
  • 78