IBM / watson-nao-robot

Use a robot to answer queries on financial data by integrating with the IBM Watson Assistant service and IBM Watson Studio
https://developer.ibm.com/patterns/robotic-calculations-and-inference-agent
Apache License 2.0
38 stars 63 forks source link

Problem in Step 3 #2

Closed dayanalv closed 6 years ago

dayanalv commented 6 years ago

Hello, I am writing because I can not understand how to realize this step because I create a new Workspace and the Workspace's ID of this one, I put it into the workspace.json file, but when I am going to load this file in my Watson Conversation Workspace, automatically generates a new Workspace and I don't get it why or if I'm doing something wrong.

Thank you for your time.

RK-Sharath commented 6 years ago

@dayanalv Please import the Workspace directly into your Watson Conversation Workspace and you are good to go. No need to update the Workspace id. Creation of new Workspace is needed if you want to import intent, entities separately and change the existing intents and entities. Please let us know if you face any issues.

RK-Sharath commented 6 years ago

@stevemart I have edited readme to remove the step of updating Workspace id before importing it to avoid confusion.

stevemar commented 6 years ago

@RK-Sharath OK, please use pull requests and do not commit directly to master so we can all review the fix next time.

RK-Sharath commented 6 years ago

@stevemart I will use PR going forward. Thank you.