API to update entities for IBM Watson Conversation

403 views Asked by At

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.

3

There are 3 answers

0
Jim Collins On BEST ANSWER

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

2
chughts On

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

0
Allen Dean On

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.