A very basic question: How to access rasa response within the server

Hi,

It seems like I’m missing something obvious here.

When I use custom actions, since I’m creating the bot’s response message through my function I have access to the response even before rest call(POST request) completes(all this happens in the file actions.py).

How and where can I access bot’s response message when I’m not using custom actions before the response completes?

Thanks

Hi @akv. Can you elaborate on what you mean by “when I’m not using custom actions before the response completes”?