tencentcloud-sdk-lke 3.0.940 → 3.0.941
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20231130/models.rb +8 -8
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 74a7235d5f66793b3c3f0cacf893f934aacaff0c
|
|
4
|
+
data.tar.gz: 7af80ff3da5a66f27875984ef6ddd63444280ef6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3aaec124698b96f567a38492c706cc5cba7f48a80fbedd0f9f7f5e680d68df8da7b6525acd808e43f23929ac69b6e5f22768bc91cdbef235f27fcb0f13c36a36
|
|
7
|
+
data.tar.gz: 0905dd23f14646cc4722ee566cf2e83e296d6de622ec261604717e2228d464b12a7b55206114ca0670a01de6010852914a138d39ba43ce159bd3eb9726f91c27
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.941
|
data/lib/v20231130/models.rb
CHANGED
|
@@ -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
|
|
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:
|
|
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: 任务唯一
|
|
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:
|
|
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:
|
|
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:
|
|
5299
|
+
# @param ReleaseBizId: 发布单ID
|
|
5300
5300
|
# @type ReleaseBizId: String
|
|
5301
5301
|
# @param StartTime: 开始时间
|
|
5302
5302
|
# @type StartTime: String
|