Hi guys! Is there a way I can track the story from every sender_id and record it in a file. Maybe after the end of the day, I can automatically or manually train the bot to reply to new questions. So my bot is live on AWS and i’ve attached it to my web application with a widget. If anyone has an idea about this Please let me know.
Yes, in the latest version of RASA, you can store the data using tracker store. You can use MongoDB for example to log the conversations. You have to include the tracker_store in your enpoints file.
1 Like