Model - Add Explicit List Item
Add a new exception to the explicit list for the Pattern.Any entity in a version of the application.
POST {Endpoint}/luis/api/v2.0/apps/{appId}/versions/{versionId}/patternanyentities/{entityId}/explicitlist
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
app
|
path | True |
string uuid |
The application ID. |
Endpoint
|
path | True |
string |
Supported Cognitive Services endpoints (protocol and hostname, for example: https://westus.api.cognitive.microsoft.com). |
entity
|
path | True |
string uuid |
The Pattern.Any entity extractor ID. |
version
|
path | True |
string |
The version ID. |
Request Header
Name | Required | Type | Description |
---|---|---|---|
Ocp-Apim-Subscription-Key | True |
string |
Request Body
Name | Type | Description |
---|---|---|
explicitListItem |
string |
The explicit list item. |
Responses
Name | Type | Description |
---|---|---|
201 Created |
integer |
The ID of the created explicit list item. |
Other Status Codes |
Error Response. |
Security
Ocp-Apim-Subscription-Key
Type:
apiKey
In:
header
Examples
Successful Create Custom Prebuilt Entity Role request
Sample request
POST {Endpoint}/luis/api/v2.0/apps/86226c53-b7a6-416f-876b-226b2b5ab07b/versions/0.1/patternanyentities/fc821c4e-a2f8-4074-9410-7271b38a692d/explicitlist
{
"explicitListItem": "item 1"
}
Sample response
Location: https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/86226c53-b7a6-416f-876b-226b2b5ab07b/versions/0.1/patternanyentities/fc821c4e-a2f8-4074-9410-7271b38a692d/explicitlist/8645
8645
Definitions
Name | Description |
---|---|
Error |
Error response when invoking an operation on the API. |
Explicit |
Object model for creating an explicit (exception) list item. |
ErrorResponse
Error response when invoking an operation on the API.
Name | Type | Description |
---|---|---|
errorType |
string |
ExplicitListItemCreateObject
Object model for creating an explicit (exception) list item.
Name | Type | Description |
---|---|---|
explicitListItem |
string |
The explicit list item. |