I followed this Microsoft Documentation to make my implementation of a Bot that uses LUIS to route users questions to QnAMaker: https://docs.microsoft.com/en-us/azure/bot-service/bot-builder-tutorial-dispatch?view=azure-bot-service-4.0&tabs=cs
Basically I noticed in the V3 Documentation(https://docs.microsoft.com/en-us/azure/cognitive-services/qnamaker/tutorials/integrate-qnamaker-luis) (As there is no mention of it in V4) it says:
Add an intent for each QnA Maker knowledge base. The example utterances should correspond to questions in the QnA Maker knowledge bases.
My question is, other than manually copying all the questions from QnA Maker to each individual Intent (Assuming I have multiple KBs) is there an easier way to do this? Eg export the file from QnA Maker or something similar?