Skip to Main Content

Cloud Platform

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to define a keepTurn in the dialog flow ?

AmeurMay 2 2018 — edited May 3 2018

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.

Comments