notice
This is unreleased documentation for Rasa Open Source Documentation Main/Unreleased version.
For the latest released documentation, see the latest version (3.x).
rasa.shared.importers.multi_project
MultiProjectImporter Objects
get_config_file_for_auto_config
Returns config file path for auto-config only if there is a single one.
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).