Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Response generator responses with multimedia elements (#6323)
* Use rules for greet, goodbye & challenge * Convert nlu & stories to yml * Add '-' in front of examples * Add 'y' , 'n' to affirm & deny intents * Remove 'greet -> utter_greet' rule, and use in stories instead * implement yaml response format as well as extended response format extended response format adds the ability to add images, buttons, ... to responses generated from the response selector. the format is the same as we use for utter templates in the domain. * code style improvement * fixed linter error * fixed some more test and renamed nlg_stories to responses * fixed typing issue * fixed more types * fixed tests * Update training_data.py * fixed import errror * fixed remaining tests * fixed name error * Update rules.yml * added tests for responses * added changelog entry * updated documentation * applied review suggestions * integrated review comments * fixed typing issue Co-authored-by: Arjaan Buijk <[email protected]> Co-authored-by: Arjaan Buijk <[email protected]> Co-authored-by: Roberto <[email protected]>
- Loading branch information