Model - Get Regex Entity Role
获取应用程序中给定正则表达式实体的一个角色。
GET {Endpoint}/luis/api/v2.0/apps/{appId}/versions/{versionId}/regexentities/{entityId}/roles/{roleId}
URI 参数
| 名称 | 在 | 必需 | 类型 | 说明 |
|---|---|---|---|---|
|
app
|
path | True |
string (uuid) |
应用程序 ID。 |
|
Endpoint
|
path | True |
string |
支持的认知服务终结点(协议和主机名,例如:https://westus.api.cognitive.microsoft.com)。 |
|
entity
|
path | True |
string (uuid) |
实体 ID。 |
|
role
|
path | True |
string (uuid) |
实体角色 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 Regex Entity Role request
示例请求
GET {Endpoint}/luis/api/v2.0/apps/86226c53-b7a6-416f-876b-226b2b5ab07b/versions/0.1/regexentities/3d73462d-98f0-4dcd-8d30-fab9e65f2e73/roles/a682a962-1f92-4ae7-b8b8-398414e30c12
示例响应
{
"id": "a682a962-1f92-4ae7-b8b8-398414e30c12",
"name": "role 1"
}
定义
| 名称 | 说明 |
|---|---|
|
Entity |
实体提取程序角色 |
|
Error |
调用 API 上的作时出现错误响应。 |
EntityRole
实体提取程序角色
| 名称 | 类型 | 说明 |
|---|---|---|
| id |
string (uuid) |
实体角色 ID。 |
| name |
string |
实体角色名称。 |
ErrorResponse
调用 API 上的作时出现错误响应。
| 名称 | 类型 | 说明 |
|---|---|---|
| errorType |
string |