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

In QnA maker bot I want to interrupt qnamaker dialogs

I am try to integrate my basic bot with "QnA-maker". After editing all the stuff i publish it to azure portal and try to check it and i am getting error. The Error is when i open my bot to test it keeps the window waiting for my bot to ready.
Manoj
  • 11
0
votes
1 answer

How to understand active learning QnaMaker, botframework v4

I had read documents, and tried to run Active learning sample. I can understand how the program works. The documents refer to Implicit feedback and Explicit feedback. I have two questions. I can find the Explicit feedback' code. But I don't…
0
votes
1 answer

QnAmaker.ai with ms botframework node.js: welcome message and scoring answers

I am using QnAmaker.ai for FAQ bot developed using node.js msbotframework. I want to implement few more additional features: Welcome message to the user when the bot connects. Provide scores for every answer. For e.g. Was this useful "Yes" and…
0
votes
1 answer

Azure QnA Maker Need Advice on Data Source

We are trying to create an FAQ chat bot using the Azure QnA maker service. I have read the documentation which says that the allowed file formats for creating a knowledge base are PDF, word, xls, doc, tsv and txt. Our published product documentation…
0
votes
1 answer

Service error Bot should use its own storage

I've created bot (Bot Framework v3) which uses LUIS, QnAMaker, Dialogflow services. It works perfectly when I run it locally in the Bot Emulator, but when I deploy it on Azure my bot stops working. On the surface he just replies Sorry, my bot code…
0
votes
0 answers

Why does QnAMaker Bot does not work in Azure Web Chat channel but works locally

I was able to convert my EchoBot to interact with QnAMaker as per instructions here on my local development system but when I publish the same using kudu repo (tried using Azure DevOps service Ci/CD pipeline but it does not work [in preview] because…
Andy
  • 2,493
  • 6
  • 37
  • 63
0
votes
1 answer

Could not load type Microsoft.Bot.Builder.Internals.Fibers.SetField

I am using Bot Framework SDK v-4 and trying to use QnAMakerService. I have the BotService.cs where I have the QnAMakerService instatiations. While, initiating the QnAMakerService I get an error in my Visual Studio Diagnostics window: could not load…
Souvik Ghosh
  • 4,456
  • 13
  • 56
  • 78
0
votes
1 answer

Using conditional operators with QnAMaker - operators aren't routing correctly

I'm having difficulty figuring out what most likely is a simple issue, which relates to a 'if then else' problem in my code (NodeJS, Bot Framework v4). I can't quite figure out why the relevant card isn't being shown depending on the number of…
Steve Johnson
  • 405
  • 3
  • 8
0
votes
0 answers

Add rich card to QnA Maker with LuisDialog

Is there a way to add an adaptive card to the answer of a question in a qna maker? My bot app uses LuisIntent as well. i have used this link: https://blog.botframework.com/2017/08/25/qna-maker-rich-card-attachments-net/ From what i understand it…
0
votes
1 answer

How do I add HTML tags and links in QnA-maker?

I have tried the suggestions provided for other similar questions but they didn't work. here 2 example: 1) Link: name of your link is changed by QnAMaker during the save and train step in name of your link](https://url.com)) and it is diplayed in…
Ambro
  • 3
  • 2
0
votes
1 answer

Where to put knowledge base deployments details in QnA bot sdk4?

I'm following instructions for migrating my knowledge base from https://learn.microsoft.com/en-us/azure/cognitive-services/qnamaker/tutorials/migrate-knowledge-base. Point 9 says I have to use the endpoint (image in the instructions below this…
Beginner
  • 1
  • 1
0
votes
1 answer

How to add a welcome message in the online code editor?

I have created a Web App Bot (sdk3) in the Azure portal and am using Node.js. I have read the instructions for creating a welcome message here. However, I don't know where exactly to put the sample code copied from this page in the online editor.…
Beginner
  • 1
  • 1
0
votes
1 answer

ludown parse toqna command issue replaces comma with \r\n

I am using the following command to parse lu file to json file, which then can be given to QnA Maker service to generate kb. But I found that the command replaces comma with "\r\n". For example: ### ? start ```markdown Lorem ipsum…
Ashy Ashcsi
  • 1,529
  • 7
  • 22
  • 54
0
votes
1 answer

Consuming QnA and LUIS in a v4 bot

Documentation tells me I need CognitiveServices package to obtain support for consuming LUIS and QnA services. However, v4 uses the Core framework and https://www.nuget.org/packages/Microsoft.Bot.Builder.CognitiveServices/ gives a warning that it…
0
votes
1 answer

qnamaker doesn't apply changes in knowledgebase

I have built a chatbot which uses a qna. Everything works fine. The bot can answer questions specified in the qna. Now i made some changes to the knowledgebase - added some new question/answer pairs and removed some pairs. I saved, trained and…
MrToast
  • 1,159
  • 13
  • 41