Model - Update Hierarchical Entity Child
重命名应用程序中现有分层实体模型中的单个子级。
PUT {Endpoint}/luis/api/v2.0/apps/{appId}/versions/{versionId}/hierarchicalentities/{hEntityId}/children/{hChildId}URI 参数
| 名称 | 在 | 必需 | 类型 | 说明 | 
|---|---|---|---|---|
| app | path | True | string (uuid) | 应用程序 ID。 | 
| Endpoint | path | True | string | 支持的认知服务终结点(协议和主机名,例如:https://westus.api.cognitive.microsoft.com)。 | 
| h | path | True | string (uuid) | 分层实体提取程序子 ID。 | 
| h | path | True | string (uuid) | 分层实体提取程序 ID。 | 
| version | path | True | string | 版本 ID。 | 
请求头
| 名称 | 必需 | 类型 | 说明 | 
|---|---|---|---|
| Ocp-Apim-Subscription-Key | True | string | 
请求正文
| 名称 | 类型 | 说明 | 
|---|---|---|
| name | string | 
响应
| 名称 | 类型 | 说明 | 
|---|---|---|
| 200 OK | 已成功更新实体子级。 | |
| Other Status Codes | 错误响应。 | 
安全性
Ocp-Apim-Subscription-Key
					类型: 
					apiKey
					在: 
					header
			
示例
Successful Update Hierarchical Entity Child Model request
示例请求
PUT {Endpoint}/luis/api/v2.0/apps/86226c53-b7a6-416f-876b-226b2b5ab07b/versions/0.1/hierarchicalentities/fe559c31-9778-42ea-ba45-94e0bd7cf767/children/fe559c31-9778-42ea-ed45-94e0bd7cf767
{
  "name": "Location::To"
}
示例响应
{
  "code": "Success",
  "message": "Operation Successful"
}定义
| 名称 | 说明 | 
|---|---|
| Error | 调用 API 上的作时出现错误响应。 | 
| Operation | 作状态的响应。 | 
| Operation | 状态代码。 | 
ErrorResponse 
			
			调用 API 上的作时出现错误响应。
| 名称 | 类型 | 说明 | 
|---|---|---|
| errorType | string | 
OperationStatus 
			
			作状态的响应。
| 名称 | 类型 | 说明 | 
|---|---|---|
| code | 状态代码。 | |
| message | string | 状态详细信息。 | 
OperationStatusType  
			
			状态代码。
| 值 | 说明 | 
|---|---|
| Failed | |
| FAILED | |
| Success |