tencentcloud-sdk-ccc 3.0.913 → 3.0.915

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 226a4e8ccd67888ae54b4bf2e2a870c9611ab567
4
- data.tar.gz: b816f55f5b160432d16c1d0696ac1bd42187e7a7
3
+ metadata.gz: 541ccb10b30beda155113485588d558a1fd848e5
4
+ data.tar.gz: ac69ff0d16e981e947f562557c4840f2c7995baf
5
5
  SHA512:
6
- metadata.gz: af348c744865cfaae3542fd9bbbc895d6aa0e6ce62f3d8148184b7a74d0a43a1a6ef3ea1228c3db41201e62dd1718ed038c406ea1db58fbd0518db51d82f586c
7
- data.tar.gz: 30d53f5509ca581a70c5b89894dc30773683519a97812a83a983f4bbd38b3e06897c1dc625a8831188e3478f1918974896cd899160aea85fb00d1683b12c755e
6
+ metadata.gz: 576aa0cbf1c07bb770de5fa9d26262fce82b3bea5ad61e4cdd33ed3e22f8c3bfcfb20b7b077dba428243b271ecc401167d03020fc4588ac7d7fbb9841e16a6d3
7
+ data.tar.gz: bde9ea5be159f0cd58d292f435f01e793c29b9bd23f0fe2862379e5620390a78199423a73abde25beb3833a16bb4cb2f2d1e9ab9c721d372f998718884be2376
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.913
1
+ 3.0.915
@@ -3552,10 +3552,12 @@ module TencentCloud
3552
3552
  # @param Satisfaction: 满意度
3553
3553
  # 注意:此字段可能返回 null,表示取不到有效值。
3554
3554
  # @type Satisfaction: :class:`Tencentcloud::Ccc.v20200210.models.IMSatisfaction`
3555
+ # @param ClientUserId: 用户ID
3556
+ # @type ClientUserId: String
3555
3557
 
3556
- attr_accessor :Id, :Duration, :EndStatus, :Nickname, :Type, :StaffId, :Timestamp, :SessionId, :SkillGroupId, :SkillGroupName, :Satisfaction
3558
+ attr_accessor :Id, :Duration, :EndStatus, :Nickname, :Type, :StaffId, :Timestamp, :SessionId, :SkillGroupId, :SkillGroupName, :Satisfaction, :ClientUserId
3557
3559
 
3558
- def initialize(id=nil, duration=nil, endstatus=nil, nickname=nil, type=nil, staffid=nil, timestamp=nil, sessionid=nil, skillgroupid=nil, skillgroupname=nil, satisfaction=nil)
3560
+ def initialize(id=nil, duration=nil, endstatus=nil, nickname=nil, type=nil, staffid=nil, timestamp=nil, sessionid=nil, skillgroupid=nil, skillgroupname=nil, satisfaction=nil, clientuserid=nil)
3559
3561
  @Id = id
3560
3562
  @Duration = duration
3561
3563
  @EndStatus = endstatus
@@ -3567,6 +3569,7 @@ module TencentCloud
3567
3569
  @SkillGroupId = skillgroupid
3568
3570
  @SkillGroupName = skillgroupname
3569
3571
  @Satisfaction = satisfaction
3572
+ @ClientUserId = clientuserid
3570
3573
  end
3571
3574
 
3572
3575
  def deserialize(params)
@@ -3584,6 +3587,7 @@ module TencentCloud
3584
3587
  @Satisfaction = IMSatisfaction.new
3585
3588
  @Satisfaction.deserialize(params['Satisfaction'])
3586
3589
  end
3590
+ @ClientUserId = params['ClientUserId']
3587
3591
  end
3588
3592
  end
3589
3593
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-ccc
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.913
4
+ version: 3.0.915
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-24 00:00:00.000000000 Z
11
+ date: 2024-09-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common