File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed
articles/cognitive-services/language-service/conversational-language-understanding Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -88,16 +88,17 @@ The following limits are observed for the conversational language understanding.
88
88
89
89
| Item| Lower Limit| Upper Limit |
90
90
| --- | --- | --- |
91
- | Count of utterances per project | 1 | 25,000|
91
+ | Number of utterances per project | 1 | 25,000|
92
92
| Utterance length in characters (authoring) | 1 | 500 |
93
93
| 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 |
101
102
102
103
## Naming limits
103
104
You can’t perform that action at this time.
0 commit comments