I am trying to use LUIS Programmatic API in order to create a LUIS app.
The response I get is:
"error": {
"code": "BadArgument",
"message": "Duplicate object name"
}
The app contains intents, utterances and several Closed Lists.
I checked that there are no utterances and no duplicate entries in closed lists, but that didn't help.
What else could cause the problem? Normally, with some other data, I was able to create the LUIS app using the same code successfully.