Skip to content

Commit b89b6b1

Browse files
committed
[Cogsvcs] LUIS - fresh - tutorial - intent only
1 parent 4f46a9a commit b89b6b1

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

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)