Model - Get Composite Entity
获取有关应用程序版本中复合实体的信息。
GET {Endpoint}/luis/api/v2.0/apps/{appId}/versions/{versionId}/compositeentities/{cEntityId}
URI 参数
| 名称 | 在 | 必需 | 类型 | 说明 |
|---|---|---|---|---|
|
app
|
path | True |
string (uuid) |
应用程序 ID。 |
|
c
|
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 |
响应
| 名称 | 类型 | 说明 |
|---|---|---|
| 200 OK |
复合实体模型信息。 |
|
| Other Status Codes |
错误响应。 |
安全性
Ocp-Apim-Subscription-Key
类型:
apiKey
在:
header
示例
Successful Get Composite Entity Info request
示例请求
GET {Endpoint}/luis/api/v2.0/apps/363187f1-c573-46b3-bc4c-ae01d686e68e/versions/{versionId}/compositeentities/3d73462d-98f0-4dcd-8d30-fab9e65f2e73
示例响应
{
"id": "bc1bae43-7904-48ad-a165-88b1910174f9",
"name": "Reservation",
"typeId": 4,
"readableType": "Composite Entity Extractor",
"children": [
{
"id": "63ebd752-4e81-4ce7-a698-b59b82bf5519",
"name": "Location::To"
},
{
"id": "a18eaa87-ecd9-4a67-a951-e70cf5b87c7e",
"name": "datetime"
}
],
"roles": [
{
"id": "3d73462d-98f0-4dcd-8d30-fab9e65f2e73",
"name": "role 1"
},
{
"id": "3d73462d-98f0-4dcd-8d30-fab9e65f2e73",
"name": "role 2"
}
]
}
定义
| 名称 | 说明 |
|---|---|
|
Child |
基子实体类型。 |
|
Composite |
复合实体提取器。 |
|
Entity |
实体提取程序角色 |
|
Error |
调用 API 上的作时出现错误响应。 |
|
Readable |
实体类型的全名。 |
ChildEntity
基子实体类型。
| 名称 | 类型 | 说明 |
|---|---|---|
| id |
string (uuid) |
属于子实体的 ID (GUID)。 |
| name |
string |
子实体的名称。 |
CompositeEntityExtractor
复合实体提取器。
| 名称 | 类型 | 说明 |
|---|---|---|
| children |
子实体的列表。 |
|
| id |
string (uuid) |
实体模型的 ID。 |
| name |
string |
实体模型的名称。 |
| readableType |
实体类型的全名。 |
|
| roles |
Pattern.Any 实体提取程序的列表。 |
|
| typeId |
integer |
实体模型的类型 ID。 |
EntityRole
实体提取程序角色
| 名称 | 类型 | 说明 |
|---|---|---|
| id |
string (uuid) |
实体角色 ID。 |
| name |
string |
实体角色名称。 |
ErrorResponse
调用 API 上的作时出现错误响应。
| 名称 | 类型 | 说明 |
|---|---|---|
| errorType |
string |
ReadableType
实体类型的全名。
| 值 | 说明 |
|---|---|
| Entity Extractor | |
| Hierarchical Entity Extractor | |
| Hierarchical Child Entity Extractor | |
| Composite Entity Extractor | |
| List Entity Extractor | |
| Prebuilt Entity Extractor | |
| Intent Classifier | |
| Pattern.Any Entity Extractor | |
| Closed List Entity Extractor | |
| Regex Entity Extractor |