Aakash Gaikwad
Aakash Gaikwad

Reputation: 58

How to update dialog in Ibm watson Conversation service programmatically

I want to update or add Conversation dialog programmatically. is there any way to update or create dialog in Conversation service without editing manually.

Upvotes: 2

Views: 571

Answers (1)

Simon O'Doherty
Simon O'Doherty

Reputation: 9349

There is no exposed API yet to automatically upload a JSON file to a workspace.

But you can certainly build your own JSON and manually upload.


Watson assistant now has a workspace API that allows you to programmatically build your own workspace. More details on the API page.

https://console.bluemix.net/apidocs/assistant#list-workspaces (See Workspaces -> Dialog Nodes).

Upvotes: 1

Related Questions