How to define a keepTurn in the dialog flow ?
Summary
How to define a keepTurn in the dialog flow ?Content
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"
Tagged:
1