tencentcloud-sdk-ccc 1.0.201 → 1.0.205
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 +7 -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: fca7cc6342da226b3f6bc3de72b8453b36592f1a
|
|
4
|
+
data.tar.gz: 4e193cfb268d8efd17508424953605e80dffe53b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1b15a9831ed05f8d2e7d86f7b9dfb5ed71ad5a8293720e231e1cbd9168163a851203b8879688080143f183576692f8258da014366ce99b9c25c623b56ab966d4
|
|
7
|
+
data.tar.gz: 6caf2e4d68692ee08b595c8dcaf04c1ecc721185991ab5f6496db850273ee422549c050512e4f55e4cba4ab1917a61ca1bfcc121a51cc8aee3c994115f3c0a47
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.205
|
data/lib/v20200210/models.rb
CHANGED
|
@@ -1776,10 +1776,13 @@ module TencentCloud
|
|
|
1776
1776
|
# @param ProtectedCallee: 被叫号码保护ID,开启号码保护映射功能时有效,且Callee字段置空
|
|
1777
1777
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1778
1778
|
# @type ProtectedCallee: String
|
|
1779
|
+
# @param Uui: 客户自定义数据(User-to-User Interface)
|
|
1780
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1781
|
+
# @type Uui: String
|
|
1779
1782
|
|
|
1780
|
-
attr_accessor :Caller, :Callee, :Time, :Direction, :Duration, :RecordURL, :SeatUser, :EndStatus, :SkillGroup, :CallerLocation, :IVRDuration, :RingTimestamp, :AcceptTimestamp, :EndedTimestamp, :IVRKeyPressed, :HungUpSide, :ServeParticipants, :SkillGroupId, :EndStatusString, :StartTimestamp, :QueuedTimestamp, :PostIVRKeyPressed, :QueuedSkillGroupId, :SessionId, :ProtectedCaller, :ProtectedCallee
|
|
1783
|
+
attr_accessor :Caller, :Callee, :Time, :Direction, :Duration, :RecordURL, :SeatUser, :EndStatus, :SkillGroup, :CallerLocation, :IVRDuration, :RingTimestamp, :AcceptTimestamp, :EndedTimestamp, :IVRKeyPressed, :HungUpSide, :ServeParticipants, :SkillGroupId, :EndStatusString, :StartTimestamp, :QueuedTimestamp, :PostIVRKeyPressed, :QueuedSkillGroupId, :SessionId, :ProtectedCaller, :ProtectedCallee, :Uui
|
|
1781
1784
|
|
|
1782
|
-
def initialize(caller=nil, callee=nil, time=nil, direction=nil, duration=nil, recordurl=nil, seatuser=nil, endstatus=nil, skillgroup=nil, callerlocation=nil, ivrduration=nil, ringtimestamp=nil, accepttimestamp=nil, endedtimestamp=nil, ivrkeypressed=nil, hungupside=nil, serveparticipants=nil, skillgroupid=nil, endstatusstring=nil, starttimestamp=nil, queuedtimestamp=nil, postivrkeypressed=nil, queuedskillgroupid=nil, sessionid=nil, protectedcaller=nil, protectedcallee=nil)
|
|
1785
|
+
def initialize(caller=nil, callee=nil, time=nil, direction=nil, duration=nil, recordurl=nil, seatuser=nil, endstatus=nil, skillgroup=nil, callerlocation=nil, ivrduration=nil, ringtimestamp=nil, accepttimestamp=nil, endedtimestamp=nil, ivrkeypressed=nil, hungupside=nil, serveparticipants=nil, skillgroupid=nil, endstatusstring=nil, starttimestamp=nil, queuedtimestamp=nil, postivrkeypressed=nil, queuedskillgroupid=nil, sessionid=nil, protectedcaller=nil, protectedcallee=nil, uui=nil)
|
|
1783
1786
|
@Caller = caller
|
|
1784
1787
|
@Callee = callee
|
|
1785
1788
|
@Time = time
|
|
@@ -1806,6 +1809,7 @@ module TencentCloud
|
|
|
1806
1809
|
@SessionId = sessionid
|
|
1807
1810
|
@ProtectedCaller = protectedcaller
|
|
1808
1811
|
@ProtectedCallee = protectedcallee
|
|
1812
|
+
@Uui = uui
|
|
1809
1813
|
end
|
|
1810
1814
|
|
|
1811
1815
|
def deserialize(params)
|
|
@@ -1852,6 +1856,7 @@ module TencentCloud
|
|
|
1852
1856
|
@SessionId = params['SessionId']
|
|
1853
1857
|
@ProtectedCaller = params['ProtectedCaller']
|
|
1854
1858
|
@ProtectedCallee = params['ProtectedCallee']
|
|
1859
|
+
@Uui = params['Uui']
|
|
1855
1860
|
end
|
|
1856
1861
|
end
|
|
1857
1862
|
|
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: 1.0.
|
|
4
|
+
version: 1.0.205
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-11-
|
|
11
|
+
date: 2021-11-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|