tencentcloud-sdk-lke 3.0.847 → 3.0.849

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: 1e74f8a8a376369e77db813ff0aecb939f11913d
4
- data.tar.gz: 392f0d799e9f91f6561ea17a636b42f0bc3a35ef
3
+ metadata.gz: 4bb17ed80543d87dcf6ad8ce9501cb1bf9f9f12e
4
+ data.tar.gz: 518a28571eaadb7fa9c57effdd6a75743a8a1f7f
5
5
  SHA512:
6
- metadata.gz: 7de0e036ca27ddaa8a17357d74f7399236b1f44e32da8cafdc1cd230f6cc29e604c3afdbf30bd61a9e029d04cabfda5548b75a277cbaa1572b47e062d0671563
7
- data.tar.gz: 4a55293609557967bbddf1089d4f545814bd2440023f37c314ca6ebbb9ea6d63e8f7e80495613b2c1002c9828ccb8b6c979bee5b8482cb0f33a25a343b82d3ae
6
+ metadata.gz: 7329652f81fb9ba6d50e3c4604a3ec77e0929d3c03b8b9f844afe5e4ec6862c3ea2d745676e2c8d3be1df6f44df71742a8caf849ce843b0c110014d5653cc763
7
+ data.tar.gz: e9dfb114f256fa9361b8e6cb18c4d03f10888a3fd5d9eb543eb4dfed3b4d3c78469276e1173ddd6a342807f38c01181851398106d71e7c8f335b8771348422a4
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.847
1
+ 3.0.849
@@ -197,7 +197,10 @@ module TencentCloud
197
197
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
198
198
  end
199
199
 
200
- # 文档解析,异步接口。
200
+ # 本接口为异步接口的发起请求接口,用于发起文档解析任务。
201
+ # 文档解析支持将图片或PDF文件转换成Markdown格式文件,可解析包括表格、公式、图片、标题、段落、页眉、页脚等内容元素,并将内容智能转换成阅读顺序。
202
+
203
+ # 体验期间单账号限制qps仅为1,若有正式接入需要请与产研团队沟通开放。
201
204
 
202
205
  # @param request: Request instance for CreateReconstructDocumentFlow.
203
206
  # @type request: :class:`Tencentcloud::lke::V20231130::CreateReconstructDocumentFlowRequest`
@@ -317,7 +320,7 @@ module TencentCloud
317
320
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
318
321
  end
319
322
 
320
- # 创建企业
323
+ # 删除文档
321
324
 
322
325
  # @param request: Request instance for DeleteDoc.
323
326
  # @type request: :class:`Tencentcloud::lke::V20231130::DeleteDocRequest`
@@ -605,7 +608,7 @@ module TencentCloud
605
608
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
606
609
  end
607
610
 
608
- # 通过appKey获取机器人业务ID
611
+ # 通过appKey获取应用业务ID
609
612
 
610
613
  # @param request: Request instance for DescribeRobotBizIDByAppKey.
611
614
  # @type request: :class:`Tencentcloud::lke::V20231130::DescribeRobotBizIDByAppKeyRequest`
@@ -894,7 +897,7 @@ module TencentCloud
894
897
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
895
898
  end
896
899
 
897
- # 获取文档解析任务执行结果
900
+ # 本接口为异步接口的查询结果接口,用于获取文档解析处理结果。
898
901
 
899
902
  # @param request: Request instance for GetReconstructDocumentResult.
900
903
  # @type request: :class:`Tencentcloud::lke::V20231130::GetReconstructDocumentResultRequest`
@@ -1590,6 +1593,7 @@ module TencentCloud
1590
1593
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
1591
1594
  end
1592
1595
 
1596
+ # 接口即将下线,请切换使用新接口:[文档解析](https://cloud.tencent.com/document/product/1759/107504)
1593
1597
  # 解析拆分文档。该接口需开通文档解析原子能力后调用。文档解析原子能力内测中,如有需要请联系架构师或 [联系客服](https://cloud.tencent.com/act/event/Online_service) 。
1594
1598
 
1595
1599
  # @param request: Request instance for ParseDoc.
@@ -1689,6 +1693,8 @@ module TencentCloud
1689
1693
 
1690
1694
  # 支持将图片或PDF文件转换成Markdown格式文件,可解析包括表格、公式、图片、标题、段落、页眉、页脚等内容元素,并将内容智能转换成阅读顺序。
1691
1695
 
1696
+ # 体验期间单账号限制qps仅为1,若有正式接入需要请与产研团队沟通开放。
1697
+
1692
1698
  # @param request: Request instance for ReconstructDocument.
1693
1699
  # @type request: :class:`Tencentcloud::lke::V20231130::ReconstructDocumentRequest`
1694
1700
  # @rtype: :class:`Tencentcloud::lke::V20231130::ReconstructDocumentResponse`
@@ -139,14 +139,18 @@ module TencentCloud
139
139
  # @param AliasName: 模型别名
140
140
  # 注意:此字段可能返回 null,表示取不到有效值。
141
141
  # @type AliasName: String
142
+ # @param TokenBalance: token余量
143
+ # 注意:此字段可能返回 null,表示取不到有效值。
144
+ # @type TokenBalance: Float
142
145
 
143
- attr_accessor :Name, :Desc, :ContextLimit, :AliasName
146
+ attr_accessor :Name, :Desc, :ContextLimit, :AliasName, :TokenBalance
144
147
 
145
- def initialize(name=nil, desc=nil, contextlimit=nil, aliasname=nil)
148
+ def initialize(name=nil, desc=nil, contextlimit=nil, aliasname=nil, tokenbalance=nil)
146
149
  @Name = name
147
150
  @Desc = desc
148
151
  @ContextLimit = contextlimit
149
152
  @AliasName = aliasname
153
+ @TokenBalance = tokenbalance
150
154
  end
151
155
 
152
156
  def deserialize(params)
@@ -154,6 +158,7 @@ module TencentCloud
154
158
  @Desc = params['Desc']
155
159
  @ContextLimit = params['ContextLimit']
156
160
  @AliasName = params['AliasName']
161
+ @TokenBalance = params['TokenBalance']
157
162
  end
158
163
  end
159
164
 
@@ -331,7 +336,7 @@ module TencentCloud
331
336
 
332
337
  # CheckAttributeLabelExist请求参数结构体
333
338
  class CheckAttributeLabelExistRequest < TencentCloud::Common::AbstractModel
334
- # @param BotBizId: 机器人ID
339
+ # @param BotBizId: 应用ID
335
340
  # @type BotBizId: String
336
341
  # @param LabelName: 属性名称
337
342
  # @type LabelName: String
@@ -387,7 +392,7 @@ module TencentCloud
387
392
 
388
393
  # CheckAttributeLabelRefer请求参数结构体
389
394
  class CheckAttributeLabelReferRequest < TencentCloud::Common::AbstractModel
390
- # @param BotBizId: 机器人ID
395
+ # @param BotBizId: 应用ID
391
396
  # @type BotBizId: String
