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
2
votes
2 answers

QnAmaker change default answer when QnAmaker does not have any response

How to change default answer when QnAmaker does not have any response to display a prompt dialog. For example: User1: Hello Bot : Hello there !! User1: Do you sell cars? Bot : No good match found ! Instead of No good match found, the bot should…
2
votes
1 answer

Multiple QnA Service in one Bot using C#

I do have 3 QnA Service. I want them to be used in a single BOT at the same time. How can this be implemented using C#. My initial idea is to put the KB ID and Sub Key into an array (how to implement that or would an array works?).. I saw some code…
2
votes
2 answers

Form Flow bot customization issue

I want to build a bot which can make use of QnA api and google drive's search api. I will ask user if he wants to query Knowledge base or he wants to search a file in drive. For this, I chose Form Flow bot template of Bot Framework. In this case, if…
Sonali
  • 2,223
  • 6
  • 32
  • 69
2
votes
1 answer

QnaMakerDialog too many attempts

I developed a bot using pakage qna maker and I need to change the label for the tooManyAttempts ressource because in french it's not the best word used. Can I change the ressource ? Or Can I tracked the tooManyAttempts var to change his value…
2
votes
1 answer

Microsoft.Bot.Builder.CognitiveServices.QnAMaker.QnAMakerDialog How to override not found?

I'm working with QnAMakerDialog and cannot figure out how to override the "not found". I am able to override RespondFromQnAMakerResultAsync but that is not called when no answer is found. I tried setting the default message to null or empty string…
2
votes
2 answers

qnamaker location - europe

Does anyone know whether it's possible to publish the QnAMaker in Europe? I can only publish it in the West US which results in quite a bit of latency when calling the service from our backend.
Ate
  • 23
  • 2
2
votes
1 answer

Azure BOT Framework, Integrate QnA Maker with LUIS

I am searching for documentation on the integration of QnA Maker API with LUIS in Azure BOT Framework. But after a lot of research, I couldn't find any such document. If anyone came across the same scenario, please post your efforts. I am using C#…
2
votes
2 answers

Does Microsoft QnA maker use LUIS?

I am planning to use QnA maker, but does it use LUIS in the background ? If the questions are asked in a different way than the one trained to QnA maker, will it respond ?
ZEE
  • 381
  • 1
  • 6
  • 20
2
votes
1 answer

Handle throttling and/or quota in qna maker

How can you handle throttling and/or quota in qna maker? I'm sure that I'm not the only one who has this question, and maybe, you'll give me some ideas. I have a chatbot that handles specific problems, but the user can also type free text, so I want…
Alex
  • 130
  • 10
1
vote
0 answers

Azure question answering bot that sends images and docs as answer

I am creating a chat bot using Microsoft question answering service that used to be called QnA, following this tutorial: https://learn.microsoft.com/en-us/azure/cognitive-services/language-service/question-answering/how-to/create-test-deploy I…
user21966971
1
vote
2 answers

The subscription does not have QuotaId/Feature required by SKU 'S0' from kind 'QnAMaker'

The subscription does not have QuotaId/Feature required by SKU 'S0' from kind 'QnAMaker' . i am using Bot Framework Composer and i want to add QNA MAKER knowledge base but it require set up qna maker and i am getting this error now "The subscription…
1
vote
1 answer

Power Virtual Agents Automatically suggest a solution before connecting to a live agent

I was looking for a basic ability for bot to learn from the questions and answers the agents provide that can be used as suggestion the chatbot replies to users before it connects them to live agent. I looked up QnA maker does similar stuff and can…
1
vote
0 answers

connect my chatbot to QnA in Language Studio

I'm trying to migrate from qnamaker.ai to language studio (LS). my current config file has kbId listed but, I don't see the kbId under the prediction url in Language Studio. current file has: "id": "GeneralITQNA", "kbId": "", …
Derrick
  • 145
  • 1
  • 2
  • 7
1
vote
1 answer

How to have a button visible as soon as chatbot starts

I have a bot framework chatbot which uses QnA Maker. The bot is primarily for product support FAQ type questions. I have built a series of follow on prompts which allow the user to navigate to different questions/answers via the buttons which…
StellarFan
  • 25
  • 4
1
vote
1 answer

Bot framework SDK NodeJS and Custom Question Answering: Failed to generate answers: [object Object]

After an upgrade of one of my knowledgebases from QnaMaker to a language resource with custom question answering enable (FKA QnAMaker Managed), my chatbot does not function anymore and returns an error: DialogContextError: Failed to generate…
Hessel
  • 613
  • 1
  • 6
  • 15