I have an #StartTest intent which expects a @Test entity (user examples: "Start test", "Start @Test") , then I created a slot that checks if @Test has been provided ($Test variable), and if not, it asks for it.
The problem is that if I type "Start test", provide the test name, and type "Start test" again, it considers the previous $Test value in the condition, thus considering it as already provided.
How can I ask for a new value for $Test if the user send "Start test" again?
