This repository has been archived by the owner on Jun 28, 2023. It is now read-only.
LUIS CLI tool is unintuitive to use with model generators (like ludown) #927
Labels
approved
Approved by the Triage Team
enhancement
New feature or request to evolve an existing feature
luis-cli
luis-cli issue
P2
Tool
Name: LUIS|ludown
Describe the problem
As a new LUIS/ludown user, I expect to be able to perform a flow such as
ludown parse toluis... && luis update application --in...
to quickly compile my ludown file and refresh the model I have defined in luis.In practice, trying to accomplish this hit a number of roadblocks:
luis update application
before discovering that ludown files are best pushed at theversion
level.luis update application
should still work (and automatically traverse into the specified version).luis update application
andluis update version
ONLY update the name and description, which is documented in the readme but very unintuitive (luis update version|application
silently ignores model changes other than rename #926). The tool also returns "Success", but users see no changes in the UI.Describe the solution you'd like
The linked issues in the LUIS CLI should be addressed (#633, #926) to significantly improve the usability of the luis tool together with ludown and other generators.
Users should be provided with additional quickstart documentation and pointers on how to go from a ludown-generated json file into an online LUIS model that they can easily continue updating.
Both tools are individually very well (and verbosely) documented, but there's a documentation gap when a user tries to turn their json file into a live model and continue iterating on it.
[enhancement]
The text was updated successfully, but these errors were encountered: