How to get the intent along with the message as a reply from rasa

Im trying to get message from rasa,im getting only message ,i need intent also with that message.

Which url can be used as a post request to get intent along with message.

Thanks in advance

Welcome to this forum.

It’s not really clear, what youre doing right now. Anyway, if you want to run Rasa only as a NLU server, see this

https://rasa.com/docs/rasa/nlu/using-nlu-only/

Otherwise, if you want to use the full chatbot, you can add -vv, which enables the debug mode. Youll get a lot more additional output including the full NLU output.