Skip to content

Commit 6d54ca9

Browse files
committed
edits
1 parent e2be446 commit 6d54ca9

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,9 +275,12 @@ In V3, the same result with the `verbose` flag to return entity metadata:
275275
}
276276
```
277277

278-
## External entities passed in at prediction time
278+
<a name="external-entities-passed-in-at-prediction-time"></a>
279+
<a name="override-existing-model-predictions"></a>
279280

280-
Learn [concepts](schema-change-prediction-runtime.md) about external entities sent with the user utterance at prediction runtime.
281+
## Extend the app at prediction time
282+
283+
Learn [concepts](schema-change-prediction-runtime.md) about how to extend the app at prediction runtime.
281284

282285
## Deprecation
283286

articles/cognitive-services/LUIS/schema-change-prediction-runtime.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
---
22
title: Change schema at runtime - LUIS
3-
description: External entities give your LUIS app the ability to identify and label entities during runtime, which can be used as features to existing entities.
3+
description:
44
ms.topic: conceptual
55
ms.date: 04/14/2020
66
---
7-
# Change app schema at prediction runtime with external entities
7+
# Extend app schema at prediction runtime
8+
9+
The app's schema (models and features) is trained and published to the prediction endpoint. This published model is used on the prediction runtime. You can pass new information, along with the user's utterance, to the prediction runtime to augment the prediction.
10+
11+
Two prediction runtime schema changes include:
12+
* [External entities](#external-entities)
13+
* [Dynamic lists](#dynamic-lists)
814

915
<a name="external-entities-passed-in-at-prediction-time"></a>
1016

@@ -148,7 +154,7 @@ The `resolution` property can be a number, a string, an object, or an array:
148154

149155

150156

151-
## Dynamic lists passed in at prediction time
157+
## Dynamic lists
152158

153159
Dynamic lists allow you to extend an existing trained and published list entity, already in the LUIS app.
154160

0 commit comments

Comments
 (0)