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/luis-boundaries.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ manager: cjgronlund
8
8
ms.service: cognitive-services
9
9
ms.component: language-understanding
10
10
ms.topic: article
11
-
ms.date: 05/07/2018
11
+
ms.date: 07/31/2018
12
12
ms.author: diberry
13
13
---
14
14
# LUIS boundaries
@@ -25,7 +25,7 @@ LUIS has several boundary areas. The first is the [model boundary](#model-bounda
25
25
| Explicit list | 50 per application|
26
26
|**[Hierarchical](./luis-concept-entity-types.md)|100 with up to 10 children |
27
27
|[Intents][intents]|500 per application<br>[Dispatch-based](https://github.com/Microsoft/botbuilder-tools/tree/master/Dispatch) application has corresponding 500 dispatch sources|
28
-
|[List entities](./luis-concept-entity-types.md)| Parent: 50, child: 20,000 items. Canonical name is *default character max. Synonyms have no length restriction. |
28
+
|[List entities](./luis-concept-entity-types.md)| Parent: 50, child: 20,000 items. Canonical name is *default character max. Synonym values have no length restriction. |
29
29
|[Patterns](luis-concept-patterns.md)|500 patterns per application.<br>Maximum length of pattern is 400 characters.<br>3 Pattern.any entities per pattern<br>Maximum of 2 nested optional texts in pattern|
30
30
|[Pattern.any](./luis-concept-entity-types.md)|100 per application, 3 pattern.any entities per pattern |
31
31
|[Phrase list][phrase-list]|10 phrase lists, 5,000 items per list|
@@ -35,6 +35,7 @@ LUIS has several boundary areas. The first is the [model boundary](#model-bounda
0 commit comments