高级配置查询
更新时间:2025-09-15
概述
调用接口,可查询外呼机器人的高级配置
URL
https://aiob-open.baidu.com/api/v1/robot/query/listsetting
HTTP Method
GET
请求参数
HEADER
参数名称 | 是否必须 | 说明 | 示例 |
---|---|---|---|
Authorization | 是 | 参考「生成认证Token」文档 | cc-api-auth-v1/5b050c050f5a4e74b8c20bf512e39c1d/2021-04-13T08:05:43Z/1800000/host;x-bce-date/746ed9ad706c379f31bafc292e3c720797e39bb7f08ce5f641d657e14e42dd33 |
PARAM
参数名称 | 是否必须 | 参数类型 | 说明 | 示例 |
---|---|---|---|---|
robotId | 是 | String | 机器人ID。 |
请求示例
Javascript
1https://aiob-open.baidu.com/api/v1/robot/query/listsetting?robotId=a2e0f3d7-f476-4b14-9281-f56603d6bc31
返回响应
参考高级配置
返回示例
Javascript
1{
2 "code": 200,
3 "msg": "success",
4 "data": {
5 "id": 4954128411295744,
6 "robotVersion": null,
7 "openLLMPrePlay": true,
8 "prePlayWaitTime": 400,
9 "llmPrePlay": "是这样的,这个是这样的",
10 "llmPrePlayFilterList": "你听我说,我跟你说",
11 "prePlayType": 1,
12 "supportInterrupt": false,
13 "faqConfigEnable": false,
14 "otherArgs": {
15 "pausingIdentify": 700,
16 "silentIdentify": 10,
17 "deferInterrupt": 0,
18 "intelligenceInterrupt": true
19 },
20 "hangUpThreshold": null,
21 "isFAQPolishOpen": true,
22 "docThreshold": 0.6,
23 "faqThreshold": 0.8,
24 "docTopK": 2,
25 "receiptButtonOpen": false,
26 "docQAOpen": false
27 }
28}