Model - Get Explicit List Item
获取应用程序的 pattern.any 实体的显式(异常)列表。
GET {Endpoint}/luis/api/v2.0/apps/{appId}/versions/{versionId}/patternanyentities/{entityId}/explicitlist/{itemId}
URI 参数
| 名称 | 在 | 必需 | 类型 | 说明 |
|---|---|---|---|---|
|
app
|
path | True |
string (uuid) |
应用程序 ID。 |
|
Endpoint
|
path | True |
string |
支持的认知服务终结点(协议和主机名,例如:https://westus.api.cognitive.microsoft.com)。 |
|
entity
|
path | True |
string (uuid) |
Pattern.Any 实体 ID。 |
|
item
|
path | True |
integer (int64) |
显式列表项 ID。 |
|
version
|
path | True |
string |
版本 ID。 |
请求头
| 名称 | 必需 | 类型 | 说明 |
|---|---|---|---|
| Ocp-Apim-Subscription-Key | True |
string |
响应
| 名称 | 类型 | 说明 |
|---|---|---|
| 200 OK |
显式列表项信息。 |
|
| Other Status Codes |
错误响应。 |
安全性
Ocp-Apim-Subscription-Key
类型:
apiKey
在:
header
示例
Successful Get Pattern.Any Explicit List Item request
示例请求
GET {Endpoint}/luis/api/v2.0/apps/86226c53-b7a6-416f-876b-226b2b5ab07b/versions/0.1/patternanyentities/2d3173b0-983c-43ae-92f8-6f5b5d09a11a/explicitlist/76451
示例响应
{
"id": 76451,
"explicitListItem": "item 2"
}
定义
| 名称 | 说明 |
|---|---|
|
Error |
调用 API 上的作时出现错误响应。 |
|
Explicit |
显式(异常)列表项 |
ErrorResponse
调用 API 上的作时出现错误响应。
| 名称 | 类型 | 说明 |
|---|---|---|
| errorType |
string |
ExplicitListItem
显式(异常)列表项
| 名称 | 类型 | 说明 |
|---|---|---|
| explicitListItem |
string |
显式列表项值。 |
| id |
integer (int64) |
显式列表项 ID。 |