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

Why are all pricing tiers disabled when trying to create a QnA Maker service?

I'm trying to create a QnAMaker service, the second one in my azure tenant. But when doing so I can't select any pricing tier because both are disabled stating that they are not available in the current location, which is weird because I try in the…
Martín La Rosa
  • 790
  • 4
  • 17
3
votes
1 answer

Ranked results based on the input in QnAMaker

Using Bot Framework SDK v-3 I was able to get the list of matching questions based on a keyword as suggested action/cards like this- Suggested actions cards in QnAMaker Dialog Now, I am using the pre-release version SDK v-4 which uses the concepts…
Souvik Ghosh
  • 4,456
  • 13
  • 56
  • 78
3
votes
2 answers

Trying to connect Microsoft QnA maker service with Bot Framework but not getting any reply from my bot

Bot Framework Emulator [18:48:31] -> POST 202 [conversationUpdate] [18:48:31] -> POST 202 [conversationUpdate] [18:48:36] -> POST 202 [message] hello [18:48:37] Warning: The Bot Framework State API is not recommended for production environments,…
govardhan
  • 31
  • 1
  • 3
3
votes
2 answers

QnA Maker - Azure Bot Service - Test in Web Chat not respondng

First, new to creating Bots so please be patient. I created a KB using QnAMaker. Created new Bot in Azure Bot Service. New bot was created using Template for QnA. Followed the steps below per documentation: In Azure portal, open the newly…
kadams
  • 31
  • 2
3
votes
1 answer

Intent Score mapping between qnA and Luis in BOT framework

I have the scenario In my BOT framework, i handled both LUIS and QnA maker using the following criteria IF the INTENT is NONE - connect to the QnA maker and get answers SOME OTHER INTENT - Corresponding answers will be triggered. It works…
3
votes
1 answer

Does a ChatBot built using QnA Maker API require Virtual Machine

While calculating the pricing for deploying a chatbot developed using QnA Maker, i am supposed to select the App Service Plan. https://azure.microsoft.com/en-in/pricing/calculator/ In the App Service section I am supposed to enter the following…
raki.dbit
  • 152
  • 1
  • 11
3
votes
1 answer

Conversational Bot on MIcrosoft Bot Framework possible?

Is it possible to have a conversational bot using the bot framework of Microsoft? I'm currently using Luis and Qna maker combined, but it is still pretty much a single question and answer bot, what can I do to make it more of a conversational bot?…
3
votes
1 answer

Azure Bot Framework, QnA Maker API, How to get query text in QnA Dialogue

In QnA Maker API, when no result found, it returns some default message or we can change that message, But I want to run a function/method when no result fount. Below is the code. public QnaDialog(): base( new QnAMakerService(new…
3
votes
1 answer

QnA maker versioning

I am hoping to use QnA maker to facilitate the simple question and answer feature of my chatbot, and use LUIS for more complex intents like extracting entities from sentences for questions that require more context. With LUIS, it's possible to…
2
votes
1 answer

How can I pre-filter answers from user input in QnA Maker?

I am currently developing a chatbot using QnA Maker. I am using the multi-turn feature by uploading an excel file with all the required questions, answers and other necessary details. My premise is as follows: I have a list of tools, their…
NShini
  • 35
  • 5
2
votes
1 answer

Bot Framework performance best practices

Not sure if this is the right place for this question. I am using Microsoft Bot Framework for the implementation of a Teams chatbot in combination with QnaMaker. Pretty straightforward however, the bot should be used by 300 users. There will be a…
Hessel
  • 613
  • 1
  • 6
  • 15
2
votes
1 answer

Is there any way to completely automate QnAMaker based Azure Bot with ARM template

I am looking for a solution where i should be able to create and configure Azure Bot completely with help of ARM template (It should include creating resources, KB & Web App bot) I have ARM template that create/automate required Cognitive Service,…
2
votes
1 answer

Please verify azure search service is up, restart the WebApp and try again

I am trying to publish my new Knowledgebase from QnAMaker.ai to my Azure app service. All the set up is done in Azure, and actually I have already published 2 Knowledgebase without any issue. Now this message keeps poping up. "Restart the WebApp and…
Hainan Zhao
  • 1,962
  • 19
  • 19
2
votes
1 answer

"Response 401: The key used is invalid, malformed, empty, or doesn't match the region" while working with Dispatch

I'm getting this error because Dispatch does not like my either my QnAKnowledgebaseId or QnAEndpointKey located in my .env file. I know the Id and Key are correct because I've tripled checked it and made sure the Id and Key came from my qna.ai…
2
votes
1 answer

How to create a local QnA maker knowledgebase for a Microsoft bot?

I am trying to develop a chat bot using Microsoft bot framework V4 and language as Node.js but don't want to deploy in Azure rather than want to keep it to my local machine. As I don't want Azure, I am unable to create QnA maker knowledgebase…
1 2
3
39 40