Skip to main content

All Questions

0 votes
2 answers
108 views

Creating QnA Chatbot on Azure

I need to know if I can create a custom QnA chatbot using Azure Language Studio? I found some tutorials in the web but there are no blogs or anything which shows how can we connect azure SQL to a ...
naam_nrj's user avatar
0 votes
1 answer
805 views

Microsoft Chat BOT with multiple BOTs integration

I am working on a requirement where we need to create a chat BOT application using Azure BOT service that takes input from the user and based on the response from the user, redirect the user to the ...
Sharvani's user avatar
  • 121
3 votes
2 answers
2k views

is there any way that a azure chatbot can query the databse and return answer from the database? may be using qna maker or luis?

I am trying to build a chat bot which queries a database and returns answer from the database depending on the question asked. is there any way to connect the azure chat bot to the database say azure ...
Subhashini harikrishnan's user avatar
3 votes
1 answer
548 views

How to construct a QnA Maker Instance Class in C# - CoreBot?

I got a System.AggregateException after running my Core Bot C# sample. In the Startup.cs I added the class as followes: services.AddSingleton<ChitChatRecognizer>(); The Recognizer Class ...
MarcoWirtl's user avatar
1 vote
2 answers
185 views

How to add QnA Maker to the CoreBot Sample

I am working on a bot based on the C# Core-Bot sample. How can I add a QnA Maker instance? It should be called if the intent is "none". Thanks EDIT: switch (topIntent) { case "...
MarcoWirtl's user avatar
0 votes
1 answer
145 views

azure QnA with data source as secure API

My legacy system is CRM, it has lots of knowledge base articles and users keeps on adding data on it so it’s dynamic. Now I want to take knowledge base data to my QnA service and take advantage of ...
Friyank's user avatar
  • 479
1 vote
1 answer
846 views

How to get all the Questions & Answers from a QnA Maker V4.0 using Single API?

Is there any API for getting all the Questions & Answers that I have created in QnA Maker V4. Currently I am able to see there is an api that will return the appropriate answer based on the ...
Rajeesh Menoth's user avatar
0 votes
1 answer
138 views

Why isn't Microsoft ludown recognised on my machine?

I am trying to convert a markdown lu file to a JSON file to pass into my LUIS app, however when I run any ludown command the following error occurs: ludown parse to luis -h ludown : The term '...
datauser103's user avatar
1 vote
1 answer
233 views

How should the Dispatch Bot parent app update along side the children LUIS applications and why can't the dispatch app be the main app

So from what I am seeing is that when you create the dispatch luis application through the cli you get an app which has all of the intents from all of the children apps including anything from the qna ...
Christian Matthew's user avatar
1 vote
1 answer
423 views

how to upload structured table data and build QnA bot upon it in Microsoft azure

I have a structured PDF file with fields such as holiday,Date,Day and location. 1) Is there any way to upload it and make our azure bot capable of answering questions about this holiday table, apart ...
Jonnie's user avatar
  • 49
0 votes
1 answer
1k views

Chatbot with Multiple QnA Maker Knowledge Base and Intents in LUIS - sdk v4 C#

I am developing a bot which currently has one KB mapped to one Intent in LUIS through dispatch tool. I followed the this article to create the dispatch. I want to create more KB's in the same QnA ...
hkhan's user avatar
  • 863
0 votes
1 answer
323 views

How to enable active learning with multiple intent and Qnamaker KBs?

I have a chatbot that routes to the appropriate KB in QnAMaker based on intent. E.g. if the question is related to Project management, then it will route to the Project management KB. My dilemma now ...
stackguy007's user avatar
1 vote
1 answer
338 views

How to efficiently use QnA and Luis in chatbot

I am building a chatbot in C# using: .NetCore 2.1; SDK 4.0; I started with using this tutorial to build my chatbot with QnA Maker and LUIS integrated. I am confused on how to user both QnA and ...
hkhan's user avatar
  • 863
0 votes
1 answer
219 views

How to Add QnA Maker service to a chatbot which has LUIS

I have a chatbot that is already integrated with Luis. I am using .NetCore 2.0 with sdk v4. I have created a knowledge base in QnA Maker. Now I am ready to add QnA Maker to my chatbot. I am kind a ...
hkhan's user avatar
  • 863
3 votes
1 answer
462 views

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 ...
kmak's user avatar
  • 728