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

why this role does not have permission for this action in QNA Maker

I receive this role does not have permission for this action. WHen I try to add a Azure QnA Service.Not sure how to get around it
7
votes
3 answers

QnA Maker's metadata

So, I am pretty new when it comer to the development os AI's, principally with Microsoft Azure's tools. I was using Azure's QnA Maker Preview to develop a FAQ bot. But just today, Microsoft released a huuuuge update, making this servisse much more…
6
votes
1 answer

Looking for a unique "Conversation ID" in the App Insights for QnA Maker

We're using QnA Maker attached to an Azure Bot Service. In the Knowledge Base (KB), we've added a Follow up Prompt to every question that says This did NOT answer my question: Meaning if a bad response was provided, the end-user could indicate so,…
6
votes
2 answers

How to find Knowledge base ID (kbid) for QnAMaker?

I am trying to integrate QnAmaker knowledge base with Azure Bot Service. I am unable to find knowledge base id on QnAMaker portal. How to find the kbid in QnAPortal?
Andy
  • 2,493
  • 6
  • 37
  • 63
6
votes
1 answer

C# Microsoft Bot Framework with luis result directing to QNA Maker and graph api

I made a Bot using Microsoft bot framework and made use of Luis for matching intents. Some of the intents directs it to QNA and and some other intents directs it to graph api. My Question is what is the best approach for identifying whether it…
5
votes
1 answer

Bot greeting stops working when adding QnA Maker resource

Using the awesome resources provided by Microsoft. Following the documentation at https://learn.microsoft.com/en-us/composer/ Create Folder somewhere Perform https://learn.microsoft.com/en-us/composer/setup-yarn in that folder Perform…
5
votes
2 answers

Phone Number not clickable using Azure Bot Framework Web Chat

Setup I created a Azure QnA Web Chat Bot using QnAMaker, Azure Bot Service, and the Bot Framework Web Chat client in JavaScript. Here's an example of how I'm initializing the bot with HTML + JS:
axbeit
  • 853
  • 11
  • 35
5
votes
2 answers

QnA Maker Service location restricted to US West

since the structural change of the QnA Maker using Azure Search I recognized the only location to choose for the cognitive service is "US West". The app service and search service belonging to it can still be located anywhere. Is this working as…
Alex Q
  • 53
  • 4
5
votes
1 answer

How can i use QnAMaker to provide random answers to same query

I was thinking as bots have some generic questions like how are you ? may be i have around 10 answers which i would like Q&A maker to choose randomly not every time same answer. or also questions like tell me a story
5
votes
1 answer

Microsoft.Bot.Builder - sporadic error - "Operation returned an invalid status code 'Unauthorized'"

I'm developing a chatbot using Microsoft.Bot.Builder v3.15.2.2, QnA Maker (preview mode, aka 'old') and QnAMakerDialog (from Microsoft.Bot.Builder.CognitiveServices v1.1.7). I'm using Direct API as a channel and BotFramework-WebChat to embed my…
Diana
  • 287
  • 2
  • 6
  • 18
5
votes
1 answer

How do I add a URL link in QnA-maker?

Does anyone know how to add URL links to the answer in QnA maker? As it is right now I can only see that you are able to add straight text.
user1590336
  • 109
  • 1
  • 9
5
votes
3 answers

QnA Maker - Updating Knowledge Base

My QnA Maker service is currently trained on an excel file I have uploaded. If I update my knowledge base via the QnA maker settings tab and upload a new version of this excel file (deleting the old one), will it overwrite the whole knowledge base?…
kmak
  • 708
  • 7
  • 13
4
votes
2 answers

QnA Maker giving incorrect results to similar questions

I have built a chatbot that answers questions related to Sustainable Development Goals (SDGs) using QnA Maker service. As a part of that, the main functionality of the bot is to answer different SDGs like what is SDG 1, what is SDG 2.... what is SDG…
4
votes
2 answers

how to send an email from a microsoft bot?

I developed a chatbot and deployed it on skype. I have one new thing to be added to bot. If a user requests for a office cab in bot then bot has to take user input(like destination, emp-name, etc) and send an email to a particular mail…
4
votes
1 answer

Add Images to QnA Maker

How to Add Images to QnA Maker? I would like to put picture in qna maker (knowledge base). Any help please. [Michael Szul's Twitter] …
1
2 3
39 40