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

Add intent/entities information in luis build config #1245

Merged
merged 7 commits into from
Jun 29, 2021

Conversation

cosmicshuai
Copy link
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", ...]
       }
    }
}

@cosmicshuai cosmicshuai requested a review from munozemilio as a code owner June 23, 2021 08:28
@cosmicshuai cosmicshuai requested a review from chrimc62 June 23, 2021 08:29
Copy link
Contributor

@chrimc62 chrimc62 left a comment

Choose a reason for hiding this comment

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

:shipit:

Copy link
Contributor

@munozemilio munozemilio left a comment

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

@cosmicshuai cosmicshuai merged commit 0247e05 into main Jun 29, 2021
@munozemilio 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