notice
This is documentation for Rasa Open Source Documentation v2.x, which is no longer actively maintained.
For up-to-date documentation, see the latest version (3.x).
rasa.shared.importers.multi_project
MultiProjectImporter Objects
training_paths
Returns the paths which should be searched for training data.
is_imported
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.
get_domain
Retrieves model domain (see parent class for full docstring).
get_stories
Retrieves training stories / rules (see parent class for full docstring).
get_conversation_tests
Retrieves conversation test stories (see parent class for full docstring).
get_config
Retrieves model config (see parent class for full docstring).
get_nlu_data
Retrieves NLU training data (see parent class for full docstring).