Rest api implementation

Hi @sheggam_harshith please follow the following link.

how to do this without running the command rasa run -m models --enable-api --cors “” --debug in command window? I want to communicate with the bot but I dont want to keep this rasa run -m models --enable-api --cors “” --debug doing always and using python

How do I send back the Bot data as well, such as entities, intents and NLU data along with response?