Skip to content

Commit 6aff4ba

Browse files
committed
hack
1 parent d163cd6 commit 6aff4ba

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

articles/cognitive-services/LUIS/includes/add-example-utterances-none-intent.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,24 @@ ms.service: cognitive-services
88
ms.subservice: luis
99
ms.topic: include
1010
ms.custom: include file
11-
ms.date: 11/05/2019
11+
ms.date: 11/20/2019
1212
ms.author: diberry
1313
---
1414

15-
The client application needs to know if an utterance is not meaningful or appropriate for the application. The **None** intent is added to each application as part of the creation process to determine if an utterance can't be answered by the client application.
15+
The client application needs to know if an utterance is not meaningful or appropriate for the application. The **None** intent is added to each application as part of the creation process to determine if an utterance shouldn't be answered by the client application.
1616

1717
If LUIS returns the **None** intent for an utterance, your client application can ask if the user wants to end the conversation or give more directions for continuing the conversation.
1818

1919
If you leave the **None** intent empty, an utterance that should be predicted outside the subject domain will be predicted in one of the existing subject domain intents. The result is that the client application, such as a chat bot, will perform incorrect operations based on an incorrect prediction.
2020

2121
1. Select **Intents** from the left panel.
2222

23-
1. Select the **None** intent. Add three utterances that your user might enter but are not relevant to your app:
23+
1. Select the **None** intent. Add three utterances that your user might enter but are not relevant to your Pizza ordering app:
2424

2525
|`None` example utterances|
2626
|--|
2727
|`Barking dogs are annoying`|
2828
|`Order a pizza for me`|
2929
|`Penguins in the ocean`|
30+
31+
These example shouldn't use words you expect in your subject domain such as `pizza`, `cheese`, `crust`, `pickup` `deliver`.

articles/cognitive-services/LUIS/tutorial-intents-only.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ ms.custom: seodec18
99
ms.service: cognitive-services
1010
ms.subservice: language-understanding
1111
ms.topic: tutorial
12-
ms.date: 11/05/2019
12+
ms.date: 11/20/2019
1313
ms.author: diberry
1414
#Customer intent: As a new user, I want to create a custom app with intents, so that I can analyze user text in that subject domain.
1515
---
1616

17-
# Tutorial: Build LUIS app to determine user intentions
17+
# Tutorial: Build a LUIS app to determine user intentions
1818

1919
In this tutorial, you create a custom app that predicts a user's intention based on the utterance (text).
2020

@@ -54,7 +54,7 @@ These intentions are categorized into **Intents**.
5454

5555
## Create a new intent
5656

57-
1. In the [preview LUIS portal](https://preview.luis.ai), inside the app's **Build** section, select **+ Create**. Enter the new intent name listed below then select **Done**.
57+
1. In the portal, inside the app's **Build** section, select **+ Create**. Enter the new intent name, `OrderPizza`, then select **Done**.
5858

5959
The `OrderPizza` intent is predicted when: a user wants to order a pizza.
6060

0 commit comments

Comments
 (0)