Rasa_nlu.training_data

I want to know the parameters in rasa_nlu and their functions. Take from rasa_nlu.training_data import Message, TrainingData for example, i want to know the function of Message and TrainingData.

Hi @MikeDean2367, you can find those classes defined here: rasa/rasa/nlu/training_data at 1.10.x · RasaHQ/rasa · GitHub

thx :grin: