tencentcloud-sdk-lke 3.0.1064 → 3.0.1065

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fab5db83da0465d45fce74430762b37460db3fd9
4
- data.tar.gz: 69af2a86bfb31c7d798f456b98715c2ebbe13c08
3
+ metadata.gz: 5c3baa5b99bc4877893afd3e68c779b397bb40f0
4
+ data.tar.gz: 11270e9363ce4e9fc0d9e145ca1004456e431334
5
5
  SHA512:
6
- metadata.gz: 3482fd8ba95c9c102dca12239f73796c0faf557f1e986d2a8baf8d10769bb49908c2e80f22d179e2c8a430a8a496fef7c954f390bb44b084ddbf670921577140
7
- data.tar.gz: 12e03941aecaceaef97cc12714146b9803c7b51822d4ed30d95b5bdd6fac358ec7046b8cfcd4fb66207ac8dc3ea62b88d135518d425bc501fda093bc3ed70929
6
+ metadata.gz: adf4fc35e13ac319b499c83df1dc217b2beffe6a70dfb8d072ad485ae0846266a6e2e92d0e5e6b40d1dd7989f1cc945c3c31e2ae7ca312522b26c77477041078
7
+ data.tar.gz: 151f52ea7f1f4d6de33a3fb0619a182bfe75632e91d890639addb7d9f1d5d777e34d24413a077212c7fea0db3fd75b276e7b3c4176789fab968e144e1d931cd3
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1064
1
+ 3.0.1065
@@ -2298,9 +2298,9 @@ module TencentCloud
2298
2298
 
2299
2299
  # 知识库文档问答保存。
2300
2300
  # 将文件存储到应用的知识库内需要三步:
2301
- # 1.获取临时密钥,参考[接口文档](https://cloud.tencent.com/document/product/1759/105050)。获取临时密钥不同参数组合权限不一样,可参考 [知识引擎操作 cos 指南](https://cloud.tencent.com/document/product/1759/116238)
2302
- # 2.调用腾讯云提供的 cos 存储接口,将文件存储到知识引擎 cos 中:具体可参考[ COS SDK 概览](https://cloud.tencent.com/document/product/436/6474), 注意使用的是临时密钥的方式操作 COS
2303
- # 3.调用本接口,将文件的基础信息存储到知识引擎中。
2301
+ # 1.获取临时密钥,参考[接口文档](https://cloud.tencent.com/document/product/1759/105050)。获取临时密钥不同参数组合权限不一样,可参考 [智能体开发平台操作 cos 指南](https://cloud.tencent.com/document/product/1759/116238)
2302
+ # 2.调用腾讯云提供的 cos 存储接口,将文件存储到智能体开发平台 cos 中:具体可参考[ COS SDK 概览](https://cloud.tencent.com/document/product/436/6474), 注意使用的是临时密钥的方式操作 COS
2303
+ # 3.调用本接口,将文件的基础信息存储到智能体开发平台中。
2304
2304
  # 以上步骤可参考[文档](https://cloud.tencent.com/document/product/1759/108903),文档最后有[代码demo](https://cloud.tencent.com/document/product/1759/108903#demo),可作为参考。
2305
2305
 
2306
2306
  # @param request: Request instance for SaveDoc.
@@ -2585,16 +2585,12 @@ module TencentCloud
2585
2585
  # @type AttrLabels: Array
2586
2586
  # @param CateBizId: 分类ID
2587
2587
  # @type CateBizId: String
2588
- # @param CustomerKnowledgeId: 文档的用户自定义ID
2589
- # @type CustomerKnowledgeId: String
2590
- # @param AttributeFlags: 文档的属性标记,0: 不做用户外部权限校验
2591
- # @type AttributeFlags: Array
2592
2588
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2593
2589
  # @type RequestId: String
2594
2590
 
