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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20200210/models.rb +6 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 541ccb10b30beda155113485588d558a1fd848e5
|
|
4
|
+
data.tar.gz: ac69ff0d16e981e947f562557c4840f2c7995baf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 576aa0cbf1c07bb770de5fa9d26262fce82b3bea5ad61e4cdd33ed3e22f8c3bfcfb20b7b077dba428243b271ecc401167d03020fc4588ac7d7fbb9841e16a6d3
|
|
7
|
+
data.tar.gz: bde9ea5be159f0cd58d292f435f01e793c29b9bd23f0fe2862379e5620390a78199423a73abde25beb3833a16bb4cb2f2d1e9ab9c721d372f998718884be2376
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.915
|
data/lib/v20200210/models.rb
CHANGED
|
@@ -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.
|
|
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-
|
|
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
|