We are trying to move LUIS model from Dev to Testing environment. But we are facing a challenge where in after moving the LUIS model, the confidence produced by LUIS for each intent, for a given utterance is different in both the models. That is, the Dev and Testing LUIS model don’t produce same confidence score for a given utterance.
We have tried below 3 ways to move LUIS model but LUIS models produced from each process is not consistent with the original one.
1. Cloning a LUIS App
2. Importing/Exporting a LUIS App
3.Uploading utterances manually to a LUIS App
Requesting your advice on how to solve this inconsistent confidence score problem.
Thanks!