Skip to content

Commit 38b12ae

Browse files
authored
Merge pull request #103732 from diberry/diberry/0209-dev-resources-seo
[Cogsvcs] LUIS - developer resources
2 parents 2ce1088 + 6abd865 commit 38b12ae

File tree

2 files changed

+15
-14
lines changed

2 files changed

+15
-14
lines changed

articles/cognitive-services/LUIS/developer-reference-resource.md

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,13 @@
11
---
22
title: Developer resources - Language Understanding
3-
titleSuffix: Azure Cognitive Services
4-
description: Developers have both REST APIs and SDKs for Language Understanding.
5-
services: cognitive-services
6-
author: diberry
7-
manager: nitinme
8-
ms.service: cognitive-services
9-
ms.subservice: language-understanding
10-
ms.topic: conceptual
11-
ms.date: 01/22/2020
12-
ms.author: diberry
3+
description: SDKs, REST APIs, CLI, help you develop Language Understanding (LUIS) apps in your programming language. Manage your Azure resources and LUIS predictions.
4+
ms.topic: reference
5+
ms.date: 02/09/2020
136
---
147

15-
# Developer resources for Language Understanding
8+
# SDK, REST, and CLI developer resources for Language Understanding (LUIS)
169

17-
Developers can use both REST APIs and SDKs for Language Understanding.
10+
SDKs, REST APIs, CLI, help you develop Language Understanding (LUIS) apps in your programming language. Manage your Azure resources and LUIS predictions.
1811

1912
## Azure resource management
2013

@@ -26,12 +19,18 @@ Find reference documentation based on the tool:
2619

2720
* [Azure RM PowerShell](https://docs.microsoft.com/powershell/module/azurerm.cognitiveservices/?view=azurermps-4.4.1#cognitive_services)
2821

22+
2923
## Language Understanding authoring and prediction requests
3024

31-
The Language Understanding service is accessed from an Azure resource you need to create. There are two resources: authoring and prediction endpoint resources. Both of these resources allow you to control your LUIS resources.
25+
The Language Understanding service is accessed from an Azure resource you need to create. There are two resources:
26+
27+
* Use the **authoring** resource for training to create, edit, train, and publish.
28+
* Use the **prediction** for runtime to send user's text and receive a prediction.
3229

3330
Learn about the [V3 prediction endpoint](luis-migration-api-v3.md).
3431

32+
Use [Cognitive Services sample code](https://github.com/Azure-Samples/cognitive-services-quickstart-code) to learn and use the most common tasks.
33+
3534
### REST APIs
3635

3736
Both authoring and prediction endpoint APIS are available from REST APIs:

articles/cognitive-services/LUIS/toc.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,9 @@
304304
href: reference-pattern-syntax.md
305305
- name: Sentiment
306306
href: luis-reference-prebuilt-sentiment.md
307-
- name: Developer resources
307+
- name: Developer reference
308+
items:
309+
- name: Overview
308310
href: developer-reference-resource.md
309311
displayName: SDK, API, quickstart, REST, cli, powershell, azure, rm, resource manager, samples, package, module, tool, dispatch, bot
310312
- name: Azure CLI

0 commit comments

Comments
 (0)