|
2 | 2 | title: Developer resources - Language Understanding
|
3 | 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 | 4 | ms.topic: reference
|
5 |
| -ms.date: 05/05/2020 |
| 5 | +ms.date: 05/15/2020 |
6 | 6 | ---
|
7 | 7 |
|
8 | 8 | # SDK, REST, and CLI developer resources for Language Understanding (LUIS)
|
@@ -48,15 +48,16 @@ Both authoring and prediction endpoint APIS are available from REST APIs:
|
48 | 48 |
|
49 | 49 | LUIS currently has 2 types of endpoints:
|
50 | 50 |
|
51 |
| -* authoring on the training endpoint |
52 |
| -* query prediction on the runtime endpoint. |
| 51 | +* **authoring** on the training endpoint |
| 52 | +* query **prediction** on the runtime endpoint. |
53 | 53 |
|
54 | 54 | |Purpose|URL|
|
55 | 55 | |--|--|
|
56 |
| -|Authoring on training endpoint|`https://{your-resource-name}.api.cognitive.microsoft.com/luis/api/v2.0/apps/{appID}/`| |
57 |
| -|V2 Runtime - all predictions on runtime endpoint|`https://{your-resource-name}.api.cognitive.microsoft.com/luis/v2.0/apps/{appId}?q={q}[&timezoneOffset][&verbose][&spellCheck][&staging][&bing-spell-check-subscription-key][&log]`| |
58 |
| -|V3 Runtime - versions prediction on runtime endpoint|`https://{your-resource-name}.api.cognitive.microsoft.com/luis/prediction/v3.0/apps/{appId}/versions/{versionId}/predict?query={query}[&verbose][&log][&show-all-intents]`| |
59 |
| -|V3 Runtime - slot prediction on runtime endpoint|`https://{your-resource-name}.api.cognitive.microsoft.com/luis/prediction/v3.0/apps/{appId}/slots/{slotName}/predict?query={query}[&verbose][&log][&show-all-intents]`| |
| 56 | +|V2 Authoring on training endpoint|`https://{your-resource-name}.api.cognitive.microsoft.com/luis/api/v2.0/apps/{appID}/`| |
| 57 | +|V3 Authoring on training endpoint|`https://{your-resource-name}.api.cognitive.microsoft.com/luis/authoring/v3.0-preview/apps/{appID}/`| |
| 58 | +|V2 Prediction - all predictions on runtime endpoint|`https://{your-resource-name}.api.cognitive.microsoft.com/luis/v2.0/apps/{appId}?q={q}[&timezoneOffset][&verbose][&spellCheck][&staging][&bing-spell-check-subscription-key][&log]`| |
| 59 | +|V3 Prediction - versions prediction on runtime endpoint|`https://{your-resource-name}.api.cognitive.microsoft.com/luis/prediction/v3.0/apps/{appId}/versions/{versionId}/predict?query={query}[&verbose][&log][&show-all-intents]`| |
| 60 | +|V3 Prediction - slot prediction on runtime endpoint|`https://{your-resource-name}.api.cognitive.microsoft.com/luis/prediction/v3.0/apps/{appId}/slots/{slotName}/predict?query={query}[&verbose][&log][&show-all-intents]`| |
60 | 61 |
|
61 | 62 | The following table explains the parameters, denoted with curly braces `{}`, in the previous table.
|
62 | 63 |
|
|
0 commit comments