How can I access the conversation history when the TrackerStore is set to the default InMemory?
I am aware how to retrieve a conversation tracker through apis, but with Redis for example, I was able to go into the database and access the tracker data. Can I access the tracker data with little to no additional code/ custom actions written?