Skip to content

Commit f29c10a

Browse files
committed
[Cogsvcs] LUIS - developer resources
1 parent 4abd071 commit f29c10a

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
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: Programming SDKs, REST APIs, CLI, and integration information allow you to develop for Language Understanding (LUIS) in your programming language. Develop for management of your Azure resources, your LUIS apps, and your prediction endpoints. Code quickstarts cover the most common tasks.
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+
Programming SDKs, REST APIs and integration information allow you to develop for Language Understanding (LUIS) in your programming language. Develop for management of your Azure resources, your LUIS apps, and your prediction endpoints. Code quickstarts cover the most common tasks.
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:

0 commit comments

Comments
 (0)