Detect the #listparks intent
- Click the Intents tab, and then click Create new.

- Enter the intent name as
listparks
, and enter the following examples:
show me a list of parks
what parks do you know about
list the national parks
can I see a list
I'd like to see the parks list
- Click Create.

- Open the Chat pane to test the intent.
- Clear the chat list.
- After Watson completes the training, enter this text:
can I see a list of parks
.
You should see that Watson correctly identifies the #listparks
intent. However, the response is still the default response — I didn't understand that. Ask me about a national park
.
- To create a proper response to the
#listparks
intent, click the Dialog tab.
Currently, you have only two nodes. Nodes are evaluated in the order that they appear, so you need to create a new node between the conversation_start
and the anything_else
nodes.
- Expand the
conversation_start
node.
- Click the Add (+) icon to add a new node.

- In the Triggered by field, enter
#listparks
.
- Add the response
I can tell you about Yosemite, Yellowstone, and Arches
.
- To test the dialog, open the Chat pane and enter
can I see a list of parks
.
Watson should correctly identify the #listparks
intent.
- Close the editor for the
conversation_start
node.