tencentcloud-sdk-nodejs-lke 4.1.158 → 4.1.162
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.
|
@@ -30,6 +30,9 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
30
30
|
async DeleteQA(req, cb) {
|
|
31
31
|
return this.request("DeleteQA", req, cb);
|
|
32
32
|
}
|
|
33
|
+
async CallbackWorkflowToolNode(req, cb) {
|
|
34
|
+
return this.request("CallbackWorkflowToolNode", req, cb);
|
|
35
|
+
}
|
|
33
36
|
async StopWorkflowRun(req, cb) {
|
|
34
37
|
return this.request("StopWorkflowRun", req, cb);
|
|
35
38
|
}
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as TencentCloudCommon from "tencentcloud-sdk-nodejs-common";
|
|
2
|
-
import { GetWsTokenResponse, GetAppSecretRequest, ListSelectDocResponse, DeleteDocRequest, GetAppSecretResponse,
|
|
2
|
+
import { GetWsTokenResponse, GetAppSecretRequest, ListSelectDocResponse, DeleteDocRequest, GetAppSecretResponse, UploadAttributeLabelResponse, CreateSharedKnowledgeRequest, DescribeKnowledgeUsageResponse, DeleteSharedKnowledgeResponse, ListUnsatisfiedReplyRequest, DeleteQARequest, CreateDocCateRequest, ListRejectedQuestionPreviewResponse, DeleteAttributeLabelRequest, DescribeRobotBizIDByAppKeyResponse, ListDocCateRequest, DescribeDocResponse, DeleteVarResponse, ListQACateResponse, CreateSharedKnowledgeResponse, RenameDocRequest, StopWorkflowRunResponse, GenerateQAResponse, SaveDocRequest, ListSharedKnowledgeResponse, DescribeAttributeLabelResponse, ModifyAttributeLabelResponse, CallbackWorkflowToolNodeRequest, RetryDocParseResponse, DeleteAgentResponse, GroupQAResponse, RetryReleaseRequest, DescribeKnowledgeUsageRequest, DeleteSharedKnowledgeRequest, CreateAttributeLabelRequest, ListAppResponse, ExportQAListRequest, CreateReleaseResponse, GenerateQARequest, ListReferShareKnowledgeRequest, ListAttributeLabelRequest, DeleteDocResponse, DescribeSegmentsResponse, UploadAttributeLabelRequest, DescribeAppAgentListRequest, CreateQAResponse, DescribeReleaseInfoResponse, ModifyRejectedQuestionRequest, DescribeWorkflowRunResponse, ListReleaseDocPreviewRequest, DescribeStorageCredentialRequest, ListReleaseResponse, ListModelResponse, CreateVarResponse, CreateQACateRequest, DescribeSearchStatsGraphRequest, RateMsgRecordResponse, DescribeReferRequest, ReferShareKnowledgeRequest, GetAppKnowledgeCountRequest, CreateWorkflowRunResponse, GetAnswerTypeDataCountRequest, ListUnsatisfiedReplyResponse, CreateWorkflowRunRequest, DescribeQARequest, ListQARequest, ModifyAppResponse, IgnoreUnsatisfiedReplyRequest, ListReleaseConfigPreviewResponse, DescribeReleaseResponse, CheckAttributeLabelReferRequest, UpdateVarResponse, ListWorkflowRunsRequest, ListReleaseDocPreviewResponse, RetryDocAuditRequest, ExportUnsatisfiedReplyRequest, ExportUnsatisfiedReplyResponse, DescribeReferResponse, ListDocCateResponse, GetLikeDataCountRequest, ListAttributeLabelResponse, ModifyQAAttrRangeRequest, DeleteRejectedQuestionResponse, ListRejectedQuestionPreviewRequest, ListSelectDocRequest, ModifyAppRequest, DeleteDocCateRequest, DescribeConcurrencyUsageRequest, ListQACateRequest, ListReleaseQAPreviewRequest, DescribeAppResponse, DeleteAppRequest, GetVarListResponse, DescribeNodeRunResponse, ModifyQAResponse, DeleteQAResponse, UpdateSharedKnowledgeRequest, GetMsgRecordRequest, DescribeSearchStatsGraphResponse, ModifyQAAttrRangeResponse, StopDocParseResponse, DescribeAppAgentListResponse, DescribeQAResponse, DescribeReleaseInfoRequest, ModifyQARequest, DeleteDocCateResponse, ExportAttributeLabelResponse, DescribeWorkflowRunRequest, DescribeUnsatisfiedReplyContextRequest, ListRejectedQuestionResponse, ListReleaseRequest, ListModelRequest, ListDocResponse, CreateAppResponse, CreateQARequest, RateMsgRecordRequest, RenameDocResponse, CreateReleaseRequest, ExportAttributeLabelRequest, ModifyQACateRequest, StopDocParseRequest, DeleteQACateResponse, ListChannelResponse, DescribeDocRequest, DescribeTokenUsageGraphRequest, DescribeConcurrencyUsageGraphRequest, DescribeReleaseRequest, CreateRejectedQuestionRequest, ModifyDocAttrRangeResponse, DescribeCallStatsGraphRequest, ListQAResponse, VerifyQARequest, ListAppKnowledgeDetailResponse, CreateRejectedQuestionResponse, DescribeTokenUsageGraphResponse, ModifyDocCateRequest, DeleteVarRequest, GetDocPreviewResponse, DeleteRejectedQuestionRequest, GetLikeDataCountResponse, ListChannelRequest, DeleteAttributeLabelResponse, VerifyQAResponse, DescribeSharedKnowledgeRequest, ModifyDocRequest, ListWorkflowRunsResponse, DescribeTokenUsageRequest, CreateAttributeLabelResponse, IsTransferIntentRequest, ModifyRejectedQuestionResponse, ModifyDocCateResponse, DescribeCallStatsGraphResponse, DescribeStorageCredentialResponse, CheckAttributeLabelExistResponse, GetTaskStatusRequest, DescribeRobotBizIDByAppKeyRequest, CreateVarRequest, ListRejectedQuestionRequest, ModifyDocResponse, UpdateSharedKnowledgeResponse, DeleteAgentRequest, CheckAttributeLabelExistRequest, ListAppRequest, ListReferShareKnowledgeResponse, CreateDocCateResponse, ExportQAListResponse, CreateQACateResponse, ListDocRequest, GetAnswerTypeDataCountResponse, GetMsgRecordResponse, ReferShareKnowledgeResponse, CallbackWorkflowToolNodeResponse, GetDocPreviewRequest, DescribeAttributeLabelRequest, ListSharedKnowledgeRequest, RetryDocParseRequest, GroupDocRequest, GroupQARequest, ModifyAttributeLabelRequest, ListUsageCallDetailRequest, GetTaskStatusResponse, DescribeKnowledgeUsagePieGraphResponse, GetVarListRequest, ListReleaseQAPreviewResponse, CreateAppRequest, DeleteAppResponse, DescribeUnsatisfiedReplyContextResponse, ModifyDocAttrRangeRequest, DescribeKnowledgeUsagePieGraphRequest, IsTransferIntentResponse, DescribeAppRequest, DescribeNodeRunRequest, DescribeConcurrencyUsageGraphResponse, RetryDocAuditResponse, RetryReleaseResponse, DescribeSharedKnowledgeResponse, DescribeConcurrencyUsageResponse, UpdateVarRequest, DeleteQACateRequest, GetWsTokenRequest, DescribeTokenUsageResponse, ListReleaseConfigPreviewRequest, StopWorkflowRunRequest, GroupDocResponse, ListUsageCallDetailResponse, GetAppKnowledgeCountResponse, ListAppKnowledgeDetailRequest, SaveDocResponse, ModifyQACateResponse, CheckAttributeLabelReferResponse, DescribeSegmentsRequest, IgnoreUnsatisfiedReplyResponse } from "./lke_models";
|
|
3
3
|
/**
|
|
4
4
|
* lke client
|
|
5
5
|
* @class
|
|
@@ -42,6 +42,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
42
42
|
* 删除问答
|
|
43
43
|
*/
|
|
44
44
|
DeleteQA(req: DeleteQARequest, cb?: (error: string, rep: DeleteQAResponse) => void): Promise<DeleteQAResponse>;
|
|
45
|
+
/**
|
|
46
|
+
* 工作流工具节点异步回调
|
|
47
|
+
*/
|
|
48
|
+
CallbackWorkflowToolNode(req: CallbackWorkflowToolNodeRequest, cb?: (error: string, rep: CallbackWorkflowToolNodeResponse) => void): Promise<CallbackWorkflowToolNodeResponse>;
|
|
45
49
|
/**
|
|
46
50
|
* 此接口用来停止正在进行的工作流异步运行实例。
|
|
47
51
|
*/
|
|
@@ -197,8 +201,11 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
197
201
|
*/
|
|
198
202
|
DeleteDocCate(req: DeleteDocCateRequest, cb?: (error: string, rep: DeleteDocCateResponse) => void): Promise<DeleteDocCateResponse>;
|
|
199
203
|
/**
|
|
200
|
-
|
|
201
|
-
|
|
204
|
+
* 获取QA分类
|
|
205
|
+
知识库相关背景知识介绍
|
|
206
|
+
“知识库检索范围”文档:https://cloud.tencent.com/document/product/1759/112704
|
|
207
|
+
“标签”文档:https://cloud.tencent.com/document/product/1759/112956
|
|
208
|
+
*/
|
|
202
209
|
ListQACate(req: ListQACateRequest, cb?: (error: string, rep: ListQACateResponse) => void): Promise<ListQACateResponse>;
|
|
203
210
|
/**
|
|
204
211
|
* 问答详情
|
|
@@ -217,8 +224,11 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
217
224
|
*/
|
|
218
225
|
DeleteAgent(req: DeleteAgentRequest, cb?: (error: string, rep: DeleteAgentResponse) => void): Promise<DeleteAgentResponse>;
|
|
219
226
|
/**
|
|
220
|
-
|
|
221
|
-
|
|
227
|
+
* 创建QA分类
|
|
228
|
+
知识库相关背景知识介绍
|
|
229
|
+
“知识库检索范围”文档:https://cloud.tencent.com/document/product/1759/112704
|
|
230
|
+
“标签”文档:https://cloud.tencent.com/document/product/1759/112956
|
|
231
|
+
*/
|
|
222
232
|
CreateQACate(req: CreateQACateRequest, cb?: (error: string, rep: CreateQACateResponse) => void): Promise<CreateQACateResponse>;
|
|
223
233
|
/**
|
|
224
234
|
* 更新共享知识库。
|
|
@@ -277,8 +287,11 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
277
287
|
*/
|
|
278
288
|
DescribeRobotBizIDByAppKey(req: DescribeRobotBizIDByAppKeyRequest, cb?: (error: string, rep: DescribeRobotBizIDByAppKeyResponse) => void): Promise<DescribeRobotBizIDByAppKeyResponse>;
|
|
279
289
|
/**
|
|
280
|
-
|
|
281
|
-
|
|
290
|
+
* 导出QA列表
|
|
291
|
+
知识库相关背景知识介绍
|
|
292
|
+
“知识库检索范围”文档:https://cloud.tencent.com/document/product/1759/112704
|
|
293
|
+
“标签”文档:https://cloud.tencent.com/document/product/1759/112956
|
|
294
|
+
*/
|
|
282
295
|
ExportQAList(req: ExportQAListRequest, cb?: (error: string, rep: ExportQAListResponse) => void): Promise<ExportQAListResponse>;
|
|
283
296
|
/**
|
|
284
297
|
* 上传导入属性标签
|
|
@@ -329,8 +342,11 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
329
342
|
*/
|
|
330
343
|
DeleteQACate(req: DeleteQACateRequest, cb?: (error: string, rep: DeleteQACateResponse) => void): Promise<DeleteQACateResponse>;
|
|
331
344
|
/**
|
|
332
|
-
|
|
333
|
-
|
|
345
|
+
* 导出不满意回复
|
|
346
|
+
知识库相关背景知识介绍
|
|
347
|
+
“知识库检索范围”文档:https://cloud.tencent.com/document/product/1759/112704
|
|
348
|
+
“标签”文档:https://cloud.tencent.com/document/product/1759/112956
|
|
349
|
+
*/
|
|
334
350
|
ExportUnsatisfiedReply(req: ExportUnsatisfiedReplyRequest, cb?: (error: string, rep: ExportUnsatisfiedReplyResponse) => void): Promise<ExportUnsatisfiedReplyResponse>;
|
|
335
351
|
/**
|
|
336
352
|
* 发布暂停后重试
|
|
@@ -419,8 +435,11 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
419
435
|
*/
|
|
420
436
|
DescribeCallStatsGraph(req: DescribeCallStatsGraphRequest, cb?: (error: string, rep: DescribeCallStatsGraphResponse) => void): Promise<DescribeCallStatsGraphResponse>;
|
|
421
437
|
/**
|
|
422
|
-
|
|
423
|
-
|
|
438
|
+
* 用户将多个问答批量的分类到知识库的具体分类
|
|
439
|
+
知识库相关背景知识介绍
|
|
440
|
+
“知识库检索范围”文档:https://cloud.tencent.com/document/product/1759/112704
|
|
441
|
+
“标签”文档:https://cloud.tencent.com/document/product/1759/112956
|
|
442
|
+
*/
|
|
424
443
|
GroupQA(req: GroupQARequest, cb?: (error: string, rep: GroupQAResponse) => void): Promise<GroupQAResponse>;
|
|
425
444
|
/**
|
|
426
445
|
* 获取片段详情
|
|
@@ -82,6 +82,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
82
82
|
async DeleteQA(req, cb) {
|
|
83
83
|
return this.request("DeleteQA", req, cb);
|
|
84
84
|
}
|
|
85
|
+
/**
|
|
86
|
+
* 工作流工具节点异步回调
|
|
87
|
+
*/
|
|
88
|
+
async CallbackWorkflowToolNode(req, cb) {
|
|
89
|
+
return this.request("CallbackWorkflowToolNode", req, cb);
|
|
90
|
+
}
|
|
85
91
|
/**
|
|
86
92
|
* 此接口用来停止正在进行的工作流异步运行实例。
|
|
87
93
|
*/
|
|
@@ -311,8 +317,11 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
311
317
|
return this.request("DeleteDocCate", req, cb);
|
|
312
318
|
}
|
|
313
319
|
/**
|
|
314
|
-
|
|
315
|
-
|
|
320
|
+
* 获取QA分类
|
|
321
|
+
知识库相关背景知识介绍
|
|
322
|
+
“知识库检索范围”文档:https://cloud.tencent.com/document/product/1759/112704
|
|
323
|
+
“标签”文档:https://cloud.tencent.com/document/product/1759/112956
|
|
324
|
+
*/
|
|
316
325
|
async ListQACate(req, cb) {
|
|
317
326
|
return this.request("ListQACate", req, cb);
|
|
318
327
|
}
|
|
@@ -341,8 +350,11 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
341
350
|
return this.request("DeleteAgent", req, cb);
|
|
342
351
|
}
|
|
343
352
|
/**
|
|
344
|
-
|
|
345
|
-
|
|
353
|
+
* 创建QA分类
|
|
354
|
+
知识库相关背景知识介绍
|
|
355
|
+
“知识库检索范围”文档:https://cloud.tencent.com/document/product/1759/112704
|
|
356
|
+
“标签”文档:https://cloud.tencent.com/document/product/1759/112956
|
|
357
|
+
*/
|
|
346
358
|
async CreateQACate(req, cb) {
|
|
347
359
|
return this.request("CreateQACate", req, cb);
|
|
348
360
|
}
|
|
@@ -429,8 +441,11 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
429
441
|
return this.request("DescribeRobotBizIDByAppKey", req, cb);
|
|
430
442
|
}
|
|
431
443
|
/**
|
|
432
|
-
|
|
433
|
-
|
|
444
|
+
* 导出QA列表
|
|
445
|
+
知识库相关背景知识介绍
|
|
446
|
+
“知识库检索范围”文档:https://cloud.tencent.com/document/product/1759/112704
|
|
447
|
+
“标签”文档:https://cloud.tencent.com/document/product/1759/112956
|
|
448
|
+
*/
|
|
434
449
|
async ExportQAList(req, cb) {
|
|
435
450
|
return this.request("ExportQAList", req, cb);
|
|
436
451
|
}
|
|
@@ -507,8 +522,11 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
507
522
|
return this.request("DeleteQACate", req, cb);
|
|
508
523
|
}
|
|
509
524
|
/**
|
|
510
|
-
|
|
511
|
-
|
|
525
|
+
* 导出不满意回复
|
|
526
|
+
知识库相关背景知识介绍
|
|
527
|
+
“知识库检索范围”文档:https://cloud.tencent.com/document/product/1759/112704
|
|
528
|
+
“标签”文档:https://cloud.tencent.com/document/product/1759/112956
|
|
529
|
+
*/
|
|
512
530
|
async ExportUnsatisfiedReply(req, cb) {
|
|
513
531
|
return this.request("ExportUnsatisfiedReply", req, cb);
|
|
514
532
|
}
|
|
@@ -639,8 +657,11 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
639
657
|
return this.request("DescribeCallStatsGraph", req, cb);
|
|
640
658
|
}
|
|
641
659
|
/**
|
|
642
|
-
|
|
643
|
-
|
|
660
|
+
* 用户将多个问答批量的分类到知识库的具体分类
|
|
661
|
+
知识库相关背景知识介绍
|
|
662
|
+
“知识库检索范围”文档:https://cloud.tencent.com/document/product/1759/112704
|
|
663
|
+
“标签”文档:https://cloud.tencent.com/document/product/1759/112956
|
|
664
|
+
*/
|
|
644
665
|
async GroupQA(req, cb) {
|
|
645
666
|
return this.request("GroupQA", req, cb);
|
|
646
667
|
}
|