-
Notifications
You must be signed in to change notification settings - Fork 13
Roadmap
André Secco edited this page Jun 27, 2018
·
24 revisions
Below is the roadmap for Cognitive-LUIS-Programmatic. Please note that feature plans are all subject to change.
Release | Time frame* |
---|---|
1.2 | - |
1.1 | Q1-Q2 2018 (Released) |
* References to yearly quarters (Q1, Q2, Q3, Q4) are calendar-based
- Create another types of entities
- "skip" and "take" optional parameters for GetAll methods (Issue #5)
- Optional parameter to remove all utterances when deleting intents
- Adds a batch of labeled examples to the app (Issue #10)
- Review labeled examples (Issue #12)
- Delete example labels (Issue #11)
- Sends a training request and get final status (Issue #7)
- Changed "Location" enum name to "Regions" [Breaking Change] (Issue #13)
- Get all
- Get by id
- Get by name
- Add
- Rename
- Delete
- Add labeled example to the app
- Sends a training request
- Gets the training status of all models (intents and entities)
- Publish app