Skip to content

Commit

Permalink
Readme update with Watson screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Poliwoda committed Feb 28, 2019
1 parent 5715839 commit 39a1595
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,23 @@
# Conversation Street
NodeJS Dublin Meetup code sample.

For the Assistant to work you will need to import the skill into your assistant
For the Assistant to work you will need to import the skill into your assistant. You can create a new skill using the `skill-Reverse-order-a-pizza.json` file in the main project folder to just get it running.

I would advise you to read the documentation and/or go through the presentation slides and then recreate the Skill yourself so that you understand the various pieces of the puzzle before building something new. A lot can be achieved using standard components, so you don't need to reinvent the wheel.

You'll need to set up an account on https://cloud.ibm.com and create a _Service_ called **Watson Assistant** from the **AI** section of the **Catalog**.

## Choose Watson Assistant service in the IBM Cloud Catalog

![catalog service](docs/catalog-service.png)

To _import_ the existing skill follow the steps below.

## Create a new Skill

![create skill](docs/create-skill.png)

## Go to import skill tab and choose the `skill-Reverse-order-a-pizza.json` JSON file in the main project folder

![skill import](docs/import-skill.png)

Expand Down
Binary file added docs/catalog-service.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/create-skill.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 39a1595

Please sign in to comment.