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
0 answers

Hot to force QnAMaker to throw a LowScoreHandler or

Hi guys is there a way for me to train QNAmaker to throw none or a NoMatchHandler? I have some questions that was incorrectly answered by QNAmaker, I need to train the QNAmaker to throw a low score so that it will then be forwarded to luis. I…
anonymous1110
  • 885
  • 4
  • 14
  • 28
0
votes
1 answer

How can i save botframework data like questions and answers

In MessagesController.cs in my code I added a part to save userlog data like userid,username, channel, date, messages...I want to save also the answer of the bot ? but I don't know how to do. The database is in azure. This is the code :…
user2455143
-1
votes
2 answers

ServiceError: Cannot create a v2 converged app

WEB APP BOT: WEB APP BOT 1: https://i.stackstrong text.imgur.com/z24Og.png I AM TRYING TO CREATE QNA MAKER CHATBOT, BUT WHEN I am trying to deploy the bot, this error is coming "ServiceError: Cannot create a v2 converged app". Please guide me…
-1
votes
1 answer

QnA maker And Dialogflow Knowledge Base

I have QnA Maker and Dialogflow knowledge base. I am trying to develop a faq bot. I need to know which is better to use the Dialogflow knowledge base or QnA Maker. Can some one tell me which is better?
-1
votes
1 answer

Can we connect Azure Blob with QnA maker knowledge base?

Can someone tell me if we can connect Azure Blob with QnA maker knowledge base?
Sharvani
  • 61
  • 1
  • 2
  • 12
-1
votes
1 answer

QNA maker - Knowledge base - Azure DevOps pipeline, how to create any samples?

There is a requirement, need to create Azure Devops(CICD) pipeline for QNA - KB with below Import excel file into Knowledge base Save & Train the Knowledge base Publish Knowledge base How it can be done through Azure Devops Pipeline. Any…
-1
votes
1 answer

To route the QnAMaker to the hero card in the bot framework

I'm developing a chatbot using Microsoft Azure Web App Service. Among them, I'd like to insert a hero card in the greeting, and then click Info Dynamics365 among the corresponding hero buttons to start calling the card list source I've created, and…
K.natsu
  • 11
  • 4
-1
votes
1 answer

How do we import question data from HTML files to QnA Maker?

We have html files placed within folders. Structure of the directory is as below. Is is possible by any way to import these html in Q&A maker?
Oxygen
  • 831
  • 4
  • 17
  • 42
-1
votes
1 answer

How to Call QnA maker from LUIS none intent in C# v4

I wanted to know if we can call the QnA maker from "None" Intent of LUIS apart from using Dispatcher? --- I'm using latest CoreBot Template in C# V4 to build my bot. Any code snippets? Thanks
-1
votes
1 answer

Dispatch LUIS and QnA Maker in Botframework V4 C#

I am trying to add LUIS and QnA Maker in a bot with dispatch and I am following this guide. But in this part is said type or namespace cannot be found. I am using Botframework V4 with latest updates. It said in the guide that it is for Botframework…
-1
votes
1 answer

FAQ chatbot without using QnA maker in Botframework V4

I've found no answer for the question and no similar question asked. Is it possible for me to build a FAQ bot without using QnA maker in Botframework V4. Is there alternative to QnA maker other than using other NLP AI (unless it is free). Or is it…
-1
votes
1 answer

Microsoft.Bot.Sample.QnABot - Authenticating Error

I'm trying to use the downloaded src project from "Download source code" from Azure portal but it is unable to authenticate. Failed authenticating incoming request: System.IO.FileNotFoundException: Could not load file or assembly …
Arran
  • 1
  • 1
-1
votes
2 answers

Scripting for LUIS and QNA Maker

We are planning to do scripting for updating the LUIS and QNA Maker for Dev/testing/production environment. Is there any possibility of doing it in the current version of LUIS and QNA Maker?
-1
votes
1 answer

Error using QnAMaker sample with feedback

I have been trying to use Microsoft Cognitive and AI toolkit with QnAMaker API, in order to create a simplistic chat bot. While my normal qnaMakerAi chat bot works fine, there is an issue while I was trying to enhance it's feature and include the…
Rakesh Kumar
  • 307
  • 1
  • 2
  • 10
-1
votes
1 answer

Bot Framework LUIS and QNA integration

We are building a chat bot with LUIS and QNA in c#. The approach is like when nointent is reached in LUIS it will invoke QNA maker and try to see if the asked question is available there or not . But if QNA mathes the asked question with multiple…
user8662086
1 2 3
39
40