Bot conversation flow visualisation

Hello,

I would like to know if there is anyway to visualize bot conversation flow in rasa. Such flow would have user utterances and bot responses, and actions in a decision tree like model.

Cheers!

in real time conversations or you want to visualise the training data?

for real-time, you can use the data from the tracker store to visualise on a graph. libraries like this might help

https://plot.ly/~pelicano_o/10/decision-tree-visualization/#plot

2 Likes

Thanks a lot!