Description
Current State
When running rasa train
it uses the TrainingDataImporter
interface to load and provide data to the underlying functions.
rasa test
doesn't use this interface and calls this directly.
Solution
Whenever we import training data we should use the TrainingDataImporter
interface.
Todo: