Get Watson Talking Workspaces

I use Watson Conversation services on Bluemix. We have several conversation work areas in the service to provide better segmentation of the problem space.

I need to download information about the set of available workspaces in the conversation service (for example, name, workspace identifier) ​​so that I can target the corresponding conversation API endpoint. I tried to find the Watson or Bluemix APIs to allow me to receive information directly, but did not succeed.

Does anyone know if it is possible to get this information programmatically and if there are any recommendations for this?

+6
source share
2 answers

At the moment, we do not have an open point for this opportunity. However, this is discussed internally.

+6
source

An API is now available for managing conversation workspaces . You can specify workspaces, create / update / delete a workspace, and load the entire workspace. The API is supported by the Watson SDK .

Using the new API, I wrote a small tool for managing conversation workspaces . The tool shows the API in action. A source is available on GitHub to demonstrate how the API can be useful.

+3
source

All Articles