392
397
  # @param LoginUin: 登录用户主账号(集成商模式必填)
393
398
  # @type LoginUin: String
@@ -518,15 +523,19 @@ module TencentCloud
518
523
  # @param Content: 消息内容
519
524
  # 注意:此字段可能返回 null,表示取不到有效值。
520
525
  # @type Content: String
526
+ # @param FileInfos: 文档信息
527
+ # 注意:此字段可能返回 null,表示取不到有效值。
528
+ # @type FileInfos: Array
521
529
 
522
- attr_accessor :RecordBizId, :IsVisitor, :NickName, :Avatar, :Content
530
+ attr_accessor :RecordBizId, :IsVisitor, :NickName, :Avatar, :Content, :FileInfos
523
531
 
524
- def initialize(recordbizid=nil, isvisitor=nil, nickname=nil, avatar=nil, content=nil)
532
+ def initialize(recordbizid=nil, isvisitor=nil, nickname=nil, avatar=nil, content=nil, fileinfos=nil)
525
533
  @RecordBizId = recordbizid
526
534
  @IsVisitor = isvisitor
527
535
  @NickName = nickname
528
536
  @Avatar = avatar
529
537
  @Content = content
538
+ @FileInfos = fileinfos
530
539
  end
531
540
 
532
541
  def deserialize(params)
@@ -535,6 +544,14 @@ module TencentCloud
535
544
  @NickName = params['NickName']
536
545
  @Avatar = params['Avatar']
537
546
  @Content = params['Content']
547
+ unless params['FileInfos'].nil?
548
+ @FileInfos = []
549
+ params['FileInfos'].each do |i|
550
+ msgfileinfo_tmp = MsgFileInfo.new
551
+ msgfileinfo_tmp.deserialize(i)
552
+ @FileInfos << msgfileinfo_tmp
553
+ end
554
+ end
538
555
  end
539
556
  end
540
557
 
@@ -604,7 +621,7 @@ module TencentCloud
604
621
 
605
622
  # CreateAttributeLabel请求参数结构体
606
623
  class CreateAttributeLabelRequest < TencentCloud::Common::AbstractModel
607
- # @param BotBizId: 机器人ID
624
+ # @param BotBizId: 应用ID
608
625
  # @type BotBizId: String
609
626
  # @param AttrKey: 属性标识
610
627
  # @type AttrKey: String
@@ -711,7 +728,7 @@ module TencentCloud
711
728
 
712
729
  # CreateQACate请求参数结构体
713
730
  class CreateQACateRequest < TencentCloud::Common::AbstractModel
714
- # @param BotBizId: 机器人ID
731
+ # @param BotBizId: 应用ID
715
732
  # @type BotBizId: String
716
733
  # @param ParentBizId: 父级业务ID
717
734
  # @type ParentBizId: String
@@ -767,7 +784,7 @@ module TencentCloud
767
784
 
768
785
  # CreateQA请求参数结构体
769
786
  class CreateQARequest < TencentCloud::Common::AbstractModel
770
- # @param BotBizId: 机器人ID
787
+ # @param BotBizId: 应用ID
771
788
  # @type BotBizId: String
772
789
  # @param Question: 问题
773
790
  # @type Question: String
@@ -865,15 +882,15 @@ module TencentCloud
865
882
 
866
883
  # CreateReconstructDocumentFlow请求参数结构体
867
884
  class CreateReconstructDocumentFlowRequest < TencentCloud::Common::AbstractModel
868
- # @param FileBase64: 图片的 Base64 值。 支持的图片格式:PNG、JPG、JPEG、PDF,暂不支持 GIF 格式。 支持的图片大小:所下载图片经Base64编码后不超过 8M。图片下载时间不超过 3 秒。 支持的图片像素:单边介于20-10000px之间。 图片的 ImageUrlImageBase64 必须提供一个,如果都提供,只使用 ImageUrl
885
+ # @param FileBase64: 文件的 Base64 值。 支持的文件格式:PNG、JPG、JPEG、PDF 支持的文件大小:所下载文件经Base64编码后不超过 8M。文件下载时间不超过 3 秒。 支持的图片像素:单边介于20-10000px之间。 文件的 FileUrlFileBase64 必须提供一个,如果都提供,只使用 FileUrl
869
886
  # @type FileBase64: String
870
- # @param FileUrl: 图片的 Url 地址。 支持的图片格式:PNG、JPG、JPEG、PDF,暂不支持 GIF 格式。 支持的图片大小:所下载图片经 Base64 编码后不超过 8M。图片下载时间不超过 3 秒。 支持的图片像素:单边介于20-10000px之间。 图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。 非腾讯云存储的 Url 速度和稳定性可能受一定影响。
887
+ # @param FileUrl: 文件的 Url 地址。 支持的文件格式:PNG、JPG、JPEG、PDF 支持的文件大小:所下载文件经 Base64 编码后不超过 100M。文件下载时间不超过 15 秒。 支持的图片像素:单边介于20-10000px之间。 文件存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议文件存储于腾讯云。 非腾讯云存储的 Url 速度和稳定性可能受一定影响。
871
888
  # @type FileUrl: String
872
- # @param FileStartPageNumber: 当传入文件是PDF类型(IsPdf=true)时,用来指定pdf识别的起始页码,识别的页码包含当前值。
889
+ # @param FileStartPageNumber: 当传入文件是PDF类型时,用来指定pdf识别的起始页码,识别的页码包含当前值。
873
890
  # @type FileStartPageNumber: Integer
874
- # @param FileEndPageNumber: 当传入文件是PDF类型(IsPdf=true)时,用来指定pdf识别的结束页码,识别的页码包含当前值。
891
+ # @param FileEndPageNumber: 当传入文件是PDF类型时,用来指定pdf识别的结束页码,识别的页码包含当前值。
875
892
  # @type FileEndPageNumber: Integer
876
- # @param Config: 创建智能文档识别任务配置信息
893
+ # @param Config: 创建文档解析任务配置信息
877
894
  # @type Config: :class:`Tencentcloud::Lke.v20231130.models.CreateReconstructDocumentFlowConfig`
878
895
 
879
896
  attr_accessor :FileBase64, :FileUrl, :FileStartPageNumber, :FileEndPageNumber, :Config
@@ -920,7 +937,7 @@ module TencentCloud
920
937
 
921
938
  # CreateRejectedQuestion请求参数结构体
922
939
  class CreateRejectedQuestionRequest < TencentCloud::Common::AbstractModel
923
- # @param BotBizId: 机器人ID
940
+ # @param BotBizId: 应用ID
924
941
  # @type BotBizId: String
925
942
  # @param Question: 拒答问题
926
943
 
@@ -1070,7 +1087,7 @@ module TencentCloud
1070
1087
 
1071
1088
  # DeleteAttributeLabel请求参数结构体
1072
1089
  class DeleteAttributeLabelRequest < TencentCloud::Common::AbstractModel
