Sazzad
Sazzad

Reputation: 853

How to create dialogue node in watson conversation through java/ python sdk

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

Answers (1)

Simon O'Doherty
Simon O'Doherty

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

Related Questions