Idea Inside
Idea Inside

Reputation: 197

API to update entities for IBM Watson Conversation

Is there an API to update entities, values and synonyms. I wish to add values and synonyms to entities as and when they are created in my database. Also I would have hundreds and thousands of values for entities.

Upvotes: 1

Views: 396

Answers (3)

Jim Collins
Jim Collins

Reputation: 146

The /workspace endpoint might do what you want. Take a look at https://www.ibm.com/watson/developercloud/conversation/api/v1/#update_workspace

Upvotes: 1

Allen Dean
Allen Dean

Reputation: 597

The Conversation tool is available for your service instances at https://www.ibmwatsonconversation.com or from the service details page in Bluemix (which you get to by clicking your service instance).

There are plans to expose more APIs that might address your request.

Upvotes: 0

chughts
chughts

Reputation: 4747

There is no API to update Entities, Intents or the Dialog Flow for the Conversation service. Instead you need to use the tooling.

Upvotes: 0

Related Questions