1073
- # @param BotBizId: 机器人ID
1090
+ # @param BotBizId: 应用ID
1074
1091
  # @type BotBizId: String
1075
1092
  # @param AttributeBizIds: 属性ID
1076
1093
  # @type AttributeBizIds: Array
@@ -1116,7 +1133,7 @@ module TencentCloud
1116
1133
  class DeleteDocRequest < TencentCloud::Common::AbstractModel
1117
1134
  # @param DocBizIds: 文档业务ID列表
1118
1135
  # @type DocBizIds: Array
1119
- # @param BotBizId: 机器人ID
1136
+ # @param BotBizId: 应用ID
1120
1137
  # @type BotBizId: String
1121
1138
 
1122
1139
  attr_accessor :DocBizIds, :BotBizId
@@ -1150,7 +1167,7 @@ module TencentCloud
1150
1167
 
1151
1168
  # DeleteQACate请求参数结构体
1152
1169
  class DeleteQACateRequest < TencentCloud::Common::AbstractModel
1153
- # @param BotBizId: 机器人ID
1170
+ # @param BotBizId: 应用ID
1154
1171
  # @type BotBizId: String
1155
1172
  # @param CateBizId: 分类业务ID
1156
1173
  # @type CateBizId: String
@@ -1186,7 +1203,7 @@ module TencentCloud
1186
1203
 
1187
1204
  # DeleteQA请求参数结构体
1188
1205
  class DeleteQARequest < TencentCloud::Common::AbstractModel
1189
- # @param BotBizId: 机器人ID
1206
+ # @param BotBizId: 应用ID
1190
1207
  # @type BotBizId: String
1191
1208
  # @param QaBizIds: 问答ID
1192
1209
  # @type QaBizIds: Array
@@ -1222,7 +1239,7 @@ module TencentCloud
1222
1239
 
1223
1240
  # DeleteRejectedQuestion请求参数结构体
1224
1241
  class DeleteRejectedQuestionRequest < TencentCloud::Common::AbstractModel
1225
- # @param BotBizId: 机器人ID
1242
+ # @param BotBizId: 应用ID
1226
1243
  # @type BotBizId: String
1227
1244
  # @param RejectedBizIds: 拒答问题来源的数据源唯一id
1228
1245
 
@@ -1358,7 +1375,7 @@ module TencentCloud
1358
1375
 
1359
1376
  # DescribeAttributeLabel请求参数结构体
1360
1377
  class DescribeAttributeLabelRequest < TencentCloud::Common::AbstractModel
1361
- # @param BotBizId: 机器人ID
1378
+ # @param BotBizId: 应用ID
1362
1379
  # @type BotBizId: String
1363
1380
  # @param AttributeBizId: 属性ID
1364
1381
  # @type AttributeBizId: String
@@ -1480,7 +1497,7 @@ module TencentCloud
1480
1497
 
1481
1498
  # DescribeDoc请求参数结构体
1482
1499
  class DescribeDocRequest < TencentCloud::Common::AbstractModel
1483
- # @param BotBizId: 机器人ID
1500
+ # @param BotBizId: 应用ID
1484
1501
  # @type BotBizId: String
1485
1502
  # @param DocBizId: 文档ID
1486
1503
  # @type DocBizId: String
@@ -1617,7 +1634,7 @@ module TencentCloud
1617
1634
  class DescribeQARequest < TencentCloud::Common::AbstractModel
1618
1635
  # @param QaBizId: QA业务ID
1619
1636
  # @type QaBizId: String
1620
- # @param BotBizId: 机器人ID
1637
+ # @param BotBizId: 应用ID
1621
1638
  # @type BotBizId: String
1622
1639
 
1623
1640
  attr_accessor :QaBizId, :BotBizId
@@ -1761,7 +1778,7 @@ module TencentCloud
1761
1778
 
1762
1779
  # DescribeRefer请求参数结构体
1763
1780
  class DescribeReferRequest < TencentCloud::Common::AbstractModel
1764
- # @param BotBizId: 机器人ID
1781
+ # @param BotBizId: 应用ID
1765
1782
  # @type BotBizId: String
1766
1783
  # @param ReferBizIds: 引用ID
1767
1784
  # @type ReferBizIds: Array
@@ -1916,7 +1933,7 @@ module TencentCloud
1916
1933
 
1917
1934
  # DescribeRobotBizIDByAppKey请求参数结构体
1918
1935
  class DescribeRobotBizIDByAppKeyRequest < TencentCloud::Common::AbstractModel
1919
- # @param AppKey: 机器人appkey
1936
+ # @param AppKey: 应用appkey
1920
1937
  # @type AppKey: String
1921
1938
 
1922
1939
  attr_accessor :AppKey
@@ -1932,7 +1949,7 @@ module TencentCloud
1932
1949
 
1933
1950
  # DescribeRobotBizIDByAppKey返回参数结构体
1934
1951
  class DescribeRobotBizIDByAppKeyResponse < TencentCloud::Common::AbstractModel
1935
- # @param BotBizId: 机器人业务ID
1952
+ # @param BotBizId: 应用业务ID
1936
1953
  # @type BotBizId: String
1937
1954
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1938
1955
  # @type RequestId: String
@@ -1952,25 +1969,29 @@ module TencentCloud
1952
1969
 
1953
1970
  # DescribeStorageCredential请求参数结构体
1954
1971
  class DescribeStorageCredentialRequest < TencentCloud::Common::AbstractModel
1955
- # @param BotBizId: 机器人ID
1972
+ # @param BotBizId: 应用ID
1956
1973
  # @type BotBizId: String
1957
- # @param FileType: 文件类型
1974
+ # @param FileType: 文件类型,正常的文件名类型后缀,例如 xlsx、pdf、 docx、png 等
1958
1975
  # @type FileType: String
1959
- # @param IsPublic: 权限场景,是否公有权限
1976
+ # @param IsPublic: IsPublic为空用于上传文件时选择场景,当上传为图片文件是IsPublic为true,上传文档文件时场景IsPublic为false
1960
1977
  # @type IsPublic: Boolean
1978
+ # @param TypeKey: 存储类型: offline:离线文件,realtime:实时文件;为空默认为offline
1979
+ # @type TypeKey: String
1961
1980
 
1962
- attr_accessor :BotBizId, :FileType, :IsPublic
1981
+ attr_accessor :BotBizId, :FileType, :IsPublic, :TypeKey
1963
1982
 
1964
- def initialize(botbizid=nil, filetype=nil, ispublic=nil)
1983
+ def initialize(botbizid=nil, filetype=nil, ispublic=nil, typekey=nil)
1965
1984
  @BotBizId = botbizid
1966
1985
  @FileType = filetype
1967
1986
  @IsPublic = ispublic
1987
+ @TypeKey = typekey
1968
1988
  end
1969
1989
 
1970
1990
  def deserialize(params)
1971
1991
  @BotBizId = params['BotBizId']
1972
1992
  @FileType = params['FileType']
1973
1993
  @IsPublic = params['IsPublic']
