tencentcloud-sdk-ccc 3.0.996 → 3.0.997
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 +26 -24
- 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: 6e9a4eceaa599753c990a70ba8c126df6f322b69
|
4
|
+
data.tar.gz: 328ca3b44a3bb1a21d666d7ae99e6b2e81a39b1d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c79ade013c1de952475ec13059ba8fcd737bd8b0c8fbba9502f52bcd01c9fbb5690f717a87a6edc984f7b656d663b5b961190a0dbd10a8f7cab86c7444a48403
|
7
|
+
data.tar.gz: 00f451a52262c42ccb1124c8d86771332f1ebf735a3ea3ba5c8431c7827a237f4e24cca398a6e8187abb519e1c396dfbad26c4c0b32656d53a5f317d80fbd629
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.997
|
data/lib/v20200210/models.rb
CHANGED
@@ -219,8 +219,8 @@ module TencentCloud
|
|
219
219
|
|
220
220
|
attr_accessor :User, :Message, :Timestamp, :Start, :End
|
221
221
|
extend Gem::Deprecate
|
222
|
-
deprecate :Timestamp, :none, 2025,
|
223
|
-
deprecate :Timestamp=, :none, 2025,
|
222
|
+
deprecate :Timestamp, :none, 2025, 2
|
223
|
+
deprecate :Timestamp=, :none, 2025, 2
|
224
224
|
|
225
225
|
def initialize(user=nil, message=nil, timestamp=nil, start=nil, _end=nil)
|
226
226
|
@User = user
|
@@ -394,8 +394,8 @@ module TencentCloud
|
|
394
394
|
|
395
395
|
attr_accessor :SdkAppId, :StaffEmail, :SkillGroupList, :StaffSkillGroupList
|
396
396
|
extend Gem::Deprecate
|
397
|
-
deprecate :SkillGroupList, :none, 2025,
|
398
|
-
deprecate :SkillGroupList=, :none, 2025,
|
397
|
+
deprecate :SkillGroupList, :none, 2025, 2
|
398
|
+
deprecate :SkillGroupList=, :none, 2025, 2
|
399
399
|
|
400
400
|
def initialize(sdkappid=nil, staffemail=nil, skillgrouplist=nil, staffskillgrouplist=nil)
|
401
401
|
@SdkAppId = sdkappid
|
@@ -1368,8 +1368,8 @@ module TencentCloud
|
|
1368
1368
|
|
1369
1369
|
attr_accessor :SdkAppId, :UserId, :Callee, :Caller, :Callers, :IsForceUseMobile, :Uui, :UUI
|
1370
1370
|
extend Gem::Deprecate
|
1371
|
-
deprecate :Uui, :none, 2025,
|
1372
|
-
deprecate :Uui=, :none, 2025,
|
1371
|
+
deprecate :Uui, :none, 2025, 2
|
1372
|
+
deprecate :Uui=, :none, 2025, 2
|
1373
1373
|
|
1374
1374
|
def initialize(sdkappid=nil, userid=nil, callee=nil, caller=nil, callers=nil, isforceusemobile=nil, uui=nil)
|
1375
1375
|
@SdkAppId = sdkappid
|
@@ -2521,10 +2521,10 @@ module TencentCloud
|
|
2521
2521
|
|
2522
2522
|
attr_accessor :SdkAppId, :InstanceId, :CdrId, :Limit, :Offset, :Order, :SessionId
|
2523
2523
|
extend Gem::Deprecate
|
2524
|
-
deprecate :InstanceId, :none, 2025,
|
2525
|
-
deprecate :InstanceId=, :none, 2025,
|
2526
|
-
deprecate :CdrId, :none, 2025,
|
2527
|
-
deprecate :CdrId=, :none, 2025,
|
2524
|
+
deprecate :InstanceId, :none, 2025, 2
|
2525
|
+
deprecate :InstanceId=, :none, 2025, 2
|
2526
|
+
deprecate :CdrId, :none, 2025, 2
|
2527
|
+
deprecate :CdrId=, :none, 2025, 2
|
2528
2528
|
|
2529
2529
|
def initialize(sdkappid=nil, instanceid=nil, cdrid=nil, limit=nil, offset=nil, order=nil, sessionid=nil)
|
2530
2530
|
@SdkAppId = sdkappid
|
@@ -2850,8 +2850,8 @@ module TencentCloud
|
|
2850
2850
|
|
2851
2851
|
attr_accessor :StartTimestamp, :EndTimestamp, :InstanceId, :SdkAppId, :Limit, :Offset, :Type
|
2852
2852
|
extend Gem::Deprecate
|
2853
|
-
deprecate :InstanceId, :none, 2025,
|
2854
|
-
deprecate :InstanceId=, :none, 2025,
|
2853
|
+
deprecate :InstanceId, :none, 2025, 2
|
2854
|
+
deprecate :InstanceId=, :none, 2025, 2
|
2855
2855
|
|
2856
2856
|
def initialize(starttimestamp=nil, endtimestamp=nil, instanceid=nil, sdkappid=nil, limit=nil, offset=nil, type=nil)
|
2857
2857
|
@StartTimestamp = starttimestamp
|
@@ -2888,8 +2888,8 @@ module TencentCloud
|
|
2888
2888
|
|
2889
2889
|
attr_accessor :TotalCount, :IMCdrs, :IMCdrList, :RequestId
|
2890
2890
|
extend Gem::Deprecate
|
2891
|
-
deprecate :IMCdrs, :none, 2025,
|
2892
|
-
deprecate :IMCdrs=, :none, 2025,
|
2891
|
+
deprecate :IMCdrs, :none, 2025, 2
|
2892
|
+
deprecate :IMCdrs=, :none, 2025, 2
|
2893
2893
|
|
2894
2894
|
def initialize(totalcount=nil, imcdrs=nil, imcdrlist=nil, requestid=nil)
|
2895
2895
|
@TotalCount = totalcount
|
@@ -3381,8 +3381,8 @@ module TencentCloud
|
|
3381
3381
|
|
3382
3382
|
attr_accessor :TotalCount, :TelCdrs, :TelCdrList, :RequestId
|
3383
3383
|
extend Gem::Deprecate
|
3384
|
-
deprecate :TelCdrs, :none, 2025,
|
3385
|
-
deprecate :TelCdrs=, :none, 2025,
|
3384
|
+
deprecate :TelCdrs, :none, 2025, 2
|
3385
|
+
deprecate :TelCdrs=, :none, 2025, 2
|
3386
3386
|
|
3387
3387
|
def initialize(totalcount=nil, telcdrs=nil, telcdrlist=nil, requestid=nil)
|
3388
3388
|
@TotalCount = totalcount
|
@@ -3647,8 +3647,8 @@ module TencentCloud
|
|
3647
3647
|
|
3648
3648
|
attr_accessor :TelCallOutCount, :TelCallInCount, :SeatUsedCount, :VoipCallInCount, :VOIPCallInCount, :AsrOfflineCount, :AsrRealtimeCount, :RequestId
|
3649
3649
|
extend Gem::Deprecate
|
3650
|
-
deprecate :VoipCallInCount, :none, 2025,
|
3651
|
-
deprecate :VoipCallInCount=, :none, 2025,
|
3650
|
+
deprecate :VoipCallInCount, :none, 2025, 2
|
3651
|
+
deprecate :VoipCallInCount=, :none, 2025, 2
|
3652
3652
|
|
3653
3653
|
def initialize(telcalloutcount=nil, telcallincount=nil, seatusedcount=nil, voipcallincount=nil, asrofflinecount=nil, asrrealtimecount=nil, requestid=nil)
|
3654
3654
|
@TelCallOutCount = telcalloutcount
|
@@ -3696,8 +3696,8 @@ module TencentCloud
|
|
3696
3696
|
|
3697
3697
|
attr_accessor :StartTimeStamp, :EndTimeStamp, :InstanceId, :Limit, :Offset, :SdkAppId, :PageSize, :PageNumber, :Phones, :SessionIds
|
3698
3698
|
extend Gem::Deprecate
|
3699
|
-
deprecate :InstanceId, :none, 2025,
|
3700
|
-
deprecate :InstanceId=, :none, 2025,
|
3699
|
+
deprecate :InstanceId, :none, 2025, 2
|
3700
|
+
deprecate :InstanceId=, :none, 2025, 2
|
3701
3701
|
|
3702
3702
|
def initialize(starttimestamp=nil, endtimestamp=nil, instanceid=nil, limit=nil, offset=nil, sdkappid=nil, pagesize=nil, pagenumber=nil, phones=nil, sessionids=nil)
|
3703
3703
|
@StartTimeStamp = starttimestamp
|
@@ -3739,8 +3739,8 @@ module TencentCloud
|
|
3739
3739
|
|
3740
3740
|
attr_accessor :TotalCount, :TelCdrs, :TelCdrList, :RequestId
|
3741
3741
|
extend Gem::Deprecate
|
3742
|
-
deprecate :TelCdrs, :none, 2025,
|
3743
|
-
deprecate :TelCdrs=, :none, 2025,
|
3742
|
+
deprecate :TelCdrs, :none, 2025, 2
|
3743
|
+
deprecate :TelCdrs=, :none, 2025, 2
|
3744
3744
|
|
3745
3745
|
def initialize(totalcount=nil, telcdrs=nil, telcdrlist=nil, requestid=nil)
|
3746
3746
|
@TotalCount = totalcount
|
@@ -5415,6 +5415,7 @@ module TencentCloud
|
|
5415
5415
|
# 电话呼出 210 notInService 不在服务区
|
5416
5416
|
|
5417
5417
|
# 电话呼入&呼出 211 clientError 客户端错误
|
5418
|
+
# 电话呼出 212 carrierBlocked 运营商拦截
|
5418
5419
|
# @type EndStatus: Integer
|
5419
5420
|
# @param SkillGroup: 技能组名称
|
5420
5421
|
# @type SkillGroup: String
|
@@ -5489,6 +5490,7 @@ module TencentCloud
|
|
5489
5490
|
# 电话呼出 210 notInService 不在服务区
|
5490
5491
|
|
5491
5492
|
# 电话呼入&呼出 211 clientError 客户端错误
|
5493
|
+
# 电话呼出 212 carrierBlocked 运营商拦截
|
5492
5494
|
# @type EndStatusString: String
|
5493
5495
|
# @param StartTimestamp: 会话开始时间戳,UNIX 秒级时间戳
|
5494
5496
|
# @type StartTimestamp: Integer
|
@@ -5533,8 +5535,8 @@ module TencentCloud
|
|
5533
5535
|
|
5534
5536
|
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, :AsrStatus, :CustomRecordURL, :Remark, :QueuedSkillGroupName, :VoicemailRecordURL, :VoicemailAsrURL
|
5535
5537
|
extend Gem::Deprecate
|
5536
|
-
deprecate :Uui, :none, 2025,
|
5537
|
-
deprecate :Uui=, :none, 2025,
|
5538
|
+
deprecate :Uui, :none, 2025, 2
|
5539
|
+
deprecate :Uui=, :none, 2025, 2
|
5538
5540
|
|
5539
5541
|
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, asrstatus=nil, customrecordurl=nil, remark=nil, queuedskillgroupname=nil, voicemailrecordurl=nil, voicemailasrurl=nil)
|
5540
5542
|
@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.997
|
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-02-
|
11
|
+
date: 2025-02-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|