Skip to content

Commit 5593254

Browse files
authored
Merge pull request #96670 from IEvangelist/luisDocHackLanding
[CogSvcs-Hack] LUIS landing page review
2 parents 324e5b8 + 21d5bd1 commit 5593254

File tree

1 file changed

+30
-31
lines changed

1 file changed

+30
-31
lines changed

articles/cognitive-services/LUIS/index.yml

Lines changed: 30 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
11
### YamlMime:Landing
22

33
title: Language Understanding (LUIS) documentation
4-
summary: Learn how to use Language Understanding service to allow your application to understand what a person wants in their own words.
4+
summary: Learn how Language Understanding enables your applications to understand what a person wants in their own words.
55

66
metadata:
77
ms.topic: landing-page
8-
ms.date: 09/19/2019
8+
ms.date: 11/22/2019
99
ms.author: nitinme
1010
author: nitinme
1111
ms.service: cognitive-services
12-
ms.subservice: language-understanding
12+
ms.subservice: language-understanding
1313
services: cognitive-services
1414
ms.topic: landing-page
1515
title: Language Understanding (LUIS) Documentation
1616
titleSuffix: Azure Cognitive Services
17-
description: Language Understanding service (LUIS) allows your application to understand what a person wants in their own words. LUIS uses machine learning to allow developers to build applications that can receive user input in natural language and extract meaning from it.
18-
17+
description: The Language Understanding (LUIS) service allows your application to understand what a person wants in their own words. LUIS uses machine learning to allow developers to build applications that can receive user input in natural language and extract meaning from it.
1918

2019
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new
2120
landingContent:
@@ -26,17 +25,18 @@ landingContent:
2625
links:
2726
- text: What is language understanding?
2827
url: what-is-luis.md
29-
- text: What's new
30-
url: whats-new.md
3128
- text: LUIS portal
3229
url: https://www.luis.ai
3330
- linkListType: concept
3431
links:
3532
- text: Plan your app
36-
url: luis-how-plan-your-app.md
37-
- text: The authoring cycle of your app
33+
url: luis-how-plan-your-app.md
34+
- text: Iterative app design
3835
url: luis-concept-app-iteration.md
39-
36+
- linkListType: whats-new
37+
links:
38+
- text: What's new?
39+
url: whats-new.md
4040
- linkListType: video
4141
links:
4242
- text: "AI Roadshow: LUIS"
@@ -50,11 +50,10 @@ landingContent:
5050
url: luis-concept-intent.md
5151
- text: Entities
5252
url: luis-concept-entity-types.md
53-
- text: A good example utterance
54-
url: luis-concept-utterance.md
55-
- text: Phrase lists features
53+
- text: Utterances
54+
url: luis-concept-utterance.md
55+
- text: Phrase list features
5656
url: luis-concept-feature.md
57-
5857
- linkListType: quickstart
5958
links:
6059
- text: "Portal: Create a new LUIS app"
@@ -98,42 +97,42 @@ landingContent:
9897

9998
- linkListType: how-to-guide
10099
links:
101-
- text: Versioning your app
100+
- text: Version your app
102101
url: luis-how-to-manage-versions.md
103-
- text: Interactive testing
102+
- text: Perform interactive testing
104103
url: luis-interactive-test.md
105-
- text: Batch testing
104+
- text: Perform batch testing
106105
url: luis-how-to-batch-test.md
107-
- text: Training your app
106+
- text: Train your app
108107
url: luis-how-to-train.md
109-
- text: Publish to use prediction endpoint
108+
- text: Publish prediction endpoint
110109
url: luis-how-to-publish-app.md
111110

112111
- title: Get prediction from endpoint
113-
linkLists:
112+
linkLists:
114113
- linkListType: quickstart
115-
links:
114+
links:
116115
- text: With C# .NET SDK
117116
url: sdk-csharp-quickstart-query-prediction-endpoint.md
118117
- linkListType: quickstart
119-
links:
118+
links:
120119
- text: With C# using REST
121-
url: luis-get-started-cs-get-intent.md
120+
url: luis-get-started-cs-get-intent.md
122121
- text: With Go using REST
123-
url: luis-get-started-go-get-intent.md
122+
url: luis-get-started-go-get-intent.md
124123
- text: With Java using REST
125-
url: luis-get-started-java-get-intent.md
124+
url: luis-get-started-java-get-intent.md
126125
- text: With Node.js using REST
127-
url: luis-get-started-node-get-intent.md
126+
url: luis-get-started-node-get-intent.md
128127
- text: With Python using REST
129128
url: luis-get-started-python-get-intent.md
130129
- title: Reference
131-
linkLists:
130+
linkLists:
132131
- linkListType: reference
133-
links:
132+
links:
134133
- text: Developer resources
135134
url: developer-reference-resource.md
136-
- text: App limits
135+
- text: App limitations
137136
url: luis-boundaries.md
138137
- text: Prebuilt entities
139138
url: luis-reference-prebuilt-entities.md
@@ -143,9 +142,9 @@ landingContent:
143142
url: luis-reference-prebuilt-domains.md
144143

145144
- title: Help and feedback
146-
linkLists:
145+
linkLists:
147146
- linkListType: reference
148-
links:
147+
links:
149148
- text: Troubleshooting
150149
url: troubleshooting.md
151150
- text: Ask questions on Stack Overflow

0 commit comments

Comments
 (0)