So guys I have uploaded a bot in AWS and making calls from postman. so i’m passing
http://my_amazon_ip:5005/conversations/27/respond?q=hi
and i’m getting a response from the core as:
[ { “recipient_id”: “27”, “text”: “Hi! How can I help you?” } ]
Now How can I track this recipient_id in my action.py file as I want to include this in my API call and fetch data from my db. So i need this id saved and pass as a parameter in my API call.