Search code examples
ibm-cloudcloudantwatson-conversationibm-cloud-functions

Conversation connector / Watson Assistant: How to change account or workspace?


I am using the Conversation connector to implement a Slackbot with Watson Assistant. I want to move the chatbot over to another account and workspace. How can I do that without redeploying the Conversation connector and changing something in Slack?


Solution

  • I found that I can edit the configuration document stored in the described authdb.

    1. In the IBM Cloud dashboard locate the Cloudant service named conversation-connector.
    2. Click on that service and go to the Cloudant dashboard.
    3. Click on the authdb database. There should be a single doc in it.
    4. Edit the section conversation and adapt the username / password / workspace_id to the new values.
    5. Save changes. Done.