in watson conversation, how to jump to another node from one node in procedure?

故事扮演 提交于 2019-12-08 03:06:22

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!