Skip to content

Commit dd28e3a

Browse files
authored
Merge pull request #86811 from diberry/0828-landing-luis
[Cogsvcs] LUIS - new landing
2 parents 7e381c8 + 9fdd3ce commit dd28e3a

File tree

1 file changed

+131
-110
lines changed

1 file changed

+131
-110
lines changed
Lines changed: 131 additions & 110 deletions
Original file line numberDiff line numberDiff line change
@@ -1,122 +1,143 @@
1-
### YamlMime:YamlDocument
2-
documentType: LandingData
3-
title: Language Understanding (LUIS) Documentation
1+
### YamlMime:Landing
2+
3+
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.
5+
46
metadata:
5-
document_id:
6-
title: Language Understanding (LUIS) - Tutorials, Quickstarts, API Reference
7-
description: Learn how to use Language Understanding service to allow your application to understand what a person wants in their own words.
7+
ms.topic: landing-page
8+
ms.date: 09/19/2019
9+
ms.author: nitinme
810
author: nitinme
9-
manager: nitinme
1011
ms.service: cognitive-services
1112
ms.subservice: language-understanding
13+
services: cognitive-services
1214
ms.topic: landing-page
13-
ms.date: 01/23/2019
14-
ms.author: nitinme
15-
abstract:
16-
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.
17-
aside:
18-
image:
19-
alt:
20-
height: 110
21-
src: ../media/index/luis-landing-page-video.png
22-
width: 250
23-
title: What's new with LUIS (18:28)
24-
href: https://azure.microsoft.com/resources/videos/whats-new-with-language-understanding-service-luis
25-
width: 250
15+
title: Language Understanding (LUIS) Documentation
16+
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+
19+
20+
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new
21+
landingContent:
22+
- title: About Language Understanding (LUIS)
23+
linkLists:
24+
25+
- linkListType: overview
26+
links:
27+
- text: What is language understanding?
28+
url: what-is-luis.md
29+
- text: What's new
30+
url: whats-new.md
31+
- text: LUIS portal
32+
url: https://www.luis.ai
33+
- linkListType: concept
34+
links:
35+
- text: Plan your app
36+
url: luis-how-plan-your-app.md
37+
- text: The authoring cycle of your app
38+
url: luis-concept-app-iteration.md
39+
40+
- linkListType: video
41+
links:
42+
- text: "AI Roadshow: LUIS"
43+
url: https://azure.microsoft.com/resources/videos/whats-new-with-language-understanding-service-luis
2644

27-
sections:
45+
- title: Create intents, entities, and features
46+
linkLists:
47+
- linkListType: concept
48+
links:
49+
- text: Intents
50+
url: luis-concept-intent.md
51+
- text: Entities
52+
url: luis-concept-entity-types.md
53+
- text: A good example utterance
54+
url: luis-concept-utterance.md
55+
- text: Phrase lists features
56+
url: luis-concept-feature.md
2857

29-
- items:
30-
- type: list
31-
style: cards
32-
className: cardsM
33-
columns: 3
34-
items:
35-
- href: /azure/cognitive-services/luis/what-is-luis
36-
html: <p>Learn about Language Understanding service (LUIS).</p>
37-
image:
38-
src: ../media/index/i_overview.svg
39-
title: What is LUIS?
40-
- href: /azure/cognitive-services/luis/luis-how-plan-your-app
41-
html: <p>Prepare an outline of the intents and entities relevant to your app.</p>
42-
image:
43-
src: ../media/index/i_guidelines.svg
44-
title: Plan your LUIS app
45-
- href: /azure/cognitive-services/luis/luis-concept-best-practices
46-
html: <p>Use these best practices when creating a LUIS app.</p>
47-
image:
48-
src: ../media/index/i_guidelines.svg
49-
title: Best practices for a LUIS app
58+
- linkListType: quickstart
59+
links:
60+
- text: "Portal: Create a new LUIS app"
61+
url: get-started-portal-build-app.md
62+
- text: Using C# SDK
63+
url: sdk-python-quickstart-authoring-app.md
64+
- text: Using Python SDK
65+
url: sdk-python-quickstart-authoring-app.md
5066

51-
- title: 5-Minute Quickstarts
52-
items:
53-
- type: table
54-
style: dataMatrix
55-
columns:
56-
- image:
57-
src: media/index/logo_csharp.svg
58-
- image:
59-
src: media/index/logo_java.svg
60-
- image:
61-
src: media/index/logo_nodejs.svg
62-
- image:
63-
src: media/index/logo_python.svg
64-
rows:
65-
- title: Endpoint API
66-
values:
67-
- href: luis-get-started-cs-get-intent
68-
- href: luis-get-started-java-get-intent
69-
- href: luis-get-started-node-get-intent
70-
- href: luis-get-started-python-get-intent
71-
- title: Authoring API
72-
values:
73-
- href: luis-get-started-cs-add-utterance
74-
- href: luis-get-started-java-add-utterance
75-
- href: luis-get-started-node-add-utterance
76-
- href: luis-get-started-python-add-utterance
67+
- linkListType: how-to-guide
68+
links:
69+
- text: Create a new LUIS app
70+
url: luis-how-to-start-new-app.md
71+
- text: Add intent with example utterances
72+
url: luis-how-to-add-intents.md
73+
- text: Add entities
74+
url: luis-how-to-add-example-utterances.md
75+
- text: Add phrase list feature
76+
url: luis-how-to-add-features.md
7777

