Skip to content

Commit 425c612

Browse files
authored
M37879: Fixing typo named/name
Translator has reported possible source content issue. Description: named should be name
1 parent afacab0 commit 425c612

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ const score = intents[topIntentName];
160160
The response JSON schema changes allow for:
161161

162162
* Clear distinction between original utterance, `query`, and returned prediction, `prediction`.
163-
* Easier programmatic access to predicted data. Instead of enumerating through an array in V2, you can access values by **named** for both intents and entities. For predicted entity roles, the role name is returned because it is unique across the entire app.
163+
* Easier programmatic access to predicted data. Instead of enumerating through an array in V2, you can access values by **name** for both intents and entities. For predicted entity roles, the role name is returned because it is unique across the entire app.
164164
* Data types, if determined, are respected. Numerics are no longer returned as strings.
165165
* Distinction between first priority prediction information and additional metadata, returned in the `$instance` object.
166166

@@ -414,7 +414,7 @@ Send in the following JSON body to add a new sublist with synonyms to the list,
414414
},
415415
"dynamicLists": [
416416
{
417-
"listEntityName":"ProductList",
417+
"listEntity*":"ProductList",
418418
"requestLists":[
419419
{
420420
"name": "Azure Cognitive Services",
@@ -451,4 +451,4 @@ The V2 API will not be deprecated for at least 9 months after the V3 preview.
451451

452452
## Next steps
453453

454-
Use the V3 API documentation to update existing REST calls to LUIS [endpoint](https://aka.ms/luis-api-v3) APIs.
454+
Use the V3 API documentation to update existing REST calls to LUIS [endpoint](https://aka.ms/luis-api-v3) APIs.

0 commit comments

Comments
 (0)