1994
+ @TypeKey = params['TypeKey']
1974
1995
  end
1975
1996
  end
1976
1997
 
@@ -1994,7 +2015,7 @@ module TencentCloud
1994
2015
  # @type CorpUin: String
1995
2016
  # @param ImagePath: 图片存储目录
1996
2017
  # @type ImagePath: String
1997
- # @param UploadPath: 上传存储目录
2018
+ # @param UploadPath: 上传存储路径,到具体文件
1998
2019
  # @type UploadPath: String
1999
2020
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2000
2021
  # @type RequestId: String
@@ -2035,7 +2056,7 @@ module TencentCloud
2035
2056
 
2036
2057
  # DescribeUnsatisfiedReplyContext请求参数结构体
2037
2058
  class DescribeUnsatisfiedReplyContextRequest < TencentCloud::Common::AbstractModel
2038
- # @param BotBizId: 机器人ID
2059
+ # @param BotBizId: 应用ID
2039
2060
  # @type BotBizId: String
2040
2061
  # @param ReplyBizId: 回复ID
2041
2062
  # @type ReplyBizId: String
@@ -2228,7 +2249,7 @@ module TencentCloud
2228
2249
 
2229
2250
  # ExportAttributeLabel请求参数结构体
2230
2251
  class ExportAttributeLabelRequest < TencentCloud::Common::AbstractModel
2231
- # @param BotBizId: 机器人ID
2252
+ # @param BotBizId: 应用ID
2232
2253
  # @type BotBizId: String
2233
2254
  # @param LoginUin: 登录用户主账号(集成商模式必填)
2234
2255
  # @type LoginUin: String
@@ -2283,7 +2304,7 @@ module TencentCloud
2283
2304
 
2284
2305
  # ExportQAList请求参数结构体
2285
2306
  class ExportQAListRequest < TencentCloud::Common::AbstractModel
2286
- # @param BotBizId: 机器人ID
2307
+ # @param BotBizId: 应用ID
2287
2308
  # @type BotBizId: String
2288
2309
  # @param QaBizIds: QA业务ID
2289
2310
  # @type QaBizIds: Array
@@ -2326,7 +2347,7 @@ module TencentCloud
2326
2347
 
2327
2348
  # ExportUnsatisfiedReply请求参数结构体
2328
2349
  class ExportUnsatisfiedReplyRequest < TencentCloud::Common::AbstractModel
2329
- # @param BotBizId: 机器人ID
2350
+ # @param BotBizId: 应用ID
2330
2351
  # @type BotBizId: String
2331
2352
  # @param ReplyBizIds: 勾选导出ID列表
2332
2353
  # @type ReplyBizIds: Array
@@ -2375,6 +2396,43 @@ module TencentCloud
2375
2396
  end
2376
2397
  end
2377
2398
 
2399
+ # 实时上传的文件信息
2400
+ class FileInfo < TencentCloud::Common::AbstractModel
2401
+ # @param FileName: 文件名称
2402
+ # 注意:此字段可能返回 null,表示取不到有效值。
2403
+ # @type FileName: String
2404
+ # @param FileSize: 文件大小
2405
+ # 注意:此字段可能返回 null,表示取不到有效值。
2406
+ # @type FileSize: String
2407
+ # @param FileUrl: 文件的URL地址,COS地址
2408
+ # 注意:此字段可能返回 null,表示取不到有效值。
2409
+ # @type FileUrl: String
2410
+ # @param FileType: 文件类型
2411
+ # 注意:此字段可能返回 null,表示取不到有效值。
2412
+ # @type FileType: String
2413
+ # @param DocId: 解析后返回的DocID
2414
+ # 注意:此字段可能返回 null,表示取不到有效值。
2415
+ # @type DocId: String
2416
+
2417
+ attr_accessor :FileName, :FileSize, :FileUrl, :FileType, :DocId
2418
+
2419
+ def initialize(filename=nil, filesize=nil, fileurl=nil, filetype=nil, docid=nil)
2420
+ @FileName = filename
2421
+ @FileSize = filesize
2422
+ @FileUrl = fileurl
2423
+ @FileType = filetype
2424
+ @DocId = docid
2425
+ end
2426
+
2427
+ def deserialize(params)
2428
+ @FileName = params['FileName']
2429
+ @FileSize = params['FileSize']
2430
+ @FileUrl = params['FileUrl']
2431
+ @FileType = params['FileType']
2432
+ @DocId = params['DocId']
2433
+ end
2434
+ end
2435
+
2378
2436
  # 不满意回复检索过滤
2379
2437
  class Filters < TencentCloud::Common::AbstractModel
2380
2438
  # @param Query: 检索,用户问题或答案
@@ -2397,7 +2455,7 @@ module TencentCloud
2397
2455
 
2398
2456
  # GenerateQA请求参数结构体
2399
2457
  class GenerateQARequest < TencentCloud::Common::AbstractModel
2400
- # @param BotBizId: 机器人ID
2458
+ # @param BotBizId: 应用ID
2401
2459
  # @type BotBizId: String
2402
2460
  # @param DocBizIds: 文档ID
2403
2461
  # @type DocBizIds: Array
@@ -2532,19 +2590,23 @@ module TencentCloud
2532
2590
  class GetDocPreviewRequest < TencentCloud::Common::AbstractModel
2533
2591
  # @param DocBizId: 文档业务ID
2534
2592
  # @type DocBizId: String
2535
- # @param BotBizId: 机器人ID
2593
+ # @param BotBizId: 应用ID
2536
2594
  # @type BotBizId: String
2595
+ # @param TypeKey: 存储类型: offline:离线文件,realtime:实时文件;为空默认为offline
2596
+ # @type TypeKey: String
2537
2597
 
2538
- attr_accessor :DocBizId, :BotBizId
2598
+ attr_accessor :DocBizId, :BotBizId, :TypeKey
2539
2599
 
2540
- def initialize(docbizid=nil, botbizid=nil)
2600
+ def initialize(docbizid=nil, botbizid=nil, typekey=nil)
2541
2601
  @DocBizId = docbizid
2542
2602
  @BotBizId = botbizid
2603
+ @TypeKey = typekey
2543
2604
  end
2544
2605
 
2545
2606
  def deserialize(params)
2546
2607
  @DocBizId = params['DocBizId']
2547
2608
  @BotBizId = params['BotBizId']
2609
+ @TypeKey = params['TypeKey']
2548
2610
  end
2549
2611
  end
2550
2612
 
@@ -2652,7 +2714,7 @@ module TencentCloud
2652
2714
  # @type SessionId: String
2653
2715
  # @param LastRecordId: 最后一条记录ID
2654
2716
  # @type LastRecordId: String
2655
- # @param BotAppKey: 机器人AppKey
2717
+ # @param BotAppKey: 应用AppKey
2656
2718
  # @type BotAppKey: String
2657
2719
  # @param Scene: 场景, 体验: 1; 正式: 2
2658
2720
  # @type Scene: Integer