78-
- title: Step-by-step tutorials
79-
items:
80-
- type: list
81-
style: ordered
82-
items:
83-
- html: <a href="luis-quickstart-intents-only">Build app for Human Resources (HR) domain</a>
84-
- html: <a href="luis-tutorial-prebuilt-intents-entities">Add prebuilt intents and entities</a>
85-
- html: <a href="luis-quickstart-intents-regex-entity">Add regular expression entity</a>
86-
- html: <a href="luis-quickstart-intent-and-list-entity">Add list entity</a>
87-
- html: <a href="tutorial-entity-roles">Use entity roles</a>
88-
- html: <a href="luis-quickstart-primary-and-secondary-data">Add simple entity and phrase list</a>
89-
- html: <a href="luis-quickstart-intent-and-key-phrase">Add keyPhrase entity</a>
90-
- html: <a href="luis-quickstart-intent-and-sentiment-analysis">Add sentiment analysis</a>
78+
- title: Version, train, test, and publish
79+
linkLists:
80+
- linkListType: concept
81+
links:
82+
- text: Versioning
83+
url: luis-concept-version.md
84+
- text: Interactive testing
85+
url: luis-concept-test.md
86+
- text: Batch testing
87+
url: luis-concept-batch-test.md
9188

92-
- title: Samples
93-
items:
94-
- type: list
95-
style: unordered
96-
items:
97-
- html: <a href="https://aka.ms/luis-code-samples">Samples on GitHub</a><br/>
89+
- linkListType: quickstart
90+
links:
91+
- text: "Portal: Deploy app to prediction endpoint"
92+
url: get-started-portal-deploy-app.md
93+
- text: Using C# SDK
94+
url: sdk-python-quickstart-authoring-app.md#train-the-app
95+
- text: Using Python SDK
96+
url: sdk-python-quickstart-authoring-app.md#train-the-app
9897

99-
- title: Videos
100-
items:
101-
- type: list
102-
style: unordered
103-
items:
104-
- html: <a href="https://channel9.msdn.com/Shows/Azure-Friday/At-Build-2018-Cognitive-Services-Language-LUIS/player" > Azure Friday At Build 2018 - Cognitive Services - Language (LUIS)</a>
105-
#- html: <a href="https://channel9.msdn.com/Shows/AI-Show/Whats-New-with-Language-Understanding-Service-LUIS/player" > Build 2018 AI Show - What’s New with Language Understanding Service (LUIS)</a>
106-
- html: <a href="https://channel9.msdn.com/events/Build/2018/BRK3208" >Build 2018 Session - Bot intelligence, Speech Capabilities, and NLU best practices</a>
10798

108-
- title: Reference
109-
items:
110-
- type: list
111-
style: cards
112-
className: cardsD
113-
items:
114-
- title: REST APIs v2
115-
html: <p><a href="https://go.microsoft.com/fwlink/?linkid=2092356"> Endpoint API</a></p><p><a href="https://go.microsoft.com/fwlink/?linkid=2092087"> Authoring API</a></p>
116-
- title: SDKs
117-
html: <p><a href="https://aka.ms/luis-endpoint-sdk"> .NET Endpoint SDK</a></p><p><a href="https://aka.ms/luis-authoring-sdk"> .NET Authoring SDK</a></p>
118-
- title: PowerShell
119-
html: <p><a href=https://docs.microsoft.com/powershell/module/az.cognitiveservices/#cognitive_services">Azure PowerShell</a></p>
120-
- title: CLI
121-
html: <p><a href="https://docs.microsoft.com/cli/azure/cognitiveservices">Azure CLI</a></p>
122-
99+
- linkListType: how-to-guide
100+
links:
101+
- text: Versioning your app
102+
url: luis-how-to-manage-versions.md
103+
- text: Interactive testing
104+
url: luis-interactive-test.md
105+
- text: Batch testing
106+
url: luis-how-to-batch-test.md
107+
- text: Training your app
108+
url: luis-how-to-train.md
109+
- text: Publish to use prediction endpoint
110+
url: luis-how-to-publish-app.md
111+
112+
- title: Get prediction from endpoint
113+
linkLists:
114+
- linkListType: quickstart
115+
links:
116+
- text: With C# .NET SDK
117+
url: sdk-csharp-quickstart-query-prediction-endpoint.md
118+
- linkListType: quickstart
119+
links:
120+
- text: With C# using REST
121+
url: luis-get-started-cs-get-intent.md
122+
- text: With Go using REST
123+
url: luis-get-started-go-get-intent.md
124+
- text: With Java using REST
125+
url: luis-get-started-java-get-intent.md
126+
- text: With Node.js using REST
127+
url: luis-get-started-node-get-intent.md
128+
- text: With Python using REST
129+
url: luis-get-started-python-get-intent.md
130+
- title: Reference
131+
linkLists:
132+
- linkListType: reference
133+
links:
134+
- text: Developer resources
135+
url: developer-reference-resource.md
136+
- text: App limits
137+
url: luis-boundaries.md
138+
- text: Prebuilt entities
139+
url: luis-reference-prebuilt-entities.md
140+
- text: Custom Entities
141+
url: luis-concept-entity-types.md#types-of-entities
142+
- text: Prebuilt domains
143+
url: luis-reference-prebuilt-domains.md

0 commit comments

Comments
 (0)