You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cognitive-services/LUIS/developer-reference-resource.md
+12-13Lines changed: 12 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,13 @@
1
1
---
2
2
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
13
6
---
14
7
15
-
# Developer resources for Language Understanding
8
+
# SDK, REST, and CLI developer resources for Language Understanding (LUIS)
16
9
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.
18
11
19
12
## Azure resource management
20
13
@@ -26,12 +19,18 @@ Find reference documentation based on the tool:
## Language Understanding authoring and prediction requests
30
24
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.
32
29
33
30
Learn about the [V3 prediction endpoint](luis-migration-api-v3.md).
34
31
32
+
Use [Cognitive Services sample code](https://github.com/Azure-Samples/cognitive-services-quickstart-code) to learn and use the most common tasks.
33
+
35
34
### REST APIs
36
35
37
36
Both authoring and prediction endpoint APIS are available from REST APIs:
0 commit comments