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 @@ -92,16 +92,17 @@ The following limits are observed for the conversational language understanding.
92
92
93
93
| Item| Lower Limit| Upper Limit |
94
94
| --- | --- | --- |
95
- | Count of utterances per project | 1 | 25,000|
95
+ | Number of utterances per project | 1 | 25,000|
96
96
| Utterance length in characters (authoring) | 1 | 500 |
97
97
| Utterance length in characters (prediction) | 1 | 1000 |
98
- | Count of intents per project | 1 | 500|
99
- | Count of entities per project | 1 | 500|
100
- | Count of list synonyms per entity| 0 | 20,000 |
101
- | Count of prebuilt components per entity| 0 | 7 |
102
- | Count of regular expressions per project| 0 | 20 |
103
- | Count of trained models per project| 0 | 10 |
104
- | Count of deployments per project| 0 | 10 |
98
+ | Number of intents per project | 1 | 500|
99
+ | Number of entities per project | 0 | 350|
100
+ | Number of list synonyms per entity| 0 | 20,000 |
101
+ | Number of list synonyms per project| 0 | 2,000,000 |
102
+ | Number of prebuilt components per entity| 0 | 7 |
103
+ | Number of regular expressions per project| 0 | 20 |
104
+ | Number of trained models per project| 0 | 10 |
105
+ | Number of deployments per project| 0 | 10 |
105
106
106
107
## Naming limits
107
108
You can’t perform that action at this time.
0 commit comments