tencentcloud-sdk-lke 3.0.1080 → 3.0.1083

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 +21 -9
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0d4a966d600c5f38cff1f9544078f2cc1128c32c
4
- data.tar.gz: 114302d5fccdf9041731b6f60e3e9e2025599842
3
+ metadata.gz: f5f2e25c7c60412ad2bb9a1a7c26e485b18bae3e
4
+ data.tar.gz: 9a42769401ab37932ea4f82d5a608b36d2d7ce45
5
5
  SHA512:
6
- metadata.gz: a22a44ebd9663cda143300cb767519f8c0b04d2d6e9ab59c98529d4565d1f7add926a1f028896f8bdf38210e1714e24bd9dfd5765cb62fb39290fbb82d096664
7
- data.tar.gz: 6b6daf98f45f56323041e7f70e601ffd040da6904fdb1275022170228c282823627703ebb00865c4936a7bd85b60ea68ee91a275819ade77378b489d1c0fa9a6
6
+ metadata.gz: 96ae7e1eebeea335bfc30dd85759d6fb66a38bb8c0f8352b15c42ae487c25e3854e3c0e55b6d9ee654e53c8053fc2df0b9d8d223f8d4dc25f79dbf8dc654d4ef
7
+ data.tar.gz: d4a75e135b24de00b9b1a45283f9438000b95aa4a6cfc92b21a5164b5ea2a93f047720d1a693e7e07b4c10dfd98cbc9f9213397706c7edc0a0665c952c224678
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1080
1
+ 3.0.1083
@@ -848,10 +848,12 @@ module TencentCloud
848
848
  # @param SubScene: 筛选子场景
849
849
  # 注意:此字段可能返回 null,表示取不到有效值。
850
850
  # @type SubScene: String
851
+ # @param BillingTag: 账单明细对应的自定义tag
852
+ # @type BillingTag: String
851
853
 
852
- attr_accessor :Id, :CallTime, :TotalTokenUsage, :InputTokenUsage, :OutputTokenUsage, :SearchUsage, :ModelName, :CallType, :UinAccount, :AppName, :PageUsage, :SubScene
854
+ attr_accessor :Id, :CallTime, :TotalTokenUsage, :InputTokenUsage, :OutputTokenUsage, :SearchUsage, :ModelName, :CallType, :UinAccount, :AppName, :PageUsage, :SubScene, :BillingTag
853
855
 
854
- def initialize(id=nil, calltime=nil, totaltokenusage=nil, inputtokenusage=nil, outputtokenusage=nil, searchusage=nil, modelname=nil, calltype=nil, uinaccount=nil, appname=nil, pageusage=nil, subscene=nil)
856
+ def initialize(id=nil, calltime=nil, totaltokenusage=nil, inputtokenusage=nil, outputtokenusage=nil, searchusage=nil, modelname=nil, calltype=nil, uinaccount=nil, appname=nil, pageusage=nil, subscene=nil, billingtag=nil)
855
857
  @Id = id
856
858
  @CallTime = calltime
857
859
  @TotalTokenUsage = totaltokenusage
@@ -864,6 +866,7 @@ module TencentCloud
864
866
  @AppName = appname
865
867
  @PageUsage = pageusage
866
868
  @SubScene = subscene
869
+ @BillingTag = billingtag
867
870
  end
868
871
 
869
872
  def deserialize(params)
@@ -879,6 +882,7 @@ module TencentCloud
879
882
  @AppName = params['AppName']
880
883
  @PageUsage = params['PageUsage']
881
884
  @SubScene = params['SubScene']
885
+ @BillingTag = params['BillingTag']
882
886
  end
883
887
  end
884
888
 
@@ -2288,12 +2292,14 @@ module TencentCloud
2288
2292
  # @type AppStatus: Integer
2289
2293
  # @param AppStatusDesc: 状态说明
2290
2294
  # @type AppStatusDesc: String
2295
+ # @param IsCopying: 应用是否在复制中
2296
+ # @type IsCopying: Boolean
2291
2297
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2292
2298
  # @type RequestId: String
2293
2299
 
2294
- attr_accessor :AppBizId, :AppType, :AppTypeDesc, :BaseConfig, :AppConfig, :AvatarInAppeal, :RoleInAppeal, :NameInAppeal, :GreetingInAppeal, :BareAnswerInAppeal, :AppKey, :AppStatus, :AppStatusDesc, :RequestId
2300
+ attr_accessor :AppBizId, :AppType, :AppTypeDesc, :BaseConfig, :AppConfig, :AvatarInAppeal, :RoleInAppeal, :NameInAppeal, :GreetingInAppeal, :BareAnswerInAppeal, :AppKey, :AppStatus, :AppStatusDesc, :IsCopying, :RequestId
2295
2301
 
