The documented API only allows interaction with the Watson Conversation service once it is configured. Is there any API which will allow the configuration. For example create intents, entities etc...
Asked
Active
Viewed 351 times
3
-
1Quick update on this request. We have since released APIs for Intents and Workspaces. Entities coming shortly. – Brian Loveys Mar 07 '17 at 12:21
3 Answers
3
Good questions and we agree. We have plans shortly to expose a lower level set of APIs that will address your concerns. Brian

Brian Loveys
- 41
- 1
0
At this point in time the APIs for what you want to do are not publicly exposed.

Simon O'Doherty
- 9,259
- 3
- 26
- 54
0
Just to close out this question. The API for Watson Assistant (formerly Watson Conversation) can be seen here. The Watson Developer SDKs support that API.
To see the API in action there are several examples. I wrote a tool demonstrating some of the API calls and a so-called EgoBot that mutates during the dialog, i.e., adds objects by using that API.

data_henrik
- 16,724
- 2
- 28
- 49