Tool
Name: [luis]
Version: 2.0.13
In order to produce modifed json file I followed these steps.
In my application I used Prebuilt models, then exported my application. After that when I try to import using luis-cli it gives below error. In this prebuilt model I populate with my own utterances, I need to import them.
Is it possible to fix prebuilt models name conflict using luis-cli import?

"entities": [
{
"name": "Communication.ContactName",
"inherits": {
"domain_name": "Communication",
"model_name": "ContactName"
},
"roles": []
},
{
"name": "Entertainment.Nationality",
"inherits": {
"domain_name": "Entertainment",
"model_name": "Nationality"
},
"roles": []
},
Thanks.