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/authoring/v3.0-preview/apps/{appId}/versions/{versionId}/patternanyentities/{entityId}/explicitlist

URI Parameters

Name In Required Type Description
appId
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).

entityId
path True

string

uuid

The Pattern.Any entity extractor ID.

versionId
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

ErrorResponse

Error Response.

Security

Ocp-Apim-Subscription-Key

Type: apiKey
In: header

Examples

Successful Create Custom Prebuilt Entity Role request

Sample Request

POST {Endpoint}/luis/authoring/v3.0-preview/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
ErrorResponse

Error response when invoking an operation on the API.

ExplicitListItemCreateObject

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.