Since rasa 1.0 we can simply use ‘rasa train’ & ‘rasa run’ to train and run our bot. But for each user message can we track how the bot identifies the intent and if any error occurs in identifying the intent?
At least can we debug and test(In Rasa latest version)? If so what prefix should be added when running the bot? Even in the Command line interface would be fine?
Thanks in advance.