i guess i have mentioned error as the topic and here i am trying to extract current state of the conversation i.e the json response of a user using sender id
How can I initialise remote(rasa_core/remot.py) object in rasa_core?I want to invoke tracker_json method to get current state of conversation in json format. It seems remote object needs core_endpoint which is of type EndpointConfig. I don’t have any clue how to initialise remote object and get this tracker_json invoked.