notice
This is unreleased documentation for Rasa Open Source Documentation Master/Unreleased version.
For the latest released documentation, see the latest version (2.2.x).
Version: Master/Unreleased
rasa.shared.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.