tencentcloud-sdk-lke 3.0.1138 → 3.0.1142

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20231130/models.rb +38 -12
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0a3004db386d80118fe08be67875d85e9fd8289f
4
- data.tar.gz: 0a908a00bdc3b2c800b5f437ca6b64b4d5d366d3
3
+ metadata.gz: dffe425b35c9ef47a2d5db67bcfc68cedcf978f3
4
+ data.tar.gz: 5af8903fd1620ca22baa757b05ccd78c6248558d
5
5
  SHA512:
6
- metadata.gz: 8d53e72662bd0531387249c32c3a0594c3cc16a1dfd095485155c9a93fff055cb5167955f04bc662979f1042cf07e625033d9b338050a02b7fe7f24c595dce9f
7
- data.tar.gz: 35cc8d4f7af16e7cc5f63ad98791fad2def1cbd02351e81b75b2cbb3f87464221cf2f910a69b664e24f8df538df0938fca20f61efe6693f4fda7f85df14c5b35
6
+ metadata.gz: 8387bd0a542712656fbc476c06d2c565879239a1a7627aaf0e8da61daf8508b4a92a0461cbc209e1a91285dacd2222630f7375f5dd2d90a40a80115463769a4d
7
+ data.tar.gz: 3fe02f2a86d6dcc775a05edac63e1382184039b01b056cd7471f93cc7c18f23ba7eb5d0f0e4d96e38144707d88f13737b57a5d13720f58d753a2376c35a64ec3
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1138
1
+ 3.0.1142
@@ -8502,10 +8502,12 @@ module TencentCloud
8502
8502
  # @type Query: String
8503
8503
  # @param Reasons: 错误类型检索
8504
8504
  # @type Reasons: Array
8505
+ # @param Status: 操作状态 0-全部 1-待处理 2-已处理【包括答案纠错,拒答,忽略】
8506
+ # @type Status: Integer
8505
8507
 
8506
- attr_accessor :BotBizId, :PageNumber, :PageSize, :LoginUin, :LoginSubAccountUin, :Query, :Reasons
8508
+ attr_accessor :BotBizId, :PageNumber, :PageSize, :LoginUin, :LoginSubAccountUin, :Query, :Reasons, :Status
8507
8509
 
8508
- def initialize(botbizid=nil, pagenumber=nil, pagesize=nil, loginuin=nil, loginsubaccountuin=nil, query=nil, reasons=nil)
8510
+ def initialize(botbizid=nil, pagenumber=nil, pagesize=nil, loginuin=nil, loginsubaccountuin=nil, query=nil, reasons=nil, status=nil)
8509
8511
  @BotBizId = botbizid
8510
8512
  @PageNumber = pagenumber
8511
8513
  @PageSize = pagesize
@@ -8513,6 +8515,7 @@ module TencentCloud
8513
8515
  @LoginSubAccountUin = loginsubaccountuin
8514
8516
  @Query = query
8515
8517
  @Reasons = reasons
8518
+ @Status = status
8516
8519
  end
8517
8520
 
8518
8521
  def deserialize(params)
@@ -8523,6 +8526,7 @@ module TencentCloud
8523
8526
  @LoginSubAccountUin = params['LoginSubAccountUin']
8524
8527
  @Query = params['Query']
8525
8528
  @Reasons = params['Reasons']
8529
+ @Status = params['Status']
8526
8530
  end
8527
8531
  end
8528
8532
 
@@ -10427,10 +10431,10 @@ module TencentCloud
10427
10431
  # @type BotAppKey: String
10428
10432
  # @param RecordId: 消息ID 【大模型回复答案的RecordID】
10429
10433
  # @type RecordId: String
10430
- # @param Score: 1: 点赞; 2: 点踩;
10434
+ # @param Score: 1: 点赞; 2: 点踩;
10431
10435
  # 注:
10432
- # 1) 评测端不支持点赞、点踩
10433
- # 2) 消息回复类型为欢迎语、并发超限、实时文档,不支持点赞、点踩
10436
+ # (1) 评测端不支持点赞、点踩
10437
+ # (2) 消息回复类型为欢迎语、并发超限、实时文档,不支持点赞、点踩
10434
10438
  # @type Score: Integer
10435
10439
  # @param Reasons: 原因,只有Score参数为2即点踩的时候才需要输入
10436
10440
  # @type Reasons: Array
@@ -10611,13 +10615,13 @@ module TencentCloud
10611
10615
 
10612
10616
  # 注意:此字段可能返回 null,表示取不到有效值。
10613
10617
  # @type Question: String
10614
- # @param Status: 状态
10618
+ # @param Status: 发布状态(1 待发布 2 发布中 3 已发布 4 发布失败)
10615
10619
  # 注意:此字段可能返回 null,表示取不到有效值。
10616
10620
  # @type Status: Integer
10617
10621
  # @param StatusDesc: 状态描述
10618
10622
  # 注意:此字段可能返回 null,表示取不到有效值。
10619
10623
  # @type StatusDesc: String
