Skip to content

Commit c9a1150

Browse files
authored
Merge pull request #42626 from v-geberr/0531-max-char
add char max
2 parents fbd55bf + 760c589 commit c9a1150

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ LUIS has several boundary areas. The first is the [model boundary](#model-bounda
1919

2020
|Area|Limit|
2121
|--|:--|--|
22-
| [App name][luis-get-started-create-app] | 50 characters |
22+
| [App name][luis-get-started-create-app] | *Default character max |
2323
| [Batch testing][batch-testing]| 10 datasets, 1000 utterances per dataset|
2424
| **[Composite](./luis-concept-entity-types.md)|100 with up to 10 children |
2525
| Explicit list | 50 per application|
@@ -36,6 +36,8 @@ LUIS has several boundary areas. The first is the [model boundary](#model-bounda
3636
| [Utterances][utterances] | 15,000 per application|
3737
| [Version name][luis-how-to-manage-versions] | 10 characters restricted to alphanumeric and period (.) |
3838

39+
*Default character max is 50 characters. This limit is for many names in LUIS such as list entity name, list entity item name.
40+
3941
**The total count of simple, hierarchical, and composite entities can't exceed 100. The total count of hierarchical entities, composite entities, simple entities, and hierarchical children entities can't exceed 330.
4042

4143
## Intent and entity naming

0 commit comments

Comments
 (0)