Skip to content

Commit 9b05d5c

Browse files
committed
edits
1 parent be79ce0 commit 9b05d5c

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

articles/cognitive-services/LUIS/luis-migration-api-v3.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ The query prediction endpoint V3 APIs have changed. Use this guide to understand
1717

1818
The V3 API provides the following new features:
1919

20-
* [External entities](external-entity-prediction-runtime.md#external-entities-passed-in-at-prediction-time)
21-
* [Dynamic lists](external-entity-prediction-runtime.md#dynamic-lists-passed-in-at-prediction-time)
20+
* [External entities](schema-change-prediction-runtime.md.md#external-entities-passed-in-at-prediction-time)
21+
* [Dynamic lists](schema-change-prediction-runtime.md.md#dynamic-lists-passed-in-at-prediction-time)
2222
* [Prebuilt entity JSON changes](#prebuilt-entity-changes)
2323

2424
The prediction endpoint [request](#request-changes) and [response](#response-changes) have significant changes to support the new features listed above, including the following:
@@ -119,14 +119,12 @@ The V3 API has different query string parameters.
119119

120120
|Property|Type|Version|Default|Purpose|
121121
|--|--|--|--|--|
122-
|`dynamicLists`|array|V3 only|Not required.|[Dynamic lists](external-entity-prediction-runtime.md#dynamic-lists-passed-in-at-prediction-time) allow you to extend an existing trained and published list entity, already in the LUIS app.|
123-
|`externalEntities`|array|V3 only|Not required.|[External entities](external-entity-prediction-runtime.md#external-entities-passed-in-at-prediction-time) give your LUIS app the ability to identify and label entities during runtime, which can be used as features to existing entities. |
122+
|`dynamicLists`|array|V3 only|Not required.|[Dynamic lists](schema-change-prediction-runtime.md#dynamic-lists-passed-in-at-prediction-time) allow you to extend an existing trained and published list entity, already in the LUIS app.|
123+
|`externalEntities`|array|V3 only|Not required.|[External entities](schema-change-prediction-runtime.md#external-entities-passed-in-at-prediction-time) give your LUIS app the ability to identify and label entities during runtime, which can be used as features to existing entities. |
124124
|`options.datetimeReference`|string|V3 only|No default|Used to determine [datetimeV2 offset](luis-concept-data-alteration.md#change-time-zone-of-prebuilt-datetimev2-entity). The format for the datetimeReference is [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601).|
125125
|`options.preferExternalEntities`|boolean|V3 only|false|Specifies if user's [external entity (with same name as existing entity)](#override-existing-model-predictions) is used or the existing entity in the model is used for prediction. |
126126
|`query`|string|V3 only|Required.|**In V2**, the utterance to be predicted is in the `q` parameter. <br><br>**In V3**, the functionality is passed in the `query` parameter.|
127127

128-
129-
130128
## Response changes
131129

132130
The query response JSON changed to allow greater programmatic access to the data used most frequently.

articles/cognitive-services/LUIS/toc.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@
9999
- name: Features
100100
href: luis-concept-feature.md
101101
displayName: descriptor, phrase list
102+
- name: Runtime changes to models
103+
href: schema-change-prediction-runtime.md
102104
- name: Prediction score
103105
href: luis-concept-prediction-score.md
104106
- name: Best practices
@@ -251,7 +253,7 @@
251253
- name: Recognizers-Text
252254
href: https://github.com/Microsoft/Recognizers-Text
253255
- name: Intelligent Kiosk
254-
href: https://github.com/Microsoft/Cognitive-Samples-IntelligentKiosk
256+
href: https://github.com/Microsoft/Cognitive-Samples-IntelligentKiosk
255257
- name: Reference
256258
items:
257259
- name: Developer reference

0 commit comments

Comments
 (0)