Object tracker

hey i am getting old conversation data also how can i get the data from only current state?

Thiconfidence=0.444559445792653}, {name=goodbye, confidence=0.3268380434395454}, {name=Skills, confidence=0.08896460469657952}, {name=greet, confidence=0.06915023846969276}, {name=experience, confidence=0.03957374713401465}, {name=notice_period, confidence=0.03091392046751516}], text=hey i am looking for a .net developer?}, input_channel=null}, {event=action, timestamp=1.539396070770159E9, name=utter_Experience}, {event=bot, timestamp=1.539396070770159E9, text=How many years of experience are you looking for?, data={elements=null, buttons=null, attachment=null}}, {event=action, timestamp=1.5393960707771993E9, name=action_listen}, {event=user, timestamp=1.5393960775121336E9, text=4-7 years, parse_data={intent={name=experience, confidence=0.7215532015821925}, entities=[{start=4, end=9, value=years, entity=experience, confidence=0.8333514324203447, extractor=ner_crf}], intent_ranking=[{name=experience, confidence=0.7215532015821925}, {name=notice_period, confidence=0.09165211893214707}, {name=goodbye, confidence=0.0652610287112629}, {name=Skills, confidence=0.05571653232385452}, {name=Job_type, confidence=0.041429465260126586}, {name=greet, confidence=0.024387653190416383}], text=4-7 years}, input_channel=null}, {event=action, timestamp=1.5393960775208776E9, name=utter_Skills}, {event=bot, timestamp=1.5393960775208776E9, text=Enter the key skills you are re looking for?, data={elements=null, buttons=null, attachment=null}}, {event=action, timestamp=1.5393960775208776E9, name=action_listen}, {event=user, timestamp=1.5393960924250746E9, text=.Net Mvc Asp.net, parse_data={intent={name=Skills, confidence=0.4617680952948799}, entities=[], intent_ranking=[{name=Skills, confidence=0.4617680952948799}, {name=goodbye, confidence=0.19039491926175975}, {name=Job_type, confidence=0.13628905320989235}, {name=greet, confidence=0.08625518404379688}, {name=notice_period, confidence=0.06357962581789726}, {name=experience, confidence=0.06171312237177372}], text=.Net Mvc Asp.net}, input_channel=null}, {event=action, timestamp=1.5393960924293582E9, name=utter_Notice}, {event=bot, timestamp=1.5393960924293582E9, text=Please Enter Notice Period., data={elements=null, buttons=null, attachment=null}}], latest_input_channel=null}, domain={config={store_entities_as_slots=true}, intents=[{greet={use_entities=true}}, {goodbye={use_entities=true}}, {Job_type={use_entities=true}}, {Skills={use_entities=true}}, {notice_period={use_entities=true}}, {experience={use_entities=true}}], entities=[experience, Month, Job_Name], slots={location={type=rasa_core.slots.TextSlot, initial_value=null}}, templates={utter_Experience=[{text=How many years of experience are you looking for?}], utter_Notice=[{text=Please Enter Notice Period.}], utter_Skills=[{text=Enter the key skills you are re looking for?}], utter_goodbye=[{text=Ok Thanks}, {text=Bye bye :(}], utter_greet=[{text=Hello! How can I help?}]}, actions=[utter_greet, utter_goodbye, utter_Experience, utter_Skills, action_joke, utter_Notice]}} s is a place about Rasa Community

what do you mean?

You need to call the below method of class DialogueStateTracker

def current_state(self, event_verbosity: EventVerbosity = EventVerbosity.NONE )