tencentcloud-sdk-nodejs-lke 4.1.199 → 4.1.201

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.199",
3
+ "version": "4.1.201",
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
  }
@@ -904,7 +905,8 @@ export interface RenameDocRequest {
904
905
  */
905
906
  LoginSubAccountUin?: string;
906
907
  /**
907
- * 应用ID
908
+ * 应用ID,获取方法参看[如何获取 BotBizId](https://cloud.tencent.com/document/product/1759/109469#4eecb8c1-6ce4-45f5-8fa2-b269449d8efa)。
909
+ 重命名知识库文档时,该参数填入知识库ID。
908
910
  */
909
911
  BotBizId?: string;
910
912
  /**
@@ -999,7 +1001,9 @@ export interface ClarificationConfig {
999
1001
  */
1000
1002
  export interface SaveDocRequest {
1001
1003
  /**
1002
- * 应用ID,获取方法参看[如何获取 BotBizId](https://cloud.tencent.com/document/product/1759/109469#4eecb8c1-6ce4-45f5-8fa2-b269449d8efa)
1004
+ * 应用ID。应用ID 获取方法参看[如何获取 BotBizId](https://cloud.tencent.com/document/product/1759/109469#4eecb8c1-6ce4-45f5-8fa2-b269449d8efa)
1005
+ 导入知识库文档时,该参数填入知识库 ID。
1006
+
1003
1007
  */
1004
1008
  BotBizId: string;
1005
1009
  /**
@@ -7286,6 +7290,7 @@ export interface DescribeSharedKnowledgeRequest {
7286
7290
  export interface ModifyDocRequest {
7287
7291
  /**
7288
7292
  * 应用ID,获取方法参看[如何获取 BotBizId](https://cloud.tencent.com/document/product/1759/109469#4eecb8c1-6ce4-45f5-8fa2-b269449d8efa)
7293
+ 修改知识库文档时,该参数填入知识库ID。
7289
7294
  */
7290
7295
  BotBizId: string;
7291
7296
  /**
@@ -8422,7 +8427,8 @@ export interface CreateQACateResponse {
8422
8427
  */
8423
8428
  export interface ListDocRequest {
8424
8429
  /**
8425
- * 应用ID, 获取方式参看 [BotBizId](https://cloud.tencent.com/document/product/1759/109469#4eecb8c1-6ce4-45f5-8fa2-b269449d8efa)
8430
+ * 应用ID, 获取方式参看 [BotBizId](https://cloud.tencent.com/document/product/1759/109469#4eecb8c1-6ce4-45f5-8fa2-b269449d8efa)
8431
+ 查询知识库下文档时,该参数填入知识库ID。
8426
8432
  */
8427
8433
  BotBizId: string;
8428
8434
  /**