tencentcloud-sdk-lke 3.0.905 → 3.0.906

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: 7af0d31d5ab9f578af3bd44c41176f98581762cf
4
- data.tar.gz: 1aa5baaead57f35cc2c412c645fd30a4d90ddefd
3
+ metadata.gz: 9ba97d9a6aa985a550e2e8e064ef26e0bcd2cf08
4
+ data.tar.gz: f6f101cce8a2b73f2f85f28d0d217ab83b1702e0
5
5
  SHA512:
6
- metadata.gz: 6df6737e1fb8c5de14a1d122e25b43de9856556a01f9c6d4f3a43f5a69211c60e67da722d310aac928e5aa3ac385a77ba15bb47658c90f9a694b84897d4840c8
7
- data.tar.gz: 581e792560b899ffc53d9fa27c648d6455ab7afd48ffe6750f504b069744a5829bfcece96ea81307c61afc423916e07158a7efef8c887b34b8ef6f4e9e69e83a
6
+ metadata.gz: 07fd819bd2a568d3491b7b2012156772b370d02f698a26a058ad9dbd7d8dbd34e6f7c483c8983a83e28461e74a6e1a5e7e506aa7538588856128d9ba78a6234d
7
+ data.tar.gz: 289c84ee9113e4f56343eeed270164a2e5881bee0342d99fd6c975140ea04a5ee48d385637c82dad810921e42e4abcb7d3e6c60b75aa26fe198fb36cfe5eb5ee
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.905
1
+ 3.0.906
@@ -1762,7 +1762,7 @@ module TencentCloud
1762
1762
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
1763
1763
  end
1764
1764
 
1765
- # 是否意图转人工
1765
+ # 点赞点踩消息
1766
1766
 
1767
1767
  # @param request: Request instance for RateMsgRecord.
1768
1768
  # @type request: :class:`Tencentcloud::lke::V20231130::RateMsgRecordRequest`
@@ -544,16 +544,20 @@ module TencentCloud
544
544
  # @param FileInfos: 文档信息
545
545
  # 注意:此字段可能返回 null,表示取不到有效值。
546
546
  # @type FileInfos: Array
547
+ # @param ReplyMethod: 回复方式,15:澄清确认回复
548
+ # 注意:此字段可能返回 null,表示取不到有效值。
549
+ # @type ReplyMethod: Integer
547
550
 
548
- attr_accessor :RecordBizId, :IsVisitor, :NickName, :Avatar, :Content, :FileInfos
551
+ attr_accessor :RecordBizId, :IsVisitor, :NickName, :Avatar, :Content, :FileInfos, :ReplyMethod
549
552
 
550
- def initialize(recordbizid=nil, isvisitor=nil, nickname=nil, avatar=nil, content=nil, fileinfos=nil)
553
+ def initialize(recordbizid=nil, isvisitor=nil, nickname=nil, avatar=nil, content=nil, fileinfos=nil, replymethod=nil)
551
554
  @RecordBizId = recordbizid
552
555
  @IsVisitor = isvisitor
553
556
  @NickName = nickname
554
557
  @Avatar = avatar
555
558
  @Content = content
556
559
  @FileInfos = fileinfos
560
+ @ReplyMethod = replymethod
557
561
  end
558
562
 
559
563
  def deserialize(params)
@@ -570,6 +574,7 @@ module TencentCloud
570
574
  @FileInfos << msgfileinfo_tmp
571
575
  end
572
576
  end
577
+ @ReplyMethod = params['ReplyMethod']
573
578
  end
574
579
  end
575
580
 
@@ -3101,7 +3106,7 @@ module TencentCloud
3101
3106
  # @type SessionId: String
3102
3107
  # @param LastRecordId: 最后一条记录ID
3103
3108
  # @type LastRecordId: String
3104
- # @param BotAppKey: 应用AppKey
3109
+ # @param BotAppKey: 应用AppKey, 当Type=5[API访客]时, 该字段必填
3105
3110
  # @type BotAppKey: String
3106
3111
  # @param Scene: 场景, 体验: 1; 正式: 2
3107
3112
  # @type Scene: Integer
@@ -5736,6 +5741,7 @@ module TencentCloud
5736
5741
  # @param IsLlmGenerated: 是否大模型
5737
5742
  # @type IsLlmGenerated: Boolean
5738
5743
  # @param ImageUrls: 图片链接,可公有读
5744
+ # 注意:此字段可能返回 null,表示取不到有效值。
5739
5745
  # @type ImageUrls: Array
5740
5746
  # @param TokenStat: 当次 token 统计信息
5741
5747
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -5766,10 +5772,13 @@ module TencentCloud
5766
5772
  # @param FileInfos: 用户传入的文件信息
5767
5773
  # 注意:此字段可能返回 null,表示取不到有效值。
5768
5774
  # @type FileInfos: Array
5775
+ # @param QuoteInfos: 参考来源引用位置信息
5776
+ # 注意:此字段可能返回 null,表示取不到有效值。
5777
+ # @type QuoteInfos: Array
5769
5778
 
