Skip to content

v4.7.0 Release Notes

Compare
Choose a tag to compare
@cleemullins cleemullins released this 18 Dec 17:29
6c531fc

New Luis Api commands

4.7 version adds new commands under the Luis command group to access the new LUIS V3 API:

  luis:application:create   Creates a new LUIS application
  luis:application:delete   Deletes a LUIS application
  luis:application:import   Imports LUIS application from JSON or LU content.
  luis:application:list     Lists all applications on LUIS service.
  luis:application:publish  Publishes application's version
  luis:application:query    Queries application for intent predictions
  luis:application:rename   Renames the application and updates its description
  luis:application:show     Shows application information
  luis:endpoints:list       Returns available deployment endpoints
  luis:train:run            Issues asynchronous training request for LUIS application
  luis:train:show           Shows training status
  luis:version:clone        Creates a new version equivalent to the current snapshot of the selected application version.
  luis:version:delete       Deletes a LUIS application version
  luis:version:export       Exports a LUIS application to JSON format
  luis:version:import       Imports a new version into a LUIS application from JSON or LU content.
  luis:version:list         Returns application's versions
  luis:version:rename       Renames application version
  • 317 luis application query [PR 388]
  • chore: fix dialog debugging [PR 387]
  • Chrimc/form [PR 384]
  • Fix to BF-LU to exclude empty descriptors on intents (from JSON -> LU) [PR 383]
  • Add luis:train:run [PR 382]
  • chore: swap to rush/pnpm & azure-pipelines.yml [PR 381]
  • Add luis:train:show cmd [PR 380]
  • Adding luis:application:show cmd [PR 379]
  • Adding luis:version:rename cmd [PR 378]
  • Adding luis:application:rename cmd [PR 377]
  • Add luis:application:publish cmd [PR 376]
  • Adding luis:version:list cmd [PR 375]
  • Adding luis:endpoints:list cmd [PR 374]
  • Adding luis:application:list cmd [PR 371]
  • 307 luis version import [PR 369]
  • Added tool deprecation schedule [PR 368]
  • Adding luis:application:import cmd [PR 367]
  • Fix to update LU parser to support phrase list flags - enabledForAllModels, disabled. [PR 366]
  • Nigao/mergewithmaster [PR 361]
  • LUIS application create - update to bring in line w latest spec [PR 360]
  • Fix luis api spec [PR 359]
  • support special chars in entity type definition [PR 358]
  • Adding luis:version:export cmd [PR 356]
  • Adding luis:version:delete cmd [PR 355]
  • support section and cross-train in bf lu [PR 354]
  • Initial check-in of dialog generation. [PR 353]
  • Adding LUIS app delete command [PR 352]
  • Adding luis:application:create cmd and tests / refactor utils and clo… [PR 351]
  • Create bf luis plugin [PR 349]
  • Adding closed list scenarios to Luis Gen [PR 345]
  • [LU -> LUIS] Fix to clean up phraselists [PR 340]
  • Create bf luis plugin commands [PR 337]
  • bf-luis-cli plugin initial commit [PR 336]
  • Command line usage & form for bf:luis command group [PR 328]
  • Update DialogDevSpec.md [PR 324]
  • Lu parser re architecture to be OO [PR 298]
  • Fixing output file path messages [PR 297]