Get Watson Conversation Workspaces
Asked Answered
P

2

6

I am using Watson Conversation services on Bluemix. We have multiple Conversation workspaces within the service to enable better segmentation of the problem space.

I need to load information on the set of available workspaces within the Conversation service (e.g. name, workspace ID) to allow me to target the appropriate Conversation API endpoint. I've been trying to find a Watson or Bluemix API to allow me to retrieve the information directly but have not had any success.

Does anyone know if it is possible to retrieve this information programmatically and if there are any best practices for doing so?

Poet answered 20/9, 2016 at 11:52 Comment(1)
The API reference for the Watson Conversation service is available here ( ibm.com/watson/developercloud/conversation/api/v1). However, I think that you are looking for additional information.Aftertime
W
6

We don't have an exposed endpoint for this capability at this point. It is something being discussed internally, however.

Wallache answered 20/9, 2016 at 19:45 Comment(3)
Collin, it sounds like you are perhaps on one of the Watson or Bluemix teams? If so, can you please edit your question to state this (and which group you're with)? Authoritative answers from the source are always much appreciated.Indifference
Thanks for the information, @Collin. I'll fallback to another method until an appropriate endpoint becomes available.Poet
This is a greatly needed functionality. Right now, the only alternative seems to be hard-coding the list of available workspace ids on the client side...Illogical
N
3

The API for managing Conversation workspaces is now available. It is possible to list workspaces, to create/update/delete a workspace and to download an entire workspace. The API is supported by the Watson SDKs.

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

Nador answered 28/3, 2017 at 11:50 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.