I have 2 LUIS models. One I use for non-production Bot & another I use for production Bot. I have made many changes on LUIS non-prod app as part of day to day development and new skills. Now, we are planning to deploy these skills to prod bot so we would need same LUIS changes on prod LUIS.
I can certainly, update prod LUIS model with non prod by copying Intents and entities, utterances but of course this time consuming & error pron.
I would like to know the best way to merge 2 LUIS models and/or any other best practices I could use.