You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cognitive-services/LUIS/includes/create-pizza-app.md
+3-7Lines changed: 3 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,7 @@
1
1
---
2
2
title: Create pizza app steps
3
3
description: Steps to create a LUIS pizza app.
4
-
services: cognitive-services
5
-
author: diberry
6
-
manager: nitinme
7
-
ms.service: cognitive-services
8
-
ms.date: 02/14/2020
9
-
ms.subservice: language-understanding
4
+
ms.date: 03/25/2020
10
5
ms.topic: include
11
6
ms.custom: include file
12
7
ms.author: diberry
@@ -16,7 +11,8 @@ ms.author: diberry
16
11
17
12
1. Select **Create new app**.
18
13
19
-
[ My Apps page")](../media/create-app-in-portal.png#lightbox)
14
+
> [!div class="mx-imgBorder"]
15
+
> [ My Apps page")](../media/create-app-in-portal.png#lightbox)
20
16
21
17
1. In the pop-up dialog, enter the name `Pizza tutorial` and keep the default culture, **English**. The other fields are optional, do not set them. Select **Done**.
Copy file name to clipboardExpand all lines: articles/cognitive-services/LUIS/tutorial-intents-only.md
+8-12Lines changed: 8 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,8 @@
1
1
---
2
2
title: "Tutorial: Predict intentions - LUIS"
3
-
titleSuffix: Azure Cognitive Services
4
3
description: In this tutorial, create a custom app that predicts a user's intention. This app is the simplest type of LUIS app because it doesn't extract various data elements from the utterance text such as email addresses or dates.
5
-
services: cognitive-services
6
-
author: diberry
7
-
manager: nitinme
8
-
ms.custom: seodec18
9
-
ms.service: cognitive-services
10
-
ms.subservice: language-understanding
11
4
ms.topic: tutorial
12
-
ms.date: 12/17/2019
13
-
ms.author: diberry
5
+
ms.date: 03/24/2020
14
6
#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.
15
7
---
16
8
@@ -49,9 +41,13 @@ These intentions are categorized into **Intents**.
49
41
50
42
## Create a new intent
51
43
52
-
1. In the portal, inside the app's **Build** section, select **+ Create**. Enter the new intent name, `OrderPizza`, then select **Done**.
44
+
An intent is used to classify user utterances based on the user's intention, determined from the natural language text.
53
45
54
-
The `OrderPizza` intent is predicted when: a user wants to order a pizza.
46
+
In order to classify an utterance, the intent needs examples of user utterances that should be classified with this intent.
47
+
48
+
1. In the **Build** section, on the **Intents** page, select **+ Create** to create a new intent. Enter the new intent name, `OrderPizza`, then select **Done**.
49
+
50
+
The `OrderPizza` intent is predicted when a user wants to order a pizza.
55
51
56
52
1. Add several example utterances to this intent that you expect a user to ask:
57
53
@@ -66,7 +62,7 @@ These intentions are categorized into **Intents**.
66
62
67
63

68
64
69
-
By providing _example utterances_, you are training LUIS about what kinds of utterances should be predicted for this intent.
65
+
By providing _example utterances_, you are teaching LUIS about what kinds of utterances should be predicted for this intent.
70
66
71
67
[!INCLUDE [Do not use too few utterances](includes/do-not-use-too-few-utterances.md)]
0 commit comments