tencentcloud-sdk-nodejs-adp 4.1.300 → 4.1.301
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tencentcloud-sdk-nodejs-adp",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.301",
|
|
4
4
|
"description": "腾讯云 API NODEJS SDK",
|
|
5
5
|
"main": "./tencentcloud/index.js",
|
|
6
6
|
"module": "./es/index.js",
|
|
@@ -49,7 +49,6 @@
|
|
|
49
49
|
"@types/json-bigint": "^1.0.1",
|
|
50
50
|
"@types/node": "^18.0.0",
|
|
51
51
|
"@types/node-fetch": "^2.5.7",
|
|
52
|
-
"@types/uuid": "^9.0.8",
|
|
53
52
|
"@typescript-eslint/eslint-plugin": "^2.34.0",
|
|
54
53
|
"@typescript-eslint/parser": "^2.34.0",
|
|
55
54
|
"babel-eslint": "^10.0.2",
|
|
@@ -598,7 +598,7 @@ export interface DescribeMsgRecordListRequest {
|
|
|
598
598
|
*/
|
|
599
599
|
AppId: string;
|
|
600
600
|
/**
|
|
601
|
-
* <
|
|
601
|
+
* <ul><li><strong>ChannelType</strong> : 0-表示全部 2-体验页面(腾讯云)3-调试页面(腾讯云)4-体验页面(手机号)5-对话端API接入 6-应用评测 7-调试API' 10000-微信服务号 10001-微信订阅号 10002-企微应用 10004-微信客服 10005-微信小程序 10006-腾讯元器 10007-应用宝 10009-企微智能机器人 10014-企微智能机器人 10011-LINE 10012-Telegram 10013-钉钉机器人 10016-飞书机器人 30000-定时任务 30001-触发器 </li><li><strong>FeedbackType</strong> : 反馈类型,-1-表示全部 0-未评价 1-点赞 2-点踩 </li><li><strong>QueryType</strong> : 检索类型(按平台约定取值), SessionId-sessionID Question-问题 Answer-回复 Intent-意图 User-用户 </li><li><strong>Query</strong> : 对应QueryType输入的过滤条件 </li><li><strong>CategoryId</strong> : 分类ID </li><li><strong>ReplyMethod</strong> : 回复类型 0-全部回复类型 1-拒答问题回复 2-问答直接回复 3-审核失败回复 4-知识润色回复 6-工作流回复 8-图片理解回复 9-搜索引擎回复 10-大模型直接回复 11-兜底回复 </li><li><strong>StartTime</strong> : 开始时间,秒级时间戳 </li><li><strong>EndTime</strong>: 结束时间,秒级时间戳 </li><li><strong>Cursor</strong> : 游标信息,上一页取响应 PrevCursor,下一页取响应 NextCursor </li><li><strong>Direction</strong> : 方向,next 下一页,prev 上一页</li><li><strong>CallResult</strong> : 调用结果:0 全部 / 1 成功 / 2 失败 / 3 用户取消 <</li><li><strong>FailReason</strong> : 失败原因 0-全部 1-审核失败 2-达到QPM上限 3-达到TPM上限 4-达到并发上限 5-系统异常 </li><li><strong>Intent</strong> : 意图</li></ul>
|
|
602
602
|
*/
|
|
603
603
|
FilterList?: Array<Filter>;
|
|
604
604
|
/**
|