Version: 3.x
rasa.importers.multi_project
MultiProjectImporter Objects
class MultiProjectImporter(TrainingDataImporter)
training_paths
| training_paths() -> Set[Text]
Returns the paths which should be searched for training data.
is_imported
| is_imported(path: Text) -> bool
Checks whether a path is imported by a skill.
Arguments:
path
- File or directory path which should be checked.
Returns:
True
if path is imported by a skill, False
if not.