tencentcloud-sdk-lke 3.0.940 → 3.0.941

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f32c799bf6732cf948f7358aff11b94ccf4772d0
4
- data.tar.gz: ac872846fa6035ebba8cf6f690cb2de9ea860312
3
+ metadata.gz: 74a7235d5f66793b3c3f0cacf893f934aacaff0c
4
+ data.tar.gz: 7af80ff3da5a66f27875984ef6ddd63444280ef6
5
5
  SHA512:
6
- metadata.gz: ee7d64f66657f8ded8e06d768713c783608cface270cfdf70c8c5d7618a2102a99b56b01f8de6d7876f9e7cf473b82c2a831ca035b14a45c5ec5942b1190d97d
7
- data.tar.gz: ce094bb5e43a6aad0c53fbb209cac77b6f36c19e4397bc873bd28ff29b66e3468df156dfd4d7206a82094301cf4183925804c8ba24797be8022f5df1d3be3c1c
6
+ metadata.gz: 3aaec124698b96f567a38492c706cc5cba7f48a80fbedd0f9f7f5e680d68df8da7b6525acd808e43f23929ac69b6e5f22768bc91cdbef235f27fcb0f13c36a36
7
+ data.tar.gz: 0905dd23f14646cc4722ee566cf2e83e296d6de622ec261604717e2228d464b12a7b55206114ca0670a01de6010852914a138d39ba43ce159bd3eb9726f91c27
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.940
1
+ 3.0.941
@@ -2485,7 +2485,7 @@ module TencentCloud
2485
2485
  # @type BotBizId: String
2486
2486
  # @param FileType: 文件类型,正常的文件名类型后缀,例如 xlsx、pdf、 docx、png 等
2487
2487
  # @type FileType: String
2488
- # @param IsPublic: IsPublic为空用于上传文件时选择场景,当上传为图片文件是IsPublic为true,上传文档文件时场景IsPublic为false
2488
+ # @param IsPublic: IsPublic用于上传文件时选择场景,当上传为对话端文件时IsPublic为true,上传文档库文件时场景IsPublic为false
2489
2489
  # @type IsPublic: Boolean
2490
2490
  # @param TypeKey: 存储类型: offline:离线文件,realtime:实时文件;为空默认为offline
2491
2491
  # @type TypeKey: String
@@ -3419,7 +3419,7 @@ module TencentCloud
3419
3419
 
3420
3420
  # GetDocPreview请求参数结构体
3421
3421
  class GetDocPreviewRequest < TencentCloud::Common::AbstractModel
3422
- # @param DocBizId: 文档业务ID
3422
+ # @param DocBizId: 文档BizID
3423
3423
  # @type DocBizId: String
3424
3424
  # @param BotBizId: 应用ID
3425
3425
  # @type BotBizId: String
@@ -3685,7 +3685,7 @@ module TencentCloud
3685
3685
 
3686
3686
  # GetReconstructDocumentResult请求参数结构体
3687
3687
  class GetReconstructDocumentResultRequest < TencentCloud::Common::AbstractModel
3688
- # @param TaskId: 任务唯一id
3688
+ # @param TaskId: 任务唯一Id。[CreateReconstructDocumentFlow](https://cloud.tencent.com/document/product/1759/107506) 返回的TaskId。
3689
3689
  # @type TaskId: String
3690
3690
 
3691
3691
  attr_accessor :TaskId
@@ -3701,11 +3701,11 @@ module TencentCloud
3701
3701
 
3702
3702
  # GetReconstructDocumentResult返回参数结构体
3703
3703
  class GetReconstructDocumentResultResponse < TencentCloud::Common::AbstractModel
3704
- # @param Status: 任务状态: Success->执行完成;Processing->执行中;Failed->执行失败;WaitExecute->等待执行;
3704
+ # @param Status: 任务状态: Success->执行完成;Processing->执行中;Failed->执行失败;WaitExecute->等待执行。
3705
3705
  # @type Status: String
3706
- # @param DocumentRecognizeResultUrl: 输入文件中嵌入的图片中文字内容的识别结果,存储在腾讯云cos的下载地址
3706
+ # @param DocumentRecognizeResultUrl: 本次文档解析的结果文件,存储在腾讯云COS的下载URL,下载URL的有效期为10分钟。
3707
3707
  # @type DocumentRecognizeResultUrl: String
3708
- # @param FailedPages: 文档解析失败的页码
3708
+ # @param FailedPages: 本次文档解析失败的页码信息。
3709
3709
  # @type FailedPages: Array
3710
3710
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3711
3711
  # @type RequestId: String
@@ -3888,7 +3888,7 @@ module TencentCloud
3888
3888
  class GroupQARequest < TencentCloud::Common::AbstractModel
3889
3889
  # @param BotBizId: 应用ID
3890
3890
  # @type BotBizId: String
3891
- # @param QaBizIds: QA业务ID列表
3891
+ # @param QaBizIds: QaBizID列表
3892
3892
  # @type QaBizIds: Array
3893
3893
  # @param CateBizId: 分组 ID
3894
3894
  # @type CateBizId: String
@@ -5296,7 +5296,7 @@ module TencentCloud
5296
5296
  # @type PageSize: Integer
5297
5297
  # @param Query: 查询内容
5298
5298
  # @type Query: String
5299
- # @param ReleaseBizId: 发布业务ID
5299
+ # @param ReleaseBizId: 发布单ID
5300
5300
  # @type ReleaseBizId: String
5301
5301
  # @param StartTime: 开始时间
5302
5302
  # @type StartTime: String
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-lke
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.940
4
+ version: 3.0.941
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud