Is there any way to store the Chat data as preferably JSON/Database or any in other format. I am using rasa-webchat for my system.
hi @abdullahkhilji ! yes, for sure. The simplest solution is probably run a Rasa X server. That way you can see all of your conversations and filter through them, see here
I want to record chat history live, when the users of the web-chat are talking to the bot.
the conversations in Rasa X do get updated as users talk to the bot
I mean in the system implemented in web-chat: GitHub - botfront/rasa-webchat: A chat widget for Rasa and Botfront
Is there any way out for this.
Have you tried using any tracker store?
It worked well, didn’t require to write the code from scratch. Thanks !!