Skip to content

Commit ce6d72c

Browse files
authored
Merge pull request #47892 from diberry/0731-version-quantity-per-app
no version limit
2 parents adf7185 + 75e6015 commit ce6d72c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/cognitive-services/LUIS/luis-boundaries.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: cjgronlund
88
ms.service: cognitive-services
99
ms.component: language-understanding
1010
ms.topic: article
11-
ms.date: 05/07/2018
11+
ms.date: 07/31/2018
1212
ms.author: diberry
1313
---
1414
# LUIS boundaries
@@ -25,7 +25,7 @@ LUIS has several boundary areas. The first is the [model boundary](#model-bounda
2525
| Explicit list | 50 per application|
2626
| **[Hierarchical](./luis-concept-entity-types.md) |100 with up to 10 children |
2727
| [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. |
2929
| [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|
3030
| [Pattern.any](./luis-concept-entity-types.md)|100 per application, 3 pattern.any entities per pattern |
3131
| [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
3535
| **[Simple](./luis-concept-entity-types.md)| 100 entities|
3636
| [Utterance][utterances] | 500 characters|
3737
| [Utterances][utterances] | 15,000 per application|
38+
| [Versions](luis-concept-version.md)| no limit |
3839
| [Version name][luis-how-to-manage-versions] | 10 characters restricted to alphanumeric and period (.) |
3940

4041
*Default character max is 50 characters.

0 commit comments

Comments
 (0)