Session Attributes like capability

Is there any capability within Rasa that’s similar to session attributes within AWS Lex? For example, if i have certain custom ephemeral data points that i want to track through a users current session within the bot. The best i can think of is an extension to Tracker that allows for a dict of custom values.

New to Rasa so sorry if this is a dumb question. Thanks!

1 Like

I just realized this is exactly what slots are for…:man_facepalming:t3:

I think coming from Lex i was automatically comparing Lex slots to Rasa slots. My bad

1 Like