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

QnAMaker just terminates and throws me out of all dialogs in our bot

We have started to use QnAMaker in our Bot more during the recent test period. I have noticed that sometimes when we've called QnAMakerDialog a lot (5 - 10 calls per minute), everything just terminates and and throws me back to bot framework main…
0
votes
1 answer

Microsoft QnA for analytics

I have a WPF application which has lot of canned queries. Recently, I came across Power BI QnA and its very impressive. I would like to know, if Microsoft QnA maker provides similar capability which can be integrated with .Net applications. This…
MKG
  • 23
  • 5
0
votes
2 answers

How to integrate FormFlow and QnA dialogs in a single bot

How to integrate FormFlow and QnA dialogs in a simple bot. I'm not able to call FormFlow context once QnA is completed. If there are any samples for the same, then please share.
Sahil Tyagi
  • 147
  • 2
  • 5
0
votes
1 answer

ResumeAfter method is already called without calling context.done in the next dialog

I have implemented a structure where a QnA dialog is first started. If the QnA Dialog cannot solve the problem then it starts a Luis Dialog which has some main functionalities defined. Based on those main functionalities I start specific dialogs…
0
votes
1 answer

Is it possible to use html tags on Microsoft QnA Maker replies?

It is possible to use html tags on Microsoft QnAMaker replies? I already try to create new line with \n\n but it is not working on webchat or skype. Moreover, how can I create bullets or numbering on QnA Maker?
reno
  • 93
  • 2
  • 8
0
votes
0 answers

QnA maker, Is it possible that stores JSON content as an answer

I'm trying to save the JSON content in the answer. For example, the QnA pair is like Question: where is the repair center. Answer: { "text" : "the repair center locates ...", "next": "would you like to know the phone number of the repair center"…
Andy Lai
  • 1,714
  • 1
  • 14
  • 17
0
votes
1 answer

Microsoft Teams Chatbot not responding when using QnAmaker, Bot hosted by Azure Bot Framework

Some Context: I am using QnAmaker to setup my Knowledge Base with my questions and answers. As so, I am hosting this bot on the Azure Bot Framework service, as a question and answer type bot. I have setup the following Channels; Microsoft Teams,…
0
votes
1 answer

Unable to use a bot with the QnA (NodeJS) template

I just created a QnA Bot by using the following steps: Create a bot using the "Question and Answer (NodeJS)" template. Update "QnAKnowledgebaseId" and "QnASubscriptionKey" in "Application Settings". However, it always shows "Waiting for bot to be…
Carl Su
  • 3
  • 4
0
votes
2 answers

Bot Framework: How to create a menu in Node.js SDK?

I'm developing a chatbot using Bot Framework and Node.js. My purpose is to guide the user with a Menu. I imagine that the user open the bot and it automatically prompts: " Hi I'm your bot you what are you looking for? - option1 - option2 " Once…
0
votes
1 answer

Having trouble configuring bot channels in Azure Portal

I am using a Visual Studio Dev Essentials, and I am trying to set a new QnaMaker bot avaiable on skype and webchat. I was doing all right during the preview, but since bot general availability, every time I try to create a new QnAmaker Bot I get the…
0
votes
1 answer

Node.js var does not save

ok so i have this code for a Microsoft QnA Bot, i have that let message variable global and i need to save it.Problem is it does not...if i run a console.log inside the function on message everything is fine but outside the message is back to…
0
votes
0 answers

Combining LUIS and Qna via Node.js

I would like to build a ChatBot using Microsoft Service LUIS and QnA. I was searching online at some Microsoft github projects in which the two elements were supposed to be combined. However, the source code does not exist anymore. I would like to…
0
votes
1 answer

Azure bot service creator not giving me QnA template

I've been having issue with trying to create a bot service on the Microsoft Azure package. What I aim to do is link up my QnA bot with the azure bot service so that I can link a web app up to my website. I have already created the QnA bot and…
0
votes
1 answer

Remote name could not be resolved 'westus.api.cognitive.microsoft.com' - Microsoft Azure Bot - QnAMaker

I have a Microsoft Azure Bot running with basic QnA Dialog implementation. When I run the stock code from Azure, with only the QnAKnowledgebaseIdand QnASubscriptionKey inserted, it will give me the following error (not anymore - see…
ferdyyy
  • 515
  • 4
  • 16
0
votes
1 answer

How can i host Microsoft Bot framework on premise?

I am planning to implement Microsoft Bot framework, using Qna and LUIS, but my organization policy restricts me from using hosting my KB outside premice, Can i host Microsoft Bot framework in house?
ZEE
  • 381
  • 1
  • 6
  • 20