5770
- attr_accessor :Content, :SessionId, :RecordId, :RelatedRecordId, :IsFromSelf, :FromName, :FromAvatar, :Timestamp, :HasRead, :Score, :CanRating, :CanFeedback, :Type, :References, :Reasons, :IsLlmGenerated, :ImageUrls, :TokenStat, :ReplyMethod, :OptionCards, :TaskFlow, :FileInfos
5779
+ attr_accessor :Content, :SessionId, :RecordId, :RelatedRecordId, :IsFromSelf, :FromName, :FromAvatar, :Timestamp, :HasRead, :Score, :CanRating, :CanFeedback, :Type, :References, :Reasons, :IsLlmGenerated, :ImageUrls, :TokenStat, :ReplyMethod, :OptionCards, :TaskFlow, :FileInfos, :QuoteInfos
5771
5780
 
5772
- 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)
5781
+ 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, quoteinfos=nil)
5773
5782
  @Content = content
5774
5783
  @SessionId = sessionid
5775
5784
  @RecordId = recordid
@@ -5792,6 +5801,7 @@ module TencentCloud
5792
5801
  @OptionCards = optioncards
5793
5802
  @TaskFlow = taskflow
5794
5803
  @FileInfos = fileinfos
5804
+ @QuoteInfos = quoteinfos
5795
5805
  end
5796
5806
 
5797
5807
  def deserialize(params)
@@ -5837,6 +5847,14 @@ module TencentCloud
5837
5847
  @FileInfos << fileinfo_tmp
5838
5848
  end
5839
5849
  end
5850
+ unless params['QuoteInfos'].nil?
5851
+ @QuoteInfos = []
5852
+ params['QuoteInfos'].each do |i|
5853
+ quoteinfo_tmp = QuoteInfo.new
5854
+ quoteinfo_tmp.deserialize(i)
5855
+ @QuoteInfos << quoteinfo_tmp
5856
+ end
5857
+ end
5840
5858
  end
5841
5859
  end
5842
5860
 
@@ -6360,6 +6378,28 @@ module TencentCloud
6360
6378
  end
6361
6379
  end
6362
6380
 
6381
+ # 搜索引擎参考来源索引
6382
+ class QuoteInfo < TencentCloud::Common::AbstractModel
6383
+ # @param Position: 参考来源位置
6384
+ # 注意:此字段可能返回 null,表示取不到有效值。
6385
+ # @type Position: Integer
6386
+ # @param Index: 参考来源索引顺序
6387
+ # 注意:此字段可能返回 null,表示取不到有效值。
6388
+ # @type Index: String
6389
+
6390
+ attr_accessor :Position, :Index
6391
+
6392
+ def initialize(position=nil, index=nil)
6393
+ @Position = position
6394
+ @Index = index
6395
+ end
6396
+
6397
+ def deserialize(params)
6398
+ @Position = params['Position']
6399
+ @Index = params['Index']
6400
+ end
6401
+ end
6402
+
6363
6403
  # RateMsgRecord请求参数结构体
6364
6404
  class RateMsgRecordRequest < TencentCloud::Common::AbstractModel
6365
6405
  # @param BotAppKey: 应用appKey
@@ -6542,10 +6582,19 @@ module TencentCloud
6542
6582
  # @param OrgData: 原始内容
6543
6583
  # 注意:此字段可能返回 null,表示取不到有效值。
6544
6584
  # @type OrgData: String
6585
+ # @param PageInfos: 页码信息
6586
+ # 注意:此字段可能返回 null,表示取不到有效值。
6587
+ # @type PageInfos: Array
6588
+ # @param SheetInfos: sheet信息
6589
+ # 注意:此字段可能返回 null,表示取不到有效值。
6590
+ # @type SheetInfos: Array
6591
+ # @param DocBizId: 文档ID
6592
+ # 注意:此字段可能返回 null,表示取不到有效值。
6593
+ # @type DocBizId: String
6545
6594
 
6546
- attr_accessor :ReferBizId, :DocType, :DocName, :PageContent, :Question, :Answer, :Confidence, :Mark, :Highlights, :OrgData
6595
+ attr_accessor :ReferBizId, :DocType, :DocName, :PageContent, :Question, :Answer, :Confidence, :Mark, :Highlights, :OrgData, :PageInfos, :SheetInfos, :DocBizId
6547
6596
 
6548
- def initialize(referbizid=nil, doctype=nil, docname=nil, pagecontent=nil, question=nil, answer=nil, confidence=nil, mark=nil, highlights=nil, orgdata=nil)
6597
+ def initialize(referbizid=nil, doctype=nil, docname=nil, pagecontent=nil, question=nil, answer=nil, confidence=nil, mark=nil, highlights=nil, orgdata=nil, pageinfos=nil, sheetinfos=nil, docbizid=nil)
6549
6598
  @ReferBizId = referbizid
6550
6599
  @DocType = doctype
6551
6600
  @DocName = docname
@@ -6556,6 +6605,9 @@ module TencentCloud
6556
6605
  @Mark = mark
6557
6606
  @Highlights = highlights
6558
6607
  @OrgData = orgdata
6608
+ @PageInfos = pageinfos
6609
+ @SheetInfos = sheetinfos
6610
+ @DocBizId = docbizid
6559
6611
  end
6560
6612
 
6561
6613
  def deserialize(params)
@@ -6576,6 +6628,9 @@ module TencentCloud
6576
6628
  end
6577
6629
  end
6578
6630
  @OrgData = params['OrgData']
6631
+ @PageInfos = params['PageInfos']
6632
+ @SheetInfos = params['SheetInfos']
6633
+ @DocBizId = params['DocBizId']
6579
6634
  end
6580
6635
  end
6581
6636
 
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.905
4
+ version: 3.0.906
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-09-12 00:00:00.000000000 Z
11
+ date: 2024-09-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common