10620
- # @param UpdateTime: 更新时间
10624
+ # @param UpdateTime: 更新时间, 秒级时间戳
10621
10625
 
10622
10626
  # 注意:此字段可能返回 null,表示取不到有效值。
10623
10627
  # @type UpdateTime: String
@@ -10629,10 +10633,13 @@ module TencentCloud
10629
10633
 
10630
10634
  # 注意:此字段可能返回 null,表示取不到有效值。
10631
10635
  # @type IsAllowDelete: Boolean
10636
+ # @param Operator: 操作人
10637
+ # 注意:此字段可能返回 null,表示取不到有效值。
10638
+ # @type Operator: String
10632
10639
 
10633
- attr_accessor :RejectedBizId, :Question, :Status, :StatusDesc, :UpdateTime, :IsAllowEdit, :IsAllowDelete
10640
+ attr_accessor :RejectedBizId, :Question, :Status, :StatusDesc, :UpdateTime, :IsAllowEdit, :IsAllowDelete, :Operator
10634
10641
 
10635
- def initialize(rejectedbizid=nil, question=nil, status=nil, statusdesc=nil, updatetime=nil, isallowedit=nil, isallowdelete=nil)
10642
+ def initialize(rejectedbizid=nil, question=nil, status=nil, statusdesc=nil, updatetime=nil, isallowedit=nil, isallowdelete=nil, operator=nil)
10636
10643
  @RejectedBizId = rejectedbizid
10637
10644
  @Question = question
10638
10645
  @Status = status
@@ -10640,6 +10647,7 @@ module TencentCloud
10640
10647
  @UpdateTime = updatetime
10641
10648
  @IsAllowEdit = isallowedit
10642
10649
  @IsAllowDelete = isallowdelete
10650
+ @Operator = operator
10643
10651
  end
10644
10652
 
10645
10653
  def deserialize(params)
@@ -10650,6 +10658,7 @@ module TencentCloud
10650
10658
  @UpdateTime = params['UpdateTime']
10651
10659
  @IsAllowEdit = params['IsAllowEdit']
10652
10660
  @IsAllowDelete = params['IsAllowDelete']
10661
+ @Operator = params['Operator']
10653
10662
  end
10654
10663
  end
10655
10664
 
@@ -11931,21 +11940,34 @@ module TencentCloud
11931
11940
  # @param Question: 用户问题
11932
11941
  # 注意:此字段可能返回 null,表示取不到有效值。
11933
11942
  # @type Question: String
11934
- # @param Answer: 应用回复
11943
+ # @param Answer: 问题回复
11935
11944
  # 注意:此字段可能返回 null,表示取不到有效值。
11936
11945
  # @type Answer: String
11937
11946
  # @param Reasons: 错误类型
11938
11947
  # 注意:此字段可能返回 null,表示取不到有效值。
11939
11948
  # @type Reasons: Array
11949
+ # @param Status: 处理状态,0:待处理,1:已拒答,2:已忽略,3:已纠错
11950
+ # 注意:此字段可能返回 null,表示取不到有效值。
11951
+ # @type Status: Integer
11952
+ # @param CreateTime: 创建时间,秒级时间戳
11953
+ # @type CreateTime: String
11954
+ # @param UpdateTime: 更新时间,秒级时间戳
11955
+ # @type UpdateTime: String
11956
+ # @param Operator: 操作人
11957
+ # @type Operator: String
11940
11958
 
11941
- attr_accessor :ReplyBizId, :RecordBizId, :Question, :Answer, :Reasons
11959
+ attr_accessor :ReplyBizId, :RecordBizId, :Question, :Answer, :Reasons, :Status, :CreateTime, :UpdateTime, :Operator
11942
11960
 
11943
- def initialize(replybizid=nil, recordbizid=nil, question=nil, answer=nil, reasons=nil)
11961
+ def initialize(replybizid=nil, recordbizid=nil, question=nil, answer=nil, reasons=nil, status=nil, createtime=nil, updatetime=nil, operator=nil)
11944
11962
  @ReplyBizId = replybizid
11945
11963
  @RecordBizId = recordbizid
11946
11964
  @Question = question
11947
11965
  @Answer = answer
11948
11966
  @Reasons = reasons
11967
+ @Status = status
11968
+ @CreateTime = createtime
11969
+ @UpdateTime = updatetime
11970
+ @Operator = operator
11949
11971
  end
11950
11972
 
11951
11973
  def deserialize(params)
@@ -11954,6 +11976,10 @@ module TencentCloud
11954
11976
  @Question = params['Question']
11955
11977
  @Answer = params['Answer']
11956
11978
  @Reasons = params['Reasons']
11979
+ @Status = params['Status']
11980
+ @CreateTime = params['CreateTime']
11981
+ @UpdateTime = params['UpdateTime']
11982
+ @Operator = params['Operator']
11957
11983
  end
11958
11984
  end
11959
11985
 
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.1138
4
+ version: 3.0.1142
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-09-10 00:00:00.000000000 Z
11
+ date: 2025-09-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common