tencentcloud-sdk-ccc 3.0.816 → 3.0.817
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 +41 -24
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 913b674b7f73265f9f0a34159cf5ff14687134c6
|
4
|
+
data.tar.gz: 7c127e27f816ba0526729ae5dadf379b90276132
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 844a2e097e7c5fd2a900d16ab6bef2e3c9d469baaea693cc4ac4df5d3aabdd1905d7824946df48851a52377d36f1ee7ee04c2f101c962af7c46d8c2d32ee2ef2
|
7
|
+
data.tar.gz: 344210a4651a3e291c5c6f503cf97957932b367bf31d296298a69940c635e8cba350dfb5de03968212ef4aee2a5bc5f337f51efb04502d15f3059a0d2095b396
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.817
|
data/lib/v20200210/models.rb
CHANGED
@@ -235,8 +235,8 @@ module TencentCloud
|
|
235
235
|
|
236
236
|
attr_accessor :SdkAppId, :StaffEmail, :SkillGroupList, :StaffSkillGroupList
|
237
237
|
extend Gem::Deprecate
|
238
|
-
deprecate :SkillGroupList, :none, 2024,
|
239
|
-
deprecate :SkillGroupList=, :none, 2024,
|
238
|
+
deprecate :SkillGroupList, :none, 2024, 5
|
239
|
+
deprecate :SkillGroupList=, :none, 2024, 5
|
240
240
|
|
241
241
|
def initialize(sdkappid=nil, staffemail=nil, skillgrouplist=nil, staffskillgrouplist=nil)
|
242
242
|
@SdkAppId = sdkappid
|
@@ -811,8 +811,8 @@ module TencentCloud
|
|
811
811
|
|
812
812
|
attr_accessor :SdkAppId, :UserId, :Callee, :Caller, :Callers, :IsForceUseMobile, :Uui, :UUI
|
813
813
|
extend Gem::Deprecate
|
814
|
-
deprecate :Uui, :none, 2024,
|
815
|
-
deprecate :Uui=, :none, 2024,
|
814
|
+
deprecate :Uui, :none, 2024, 5
|
815
|
+
deprecate :Uui=, :none, 2024, 5
|
816
816
|
|
817
817
|
def initialize(sdkappid=nil, userid=nil, callee=nil, caller=nil, callers=nil, isforceusemobile=nil, uui=nil)
|
818
818
|
@SdkAppId = sdkappid
|
@@ -1769,10 +1769,10 @@ module TencentCloud
|
|
1769
1769
|
|
1770
1770
|
attr_accessor :InstanceId, :SdkAppId, :CdrId, :Limit, :Offset, :Order, :SessionId
|
1771
1771
|
extend Gem::Deprecate
|
1772
|
-
deprecate :InstanceId, :none, 2024,
|
1773
|
-
deprecate :InstanceId=, :none, 2024,
|
1774
|
-
deprecate :CdrId, :none, 2024,
|
1775
|
-
deprecate :CdrId=, :none, 2024,
|
1772
|
+
deprecate :InstanceId, :none, 2024, 5
|
1773
|
+
deprecate :InstanceId=, :none, 2024, 5
|
1774
|
+
deprecate :CdrId, :none, 2024, 5
|
1775
|
+
deprecate :CdrId=, :none, 2024, 5
|
1776
1776
|
|
1777
1777
|
def initialize(instanceid=nil, sdkappid=nil, cdrid=nil, limit=nil, offset=nil, order=nil, sessionid=nil)
|
1778
1778
|
@InstanceId = instanceid
|
@@ -2101,8 +2101,8 @@ module TencentCloud
|
|
2101
2101
|
|
2102
2102
|
attr_accessor :StartTimestamp, :EndTimestamp, :InstanceId, :SdkAppId, :Limit, :Offset, :Type
|
2103
2103
|
extend Gem::Deprecate
|
2104
|
-
deprecate :InstanceId, :none, 2024,
|
2105
|
-
deprecate :InstanceId=, :none, 2024,
|
2104
|
+
deprecate :InstanceId, :none, 2024, 5
|
2105
|
+
deprecate :InstanceId=, :none, 2024, 5
|
2106
2106
|
|
2107
2107
|
def initialize(starttimestamp=nil, endtimestamp=nil, instanceid=nil, sdkappid=nil, limit=nil, offset=nil, type=nil)
|
2108
2108
|
@StartTimestamp = starttimestamp
|
@@ -2139,8 +2139,8 @@ module TencentCloud
|
|
2139
2139
|
|
2140
2140
|
attr_accessor :TotalCount, :IMCdrs, :IMCdrList, :RequestId
|
2141
2141
|
extend Gem::Deprecate
|
2142
|
-
deprecate :IMCdrs, :none, 2024,
|
2143
|
-
deprecate :IMCdrs=, :none, 2024,
|
2142
|
+
deprecate :IMCdrs, :none, 2024, 5
|
2143
|
+
deprecate :IMCdrs=, :none, 2024, 5
|
2144
2144
|
|
2145
2145
|
def initialize(totalcount=nil, imcdrs=nil, imcdrlist=nil, requestid=nil)
|
2146
2146
|
@TotalCount = totalcount
|
@@ -2642,8 +2642,8 @@ module TencentCloud
|
|
2642
2642
|
|
2643
2643
|
attr_accessor :TotalCount, :TelCdrs, :TelCdrList, :RequestId
|
2644
2644
|
extend Gem::Deprecate
|
2645
|
-
deprecate :TelCdrs, :none, 2024,
|
2646
|
-
deprecate :TelCdrs=, :none, 2024,
|
2645
|
+
deprecate :TelCdrs, :none, 2024, 5
|
2646
|
+
deprecate :TelCdrs=, :none, 2024, 5
|
2647
2647
|
|
2648
2648
|
def initialize(totalcount=nil, telcdrs=nil, telcdrlist=nil, requestid=nil)
|
2649
2649
|
@TotalCount = totalcount
|
@@ -2908,8 +2908,8 @@ module TencentCloud
|
|
2908
2908
|
|
2909
2909
|
attr_accessor :TelCallOutCount, :TelCallInCount, :SeatUsedCount, :VoipCallInCount, :VOIPCallInCount, :AsrOfflineCount, :AsrRealtimeCount, :RequestId
|
2910
2910
|
extend Gem::Deprecate
|
2911
|
-
deprecate :VoipCallInCount, :none, 2024,
|
2912
|
-
deprecate :VoipCallInCount=, :none, 2024,
|
2911
|
+
deprecate :VoipCallInCount, :none, 2024, 5
|
2912
|
+
deprecate :VoipCallInCount=, :none, 2024, 5
|
2913
2913
|
|
2914
2914
|
def initialize(telcalloutcount=nil, telcallincount=nil, seatusedcount=nil, voipcallincount=nil, asrofflinecount=nil, asrrealtimecount=nil, requestid=nil)
|
2915
2915
|
@TelCallOutCount = telcalloutcount
|
@@ -2957,8 +2957,8 @@ module TencentCloud
|
|
2957
2957
|
|
2958
2958
|
attr_accessor :StartTimeStamp, :EndTimeStamp, :InstanceId, :Limit, :Offset, :SdkAppId, :PageSize, :PageNumber, :Phones, :SessionIds
|
2959
2959
|
extend Gem::Deprecate
|
2960
|
-
deprecate :InstanceId, :none, 2024,
|
2961
|
-
deprecate :InstanceId=, :none, 2024,
|
2960
|
+
deprecate :InstanceId, :none, 2024, 5
|
2961
|
+
deprecate :InstanceId=, :none, 2024, 5
|
2962
2962
|
|
2963
2963
|
def initialize(starttimestamp=nil, endtimestamp=nil, instanceid=nil, limit=nil, offset=nil, sdkappid=nil, pagesize=nil, pagenumber=nil, phones=nil, sessionids=nil)
|
2964
2964
|
@StartTimeStamp = starttimestamp
|
@@ -3000,8 +3000,8 @@ module TencentCloud
|
|
3000
3000
|
|
3001
3001
|
attr_accessor :TotalCount, :TelCdrs, :TelCdrList, :RequestId
|
3002
3002
|
extend Gem::Deprecate
|
3003
|
-
deprecate :TelCdrs, :none, 2024,
|
3004
|
-
deprecate :TelCdrs=, :none, 2024,
|
3003
|
+
deprecate :TelCdrs, :none, 2024, 5
|
3004
|
+
deprecate :TelCdrs=, :none, 2024, 5
|
3005
3005
|
|
3006
3006
|
def initialize(totalcount=nil, telcdrs=nil, telcdrlist=nil, requestid=nil)
|
3007
3007
|
@TotalCount = totalcount
|
@@ -3266,6 +3266,7 @@ module TencentCloud
|
|
3266
3266
|
# 101 座席手动转接
|
3267
3267
|
# 102 IVR阶段放弃
|
3268
3268
|
# 108 用户超时自动结束
|
3269
|
+
# 109 用户主动结束
|
3269
3270
|
# @type EndStatus: Integer
|
3270
3271
|
# @param Nickname: 用户昵称
|
3271
3272
|
# @type Nickname: String
|
@@ -4518,6 +4519,14 @@ module TencentCloud
|
|
4518
4519
|
|
4519
4520
|
# 电话呼出 2 unconnected 未接通
|
4520
4521
|
|
4522
|
+
# 电话呼出 108 restrictedCallee 被叫因高风险受限
|
4523
|
+
|
4524
|
+
# 电话呼出 109 tooManyRequest 超频
|
4525
|
+
|
4526
|
+
# 电话呼出 110 restrictedArea 外呼盲区
|
4527
|
+
|
4528
|
+
# 电话呼出 111 restrictedTime 外呼时间限制
|
4529
|
+
|
4521
4530
|
# 电话呼出 201 unknown 未知状态
|
4522
4531
|
|
4523
4532
|
# 电话呼出 202 notAnswer 未接听
|
@@ -4530,7 +4539,7 @@ module TencentCloud
|
|
4530
4539
|
|
4531
4540
|
# 电话呼出 206 busy 通话中
|
4532
4541
|
|
4533
|
-
# 电话呼出
|
4542
|
+
# 电话呼出 207 outOfCredit 欠费
|
4534
4543
|
|
4535
4544
|
# 电话呼出 208 operatorError 运营商线路异常
|
4536
4545
|
|
@@ -4592,6 +4601,14 @@ module TencentCloud
|
|
4592
4601
|
|
4593
4602
|
# 电话呼出 2 unconnected 未接通
|
4594
4603
|
|
4604
|
+
# 电话呼出 108 restrictedCallee 被叫因高风险受限
|
4605
|
+
|
4606
|
+
# 电话呼出 109 tooManyRequest 超频
|
4607
|
+
|
4608
|
+
# 电话呼出 110 restrictedArea 外呼盲区
|
4609
|
+
|
4610
|
+
# 电话呼出 111 restrictedTime 外呼时间限制
|
4611
|
+
|
4595
4612
|
# 电话呼出 201 unknown 未知状态
|
4596
4613
|
|
4597
4614
|
# 电话呼出 202 notAnswer 未接听
|
@@ -4604,7 +4621,7 @@ module TencentCloud
|
|
4604
4621
|
|
4605
4622
|
# 电话呼出 206 busy 通话中
|
4606
4623
|
|
4607
|
-
# 电话呼出
|
4624
|
+
# 电话呼出 207 outOfCredit 欠费
|
4608
4625
|
|
4609
4626
|
# 电话呼出 208 operatorError 运营商线路异常
|
4610
4627
|
|
@@ -4667,8 +4684,8 @@ module TencentCloud
|
|
4667
4684
|
|
4668
4685
|
attr_accessor :Caller, :Callee, :Time, :Direction, :Duration, :RecordURL, :RecordId, :SeatUser, :EndStatus, :SkillGroup, :CallerLocation, :IVRDuration, :RingTimestamp, :AcceptTimestamp, :EndedTimestamp, :IVRKeyPressed, :HungUpSide, :ServeParticipants, :SkillGroupId, :EndStatusString, :StartTimestamp, :QueuedTimestamp, :PostIVRKeyPressed, :QueuedSkillGroupId, :SessionId, :ProtectedCaller, :ProtectedCallee, :Uui, :UUI, :IVRKeyPressedEx, :AsrUrl, :CustomRecordURL, :Remark, :QueuedSkillGroupName, :VoicemailRecordURL, :VoicemailAsrURL
|
4669
4686
|
extend Gem::Deprecate
|
4670
|
-
deprecate :Uui, :none, 2024,
|
4671
|
-
deprecate :Uui=, :none, 2024,
|
4687
|
+
deprecate :Uui, :none, 2024, 5
|
4688
|
+
deprecate :Uui=, :none, 2024, 5
|
4672
4689
|
|
4673
4690
|
def initialize(caller=nil, callee=nil, time=nil, direction=nil, duration=nil, recordurl=nil, recordid=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, ivrkeypressedex=nil, asrurl=nil, customrecordurl=nil, remark=nil, queuedskillgroupname=nil, voicemailrecordurl=nil, voicemailasrurl=nil)
|
4674
4691
|
@Caller = caller
|
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.817
|
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-05-
|
11
|
+
date: 2024-05-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|
@@ -33,8 +33,8 @@ executables: []
|
|
33
33
|
extensions: []
|
34
34
|
extra_rdoc_files: []
|
35
35
|
files:
|
36
|
-
- lib/v20200210/client.rb
|
37
36
|
- lib/v20200210/models.rb
|
37
|
+
- lib/v20200210/client.rb
|
38
38
|
- lib/tencentcloud-sdk-ccc.rb
|
39
39
|
- lib/VERSION
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|