Best way to create a bot data dashboard to display...
# 🤝help
f
we are building the chatbot for a client, do you like to have a dashboard to be able to monitor the chat history and see trends with in the chat. Anyone have any recommendations on any low code data dashboard that we can connect our chatbot with to display chat history? We are thinking of us to use ELK and send chat history data to there
b
I recently uploaded a video about saving questions your bot wasn't able to answer here:

https://www.youtube.com/watch?v=HpwVsZxWGY0

you can do the same thing for questions your bot was able to answer, though
then you can export the data in that table to a CSV, if you'd like
for analyzing the full chat history, we currently use this github repo: https://github.com/devguilhermy/botpress-inbox
but that's not a low-code solution!
5 Views