tencentcloud-sdk-ccc 1.0.202 → 1.0.203
Sign up to get free protection for your applications and to get access to all the features.
- 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: c2fe21d718278364760b0b30cfcaeabb90cf8570
|
4
|
+
data.tar.gz: 649f3a1002c8dc8a62686e7745737fddb2f01bbd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7611c8ae56bd30065352a41fc983ce35da18f0f143dbfc7bf5d4d3c1fba626cd7f92c42a9c2769ce712f65f8002f8704fad0bd94ad9e93af3829eab47a74864e
|
7
|
+
data.tar.gz: 9bde08f817ee50345666c69b585337be13fa9373496f188d1ad19f44b6af72931fcd32a976e3b0739f6b27c40c2d917f7d3b98672d50342388a9e0ffbf8dd1b4
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.203
|
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.203
|
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-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|