问题
I am facing one problem, I have created the dialogue in watson conversation workspace, and I know how to jump to another node in the dialogue. My question is how to jump in java procedure. For example, I have 5 nodes in my dialogue, they are sequence, node1->node2->node3->node4->node5, under specific condition(e.g. if input invalid date in node3), I want it to jump to node5 from node3, skipping node4, how to implement it in back end procedure(java)? does anyone have simple demo? thanks you.
来源:https://stackoverflow.com/questions/41714675/in-watson-conversation-how-to-jump-to-another-node-from-one-node-in-procedure