Does action_restart reset the Slots to None by default?

I have action_restart in my story after setting the slot values, but when I try to access these slot values in the next utterance action, it seems to be set to None? Is this expected to it is a bug in Rasa?

Any help is greatly appreciated.

Hi @rasaBro!

Yes action_restart sets all slots to None by default. If you want you can override this behavior by implementing your own action_restart.

Thanks Saurabh for the help , I will look into it. If you have any sample of override action_restart. Please share.