The new "Conversations" functionality is difficult to use, as it no longer previews conversations, but requires a slow-response click into each conversation. For those who are frustrated, here's a workaround (though it's not ideal):
1) In Botpress, go to the raw Logs tab (not the Conversations tab)
2) Copy and paste the entire logfile into an Excel sheet
3) Insert a new column A "Conv length" with the formula A1=LEN(B1)
4) Then filter Column A showing values > 100
This seems to at least show us the "real" conversations -- though I wish Botpress would log what the user is typing in. (But sometimes you can infer the user request.)
Far from ideal, but better than the new Conversations, especially for high-volume bots.