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