IBM Cloud Watson Assistant: How to get the ID of a workspace

前端 未结 1 1186
有刺的猬
有刺的猬 2021-01-14 13:18

I made a chatbot using IBM Cloud Watson Assistant and I need to use it in my Android applications. This my config.xml code :



        
相关标签:
1条回答
  • 2021-01-14 13:40

    First of all, Workspaces in IBM Watson Assistant are now called Skills. So, once you create a Watson Assistant service (under AI in Catalog) on IBM Cloud.

    • Click on Launch Tool
    • Create a New Skill under Skills Tab.
    • Click on the three vertical dots next to the Skill you just created
    • Click View API Details

    • You should see the Workspace ID as the third entry under Skill Details.

    For Assistant ID,

    • Click on the action menu (three vertical dots) next to your Assistant under Assistants section.
    • Click on Settings to see the Assistant settings page
    • On the left pane, click on API Details
    • Copy the Assistant ID
    0 讨论(0)
提交回复
热议问题