IntentList - 查看意图列表
更新时间:2024-11-07
API访问域名
请求方式 | GET |
---|---|
base url | https://keyue.cloud.baidu.com |
后缀接口 | /open/v1/api/v3/intent/list |
Authentication | token为API Key |
说明
无
请求参数
Header参数
名称 | 类型 | 必选 | 中文名 | 说明 |
---|---|---|---|---|
Content-Type | string | 是 | 内容类型 | 固定值:application/json |
token | string | 是 | API KEY | 集成-API-API Key处获取。 详细获取方式参考:准备工作 |
uid | string | 是 | 用户ID | 鼠标移动至页面右上角账户头像即可获取。 详细获取方式参考:准备工作 |
username | string | 是 | 用户名 | 鼠标移动至页面右上角账户头像即可获取。 详细获取方式参考:准备工作 |
Parameter参数
名称 | 类型 | 必选 | 中文名 | 说明 |
---|---|---|---|---|
nameZh | string | 否 | 意图名称 | 根据意图名称模糊查询 |
Body参数
无
响应参数
名称 | 类型 | 必填 | 中文名 | 说明 |
---|---|---|---|---|
time | integer | 是 | 时间 | 1717036810964 |
data | object | 是 | 数据 | 数据对象 |
data \ list | array | 是 | 列表 | 列表 |
data \ list \ id | string | 是 | ID | 【用户意图】:6f4b1206-bdf6-42e0-94a8-bb57d2a5a4e6 【系统意图】:sys_intent_xxx |
data \ list \ name | string | 是 | 意图英文名称 | |
data \ list \ nameZh | string | 是 | 意图名称 | |
data \ list \ description | string | 是 | 意图描述 | |
data \ list \ type | int | 是 | 意图类型 | 1 :系统意图 0:用户意图 |
data \ list \ updated | string | 是 | 更新时间 | 2024-06-12 17:37:24 |
data \ list \ intro | string | 是 | 系统意图示例 | 类似这些对话会被识别为该意图,以“\x01”分割 |
data \ list \ version | int | 是 | 当前版本号 | 1 |
data \ list \ examples | array | 是 | 意图示例对象 | |
data \ list \ examples \ id | string | 是 | 意图示例ID | e3180789-42ad-4c74-9ea0-6a4421eb3810 |
data \ list \ examples \ exampleValue | array | 是 | 意图示例对象 | |
data \ list \ examples \ exampleValue \ text | string | 是 | 意图例句文本 | 创建意图例句 |
data \ list \ examples \ exampleValue \ id | string | 否 | 意图例句ID | null |
data \ list \ examples \ exampleValue \ name | string | 否 | 意图例句英文名称 | null |
data \ list \ examples \ exampleValue \ nameZh | string | 否 | 意图例句名称 | null |
data \ list \ examples \ exampleValue \ type | string | 否 | null | |
data \ list \ examples \ created | string | 否 | 意图示例创建时间 | 2024-05-30 10:37:08 |
data \ list \ examples \ updated | string | 否 | 意图示例更新时间 | 2024-05-30 10:37:08 |
data \ list \ noResps | array | 是 | 意图负向示例集合 | |
data \ list \ noResps \ id | string | 是 | 意图负向示例ID | 299e0271-e669-4eac-a540-5b7e69eda1d5 |
data \ list \ noResps \ value | string | 是 | 意图负向示例文本 | 创建负向示例 |
data \ list \ noResps \ created | string | 是 | 意图负向示例创建时间 | 2024-05-30 10:37:08 |
data \ list \ noResps \ updated | string | 是 | 意图负向示例更新时间 | 2024-05-30 10:37:08 |
data \ list \ templates | array | 是 | 意图模板结合 | |
data \ list \ templates \ id | string | 是 | 意图模板ID | 299e0271-e669-4eac-a540-5b7e69eda1d5 |
data \ list \ templates \ template | array | 是 | ||
data \ list \ templates \ template \ text | string | 是 | 模板文本类型 | 非实体、专业词的文本 |
data \ list \ templates \ template \ id | string | 是 | 专业词库ID/实体ID | 专业词库:5ce5ab19-c6c6-4cb6-a6e3-f6b3cb5c82b5 实体:p2400677 |
data \ list \ templates \ template \ name | string | 是 | 专业词库名称/实体标识 | 实体:p2400677 词库:磁力 |
data \ list \ templates \ template \ nameZh | string | 是 | 实体名称 | 实体:手机号码 |
data \ list \ templates \ template \ type | string | 是 | 模板引用类型: | entity:实体 voca:词库 |
data \ list \ templates \ updated | string | 是 | 意图负向示例更新时间 | 2024-05-30 10:37:08 |
code | integer | 是 | 状态码 | 200 |
msg | string | 是 | 状态信息 | OK |
请求示例
curl --location --request GET 'http://keyue-test.cloud.baidu.com/open/v1/api/v3/intent/list?nameZh=' \
--header 'token: 7f3894e7-01d8-4e2e-88d0-ef437ffd3f63' \
--header 'uid: dd6283a283df42998bab14607e23f38d' \
--header 'username: ldd' \
响应示例
{
"time": 1719471243123,
"data": {
"list": [
{
"id": "c862eb72-344a-11ef-b06c-ae336b87017b",
"name": "gf41c0c2",
"nameZh": "创建意图",
"description": "",
"type": 0,
"updated": "2024-06-27 14:33:15",
"intro": "",
"version": 4,
"examples": [
{
"id": "e3180789-42ad-4c74-9ea0-6a4421eb3810",
"exampleValue": [
{
"text": "创建意图示例",
"id": null,
"name": null,
"nameZh": null,
"type": null
}
],
"created": "2024-06-27 14:23:31",
"updated": "2024-06-27 14:23:31"
}
],
"noResps": [
{
"id": "8becb5b2-4c15-4052-b883-cf41acd6f3f9",
"value": "负向示例1",
"created": "2024-06-27 14:28:17",
"updated": "2024-06-27 14:28:17"
}
],
"templates": [
{
"id": "83a3d617-8694-4d22-9bd9-128f8d455162",
"template": [
{
"text": "[",
"id": null,
"name": null,
"nameZh": null,
"type": null
},
{
"text": "w7__4_i3_",
"id": "5ce5ab19-c6c6-4cb6-a6e3-f6b3cb5c82b5",
"name": "磁力",
"nameZh": null,
"type": "voca"
},
{
"text": "]",
"id": null,
"name": null,
"nameZh": null,
"type": null
}
],
"updated": "2024-06-27 14:33:16"
},
{
"id": "9fbd1c37-eeda-4e2b-8a1a-22285c6a6391",
"template": [
{
"text": "[",
"id": null,
"name": null,
"nameZh": null,
"type": null
},
{
"text": "p2400677",
"id": "p2400677",
"name": "p2400677",
"nameZh": "手机号码",
"type": "entity"
},
{
"text": "]",
"id": null,
"name": null,
"nameZh": null,
"type": null
}
],
"updated": "2024-06-27 14:33:15"
},
{
"id": "96735ca4-370a-4b0a-9925-f882a2d8857d",
"template": [
{
"text": "模板",
"id": null,
"name": null,
"nameZh": null,
"type": null
}
],
"updated": "2024-06-27 14:28:17"
}
]
}
]
},
"code": 200,
"msg": "OK"
}