@@ -2732,7 +2794,7 @@ module TencentCloud
2732
2794
  # @type Status: String
2733
2795
  # @param DocumentRecognizeResultUrl: 输入文件中嵌入的图片中文字内容的识别结果,存储在腾讯云cos的下载地址
2734
2796
  # @type DocumentRecognizeResultUrl: String
2735
- # @param FailedPages: 还原失败的页
2797
+ # @param FailedPages: 文档解析失败的页码
2736
2798
  # @type FailedPages: Array
2737
2799
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2738
2800
  # @type RequestId: String
@@ -2767,7 +2829,7 @@ module TencentCloud
2767
2829
  # @type TaskId: String
2768
2830
  # @param TaskType: 任务类型
2769
2831
  # @type TaskType: String
2770
- # @param BotBizId: 机器人ID
2832
+ # @param BotBizId: 应用ID
2771
2833
  # @type BotBizId: String
2772
2834
 
2773
2835
  attr_accessor :TaskId, :TaskType, :BotBizId
@@ -2851,7 +2913,7 @@ module TencentCloud
2851
2913
  class GetWsTokenRequest < TencentCloud::Common::AbstractModel
2852
2914
  # @param Type: 接入类型
2853
2915
  # @type Type: Integer
2854
- # @param BotAppKey: 机器人AppKey
2916
+ # @param BotAppKey: 应用AppKey
2855
2917
  # @type BotAppKey: String
2856
2918
  # @param VisitorBizId: 坐席ID
2857
2919
  # @type VisitorBizId: String
@@ -2886,25 +2948,34 @@ module TencentCloud
2886
2948
  class GetWsTokenResponse < TencentCloud::Common::AbstractModel
2887
2949
  # @param Token: token值
2888
2950
  # @type Token: String
2951
+ # @param Balance: 余额; 余额大于 0 时表示有效.
2952
+ # 注意:此字段可能返回 null,表示取不到有效值。
2953
+ # @type Balance: Float
2954
+ # @param InputLenLimit: 对话窗输入字符限制
2955
+ # @type InputLenLimit: Integer
2889
2956
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2890
2957
  # @type RequestId: String
2891
2958
 
2892
- attr_accessor :Token, :RequestId
2959
+ attr_accessor :Token, :Balance, :InputLenLimit, :RequestId
2893
2960
 
2894
- def initialize(token=nil, requestid=nil)
2961
+ def initialize(token=nil, balance=nil, inputlenlimit=nil, requestid=nil)
2895
2962
  @Token = token
2963
+ @Balance = balance
2964
+ @InputLenLimit = inputlenlimit
2896
2965
  @RequestId = requestid
2897
2966
  end
2898
2967
 
2899
2968
  def deserialize(params)
2900
2969
  @Token = params['Token']
2970
+ @Balance = params['Balance']
2971
+ @InputLenLimit = params['InputLenLimit']
2901
2972
  @RequestId = params['RequestId']
2902
2973
  end
2903
2974
  end
2904
2975
 
2905
2976
  # GroupQA请求参数结构体
2906
2977
  class GroupQARequest < TencentCloud::Common::AbstractModel
2907
- # @param BotBizId: 机器人ID
2978
+ # @param BotBizId: 应用ID
2908
2979
  # @type BotBizId: String
2909
2980
  # @param QaBizIds: QA业务ID列表
2910
2981
  # @type QaBizIds: Array
@@ -2944,7 +3015,7 @@ module TencentCloud
2944
3015
 
2945
3016
  # 分片高亮内容
2946
3017
  class Highlight < TencentCloud::Common::AbstractModel
2947
- # @param StartPos: 高亮启始位置
3018
+ # @param StartPos: 高亮起始位置
2948
3019
 
2949
3020
  # 注意:此字段可能返回 null,表示取不到有效值。
2950
3021
  # @type StartPos: String
@@ -2974,7 +3045,7 @@ module TencentCloud
2974
3045
 
2975
3046
  # IgnoreUnsatisfiedReply请求参数结构体
2976
3047
  class IgnoreUnsatisfiedReplyRequest < TencentCloud::Common::AbstractModel
2977
- # @param BotBizId: 机器人ID
3048
+ # @param BotBizId: 应用ID
2978
3049
  # @type BotBizId: String
2979
3050
  # @param ReplyBizIds: 不满意回复ID
2980
3051
  # @type ReplyBizIds: Array
@@ -3020,7 +3091,7 @@ module TencentCloud
3020
3091
  class IsTransferIntentRequest < TencentCloud::Common::AbstractModel
3021
3092
  # @param Content: 内容
3022
3093
  # @type Content: String
3023
- # @param BotAppKey: 机器人appKey
3094
+ # @param BotAppKey: 应用appKey
3024
3095
  # @type BotAppKey: String
3025
3096
 
3026
3097
  attr_accessor :Content, :BotAppKey
@@ -3171,10 +3242,13 @@ module TencentCloud
3171
3242
  # @param DocTopN: 文档最大召回数量, 默认3,限制5
3172
3243
  # 注意:此字段可能返回 null,表示取不到有效值。
3173
3244
  # @type DocTopN: Integer
3245
+ # @param Confidence: 检索置信度,针对文档和问答有效,最小0.01,最大0.99
3246
+ # 注意:此字段可能返回 null,表示取不到有效值。
3247
+ # @type Confidence: Float
3174
3248
 
3175
- attr_accessor :Type, :ReplyFlexibility, :UseSearchEngine, :ShowSearchEngine, :IsEnabled, :QaTopN, :DocTopN
3249
+ attr_accessor :Type, :ReplyFlexibility, :UseSearchEngine, :ShowSearchEngine, :IsEnabled, :QaTopN, :DocTopN, :Confidence
3176
3250
 
3177
- def initialize(type=nil, replyflexibility=nil, usesearchengine=nil, showsearchengine=nil, isenabled=nil, qatopn=nil, doctopn=nil)
3251
+ def initialize(type=nil, replyflexibility=nil, usesearchengine=nil, showsearchengine=nil, isenabled=nil, qatopn=nil, doctopn=nil, confidence=nil)
3178
3252
  @Type = type
3179
3253
  @ReplyFlexibility = replyflexibility
3180
3254
  @UseSearchEngine = usesearchengine
@@ -3182,6 +3256,7 @@ module TencentCloud
3182
3256
  @IsEnabled = isenabled
3183
3257
  @QaTopN = qatopn
3184
3258
  @DocTopN = doctopn
3259
+ @Confidence = confidence
3185
3260
  end
3186
3261
 
3187
3262
  def deserialize(params)
@@ -3192,6 +3267,7 @@ module TencentCloud
3192
3267
  @IsEnabled = params['IsEnabled']
3193
3268
  @QaTopN = params['QaTopN']
3194
3269
  @DocTopN = params['DocTopN']
3270
+ @Confidence = params['Confidence']
3195
3271
  end
3196
3272
  end
3197
3273
 
@@ -3348,7 +3424,7 @@ module TencentCloud
3348
3424
 
