debug info on chat
Is your feature request related to a problem? Please describe. When chatting to your bot, there is no info given on what intents are matching, and how to display that to the user.
Describe the solution you'd like It would be great to show more info, somewhat like rasa-X
Describe alternatives you've considered
Currently the chat side-panel web version doesn't have much info
When a chat isn't predictable I have to drop down to rasa interactive or rasa shell --debug
The normal rasa server doesn't send much debug info
I was thinking we could also send a rasa nlu type of request or just /predict to the web-servers http API to get more information on the handling of that input, but I'm not sure how that would track the conversation state.
https://forum.rasa.com/t/getting-metadata-about-intent-entity-in-response/25338
Additional context RASAs own visualizer is very helpful in debugging chats having a chat at the right while the visualizer is running
https://legacy-docs.rasa.com/docs/core/interactive_learning/

the vis runs on :5006 (not :5005 as written in the docs) http://localhost:5006/visualization.html
I'm not sure if rasa-x is using some other APIs to debug current bot state?

it's extremely frustrating when rasa dialogs just seem to not pick up anything...
debugging of state or recognized intent, or just some reason why very simple bots are broken would seem essential to be productive with this tool.

interesting in your conversations log you do show the matched intents etc. does that not come back from rasa in the case where you're just chatting with the bot? perhaps you're using a different API to retrieve the chat history vs. the realtime chat?
