调用ListBotKnowledgeDetails接口获取数据api-机器⼈知识明细API。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
请求参数
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | ListBotKnowledgeDetails |
系统规定参数。取值:ListBotKnowledgeDetails。 |
StartTime | String | 是 | 20201108 |
查询开始时间,时间格式 为yyyyMMdd,⽐如 20190401 |
EndTime | String | 是 | 20201207 |
查询结束时间,时间格式 为yyyyMMdd,⽐如 20190401 |
RobotInstanceId | String | 是 | chatbot-cn-7QuUfaqMQe |
机器⼈实例id |
Limit | String | 否 | 30 |
数据条数,默认30条 |
AgentKey | String | 否 | ac627989eb4f8a98ed05fd098bbae5_p_beebot_public |
业务空间key,不传时访问默认业务空间,key值在主账号业务管理页面获取 |
返回数据
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
CostTime | String | 78 |
请求消耗时间 |
RequestId | String | 1A0F7108-16AF-480C-AF54-45C11A97EAB4 |
请求id |
Datas | Array of Object | 参考JSON示例 |
数据详情 |
KnowledgeDTO
字段名 |
类型 |
描述 |
---|---|---|
KeywordsName |
String |
核⼼词 |
KnowledgeId |
String |
知识ID |
KnowledgeTitle |
String |
知识标题 |
CatName |
String |
知识类⽬ |
KnowledgeHitNum |
int |
对话轮次 |
RecommendShowCnt |
int |
推荐次数 |
RecommendClickRate |
int |
推荐点击率 |
示例
请求示例
http(s)://[Endpoint]/?Action=ListBotKnowledgeDetails
&EndTime=20201207
&Limit=30
&RobotInstanceId=chatbot-cn-7QuUfaqMQe
&StartTime=20201108
&<公共请求参数>
正常返回示例
XML
格式
HTTP/1.1 200 OK
Content-Type:application/xml
<CostTime>78</CostTime>
<RequestId>1A0F7108-16AF-480C-AF54-45C11A97EAB4</RequestId>
<Datas>
<KnowledgeTitle>本地测试结果不好怎么办</KnowledgeTitle>
<KnowledgeHitNum>14</KnowledgeHitNum>
<RecommendClickRate>0.0</RecommendClickRate>
<KeywordsName>本地</KeywordsName>
<RecommendShowCnt>2</RecommendShowCnt>
<KnowledgeId>1002994742</KnowledgeId>
<CatName>测试</CatName>
</Datas>
<Datas>
<KnowledgeTitle>蓄电池亏电?这些保养重点要牢记!</KnowledgeTitle>
<KnowledgeHitNum>2</KnowledgeHitNum>
<RecommendClickRate>0.0</RecommendClickRate>
<KeywordsName>蓄电池</KeywordsName>
<RecommendShowCnt>0</RecommendShowCnt>
<KnowledgeId>1002982291</KnowledgeId>
<CatName>test2</CatName>
</Datas>
<Datas>
<KnowledgeTitle>熬夜</KnowledgeTitle>
<KnowledgeHitNum>0</KnowledgeHitNum>
<RecommendClickRate>0.0</RecommendClickRate>
<KeywordsName>null</KeywordsName>
<RecommendShowCnt>0</RecommendShowCnt>
<KnowledgeId>1003006429</KnowledgeId>
<CatName>测试2</CatName>
</Datas>
JSON
格式
HTTP/1.1 200 OK
Content-Type:application/json
{
"CostTime" : 78,
"RequestId" : "1A0F7108-16AF-480C-AF54-45C11A97EAB4",
"Datas" : [ {
"KnowledgeTitle" : "本地测试结果不好怎么办",
"KnowledgeHitNum" : 14,
"RecommendClickRate" : 0,
"KeywordsName" : "本地",
"RecommendShowCnt" : 2,
"KnowledgeId" : 1002994742,
"CatName" : "测试"
}, {
"KnowledgeTitle" : "蓄电池亏电?这些保养重点要牢记!",
"KnowledgeHitNum" : 2,
"RecommendClickRate" : 0,
"KeywordsName" : "蓄电池",
"RecommendShowCnt" : 0,
"KnowledgeId" : 1002982291,
"CatName" : "test2"
}, {
"KnowledgeTitle" : "熬夜",
"KnowledgeHitNum" : 0,
"RecommendClickRate" : 0,
"KeywordsName" : "null",
"RecommendShowCnt" : 0,
"KnowledgeId" : 1003006429,
"CatName" : "测试2"
} ]
}
错误码
访问错误中心查看更多错误码。