3349
3425
  # ListAttributeLabel请求参数结构体
3350
3426
  class ListAttributeLabelRequest < TencentCloud::Common::AbstractModel
3351
- # @param BotBizId: 机器人ID
3427
+ # @param BotBizId: 应用ID
3352
3428
  # @type BotBizId: String
3353
3429
  # @param PageNumber: 页码
3354
3430
  # @type PageNumber: Integer
@@ -3684,7 +3760,7 @@ module TencentCloud
3684
3760
 
3685
3761
  # ListQACate请求参数结构体
3686
3762
  class ListQACateRequest < TencentCloud::Common::AbstractModel
3687
- # @param BotBizId: 机器人ID
3763
+ # @param BotBizId: 应用ID
3688
3764
  # @type BotBizId: String
3689
3765
 
3690
3766
  attr_accessor :BotBizId
@@ -3902,7 +3978,7 @@ module TencentCloud
3902
3978
 
3903
3979
  # ListRejectedQuestionPreview请求参数结构体
3904
3980
  class ListRejectedQuestionPreviewRequest < TencentCloud::Common::AbstractModel
3905
- # @param BotBizId: 机器人ID
3981
+ # @param BotBizId: 应用ID
3906
3982
  # @type BotBizId: String
3907
3983
  # @param PageNumber: 页码
3908
3984
  # @type PageNumber: Integer
@@ -3977,7 +4053,7 @@ module TencentCloud
3977
4053
 
3978
4054
  # ListRejectedQuestion请求参数结构体
3979
4055
  class ListRejectedQuestionRequest < TencentCloud::Common::AbstractModel
3980
- # @param BotBizId: 机器人ID
4056
+ # @param BotBizId: 应用ID
3981
4057
  # @type BotBizId: String
3982
4058
  # @param PageNumber: 页码
3983
4059
  # @type PageNumber: Integer
@@ -4115,7 +4191,7 @@ module TencentCloud
4115
4191
 
4116
4192
  # ListReleaseDocPreview请求参数结构体
4117
4193
  class ListReleaseDocPreviewRequest < TencentCloud::Common::AbstractModel
4118
- # @param BotBizId: 机器人ID
4194
+ # @param BotBizId: 应用ID
4119
4195
  # @type BotBizId: String
4120
4196
  # @param PageNumber: 页码
4121
4197
  # @type PageNumber: Integer
@@ -4238,7 +4314,7 @@ module TencentCloud
4238
4314
 
4239
4315
  # ListReleaseQAPreview请求参数结构体
4240
4316
  class ListReleaseQAPreviewRequest < TencentCloud::Common::AbstractModel
4241
- # @param BotBizId: 机器人ID
4317
+ # @param BotBizId: 应用ID
4242
4318
  # @type BotBizId: String
4243
4319
  # @param PageNumber: 页码
4244
4320
  # @type PageNumber: Integer
@@ -4372,7 +4448,7 @@ module TencentCloud
4372
4448
 
4373
4449
  # ListSelectDoc请求参数结构体
4374
4450
  class ListSelectDocRequest < TencentCloud::Common::AbstractModel
4375
- # @param BotBizId: 机器人ID
4451
+ # @param BotBizId: 应用ID
4376
4452
  # @type BotBizId: String
4377
4453
  # @param FileName: 文档名称
4378
4454
  # @type FileName: String
@@ -4423,7 +4499,7 @@ module TencentCloud
4423
4499
 
4424
4500
  # ListUnsatisfiedReply请求参数结构体
4425
4501
  class ListUnsatisfiedReplyRequest < TencentCloud::Common::AbstractModel
4426
- # @param BotBizId: 机器人ID
4502
+ # @param BotBizId: 应用ID
4427
4503
  # @type BotBizId: String
4428
4504
  # @param PageNumber: 页码
4429
4505
  # @type PageNumber: Integer
@@ -4610,7 +4686,7 @@ module TencentCloud
4610
4686
 
4611
4687
  # ModifyAttributeLabel请求参数结构体
4612
4688
  class ModifyAttributeLabelRequest < TencentCloud::Common::AbstractModel
4613
- # @param BotBizId: 机器人ID
4689
+ # @param BotBizId: 应用ID
4614
4690
  # @type BotBizId: String
4615
4691
  # @param AttributeBizId: 属性ID
4616
4692
  # @type AttributeBizId: String
@@ -4681,7 +4757,7 @@ module TencentCloud
4681
4757
 
4682
4758
  # ModifyDocAttrRange请求参数结构体
4683
4759
  class ModifyDocAttrRangeRequest < TencentCloud::Common::AbstractModel
4684
- # @param BotBizId: 机器人ID
4760
+ # @param BotBizId: 应用ID
4685
4761
  # @type BotBizId: String
4686
4762
  # @param DocBizIds: 文档ID
4687
4763
  # @type DocBizIds: Array
@@ -4732,7 +4808,7 @@ module TencentCloud
4732
4808
 
4733
4809
  # ModifyDoc请求参数结构体
4734
4810
  class ModifyDocRequest < TencentCloud::Common::AbstractModel
4735
- # @param BotBizId: 机器人ID
4811
+ # @param BotBizId: 应用ID
4736
4812
  # @type BotBizId: String
4737
4813
  # @param DocBizId: 文档ID
4738
4814
  # @type DocBizId: String
@@ -4812,7 +4888,7 @@ module TencentCloud
4812
4888
 
4813
4889
  # ModifyQAAttrRange请求参数结构体
4814
4890
  class ModifyQAAttrRangeRequest < TencentCloud::Common::AbstractModel
4815
- # @param BotBizId: 机器人ID
4891
+ # @param BotBizId: 应用ID
4816
4892
  # @type BotBizId: String
4817
4893
  # @param QaBizIds: 问答ID
4818
4894
  # @type QaBizIds: Array
@@ -4863,7 +4939,7 @@ module TencentCloud
4863
4939
 
4864
4940
  # ModifyQACate请求参数结构体
4865
4941
  class ModifyQACateRequest < TencentCloud::Common::AbstractModel
4866
- # @param BotBizId: 机器人ID
4942
+ # @param BotBizId: 应用ID
4867
4943
  # @type BotBizId: String
4868
4944
  # @param Name: 分类名称
4869
4945
  # @type Name: String
@@ -4903,7 +4979,7 @@ module TencentCloud
4903
4979
 
4904
4980
  # ModifyQA请求参数结构体
4905
4981
  class ModifyQARequest < TencentCloud::Common::AbstractModel
4906
- # @param BotBizId: 机器人ID
4982
+ # @param BotBizId: 应用ID
4907
4983
  # @type BotBizId: String
4908
4984
  # @param QaBizId: 问答ID
4909
4985
  # @type QaBizId: String
@@ -4982,7 +5058,7 @@ module TencentCloud
4982
5058
 
4983
5059
  # ModifyRejectedQuestion请求参数结构体
4984
5060
  class ModifyRejectedQuestionRequest < TencentCloud::Common::AbstractModel
