notice

This is documentation for Rasa Documentation v2.x, which is no longer actively maintained.
For up-to-date documentation, see the latest version (3.x).

Version: 2.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.