Reputation: 197
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
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
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
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