2595
- attr_accessor :DocBizId, :FileName, :FileType, :CosUrl, :UpdateTime, :Status, :StatusDesc, :Reason, :IsRefer, :QaNum, :IsDeleted, :Source, :SourceDesc, :IsAllowRestart, :IsDeletedQa, :IsCreatingQa, :IsAllowDelete, :IsAllowRefer, :IsCreatedQa, :DocCharSize, :IsAllowEdit, :AttrRange, :AttrLabels, :CateBizId, :CustomerKnowledgeId, :AttributeFlags, :RequestId
2591
+ attr_accessor :DocBizId, :FileName, :FileType, :CosUrl, :UpdateTime, :Status, :StatusDesc, :Reason, :IsRefer, :QaNum, :IsDeleted, :Source, :SourceDesc, :IsAllowRestart, :IsDeletedQa, :IsCreatingQa, :IsAllowDelete, :IsAllowRefer, :IsCreatedQa, :DocCharSize, :IsAllowEdit, :AttrRange, :AttrLabels, :CateBizId, :RequestId
2596
2592
 
2597
- def initialize(docbizid=nil, filename=nil, filetype=nil, cosurl=nil, updatetime=nil, status=nil, statusdesc=nil, reason=nil, isrefer=nil, qanum=nil, isdeleted=nil, source=nil, sourcedesc=nil, isallowrestart=nil, isdeletedqa=nil, iscreatingqa=nil, isallowdelete=nil, isallowrefer=nil, iscreatedqa=nil, doccharsize=nil, isallowedit=nil, attrrange=nil, attrlabels=nil, catebizid=nil, customerknowledgeid=nil, attributeflags=nil, requestid=nil)
2593
+ def initialize(docbizid=nil, filename=nil, filetype=nil, cosurl=nil, updatetime=nil, status=nil, statusdesc=nil, reason=nil, isrefer=nil, qanum=nil, isdeleted=nil, source=nil, sourcedesc=nil, isallowrestart=nil, isdeletedqa=nil, iscreatingqa=nil, isallowdelete=nil, isallowrefer=nil, iscreatedqa=nil, doccharsize=nil, isallowedit=nil, attrrange=nil, attrlabels=nil, catebizid=nil, requestid=nil)
2598
2594
  @DocBizId = docbizid
2599
2595
  @FileName = filename
2600
2596
  @FileType = filetype
@@ -2619,8 +2615,6 @@ module TencentCloud
2619
2615
  @AttrRange = attrrange
2620
2616
  @AttrLabels = attrlabels
2621
2617
  @CateBizId = catebizid
2622
- @CustomerKnowledgeId = customerknowledgeid
2623
- @AttributeFlags = attributeflags
2624
2618
  @RequestId = requestid
2625
2619
  end
2626
2620
 
@@ -2656,8 +2650,6 @@ module TencentCloud
2656
2650
  end
2657
2651
  end
2658
2652
  @CateBizId = params['CateBizId']
2659
- @CustomerKnowledgeId = params['CustomerKnowledgeId']
2660
- @AttributeFlags = params['AttributeFlags']
2661
2653
  @RequestId = params['RequestId']
2662
2654
  end
2663
2655
  end
@@ -7553,14 +7545,10 @@ module TencentCloud
7553
7545
  # @type ExpireEnd: String
7554
7546
  # @param CateBizId: 分类ID
7555
7547
  # @type CateBizId: String
7556
- # @param CustomerKnowledgeId: 文档的用户自定义ID
7557
- # @type CustomerKnowledgeId: String
7558
- # @param AttributeFlags: 文档的属性标记,0: 不做用户外部权限校验
7559
- # @type AttributeFlags: Array
7560
7548
 
7561
- attr_accessor :BotBizId, :DocBizId, :IsRefer, :AttrRange, :LoginUin, :LoginSubAccountUin, :AttrLabels, :WebUrl, :ReferUrlType, :ExpireStart, :ExpireEnd, :CateBizId, :CustomerKnowledgeId, :AttributeFlags
7549
+ attr_accessor :BotBizId, :DocBizId, :IsRefer, :AttrRange, :LoginUin, :LoginSubAccountUin, :AttrLabels, :WebUrl, :ReferUrlType, :ExpireStart, :ExpireEnd, :CateBizId
7562
7550
 
7563
- def initialize(botbizid=nil, docbizid=nil, isrefer=nil, attrrange=nil, loginuin=nil, loginsubaccountuin=nil, attrlabels=nil, weburl=nil, referurltype=nil, expirestart=nil, expireend=nil, catebizid=nil, customerknowledgeid=nil, attributeflags=nil)
7551
+ def initialize(botbizid=nil, docbizid=nil, isrefer=nil, attrrange=nil, loginuin=nil, loginsubaccountuin=nil, attrlabels=nil, weburl=nil, referurltype=nil, expirestart=nil, expireend=nil, catebizid=nil)
7564
7552
  @BotBizId = botbizid
