tencentcloud-sdk-ccc 3.0.1145 → 3.0.1149
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 +14 -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: 0dbe9c4f7884b6fb85ad5b5bcfc4dcd5ec928aa7
|
4
|
+
data.tar.gz: 5562cba373b1b6ecccf7bed8f547de62fb3ff0f9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a15666a9ae991177ebe272634a7e1cd7c4fd07d90975ca0226a143250e7f3e689786cb30b613f7d16cab3082ba697de913f2296928b9f501896e2cc1234e181b
|
7
|
+
data.tar.gz: cb4f45b288f354f34cfef80607bfc76201e2b690d254b34f334e41eea8d0f0a05129c59a255b22da367faaa9ebcfa29e0b34985dad6137ba5679e8e865495dab
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1149
|
data/lib/v20200210/models.rb
CHANGED
@@ -6456,14 +6456,23 @@ module TencentCloud
|
|
6456
6456
|
# @type Status: String
|
6457
6457
|
# @param SessionId: 状态关联的会话 Id
|
6458
6458
|
# @type SessionId: String
|
6459
|
+
# @param Reason: 小休原因
|
6460
|
+
# @type Reason: String
|
6461
|
+
# @param StaffEmail: 座席邮箱
|
6462
|
+
# @type StaffEmail: String
|
6463
|
+
# @param StaffNo: 座席工号
|
6464
|
+
# @type StaffNo: String
|
6459
6465
|
|
6460
|
-
attr_accessor :Cursor, :Timestamp, :Status, :SessionId
|
6466
|
+
attr_accessor :Cursor, :Timestamp, :Status, :SessionId, :Reason, :StaffEmail, :StaffNo
|
6461
6467
|
|
6462
|
-
def initialize(cursor=nil, timestamp=nil, status=nil, sessionid=nil)
|
6468
|
+
def initialize(cursor=nil, timestamp=nil, status=nil, sessionid=nil, reason=nil, staffemail=nil, staffno=nil)
|
6463
6469
|
@Cursor = cursor
|
6464
6470
|
@Timestamp = timestamp
|
6465
6471
|
@Status = status
|
6466
6472
|
@SessionId = sessionid
|
6473
|
+
@Reason = reason
|
6474
|
+
@StaffEmail = staffemail
|
6475
|
+
@StaffNo = staffno
|
6467
6476
|
end
|
6468
6477
|
|
6469
6478
|
def deserialize(params)
|
@@ -6471,6 +6480,9 @@ module TencentCloud
|
|
6471
6480
|
@Timestamp = params['Timestamp']
|
6472
6481
|
@Status = params['Status']
|
6473
6482
|
@SessionId = params['SessionId']
|
6483
|
+
@Reason = params['Reason']
|
6484
|
+
@StaffEmail = params['StaffEmail']
|
6485
|
+
@StaffNo = params['StaffNo']
|
6474
6486
|
end
|
6475
6487
|
end
|
6476
6488
|
|
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.1149
|
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-
|
11
|
+
date: 2025-09-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|