Model - Add Composite Entity
将复合实体提取器添加到应用程序的某个版本。
POST {Endpoint}/luis/api/v2.0/apps/{appId}/versions/{versionId}/compositeentitiesURI 参数
| 名称 | 在 | 必需 | 类型 | 说明 | 
|---|---|---|---|---|
| app | path | True | string (uuid) | 应用程序 ID。 | 
| Endpoint | path | True | string | 支持的认知服务终结点(协议和主机名,例如:https://westus.api.cognitive.microsoft.com)。 | 
| version | path | True | string | 版本 ID。 | 
请求头
| 名称 | 必需 | 类型 | 说明 | 
|---|---|---|---|
| Ocp-Apim-Subscription-Key | True | string | 
请求正文
| 名称 | 类型 | 说明 | 
|---|---|---|
| children | string[] | 子实体。 | 
| name | string | 实体名称。 | 
响应
| 名称 | 类型 | 说明 | 
|---|---|---|
| 201 Created | string | 创建的模型的 ID。 | 
| Other Status Codes | 错误响应。 | 
安全性
Ocp-Apim-Subscription-Key
					类型: 
					apiKey
					在: 
					header
			
示例
Successful Create Composite Entity Extractor
示例请求
POST {Endpoint}/luis/api/v2.0/apps/363187f1-c573-46b3-bc4c-ae01d686e68e/versions/{versionId}/compositeentities
{
  "name": "Reservation",
  "children": [
    "Location::To",
    "datetime"
  ]
}
示例响应
"bc1bae43-7904-48ad-a165-88b1910174f9"定义
| 名称 | 说明 | 
|---|---|
| Composite | 复合实体提取器。 | 
| Error | 调用 API 上的作时出现错误响应。 | 
CompositeEntityModel  
			
			复合实体提取器。
| 名称 | 类型 | 说明 | 
|---|---|---|
| children | string[] | 子实体。 | 
| name | string | 实体名称。 | 
ErrorResponse 
			
			调用 API 上的作时出现错误响应。
| 名称 | 类型 | 说明 | 
|---|---|---|
| errorType | string |