API访问域名
说明
无
请求参数
名称 |
类型 |
必选 |
中文名 |
说明 |
token |
string |
是 |
API KEY |
agent token,可以在页面集成-API-API Key获取 |
Content-Type |
string |
是 |
|
固定值:application/json |
uid |
string |
是 |
用户ID |
页面右上角用户信息获取 |
username |
string |
是 |
用户名 |
页面右上角用户信息获取 |
Body参数
名称 |
类型 |
必填 |
中文名 |
说明 |
nameZh |
string |
是 |
意图名称 |
意图名称 |
nameZh \ examples |
array |
是 |
意图例句对象 |
|
nameZh \ examples \ id |
string |
是 |
意图例句Id |
|
nameZh \ examples \ exampleValue |
array |
是 |
意图例句对象 |
|
nameZh \ examples \ exampleValue \ text |
string |
是 |
意图例句文本 |
创建意图例句 |
响应参数
名称 |
类型 |
必选 |
中文名 |
说明 |
time |
integer |
是 |
时间 |
1716985128196 |
data |
null |
是 |
数据 |
null |
code |
integer |
是 |
状态码 |
200 |
msg |
string |
是 |
状态信息 |
OK |
请求示例
curl --location 'http://keyue-test.cloud.baidu.com/open/v1/api/v3/intent/updateExample' \
--header 'token: 7f3894e7-01d8-4e2e-88d0-ef437ffd3f63' \
--header 'uid: dd6283a283df42998bab14607e23f38d' \
--header 'username: xxxxxxxx' \
--header 'Content-Type: application/json' \
--data '{"nameZh":"创建意图","examples":[{"id":"f0747841-2c16-4142-b7d3-84b5ba807b54","exampleValue":[{"text":"创建意图示例2"}]}]}'
响应示例
{
"time":1719305246201,
"data":null,
"code":200,
"msg":"OK"
}
{
"time": 1720007674703,
"data": null,
"code": 4000177,
"msg": "意图创建失败\r\n意图例句不存在\r\n"
}