Skip to content

Commit 7aa8598

Browse files
authored
Update service-limits.md
1 parent 37cc5b5 commit 7aa8598

File tree

1 file changed

+9
-8
lines changed
  • articles/cognitive-services/language-service/conversational-language-understanding

1 file changed

+9
-8
lines changed

articles/cognitive-services/language-service/conversational-language-understanding/service-limits.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -88,16 +88,17 @@ The following limits are observed for the conversational language understanding.
8888

8989
|Item|Lower Limit| Upper Limit |
9090
| --- | --- | --- |
91-
|Count of utterances per project | 1 | 25,000|
91+
|Number of utterances per project | 1 | 25,000|
9292
|Utterance length in characters (authoring) | 1 | 500 |
9393
|Utterance length in characters (prediction) | 1 | 1000 |
94-
|Count of intents per project | 1 | 500|
95-
|Count of entities per project | 1 | 500|
96-
|Count of list synonyms per entity| 0 | 20,000 |
97-
|Count of prebuilt components per entity| 0 | 7 |
98-
|Count of regular expressions per project| 0 | 20 |
99-
|Count of trained models per project| 0 | 10 |
100-
|Count of deployments per project| 0 | 10 |
94+
|Number of intents per project | 1 | 500|
95+
|Number of entities per project | 0 | 500|
96+
|Number of list synonyms per entity| 0 | 20,000 |
97+
|Number of list synonyms per project| 0 | 2,000,000 |
98+
|Number of prebuilt components per entity| 0 | 7 |
99+
|Number of regular expressions per project| 0 | 20 |
100+
|Number of trained models per project| 0 | 10 |
101+
|Number of deployments per project| 0 | 10 |
101102

102103
## Naming limits
103104

0 commit comments

Comments
 (0)