Hi everyone! I’ve got a question. In test-stories, we can write user input text and expected intent for it. But is classification of the user input text from test-stories performed during the test? And is the result compared to the expected intent?
1 Like
is classification of the user input text from test-stories performed during the test? And is the result compared to the expected intent?
Yes and yes. You can use nlu cross validation which is described here.
You can also write your own test stories as shown on that page and it will test your user utterances against the NLU and tell you if the utterance is not matching the desired intent.
1 Like
Thanks for the reply, Greg! I’m just having troubles understanding what exactly and where Rasa is supposed to tell me if the user text in the test stories doesn’t match the expected intent in the test stories. Could you give me a hint where to look?
1 Like