Model - Create Regex Entity Role
在应用程序的版本中为正则表达式实体创建角色。
POST {Endpoint}/luis/api/v2.0/apps/{appId}/versions/{versionId}/regexentities/{entityId}/roles
URI 参数
| 名称 | 在 | 必需 | 类型 | 说明 |
|---|---|---|---|---|
|
app
|
path | True |
string (uuid) |
应用程序 ID。 |
|
Endpoint
|
path | True |
string |
支持的认知服务终结点(协议和主机名,例如:https://westus.api.cognitive.microsoft.com)。 |
|
entity
|
path | True |
string (uuid) |
实体模型 ID。 |
|
version
|
path | True |
string |
版本 ID。 |
请求头
| 名称 | 必需 | 类型 | 说明 |
|---|---|---|---|
| Ocp-Apim-Subscription-Key | True |
string |
请求正文
| 名称 | 类型 | 说明 |
|---|---|---|
| name |
string |
实体角色名称。 |
响应
| 名称 | 类型 | 说明 |
|---|---|---|
| 201 Created |
string |
创建的实体角色的 ID |
| Other Status Codes |
错误响应。 |
安全性
Ocp-Apim-Subscription-Key
类型:
apiKey
在:
header
示例
Successful Create Regex Entity Role request
示例请求
POST {Endpoint}/luis/api/v2.0/apps/86226c53-b7a6-416f-876b-226b2b5ab07b/versions/0.1/regexentities/fc821c4e-a2f8-4074-9410-7271b38a692d/roles
{
"name": "sample role"
}
示例响应
Location: https://westus.api.cognitive.microsoft.com/luis/api/v2.0/apps/86226c53-b7a6-416f-876b-226b2b5ab07b/versions/0.1/regexentities/fc821c4e-a2f8-4074-9410-7271b38a692d/roles/3d73462d-98f0-4dcd-8d30-fab9e65f2e73
"3d73462d-98f0-4dcd-8d30-fab9e65f2e73"
定义
| 名称 | 说明 |
|---|---|
|
Entity |
用于创建实体角色的对象模型。 |
|
Error |
调用 API 上的作时出现错误响应。 |
EntityRoleCreateObject
用于创建实体角色的对象模型。
| 名称 | 类型 | 说明 |
|---|---|---|
| name |
string |
实体角色名称。 |
ErrorResponse
调用 API 上的作时出现错误响应。
| 名称 | 类型 | 说明 |
|---|---|---|
| errorType |
string |