Reputation: 853
I found in conversation SDK how to create entity, intents.But did not find any API to create dialogue node. Can anyone help me out with proper documentation? I also posted a question in Watson-developer-cloud.
Thanks in advance
Upvotes: 1
Views: 325
Reputation: 9359
The easiest way to create a dialog node is to create sample nodes you want in the conversation tooling.
Then using the workspace API you can export those nodes, and use them as a baseline to create others.
Looking at the Java SDK you would use updateWorkspace()
method to push your changes to the workspace.
Upvotes: 1