Model - List Custom Prebuilt Intents
获取有关添加到应用程序版本的可自定义预生成意向的信息。
GET {Endpoint}/luis/api/v2.0/apps/{appId}/versions/{versionId}/customprebuiltintents
URI 参数
| 名称 | 在 | 必需 | 类型 | 说明 |
|---|---|---|---|---|
|
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 |
响应
| 名称 | 类型 | 说明 |
|---|---|---|
| 200 OK |
返回应用程序版本中所有可自定义的预生成意向及其表示形式的列表。 |
|
| Other Status Codes |
错误响应。 |
安全性
Ocp-Apim-Subscription-Key
类型:
apiKey
在:
header
示例
Successful Get Custom Prebuilt Intent request
示例请求
GET {Endpoint}/luis/api/v2.0/apps/363187f1-c573-46b3-bc4c-ae01d686e68e/versions/1.0/customprebuiltintents
示例响应
[
{
"id": "b8e31be4-300f-455e-894b-6f079abca0a2",
"name": "Camera.AppName",
"typeId": 1,
"readableType": "Intent Classifier",
"customPrebuiltDomainName": "Calendar",
"customPrebuiltModelName": "Add"
}
]
定义
| 名称 | 说明 |
|---|---|
|
Error |
调用 API 上的作时出现错误响应。 |
|
Intent |
意向分类器。 |
|
Readable |
实体类型的全名。 |
ErrorResponse
调用 API 上的作时出现错误响应。
| 名称 | 类型 | 说明 |
|---|---|---|
| errorType |
string |
IntentClassifier
意向分类器。
| 名称 | 类型 | 说明 |
|---|---|---|
| customPrebuiltDomainName |
string |
域名。 |
| customPrebuiltModelName |
string |
意向名称或实体名称。 |
| id |
string (uuid) |
实体模型的 ID。 |
| name |
string |
实体模型的名称。 |
| readableType |
实体类型的全名。 |
|
| typeId |
integer |
实体模型的类型 ID。 |
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 |