Search code examples
botframeworkazure-language-understanding

How to Dynamically generate LUIS intents, Entities, patterns, utterances based on FAQ Knowledgebase


I have close to 50 unique set of FAQs in 50 different excel files with 100 s of Questions and Answers in each excel file.Is there a way I can dynamically generate all my LUIS intents, Entities, patterns, utterances etc and generate LUIS Apps.

I tried google, but could not find any relevant documentation


Solution

  • You can generate an application JSON file which can be imported into LUIS with this API call. Just parse your excel files and create the JSON file.

    You can also use a tool specialised just for that, like QnA Maker.