Save chats along with the intent matched in redis

Hi

It would be great if someone could guide on how can I go about saving conversations users have with the bot along with the matched intent name in redis. Initially I was saving the chats in rasa x using the webhooks API of rasa, but now I wish to achieve this through Redis.

@akelad Please help :slight_smile:

Hi Arushi! This information is saved in the tracker store. You can find out how to set up your tracker store on redis here: Tracker Stores