Skip to content

Commit 567cc56

Browse files
committed
Attempting to use footnotes.
1 parent a8007f2 commit 567cc56

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

articles/cognitive-services/LUIS/luis-glossary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Authoring is the ability to create, manage and deploy a [LUIS app](#luis-app), e
2525

2626
## <a name="authoring-key"></a>Authoring Key
2727

28-
Previously named "Programmatic" key. Used to author the app. Not used for production-level endpoint queries. For more information, see [Key limits](luis-boundaries.md#key-limits).
28+
Previously named "Programmatic" key. Used to author the app. Not used for production-level endpoint queries. For more information, see [Key limits](luis-boundaries.md#key-limits).
2929

3030
## <a name="batch-test-json-file"></a>Batch test JSON file
3131

articles/cognitive-services/LUIS/luis-how-plan-your-app.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.author: diberry
1515

1616
# Plan your LUIS app schema with subject domain and data extraction
1717

18-
A LUIS app schema contains [intents](luis-glossary.md#intent) and [entities](luis-glossary.md#entity) relevant to your subject [domain](luis-glossary.md#domain). The intents classify user [utterances](luis-glossary.md#utterance), and the entities extract data from the user utterances.
18+
A LUIS app schema contains intents[^1] and entities[^2]] relevant to your subject domain[^3]. The intents classify user utterances[^4], and the entities extract data from the user utterances.
1919

2020
## Identify your domain
2121

@@ -56,3 +56,8 @@ When determining which entities to use in your app, keep in mind that there are
5656

5757
> [!div class="nextstepaction"]
5858
> [Learning the LUIS development lifecylce](luis-concept-app-iteration.md)
59+
60+
[^1]: An [intent](luis-concept-intent.md) represents a task or action the user wants to perform. It is a purpose or goal expressed in a user's input, such as booking a flight, paying a bill, or finding a news article. In LUIS, the intent prediction is based on the entire utterance. Entities, by comparison, are pieces of an utterance.
61+
[^2]: [Entities](luis-concept-entity-types.md) are important words in [utterances](luis-concept-utterance.md) that describe information relevant to the [intent](luis-concept-intent.md), and sometimes they are essential to it. An entity is essentially a datatype in LUIS.
62+
[^3]: In the LUIS context, a **domain** is an area of knowledge. Your domain is specific to your app area of knowledge. This can be a general area such as the travel agent app. A travel agent app can also be specific to just the areas of information for your company such as specific geographical locations, languages, and services.
63+
[^4]: An utterance is a natural language phrase such as "book 2 tickets to Seattle next Tuesday". Example utterances are added to the intent.

0 commit comments

Comments
 (0)