获取 Watson 对话工作区

Get Watson Conversation Workspaces

我正在 Bluemix 上使用 Watson Conversation 服务。我们在服务中有多个 Conversation workspace,以便更好地细分问题 space。

我需要在 Conversation 服务中加载有关可用工作space 集的信息(例如姓名、工作space ID),以便我可以定位适当的 Conversation API 端点。我一直在尝试寻找 Watson 或 Bluemix API 来让我直接检索信息,但一直没有成功。

有谁知道是否可以通过编程方式检索此信息,是否有任何最佳做法?

我们目前没有此功能的公开端点。不过,这是内部正在讨论的事情。

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.

使用新的 API,我写了一个小 tool for managing Conversation workspaces. The tool shows the API in action. The source is available on GitHub 来演示 API 的用途。