Rasa all slots in tracker

how I will get all saved slots in tracker object? this way i am getting particular slot.

email=Tracker.get_slot("email")

With tracker.slots :slight_smile:

thanks @ChrisRahme

I am using also

    current_slots=tracker.current_slot_values()
1 Like

That works as well!