7565
7553
  @DocBizId = docbizid
7566
7554
  @IsRefer = isrefer
@@ -7573,8 +7561,6 @@ module TencentCloud
7573
7561
  @ExpireStart = expirestart
7574
7562
  @ExpireEnd = expireend
7575
7563
  @CateBizId = catebizid
7576
- @CustomerKnowledgeId = customerknowledgeid
7577
- @AttributeFlags = attributeflags
7578
7564
  end
7579
7565
 
7580
7566
  def deserialize(params)
@@ -7597,8 +7583,6 @@ module TencentCloud
7597
7583
  @ExpireStart = params['ExpireStart']
7598
7584
  @ExpireEnd = params['ExpireEnd']
7599
7585
  @CateBizId = params['CateBizId']
7600
- @CustomerKnowledgeId = params['CustomerKnowledgeId']
7601
- @AttributeFlags = params['AttributeFlags']
7602
7586
  end
7603
7587
  end
7604
7588
 
@@ -9393,14 +9377,10 @@ module TencentCloud
9393
9377
  # @type Opt: Integer
9394
9378
  # @param CateBizId: 分类ID
9395
9379
  # @type CateBizId: String
9396
- # @param CustomerKnowledgeId: 文档的用户自定义ID
9397
- # @type CustomerKnowledgeId: String
9398
- # @param AttributeFlags: 文档的属性标记,0: 不做用户外部权限校验
9399
- # @type AttributeFlags: Array
9400
9380
 
9401
- attr_accessor :BotBizId, :FileName, :FileType, :CosUrl, :ETag, :CosHash, :Size, :AttrRange, :Source, :WebUrl, :AttrLabels, :ReferUrlType, :ExpireStart, :ExpireEnd, :IsRefer, :Opt, :CateBizId, :CustomerKnowledgeId, :AttributeFlags
9381
+ attr_accessor :BotBizId, :FileName, :FileType, :CosUrl, :ETag, :CosHash, :Size, :AttrRange, :Source, :WebUrl, :AttrLabels, :ReferUrlType, :ExpireStart, :ExpireEnd, :IsRefer, :Opt, :CateBizId
9402
9382
 
9403
- def initialize(botbizid=nil, filename=nil, filetype=nil, cosurl=nil, etag=nil, coshash=nil, size=nil, attrrange=nil, source=nil, weburl=nil, attrlabels=nil, referurltype=nil, expirestart=nil, expireend=nil, isrefer=nil, opt=nil, catebizid=nil, customerknowledgeid=nil, attributeflags=nil)
9383
+ def initialize(botbizid=nil, filename=nil, filetype=nil, cosurl=nil, etag=nil, coshash=nil, size=nil, attrrange=nil, source=nil, weburl=nil, attrlabels=nil, referurltype=nil, expirestart=nil, expireend=nil, isrefer=nil, opt=nil, catebizid=nil)
9404
9384
  @BotBizId = botbizid
9405
9385
  @FileName = filename
9406
9386
  @FileType = filetype
@@ -9418,8 +9398,6 @@ module TencentCloud
9418
9398
  @IsRefer = isrefer
9419
9399
  @Opt = opt
9420
9400
  @CateBizId = catebizid
9421
- @CustomerKnowledgeId = customerknowledgeid
9422
- @AttributeFlags = attributeflags
9423
9401
  end
9424
9402
 
9425
9403
  def deserialize(params)
@@ -9447,8 +9425,6 @@ module TencentCloud
9447
9425
  @IsRefer = params['IsRefer']
9448
9426
  @Opt = params['Opt']
9449
9427
  @CateBizId = params['CateBizId']
9450
- @CustomerKnowledgeId = params['CustomerKnowledgeId']
9451
- @AttributeFlags = params['AttributeFlags']
9452
9428
  end
9453
9429
  end
9454
9430
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-lke
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1064
4
+ version: 3.0.1065
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-05-20 00:00:00.000000000 Z
11
+ date: 2025-05-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common