How to remember the last reply from Rasa

In my service, I need to know what was the last reply generated by the dialogue management. Is there a way to know that from rasa core without storing a local variable in my code?

You can use RedisTrackerStore.