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

Add intent/entities information in luis build config - #1245

Merged
Shuai Wang (cosmicshuai) merged 7 commits into
mainfrom
shuwan/addIntentsToLuConfig
Jun 29, 2021
Merged

Shuai Wang (cosmicshuai) merged 7 commits into
mainfrom
shuwan/addIntentsToLuConfig

Conversation

@cosmicshuai

Copy link
Copy Markdown
Contributor

closes: #1234
When luis:build is run, the output config json file will includes recognizes property for each model.

{
    "luis": {
        "sand7_en_us_lu": {
            "appId": "618a3f00-a1a3-4ea5-a228-9bc54ce6204c",
            "recognizes": ["intent1", "intent2", "entity1", ...]
       }
    }
}

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

Comment thread packages/lu/src/parser/lubuild/builder.ts
Comment thread packages/lu/src/parser/lubuild/builder.ts Outdated

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added some comments. If not applicable feel free to merge

@munozemilio
Emilio Munoz (munozemilio) deleted the shuwan/addIntentsToLuConfig branch June 29, 2021 16:34
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Extend LUIS:build to add intent/entities information

3 participants