4985
- # @param BotBizId: 机器人ID
5061
+ # @param BotBizId: 应用ID
4986
5062
  # @type BotBizId: String
4987
5063
  # @param Question: 拒答问题
4988
5064
 
@@ -5023,6 +5099,43 @@ module TencentCloud
5023
5099
  end
5024
5100
  end
5025
5101
 
5102
+ # 文档信息
5103
+ class MsgFileInfo < TencentCloud::Common::AbstractModel
5104
+ # @param FileName: 文档名称
5105
+ # 注意:此字段可能返回 null,表示取不到有效值。
5106
+ # @type FileName: String
5107
+ # @param FileSize: 文档大小
5108
+ # 注意:此字段可能返回 null,表示取不到有效值。
5109
+ # @type FileSize: String
5110
+ # @param FileUrl: 文档URL
5111
+ # 注意:此字段可能返回 null,表示取不到有效值。
5112
+ # @type FileUrl: String
5113
+ # @param FileType: 文档类型
5114
+ # 注意:此字段可能返回 null,表示取不到有效值。
5115
+ # @type FileType: String
5116
+ # @param DocId: 文档ID
5117
+ # 注意:此字段可能返回 null,表示取不到有效值。
5118
+ # @type DocId: String
5119
+
5120
+ attr_accessor :FileName, :FileSize, :FileUrl, :FileType, :DocId
5121
+
5122
+ def initialize(filename=nil, filesize=nil, fileurl=nil, filetype=nil, docid=nil)
5123
+ @FileName = filename
5124
+ @FileSize = filesize
5125
+ @FileUrl = fileurl
5126
+ @FileType = filetype
5127
+ @DocId = docid
5128
+ end
5129
+
5130
+ def deserialize(params)
5131
+ @FileName = params['FileName']
5132
+ @FileSize = params['FileSize']
5133
+ @FileUrl = params['FileUrl']
5134
+ @FileType = params['FileType']
5135
+ @DocId = params['DocId']
5136
+ end
5137
+ end
5138
+
5026
5139
  # 消息详情
5027
5140
  class MsgRecord < TencentCloud::Common::AbstractModel
5028
5141
  # @param Content: 内容
@@ -5065,6 +5178,20 @@ module TencentCloud
5065
5178
  # 注意:此字段可能返回 null,表示取不到有效值。
5066
5179
  # @type TokenStat: :class:`Tencentcloud::Lke.v20231130.models.TokenStat`
5067
5180
  # @param ReplyMethod: 回复方式
5181
+ # 1:大模型直接回复;
5182
+ # 2:保守回复, 未知问题回复;
5183
+ # 3:拒答问题回复;
5184
+ # 4:敏感回复;
5185
+ # 5:问答对直接回复, 已采纳问答对优先回复;
5186
+ # 6:欢迎语回复;
5187
+ # 7:并发超限回复;
5188
+ # 8:全局干预知识;
5189
+ # 9:任务流程过程回复, 当历史记录中 task_flow.type = 0 时, 为大模型回复;
5190
+ # 10:任务流程答案回复;
5191
+ # 11:搜索引擎回复;
5192
+ # 12:知识润色后回复;
5193
+ # 13:图片理解回复;
5194
+ # 14:实时文档回复;
5068
5195
  # 注意:此字段可能返回 null,表示取不到有效值。
5069
5196
  # @type ReplyMethod: Integer
5070
5197
  # @param OptionCards: 选项卡, 用于多轮对话
@@ -5073,10 +5200,13 @@ module TencentCloud
5073
5200
  # @param TaskFlow: 任务信息
5074
5201
  # 注意:此字段可能返回 null,表示取不到有效值。
5075
5202
  # @type TaskFlow: :class:`Tencentcloud::Lke.v20231130.models.TaskFlowInfo`
5203
+ # @param FileInfos: 用户传入的文件信息
5204
+ # 注意:此字段可能返回 null,表示取不到有效值。
5205
+ # @type FileInfos: Array
5076
5206
 
5077
- attr_accessor :Content, :SessionId, :RecordId, :RelatedRecordId, :IsFromSelf, :FromName, :FromAvatar, :Timestamp, :HasRead, :Score, :CanRating, :CanFeedback, :Type, :References, :Reasons, :IsLlmGenerated, :ImageUrls, :TokenStat, :ReplyMethod, :OptionCards, :TaskFlow
5207
+ attr_accessor :Content, :SessionId, :RecordId, :RelatedRecordId, :IsFromSelf, :FromName, :FromAvatar, :Timestamp, :HasRead, :Score, :CanRating, :CanFeedback, :Type, :References, :Reasons, :IsLlmGenerated, :ImageUrls, :TokenStat, :ReplyMethod, :OptionCards, :TaskFlow, :FileInfos
5078
5208
 
5079
- def initialize(content=nil, sessionid=nil, recordid=nil, relatedrecordid=nil, isfromself=nil, fromname=nil, fromavatar=nil, timestamp=nil, hasread=nil, score=nil, canrating=nil, canfeedback=nil, type=nil, references=nil, reasons=nil, isllmgenerated=nil, imageurls=nil, tokenstat=nil, replymethod=nil, optioncards=nil, taskflow=nil)
5209
+ def initialize(content=nil, sessionid=nil, recordid=nil, relatedrecordid=nil, isfromself=nil, fromname=nil, fromavatar=nil, timestamp=nil, hasread=nil, score=nil, canrating=nil, canfeedback=nil, type=nil, references=nil, reasons=nil, isllmgenerated=nil, imageurls=nil, tokenstat=nil, replymethod=nil, optioncards=nil, taskflow=nil, fileinfos=nil)
5080
5210
  @Content = content
5081
5211
  @SessionId = sessionid
5082
5212
  @RecordId = recordid
@@ -5098,6 +5228,7 @@ module TencentCloud
5098
5228
  @ReplyMethod = replymethod
5099
5229
  @OptionCards = optioncards
5100
5230
  @TaskFlow = taskflow
5231
+ @FileInfos = fileinfos
5101
5232
  end
5102
5233
 
5103
5234
  def deserialize(params)
@@ -5135,6 +5266,14 @@ module TencentCloud
5135
5266
  @TaskFlow = TaskFlowInfo.new
5136
5267
  @TaskFlow.deserialize(params['TaskFlow'])
5137
5268
  end
5269
+ unless params['FileInfos'].nil?
5270
+ @FileInfos = []
5271
+ params['FileInfos'].each do |i|
5272
+ fileinfo_tmp = FileInfo.new
5273
+ fileinfo_tmp.deserialize(i)
5274
+ @FileInfos << fileinfo_tmp
5275
+ end
5276
+ end
5138
5277
  end
5139
5278
  end
5140
5279
 
@@ -5428,7 +5567,7 @@ module TencentCloud
5428
5567
  # @type PageNumber: Integer
5429
5568
  # @param PageSize: 每页数量
5430
5569
  # @type PageSize: Integer
