Is there a functionality in the open source RASA framework to store the chats (questions that the user asks the bot when they visit the site?) https://github.com/RasaHQ/rasa_core/issues/705 … mentions only the Enterprise version has the capability.
I would want to store those chats to use those questions/queries by customers visiting my site to train the model further. We cannot manually every possible use case by building stories. Is there a logging mechanism that can be done (Say, save the logs as .txt file?)