when the conversation ended, I could restart the slot in actions.py, however, When the conversation ended in stories.md,the slot were still saved in redis, It will confuse next conversation with the same send_id, so, how to fix this problem. thx!
Hey @younghao. Do you have a AllSlotsReset action implemented? It should perform the slots reset action for you. You can find info on AllSlotsReset action here: https://rasa.com/docs/core/api/events/#reset-all-slots
Let us know if you need help with the implementation