Skip to content

Roadmap

André Secco edited this page Jun 30, 2019 · 24 revisions

Below is the roadmap for Cognitive-LUIS-Programmatic. Please note that feature plans are all subject to change.

Schedule

Release Time frame*
1.2 Q2 2019 (Released)
1.1 Q1-Q2 2018 (Released)

* References to yearly quarters (Q1, Q2, Q3, Q4) are calendar-based


New Features and changes in v1.2.0 (latest released version)

Entities

  • Support to entities types: Simple, Composite, Closed list, Regex and Pattern any.

Versions

  • Implemented GetAllAsync and GetByIdAsync methods to return information about app versions. (Issue #20)

Others

  • Renamed namespaces for better organization. [Breaking Change] (Issue #22)
  • Bug fixes.

Features and changes in v1.1.0

Apps, Intents and Entities

  • "skip" and "take" optional parameters for GetAll methods (Issue #5)
  • Optional parameter to remove all utterances when deleting intents

Utterances (Examples)

Train

  • Sends a training request and get final status (Issue #7)

Others

  • Changed "Location" enum name to "Regions" [Breaking Change] (Issue #13)

Features in v1.0.4

Apps, Intents and Entities

  • Get all
  • Get by id
  • Get by name
  • Add
  • Rename
  • Delete

Utterances (Examples)

  • Add labeled example to the app

Train

  • Sends a training request
  • Gets the training status of all models (intents and entities)

Publish

  • Publish app
Clone this wiki locally