0

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?

juliano.net
  • 7,982
  • 13
  • 70
  • 164

1 Answers1

0

Solved by adding a child node and setting the variables in the Context Editor or JSON Editor.

Example from the IBM docs

juliano.net
  • 7,982
  • 13
  • 70
  • 164