2296
- def initialize(appbizid=nil, apptype=nil, apptypedesc=nil, baseconfig=nil, appconfig=nil, avatarinappeal=nil, roleinappeal=nil, nameinappeal=nil, greetinginappeal=nil, bareanswerinappeal=nil, appkey=nil, appstatus=nil, appstatusdesc=nil, requestid=nil)
2302
+ def initialize(appbizid=nil, apptype=nil, apptypedesc=nil, baseconfig=nil, appconfig=nil, avatarinappeal=nil, roleinappeal=nil, nameinappeal=nil, greetinginappeal=nil, bareanswerinappeal=nil, appkey=nil, appstatus=nil, appstatusdesc=nil, iscopying=nil, requestid=nil)
2297
2303
  @AppBizId = appbizid
2298
2304
  @AppType = apptype
2299
2305
  @AppTypeDesc = apptypedesc
@@ -2307,6 +2313,7 @@ module TencentCloud
2307
2313
  @AppKey = appkey
2308
2314
  @AppStatus = appstatus
2309
2315
  @AppStatusDesc = appstatusdesc
2316
+ @IsCopying = iscopying
2310
2317
  @RequestId = requestid
2311
2318
  end
2312
2319
 
@@ -2330,6 +2337,7 @@ module TencentCloud
2330
2337
  @AppKey = params['AppKey']
2331
2338
  @AppStatus = params['AppStatus']
2332
2339
  @AppStatusDesc = params['AppStatusDesc']
2340
+ @IsCopying = params['IsCopying']
2333
2341
  @RequestId = params['RequestId']
2334
2342
  end
2335
2343
  end
@@ -7634,9 +7642,9 @@ module TencentCloud
7634
7642
  # @type StartTime: String
7635
7643
  # @param EndTime: 结束时间
7636
7644
  # @type EndTime: String
7637
- # @param PageNumber: 页码
7645
+ # @param PageNumber: 页码(从1开始)
7638
7646
  # @type PageNumber: Integer
7639
- # @param PageSize: 分页数量
7647
+ # @param PageSize: 分页数量(最大值1000)
7640
7648
  # @type PageSize: Integer
7641
7649
  # @param UinAccount: uin列表
7642
7650
  # @type UinAccount: Array
@@ -7648,10 +7656,12 @@ module TencentCloud
7648
7656
  # @type SubScenes: Array
7649
7657
  # @param AppType: 应用类型(knowledge_qa应用管理, shared_knowlege 共享知识库)
7650
7658
  # @type AppType: String
7659
+ # @param BillingTag: 账单明细对应的自定义tag
7660
+ # @type BillingTag: String
7651
7661
 
7652
- attr_accessor :ModelName, :StartTime, :EndTime, :PageNumber, :PageSize, :UinAccount, :AppBizIds, :CallType, :SubScenes, :AppType
7662
+ attr_accessor :ModelName, :StartTime, :EndTime, :PageNumber, :PageSize, :UinAccount, :AppBizIds, :CallType, :SubScenes, :AppType, :BillingTag
7653
7663
 
7654
- def initialize(modelname=nil, starttime=nil, endtime=nil, pagenumber=nil, pagesize=nil, uinaccount=nil, appbizids=nil, calltype=nil, subscenes=nil, apptype=nil)
7664
+ def initialize(modelname=nil, starttime=nil, endtime=nil, pagenumber=nil, pagesize=nil, uinaccount=nil, appbizids=nil, calltype=nil, subscenes=nil, apptype=nil, billingtag=nil)
7655
7665
  @ModelName = modelname
7656
7666
  @StartTime = starttime
7657
7667
  @EndTime = endtime
@@ -7662,6 +7672,7 @@ module TencentCloud
7662
7672
  @CallType = calltype
7663
7673
  @SubScenes = subscenes
7664
7674
  @AppType = apptype
7675
+ @BillingTag = billingtag
7665
7676
  end
7666
7677
 
7667
7678
  def deserialize(params)
@@ -7675,6 +7686,7 @@ module TencentCloud
7675
7686
  @CallType = params['CallType']
7676
7687
  @SubScenes = params['SubScenes']
7677
7688
  @AppType = params['AppType']
7689
+ @BillingTag = params['BillingTag']
7678
7690
  end
7679
7691
  end
7680
7692
 
@@ -9405,7 +9417,7 @@ module TencentCloud
9405
9417
  class RateMsgRecordRequest < TencentCloud::Common::AbstractModel
9406
9418
  # @param BotAppKey: 应用appKey
9407
9419
  # @type BotAppKey: String
9408
- # @param RecordId: 消息ID
9420
+ # @param RecordId: 消息ID 【大模型回复答案的RecordID】
9409
9421
  # @type RecordId: String
9410
9422
  # @param Score: 1点赞2点踩
9411
9423
  # @type Score: Integer
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.1080
4
+ version: 3.0.1083
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-06-12 00:00:00.000000000 Z
11
+ date: 2025-06-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common