Skip to content
This repository was archived by the owner on Dec 3, 2025. It is now read-only.
This repository was archived by the owner on Dec 3, 2025. It is now read-only.

Luis import issue for Prebuilt models #606

@ikivanc

Description

@ikivanc

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?

image


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

Thanks.

Metadata

Metadata

Assignees

Labels

backlogAn approved issue or bug added into the work queue for evaluation into a future iterationbugYour classic code defectludown-cliludown issuetriagedReviewed by the Triage Team

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions