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
1
vote
1 answer

How to add Application Insights to existing QnAMaker app

I have an existing QnAMaker app which presumably was created without AppInsights. I need to add one to get some logs and analytics. How can I do this?
xakpc
  • 1,709
  • 13
  • 27
1
vote
1 answer

Is there a software like Microsoft Bot Composer for AWS?

I'm trying to make a ChatBot that uses Dialog Flow and should be able to pickup Keywords and match it to the Intents. I've worked with Microsoft Bot Framework using Luis and deployed a similar bot on Azure but now I have to do the exact same thing…
1
vote
1 answer

Show the answers with the score lower than 60% Qna Maker with azure App Insights

I have set up an Azure Bot with Luis and QnA Maker (in C#, Bot Framework v4). I want to query the App Insights and get information about the questions asked together with their answer, and I was able to get them, but I need to get the ones with the…
1
vote
2 answers

What's the difference between Azure Bot Service and QnA Maker Knowledge Base?

I don't understand the difference here, but there must be one. With the Azure QnA Maker, I can create a list of questions and interact with the Knowledge Base via an API and get answers back. What additional features does the Bot Service offer?
farbodg
  • 675
  • 4
  • 14
  • 25
1
vote
1 answer

QnA Maker Web App - Call REST API if No Result Found

I have managed to create a KB and web app bot - which I believe is generated with git. Before sending the default no result found message ("No QnAMaker answers found.") response, I would like to call a REST API. protected override async Task…
Jasper
  • 11
  • 2
1
vote
0 answers

Not able to send files to QnA Maker using "bf qnamaker:kb:update" command

I'm trying to update QnA Maker knowledge base via script using: bf qnamaker:kb:update --subscriptionKey=xxx --kbId=xxx --wait --in=UpdateKbOperationDTO.json where UpdateKbOperationDTO.json is a file containing: { "Add": { "Files": [ { …
Mad Druid
  • 77
  • 7
1
vote
0 answers

Bot Framework Intermittent Connection

I'm struggling to troubleshoot a problem with my chatbot. It is a locally deployed bot with external connections to Azure for LUIS and QnA Maker. One of the LUIS apps is dispatch. I was working on my QnA pairs and responses, not in the bot code at…
1
vote
1 answer

Azure QnA shows URL on facebook chat

After making sure the training of the QnA chatbot is done, I tested it on the QnA website and this is how it looks there: However, when I create the chatbot app on facebook and tested it this is how it looks like: Is there a way to embed the link…
1
vote
1 answer

Azure Logic app querying application insights returning code not html

I have an Azure app that is supposed to query my qna maker bot and return a html table. instead it returns this. I'm following https://microsoft.github.io/slg-covid-bot/docs/telemetry-analytics.html ```…
user12533025
1
vote
0 answers

how to add drop down like buttons in qna maker

grouping of policies like admin: policies under admin grouping: Referring to the images, I have set of grouping of policies like admin,corporate etc. when i select the admin grouping it shows up 6 other policies under it like access card…
1
vote
1 answer

How to enable bot to be added to Teams group conversation

I built a web app bot in Azure with https://www.qnamaker.ai/. My teammates can also access the bot if they have the link to the Teams channel of the bot. But I can't add the bot to a group/channel in Teams. How do I enable the bot to be added to…
monotasker
  • 510
  • 2
  • 4
  • 16
1
vote
0 answers

BOT doesn't pick the knowledgebase

I was customizing a virtual assistant based on the VirtualAssistantTemplate provided in VS2019. As per the Microsoft docs I have made the changes to the qnamaker knowledge base. Then ran the update cognitive models script. Checked that the faq.qna…
1
vote
0 answers

Knowledge base id not getting generated using REST API call

I am using QnA Maker v4.0 REST API to create a sample knowledge base but post providing the required Host and Header and sending the request, below is the response received:- x-envoy-upstream-service-time: 77 apim-request-id:…
1
vote
1 answer

How to link QnA Maker answer in Adaptive Card=

I'm rather new with these technologies so bear with me. I have successfully deployed Bot Framework and linked QnA Maker to it. I am using Adaptive Card for first response and i want images in that adaptive card to (when clicked) to generate answer…
1
vote
1 answer

Adding images to Azure QnAMaker KB

Reading several posts on adding images to QnAMaker KBs, these URLs all have to be externally accessible, like on Google images. How can I add an image available on my company intranet?