How to get chatbot conversation?

@akelad @Juste
I’m using mongoDB to tracker the chatbot activity. But What if I just want simple log in this format:

user: ....

bot: .....

Is there any way to get this data in this form.

1 Like

You can simply extract the information from the tracker and format it yourself. If you are using Redis, you can try the Redis pub/sub for real-time stream ingestion to retrieve logs at the same moment when the tracker is updated. I am not sure but i think mongoDB have similar features

But tracker store only contains intent name. how could I get actual utterance from bot.

The tracker store should also contain the actual user message

2 Likes

yup. I got it

How did you solve it can u share the way you did it

1 Like

thanks for the question Ajinke Rahane