Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -738,6 +738,12 @@
"schema": {
"$ref": "#/definitions/GuidResponse"
}
},
"default": {
"description": "Error Response.",
"schema": {
"$ref": "#/definitions/ErrorResponse"
}
}
},
"produces": [
Expand Down Expand Up @@ -7813,7 +7819,7 @@
}
}
}
},
},
"definitions": {
"EntityLabelObject": {
"description": "Defines the entity type and position of the extracted entity within the example.",
Expand Down Expand Up @@ -8937,7 +8943,9 @@
"Prebuilt Entity Extractor",
"Intent Classifier",
"Pattern.Any Entity Extractor",
"Regular Expression Entity Extractor"
"Regular Expression Entity Extractor",
"Closed List Entity Extractor",
"Regex Entity Extractor"
]
},
"HierarchicalEntityExtractor": {
Expand Down