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

how to close a QnAMaker dialog?

I am trying to closing a QnAMaker dialog so that user can go back to the Luis dialog and use it again. here is my code that i use in luisdialog.cs: [LuisIntent("FAQ")] public async Task FAQ(IDialogContext context, LuisResult result) { …
0
votes
1 answer

builder.IntentDialog with luis and qna dialogs, should call qna active learning if doesnt have proper match nodejs

I'm trying to integrate luis with a working QNA active learning bot. I have created intents dialog with Luis and QNA dialogs var luisRecognizer = new builder.LuisRecognizer(config.luisEndPoint) luisRecognizer.onFilter(function(context, result,…
0
votes
1 answer

Does QnAMaker use logistic regression?

I understand that QnAMaker stores the data in Azure Search. I read somewhere that Luis uses "logistic regression" to match the intents. Does QnAMaker use the engine of LUIS (i.e. also logistic regression) or does it do something else, e.g. searching…
herrjeh42
  • 2,782
  • 4
  • 35
  • 47
0
votes
1 answer

Can not connect QNA maker to Azure Bot Service

I am facing with the problem because I can not connect qna maker bot to azure bot service. On qna maker platform everything works good, but when I go to bot service and test in web chat it does not work, it just repeats message I typed. I have…
Dusan
  • 11
  • 2
0
votes
0 answers

Qna Maker: While Opening Knowledge base, getting error

While opening my Knowledge bases in QnA Maker I'm getting the following error: Access denied due to invalid subscription key. Make sure you are subscribed to an API you are trying to call and provide the right key. How can we update the subscription…
user64870
  • 47
  • 5
0
votes
1 answer

Can QnAMaker auto-refresh URL Content it has injested

I have a new QnA that I am building, I want the actual content to be maintained by my content providers on my website without having to teach them how to use QnAMaker too.. I have confirmed that injestion works fine... Is there a way to automate…
Josh Handel
  • 1,690
  • 2
  • 13
  • 21
0
votes
0 answers

Multiple QnA Services in one Bot using Nodejs

I have a Bot with luis recognizer & 1 Qna service. The way I currently consume QnA answers is I use luis intent to trigger a dialog flow and just make a simple Http request to QnA. I would like to expand this bot to multiple QnA KB's or multiple…
0
votes
1 answer

How can I create process after selecting "None of the Above" option on a list of dialog by a user?

I am trying to create a process after selecting "None of the above" by a user. As you know, QnA Maker replies related multiple questions list when the user input a fuzzy message. At the bottom of the list, we can see "None of the above". I would…
Gon
  • 93
  • 1
  • 7
0
votes
2 answers

Azure QnAMaker - Managing Content

I have a couple of questions regarding the QnAMaker service from Azure Cognitive services - For adding KB articles, does it support adding SharePoint Online Url directly?. Is there a way to use an API route to submit documents. The API reference…
Nitin Rastogi
  • 1,446
  • 16
  • 30
0
votes
0 answers

How to get a message using replytoId field in bot builder framework?

I want to get unanswered questions asked by the user, so whenever a user asks such question the bot replies with a default msg and when I was looking at the emulator I found this { "type": "message", "text": "Sorry. I dont seem to have this…
0
votes
1 answer

QnA Maker NoMatch Handeling

I'm looking for ways to catch a Qna Maker no match event and then handle it in a customized way. My current Qna Dialog goes like this : [Serializable] public class QnaMakerDialog : QnAMakerDialog { public QnaMakerDialog() : base(new…
0
votes
3 answers

How to link Azure Bot with SharePoint?

I'm working on a bot service where we need to place the Bot in SharePoint Site. I have created a QnA Bot in Azure with sample KB and is working fine. Now i need the integration, can someone put some light on how I can achieve this ? Any links or…
0
votes
0 answers

Azure QnA: Error "The scale operation is not allowed for this subscription in this region. Try selecting different region or scale option."

I am creating Azure QnA service and I am getting below error message "The scale operation is not allowed for this subscription in this region. Try selecting different region or scale option." I have Selected below options SKU…
0
votes
0 answers

Inconsistent response between Azure bot and QNAmaker

I am having inconsistencies with the responses I receive from Azure Bot and Qnamaker Test Chat. Pls see the response from Qnamaker and Azure Bot for the question. How many FTAs? Azure Bot: No good match in FAQ Qnamaker Test chat: 900 clients I need…
Prabha
  • 1
  • 1
0
votes
1 answer

QnA maker not responding for some questions

We are using BasicQnAMakerDialog (Azure QnA template) for a QnA bot. It can handle most questions, however when certain questions are asked, there is no reply (not even the default message: No good match found). The bot just hangs. Scenario: User:…
Norwen
  • 63
  • 6