Does action_restart deletes current conversation in tracker?

Hey,

question like title. When you use the default Event ActionRestared(), is current conversation not saved in tracker?

Also when I use in story file reset_slot at the end of story, nothing happens and slots are not reset.

Core 10.4

it is, but the tracker resets to start a new conversation

So using reset is bad when you want to log the conversation?

what about this?

No you can still store the conversation, just the current tracker is reset.

As for your second question, what happens? can you look at your debug log and see if the slots are all set to None if you continue the conversation?

So, when you use a tracker store the conversation is still stored there when you use the restart?

For using reset_slots. It did not reset the slots. But I have a look at that again.