How can i filter, bot unanswered questions

Hi. How to captured bot unanswered questions and retrain?. Currently i am using mongo DB. i need to capture that unanswered questions.

Thanks.

In RasaX, you can flag the messages to review them later. You can use this flag to filter and export your data.

@ramyaps how do you define “unanswered questions”?

Hi, Let us assume, my bot is related to restaurant theme. if user is asking i want to buy a car or something means. its an unanswered question.

Thanks.

If you have an intent “out_of_scope” or similar that this is mapped to, you can filter by that intent. Otherwise, you can also filter by the fallback action if you have that enabled.