Natural Language Understanding: Unable to Import Intent - Check box is greyed out .Issue When trying to Import a specific intent, the check box is greyed out. You may see the following message: "This intent (or its underlying entity) has the same name as an existing intent / entity in the model and can't be imported"CauseAn intent is disabled from being imported if: If there is already a intent with same name in your modelThere are entities in importing intents which are in conflict with entities in existing model An example of the latter is this: There is an out-of-box entity named "searchquery" which is associated with the intent "SubmitARequest". If you create your own user defined entity named "searchquery" on your model, you will not be able to import the "SubmitARequest" intent into that model.To resolve this, simply give your user defined "searchquery" a different name , such as "search_query". You will then be able to import the intent.