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!