5431
- # @param BotBizId: 机器人ID
5570
+ # @param BotBizId: 应用ID
5432
5571
  # @type BotBizId: String
5433
5572
  # @param Query: 查询内容
5434
5573
  # @type Query: String
@@ -5593,7 +5732,7 @@ module TencentCloud
5593
5732
 
5594
5733
  # RateMsgRecord请求参数结构体
5595
5734
  class RateMsgRecordRequest < TencentCloud::Common::AbstractModel
5596
- # @param BotAppKey: 机器人appKey
5735
+ # @param BotAppKey: 应用appKey
5597
5736
  # @type BotAppKey: String
5598
5737
  # @param RecordId: 消息ID
5599
5738
  # @type RecordId: String
@@ -5670,14 +5809,13 @@ module TencentCloud
5670
5809
 
5671
5810
  # ReconstructDocument请求参数结构体
5672
5811
  class ReconstructDocumentRequest < TencentCloud::Common::AbstractModel
5673
- # @param FileBase64: 图片的 Base64 值。 支持的图片格式:PNG、JPG、JPEG、PDF,暂不支持 GIF 格式。 支持的图片大小:所下载图片经Base64编码后不超过 8M。图片下载时间不超过 3 秒。 支持的图片像素:单边介于20-10000px之间。 图片的 ImageUrlImageBase64 必须提供一个,如果都提供,只使用 ImageUrl
5812
+ # @param FileBase64: 文件的 Base64 值。 支持的文件格式:PNG、JPG、JPEG、PDF 支持的文件大小:所下载文件经Base64编码后不超过 8M。文件下载时间不超过 3 秒。 支持的图片像素:单边介于20-10000px之间。 文件的 FileUrlFileBase64 必须提供一个,如果都提供,只使用 FileUrl
5674
5813
  # @type FileBase64: String
5675
- # @param FileUrl: 图片的 Url 地址。 支持的图片格式:PNG、JPG、JPEG、PDF,暂不支持 GIF 格式。 支持的图片大小:所下载图片经 Base64 编码后不超过 8M。图片下载时间不超过 3 秒。 支持的图片像素:单边介于20-10000px之间。 图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。 非腾讯云存储的 Url 速度和稳定性可能受一定影响。
5814
+ # @param FileUrl: 文件的 Url 地址。 支持的文件格式:PNG、JPG、JPEG、PDF 支持的文件大小:所下载文件经 Base64 编码后不超过 8M。文件下载时间不超过 3 秒。 支持的图片像素:单边介于20-10000px之间。 文件存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议文件存储于腾讯云。 非腾讯云存储的 Url 速度和稳定性可能受一定影响。
5676
5815
  # @type FileUrl: String
5677
- # @param FileStartPageNumber: 当传入文件是PDF类型(IsPdf=true)时,用来指定pdf识别的起始页码,识别的页码包含当前值。
5816
+ # @param FileStartPageNumber: 当传入文件是PDF类型时,用来指定pdf识别的起始页码,识别的页码包含当前值。
5678
5817
  # @type FileStartPageNumber: Integer
5679
- # @param FileEndPageNumber: 当传入文件是PDF类型(IsPdf=true)时,用来指定pdf识别的结束页码,识别的页码包含当前值。
5680
- # 单次调用,最多支持10页pdf的智能识别。
5818
+ # @param FileEndPageNumber: 当传入文件是PDF类型时,用来指定pdf识别的结束页码,识别的页码包含当前值。单次调用,最多支持10页pdf的文档解析。
5681
5819
  # @type FileEndPageNumber: Integer
5682
5820
  # @param Config: 配置选项,支持配置是否在生成的Markdown中是否嵌入图片
5683
5821
  # @type Config: :class:`Tencentcloud::Lke.v20231130.models.ReconstructDocumentConfig`
@@ -6086,7 +6224,7 @@ module TencentCloud
6086
6224
 
6087
6225
  # RetryDocAudit请求参数结构体
6088
6226
  class RetryDocAuditRequest < TencentCloud::Common::AbstractModel
6089
- # @param BotBizId: 机器人ID
6227
+ # @param BotBizId: 应用ID
6090
6228
  # @type BotBizId: String
6091
6229
  # @param DocBizId: 文档ID
6092
6230
  # @type DocBizId: String
@@ -6122,7 +6260,7 @@ module TencentCloud
6122
6260
 
6123
6261
  # RetryDocParse请求参数结构体
6124
6262
  class RetryDocParseRequest < TencentCloud::Common::AbstractModel
6125
- # @param BotBizId: 机器人ID
6263
+ # @param BotBizId: 应用ID
6126
6264
  # @type BotBizId: String
6127
6265
  # @param DocBizId: 文档ID
6128
6266
  # @type DocBizId: String
@@ -6310,7 +6448,7 @@ module TencentCloud
6310
6448
 
6311
6449
  # StopDocParse请求参数结构体
6312
6450
  class StopDocParseRequest < TencentCloud::Common::AbstractModel
6313
- # @param BotBizId: 机器人ID
6451
+ # @param BotBizId: 应用ID
6314
6452
  # @type BotBizId: String
6315
6453
  # @param DocBizId: 文档ID
6316
6454
  # @type DocBizId: String
@@ -6547,7 +6685,7 @@ module TencentCloud
6547
6685
  # @param Question: 用户问题
6548
6686
  # 注意:此字段可能返回 null,表示取不到有效值。
6549
6687
  # @type Question: String
6550
- # @param Answer: 机器人回复
6688
+ # @param Answer: 应用回复
6551
6689
  # 注意:此字段可能返回 null,表示取不到有效值。
6552
6690
  # @type Answer: String
6553
6691
  # @param Reasons: 错误类型
@@ -6575,7 +6713,7 @@ module TencentCloud
6575
6713
 
6576
6714
  # UploadAttributeLabel请求参数结构体
6577
6715
  class UploadAttributeLabelRequest < TencentCloud::Common::AbstractModel
6578
- # @param BotBizId: 机器人ID
6716
+ # @param BotBizId: 应用ID
6579
6717
  # @type BotBizId: String
6580
6718
  # @param FileName: 文件名
6581
6719
  # @type FileName: String
@@ -6673,7 +6811,7 @@ module TencentCloud
6673
6811
  class VerifyQARequest < TencentCloud::Common::AbstractModel
6674
6812
  # @param List: 问答列表
6675
6813
  # @type List: Array
6676
- # @param BotBizId: 机器人ID
6814
+ # @param BotBizId: 应用ID
6677
6815
  # @type BotBizId: String
6678
6816
  # @param LoginUin: 登录用户主账号(集成商模式必填)
6679
6817
  # @type LoginUin: String
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.847
4
+ version: 3.0.849
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-06-19 00:00:00.000000000 Z
11
+ date: 2024-06-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -33,9 +33,9 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
+ - lib/tencentcloud-sdk-lke.rb
36
37
  - lib/v20231130/models.rb
37
38
  - lib/v20231130/client.rb
38
- - lib/tencentcloud-sdk-lke.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses: