hi everyone
i want to navigate from a state to another one without waiting the user input in my dialogflow.
i know that to do that in a custom component we need just to set the keepTurn at true, it's the same here ? or not? how to do it if yes or no and thanks a lot. this is my code if you need it to response and if you can help with a better idea.
----------------------------
initializePriority:
component: "System.SetVariable"
properties:
variable: "priority"
value: 1
transitions: {}
jobApply :
component: "job.apply"
properties:
jobId: "${jobId.value}"
priority : "${priority.value}"
moduleId : "${moduleId.value}"
transitions:
actions:...................
-----------------------------
after initializing the priority variable i wanna the state to navigate directe to the jobApply state.