-2

Can someone please provide the solution for integrate LUIS with multiple QnA KB.

Azhagar M
  • 1
  • 2
  • 1
    Hello and welcome to StackOverflow. Sorry but your post tone is a bit rude and untimely. Please provide us with example of what you tried and which error do you encountered. Reade [How to create a Minimal, Complete, and Verifiable example](https://stackoverflow.com/help/mcve) before posting next time. Thanks for your attention, have a nice day – Simo Sep 04 '18 at 09:46
  • Does the answer below fit your question? – Ferdinand Fejskid Oct 03 '18 at 08:21

1 Answers1

1

You would basically create a LUIS app, then for each intent have it call the appropriate QnA KB. Tutorial on how to do this is here, "Integrate QnA Maker and LUIS to distribute your knowledge base".

Zeryth
  • 1,204
  • 1
  • 7
  • 15