tencentcloud-sdk-nodejs-lke 4.1.187 → 4.1.200

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-lke",
3
- "version": "4.1.187",
3
+ "version": "4.1.200",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -228,6 +228,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
228
228
  知识库相关背景知识介绍
229
229
  “知识库检索范围”文档:https://cloud.tencent.com/document/product/1759/112704
230
230
  “标签”文档:https://cloud.tencent.com/document/product/1759/112956
231
+ 单个知识库内支持创建的分类数量上限为 2000 个。
231
232
  */
232
233
  CreateQACate(req: CreateQACateRequest, cb?: (error: string, rep: CreateQACateResponse) => void): Promise<CreateQACateResponse>;
233
234
  /**
@@ -264,7 +265,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
264
265
  ListDoc(req: ListDocRequest, cb?: (error: string, rep: ListDocResponse) => void): Promise<ListDocResponse>;
265
266
  /**
266
267
  * 本接口用来创建工作流的异步运行实例,创建成功后工作流会在后台异步运行,接口返回工作流运行实例ID(WorkflowRunId)等信息。后面可通过调用DescribeWorkflowRun接口查工作流运行的详情。
267
- 注意:工作流的异步运行是基于应用的,需要先把对应的应用配置成“单工作流模式”,并且打开“异步调用”的开关,才能创建成功。
268
+ 注意:工作流的异步运行是基于应用的,需要先把对应的应用配置成“单工作流模式”,才能创建成功。
268
269
  */
269
270
  CreateWorkflowRun(req: CreateWorkflowRunRequest, cb?: (error: string, rep: CreateWorkflowRunResponse) => void): Promise<CreateWorkflowRunResponse>;
270
271
  /**
@@ -354,6 +354,7 @@ class Client extends TencentCloudCommon.AbstractClient {
354
354
  知识库相关背景知识介绍
355
355
  “知识库检索范围”文档:https://cloud.tencent.com/document/product/1759/112704
356
356
  “标签”文档:https://cloud.tencent.com/document/product/1759/112956
357
+ 单个知识库内支持创建的分类数量上限为 2000 个。
357
358
  */
358
359
  async CreateQACate(req, cb) {
359
360
  return this.request("CreateQACate", req, cb);
@@ -408,7 +409,7 @@ class Client extends TencentCloudCommon.AbstractClient {
408
409
  }
409
410
  /**
410
411
  * 本接口用来创建工作流的异步运行实例,创建成功后工作流会在后台异步运行,接口返回工作流运行实例ID(WorkflowRunId)等信息。后面可通过调用DescribeWorkflowRun接口查工作流运行的详情。
411
- 注意:工作流的异步运行是基于应用的,需要先把对应的应用配置成“单工作流模式”,并且打开“异步调用”的开关,才能创建成功。
412
+ 注意:工作流的异步运行是基于应用的,需要先把对应的应用配置成“单工作流模式”,才能创建成功。
412
413
  */
413
414
  async CreateWorkflowRun(req, cb) {
414
415
  return this.request("CreateWorkflowRun", req, cb);
@@ -74,7 +74,8 @@ export interface DeleteDocRequest {
74
74
  */
75
75
  DocBizIds: Array<string>;
76
76
  /**
77
- * 应用ID
77
+ * 应用ID
78
+ 删除知识库文档时,该参数填入知识库ID。
78
79
  */
79
80
  BotBizId: string;
80
81
  }
@@ -262,7 +263,8 @@ export interface CreateSharedKnowledgeRequest {
262
263
  */
263
264
  export interface AttrLabelRefer {
264
265
  /**
265
- * 标签来源,1:标签
266
+ * 标签来源,1:标签。
267
+ 使用标签引用信息时,Source、AttributeBizId和LabelBizIds都需填写。
266
268
  */
267
269
  Source?: number;
268
270
  /**
@@ -998,7 +1000,9 @@ export interface ClarificationConfig {
998
1000
  */
999
1001
  export interface SaveDocRequest {
1000
1002
  /**
1001
- * 应用ID,获取方法参看[如何获取 BotBizId](https://cloud.tencent.com/document/product/1759/109469#4eecb8c1-6ce4-45f5-8fa2-b269449d8efa)
1003
+ * 应用ID。应用ID 获取方法参看[如何获取 BotBizId](https://cloud.tencent.com/document/product/1759/109469#4eecb8c1-6ce4-45f5-8fa2-b269449d8efa)
1004
+ 导入知识库文档时,该参数填入知识库 ID。
1005
+
1002
1006
  */
1003
1007
  BotBizId: string;
1004
1008
  /**
@@ -4912,6 +4916,10 @@ export interface ReleaseConfigs {
4912
4916
  UpdateTime?: string;
4913
4917
  /**
4914
4918
  * 状态
4919
+ 2:待发布
4920
+ 3:发布中
4921
+ 4:已发布
4922
+ 5:发布失败
4915
4923
  注意:此字段可能返回 null,表示取不到有效值。
4916
4924
  */
4917
4925
  Action?: number;
@@ -7281,6 +7289,7 @@ export interface DescribeSharedKnowledgeRequest {
7281
7289
  export interface ModifyDocRequest {
7282
7290
  /**
7283
7291
  * 应用ID,获取方法参看[如何获取 BotBizId](https://cloud.tencent.com/document/product/1759/109469#4eecb8c1-6ce4-45f5-8fa2-b269449d8efa)
7292
+ 修改知识库文档时,该参数填入知识库ID。
7284
7293
  */
7285
7294
  BotBizId: string;
7286
7295
  /**
@@ -8417,7 +8426,8 @@ export interface CreateQACateResponse {
8417
8426
  */
8418
8427
  export interface ListDocRequest {
8419
8428
  /**
8420
- * 应用ID, 获取方式参看 [BotBizId](https://cloud.tencent.com/document/product/1759/109469#4eecb8c1-6ce4-45f5-8fa2-b269449d8efa)
8429
+ * 应用ID, 获取方式参看 [BotBizId](https://cloud.tencent.com/document/product/1759/109469#4eecb8c1-6ce4-45f5-8fa2-b269449d8efa)
8430
+ 查询知识库下文档时,该参数填入知识库ID。
8421
8431
  */
8422
8432
  BotBizId: string;
8423
8433
  /**