This is in preparation to move this to experimental and out of CLI.
Fix a bug in luis:build where --dialog generates $type instead of $kind.
Redo how the generator works so that less is in the code and more in the templates. In particular templates can generate the default $entities and include other templates.
Added templates to support manipulating enum arrays including add/remove/clear/show.
Added hash codes to all generated files.
Co-authored-by: Chris Anderson <chrande@microsoft.com>
Co-authored-by: Emilio Munoz <emmunozp@microsoft.com>
* Update luis:build and dialog:generate
to output expression bindings for recognizer.
Remove $role of lg and memorypath.
* Fix syntax bugs in tests.
* Fix lint error.