Skip to content

Commit b2d3843

Browse files
authored
Merge pull request #109035 from diberry/diberry/0325-luis-tutorial-intents-only
[Cogsvcs] LUIS - fresh - tutorial - intent only
2 parents 02ac1aa + 90d4b99 commit b2d3843

File tree

2 files changed

+11
-19
lines changed

2 files changed

+11
-19
lines changed

articles/cognitive-services/LUIS/includes/create-pizza-app.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
---
22
title: Create pizza app steps
33
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
105
ms.topic: include
116
ms.custom: include file
127
ms.author: diberry
@@ -16,7 +11,8 @@ ms.author: diberry
1611

1712
1. Select **Create new app**.
1813

19-
[![Screenshot of Language Understanding (LUIS) My Apps page](../media/create-app-in-portal.png "Screenshot of Language Understanding (LUIS) My Apps page")](../media/create-app-in-portal.png#lightbox)
14+
> [!div class="mx-imgBorder"]
15+
> [![Screenshot of Language Understanding (LUIS) My Apps page](../media/create-app-in-portal.png "Screenshot of Language Understanding (LUIS) My Apps page")](../media/create-app-in-portal.png#lightbox)
2016
2117
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**.
2218

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

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,8 @@
11
---
22
title: "Tutorial: Predict intentions - LUIS"
3-
titleSuffix: Azure Cognitive Services
43
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
114
ms.topic: tutorial
12-
ms.date: 12/17/2019
13-
ms.author: diberry
5+
ms.date: 03/24/2020
146
#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.
157
---
168

@@ -49,9 +41,13 @@ These intentions are categorized into **Intents**.
4941

5042
## Create a new intent
5143

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.
5345

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.
5551

5652
1. Add several example utterances to this intent that you expect a user to ask:
5753

@@ -66,7 +62,7 @@ These intentions are categorized into **Intents**.
6662

6763
![Add example utterances](media/tutorial-intents-only/add-example-utterances-for-pizza-order.png)
6864

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.
7066

7167
[!INCLUDE [Do not use too few utterances](includes/do-not-use-too-few-utterances.md)]
7268

0 commit comments

Comments
 (0)