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

Skype bot is not updating the response with HeroCard

working on QnAMaker. The bot responses well with both Text and HeroCard responses on the Emulator and the WebChat. However, it is not sending the formatted HeroCard via my channel(Skype). I have rebuilt the application using build.cmd. Restarted the…
0
votes
3 answers

Error using QnAMaker sample with QnAMakerDialog

I have been trying to create a constructor of class use Microsoft Cognitive and AI toolkit with QnAMaker API, in order to create a simplistic chat bot. While my normal qnaMakerAi chat bot works fine, there is an issue while I was trying to enhance…
0
votes
0 answers

QnA maker GA works different with Preview

I'm a bot developer and I just migrated our QnA from preview to GA. But, then I realised I can't find the answer with what I'm asking previously. Then I did some research from my side, and I found the scores of preview and GA are way to different…
Calvin1103
  • 15
  • 5
0
votes
1 answer

QnA Maker missing train endpoint

API V4 documentation is missing Train endpoint or is the feature missing in the GA-version? https://westus.dev.cognitive.microsoft.com/docs/services/5a93fcf85b4ccd136866eb37/operations/5ac266295b4ccd1554da75ff
Nico
  • 153
  • 9
0
votes
1 answer

Publishing a knowledgebase via QnAMaker v4 API

I'm attempting to migrate my bot from QnAMaker v2 API to QnAMaker v4 API. I am able to send updates to the knowledge base, but the publish doesn't seem to take. Here's the code I'm using. static void Main(string[] args) { …
Billdr
  • 1,557
  • 2
  • 17
  • 30
0
votes
1 answer

Cannot publish 3rd Knowledge Base after upgrading pricing tier

I am trying to migrate all our knowledge bases from old to new. On my third knowledge base, I upgraded our pricing tier from F0 to S0 but I still get the following error: I tried waiting overnight but that didn't help. Then I tried going back to…
Oyen
  • 344
  • 2
  • 14
0
votes
2 answers

QnAmaker, can't find Channels tab

I deployed my QnAmaker chatbot using the new GA QnAmaker portal today. But after creating the knowledge base, i can't find the channels tab in Azure anymore. In the channels tab, you could deploy the chatbot to different channels like Microsoft…
0
votes
3 answers

Inconsistent response between Azure QnAMaker Web App Bot and Cognitive Service

I'm having differences with the responses to my questions (in Spanish language) performed against an Azure Web App Bot service that queries to an instance of QnAMaker and the queries directly performed against the specific QnAMaker service for that…
0
votes
1 answer

How to update existing Knowledgebase using QnA Maker API v4.0?

I've successfully created my Knowledgebase using API. But I forgot to add some alternative questions and metadata for one of the pairs. I've noticed PATH method in the API to update the Knowledebase, so updating kb is supported. I've created a…
Ilya Khadykin
  • 290
  • 6
  • 14
0
votes
1 answer

QnA Maker unable to select "tenant"

After following the new instructions to create a QnA bot service in Azure, the next step is to login to QnA Maker and create a KB. I login to QnA Maker, skip the "Create a QnA Service" step (because I already completed it) but the "Microsoft Azure…
SeaDude
  • 3,725
  • 6
  • 31
  • 68
0
votes
1 answer

QnAMakerDialog - using metadata

With the qnamaker 4.0 api (and even 3.0 I think) you can send metadata to the api and use that to boost the score of answers that contain the metadata tag. I'm having trouble implementing this using the QnAMakerDialog in the C# SDK. Is there a…
Alun
  • 29
  • 4
0
votes
2 answers

Azure QNA Maker HTTP POST

How do I send a request in the form of json format and get back an answer? I tried sending a post request but I keep getting "The resource you are looking for has been removed, had its name changed, or is temporarily unavailable." Is there a…
0
votes
1 answer

Continuos integration support in LUIS and QNA Maker

I am looking for Continuous integration (Version control support) from LUIS and QNA Maker which helps me in Staging environment Eg: Moving my code from development to production environment. Do you have any feature like this currently? If not is…
0
votes
1 answer

How to get list of KBs via QnA maker API

I'm trying to build a POC using QnA maker API, that can be integrated into my application.How can I get the list of KB's via API? I have voted for the this feature. Is this done or can be used now.?
Ein2012
  • 1,103
  • 1
  • 13
  • 33
0
votes
1 answer

How to use both English and French QnaMaker on Azure Bot Service at the same time?

We have a chatbot and a button beside it which can change the language of bot between English and French. I also have a QnAmaker contains both English and French questions. Is there a way for us to only handle English questions when bot is at…