@MuraliChandran14 , Thanks for your answer, Unfortunately, this not what i looking for.
I think your solution saying, how to retrieve the ‘sender_id’from the list of dictionaries. Actually i am not getting the sender_id` in the response from rasa.
@MuraliChandran14 ,
The first solution (tracker.current_state())[“sender_id”] or tracker.sender_id can use from actions.py. But this is not what i am looking for.
I am calling rest api call from flask app, and i need the sender_id in that file, not in actions.
And your second solution, i tried this localhost:5005/conversations/Rasa/respond, but getting below error, Error: Requested URL /conversations/rasa/respond not found
@kabeer
First, I have to apologize for misunderstanding your question. You have to get sender_id whenever you get response from the API you are calling.