Create database-to-file parsers
rodrigocam opened this issue · 3 comments
rodrigocam commented
Create the rest of parser that generate all files a Bot needs. (intents, stories, utters, domain, actions)
Tasks
- Create a utters parser
- Create a domain parser
-
Create a actions parser - Create view to provide all the files generated for the parsers
Acceptance criteria
- The file validator pass with the generated files
KalebeLopes commented
Following the procedures according to #153.
RochaCarla commented
To identify where is the problem use the command rasa validate
KalebeLopes commented
Nice! Thanks