tencentcloud-sdk-ccc 3.0.590 → 3.0.591
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 +110 -110
- 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: 2dd9cde845080c5738ce14f39478b8e79d4b74c1
|
|
4
|
+
data.tar.gz: dad25f3dde1b57cfdecd5ae0b57779aaa06f0833
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cf202c01d48a0836fb35867523e0505bd49a4a297e13c655a0629de83f99de110c01794b7c9bb3157b811db012ba3dc6c09424838a70a6bb83fbc28a760689a3
|
|
7
|
+
data.tar.gz: 4808fb5388ff77283cfad49272628475cd9880d494ce89ff102f5a974bef9ae8ce704c7d0fedf6b84c3856d0249fa9e4967862840277af71cd5f472ca3a0ed0a
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.591
|
data/lib/v20200210/models.rb
CHANGED
|
@@ -29,7 +29,7 @@ module TencentCloud
|
|
|
29
29
|
# @type CreateTime: Integer
|
|
30
30
|
|
|
31
31
|
attr_accessor :SdkAppId, :Caller, :Callee, :CreateTime
|
|
32
|
-
|
|
32
|
+
|
|
33
33
|
def initialize(sdkappid=nil, caller=nil, callee=nil, createtime=nil)
|
|
34
34
|
@SdkAppId = sdkappid
|
|
35
35
|
@Caller = caller
|
|
@@ -55,7 +55,7 @@ module TencentCloud
|
|
|
55
55
|
# @type Sessions: Array
|
|
56
56
|
|
|
57
57
|
attr_accessor :Callee, :State, :Sessions
|
|
58
|
-
|
|
58
|
+
|
|
59
59
|
def initialize(callee=nil, state=nil, sessions=nil)
|
|
60
60
|
@Callee = callee
|
|
61
61
|
@State = state
|
|
@@ -90,7 +90,7 @@ module TencentCloud
|
|
|
90
90
|
# @type TaskId: Integer
|
|
91
91
|
|
|
92
92
|
attr_accessor :Name, :CalleeCount, :Callers, :NotBefore, :NotAfter, :IvrId, :State, :TaskId
|
|
93
|
-
|
|
93
|
+
|
|
94
94
|
def initialize(name=nil, calleecount=nil, callers=nil, notbefore=nil, notafter=nil, ivrid=nil, state=nil, taskid=nil)
|
|
95
95
|
@Name = name
|
|
96
96
|
@CalleeCount = calleecount
|
|
@@ -124,7 +124,7 @@ module TencentCloud
|
|
|
124
124
|
# @type SkillGroupIds: Array
|
|
125
125
|
|
|
126
126
|
attr_accessor :SdkAppId, :Number, :SkillGroupIds
|
|
127
|
-
|
|
127
|
+
|
|
128
128
|
def initialize(sdkappid=nil, number=nil, skillgroupids=nil)
|
|
129
129
|
@SdkAppId = sdkappid
|
|
130
130
|
@Number = number
|
|
@@ -144,7 +144,7 @@ module TencentCloud
|
|
|
144
144
|
# @type RequestId: String
|
|
145
145
|
|
|
146
146
|
attr_accessor :RequestId
|
|
147
|
-
|
|
147
|
+
|
|
148
148
|
def initialize(requestid=nil)
|
|
149
149
|
@RequestId = requestid
|
|
150
150
|
end
|
|
@@ -164,7 +164,7 @@ module TencentCloud
|
|
|
164
164
|
# @type SkillGroupList: Array
|
|
165
165
|
|
|
166
166
|
attr_accessor :SdkAppId, :StaffEmail, :SkillGroupList
|
|
167
|
-
|
|
167
|
+
|
|
168
168
|
def initialize(sdkappid=nil, staffemail=nil, skillgrouplist=nil)
|
|
169
169
|
@SdkAppId = sdkappid
|
|
170
170
|
@StaffEmail = staffemail
|
|
@@ -184,7 +184,7 @@ module TencentCloud
|
|
|
184
184
|
# @type RequestId: String
|
|
185
185
|
|
|
186
186
|
attr_accessor :RequestId
|
|
187
|
-
|
|
187
|
+
|
|
188
188
|
def initialize(requestid=nil)
|
|
189
189
|
@RequestId = requestid
|
|
190
190
|
end
|
|
@@ -220,7 +220,7 @@ module TencentCloud
|
|
|
220
220
|
# @type AvgAcceptDuration: Integer
|
|
221
221
|
|
|
222
222
|
attr_accessor :IvrCount, :QueueCount, :RingCount, :AcceptCount, :TransferOuterCount, :MaxQueueDuration, :AvgQueueDuration, :MaxRingDuration, :AvgRingDuration, :MaxAcceptDuration, :AvgAcceptDuration
|
|
223
|
-
|
|
223
|
+
|
|
224
224
|
def initialize(ivrcount=nil, queuecount=nil, ringcount=nil, acceptcount=nil, transferoutercount=nil, maxqueueduration=nil, avgqueueduration=nil, maxringduration=nil, avgringduration=nil, maxacceptduration=nil, avgacceptduration=nil)
|
|
225
225
|
@IvrCount = ivrcount
|
|
226
226
|
@QueueCount = queuecount
|
|
@@ -260,7 +260,7 @@ module TencentCloud
|
|
|
260
260
|
# @type SkillGroupMetrics: Array
|
|
261
261
|
|
|
262
262
|
attr_accessor :Number, :Metrics, :SkillGroupMetrics
|
|
263
|
-
|
|
263
|
+
|
|
264
264
|
def initialize(number=nil, metrics=nil, skillgroupmetrics=nil)
|
|
265
265
|
@Number = number
|
|
266
266
|
@Metrics = metrics
|
|
@@ -294,7 +294,7 @@ module TencentCloud
|
|
|
294
294
|
# @type Name: String
|
|
295
295
|
|
|
296
296
|
attr_accessor :SkillGroupId, :Metrics, :Name
|
|
297
|
-
|
|
297
|
+
|
|
298
298
|
def initialize(skillgroupid=nil, metrics=nil, name=nil)
|
|
299
299
|
@SkillGroupId = skillgroupid
|
|
300
300
|
@Metrics = metrics
|
|
@@ -321,7 +321,7 @@ module TencentCloud
|
|
|
321
321
|
# @type Variables: Array
|
|
322
322
|
|
|
323
323
|
attr_accessor :Callee, :UUI, :Variables
|
|
324
|
-
|
|
324
|
+
|
|
325
325
|
def initialize(callee=nil, uui=nil, variables=nil)
|
|
326
326
|
@Callee = callee
|
|
327
327
|
@UUI = uui
|
|
@@ -363,7 +363,7 @@ module TencentCloud
|
|
|
363
363
|
# @type UpdateTime: Integer
|
|
364
364
|
|
|
365
365
|
attr_accessor :SdkAppId, :ApplicantId, :Callers, :Callees, :Description, :State, :CreateTime, :UpdateTime
|
|
366
|
-
|
|
366
|
+
|
|
367
367
|
def initialize(sdkappid=nil, applicantid=nil, callers=nil, callees=nil, description=nil, state=nil, createtime=nil, updatetime=nil)
|
|
368
368
|
@SdkAppId = sdkappid
|
|
369
369
|
@ApplicantId = applicantid
|
|
@@ -415,7 +415,7 @@ module TencentCloud
|
|
|
415
415
|
# @type CalleeAttributes: Array
|
|
416
416
|
|
|
417
417
|
attr_accessor :SdkAppId, :NotBefore, :Callees, :Callers, :IvrId, :Name, :Description, :NotAfter, :Tries, :Variables, :UUI, :CalleeAttributes
|
|
418
|
-
|
|
418
|
+
|
|
419
419
|
def initialize(sdkappid=nil, notbefore=nil, callees=nil, callers=nil, ivrid=nil, name=nil, description=nil, notafter=nil, tries=nil, variables=nil, uui=nil, calleeattributes=nil)
|
|
420
420
|
@SdkAppId = sdkappid
|
|
421
421
|
@NotBefore = notbefore
|
|
@@ -469,7 +469,7 @@ module TencentCloud
|
|
|
469
469
|
# @type RequestId: String
|
|
470
470
|
|
|
471
471
|
attr_accessor :TaskId, :RequestId
|
|
472
|
-
|
|
472
|
+
|
|
473
473
|
def initialize(taskid=nil, requestid=nil)
|
|
474
474
|
@TaskId = taskid
|
|
475
475
|
@RequestId = requestid
|
|
@@ -494,7 +494,7 @@ module TencentCloud
|
|
|
494
494
|
# @type MaxConcurrency: Integer
|
|
495
495
|
|
|
496
496
|
attr_accessor :SdkAppId, :SkillGroupName, :SkillGroupType, :MaxConcurrency
|
|
497
|
-
|
|
497
|
+
|
|
498
498
|
def initialize(sdkappid=nil, skillgroupname=nil, skillgrouptype=nil, maxconcurrency=nil)
|
|
499
499
|
@SdkAppId = sdkappid
|
|
500
500
|
@SkillGroupName = skillgroupname
|
|
@@ -518,7 +518,7 @@ module TencentCloud
|
|
|
518
518
|
# @type RequestId: String
|
|
519
519
|
|
|
520
520
|
attr_accessor :SkillGroupId, :RequestId
|
|
521
|
-
|
|
521
|
+
|
|
522
522
|
def initialize(skillgroupid=nil, requestid=nil)
|
|
523
523
|
@SkillGroupId = skillgroupid
|
|
524
524
|
@RequestId = requestid
|
|
@@ -548,7 +548,7 @@ module TencentCloud
|
|
|
548
548
|
# @type Uui: String
|
|
549
549
|
|
|
550
550
|
attr_accessor :SdkAppId, :UserId, :Callee, :Caller, :Callers, :IsForceUseMobile, :Uui
|
|
551
|
-
|
|
551
|
+
|
|
552
552
|
def initialize(sdkappid=nil, userid=nil, callee=nil, caller=nil, callers=nil, isforceusemobile=nil, uui=nil)
|
|
553
553
|
@SdkAppId = sdkappid
|
|
554
554
|
@UserId = userid
|
|
@@ -578,7 +578,7 @@ module TencentCloud
|
|
|
578
578
|
# @type RequestId: String
|
|
579
579
|
|
|
580
580
|
attr_accessor :SessionId, :RequestId
|
|
581
|
-
|
|
581
|
+
|
|
582
582
|
def initialize(sessionid=nil, requestid=nil)
|
|
583
583
|
@SessionId = sessionid
|
|
584
584
|
@RequestId = requestid
|
|
@@ -602,7 +602,7 @@ module TencentCloud
|
|
|
602
602
|
# @type Description: String
|
|
603
603
|
|
|
604
604
|
attr_accessor :SdkAppId, :Callers, :Callees, :Description
|
|
605
|
-
|
|
605
|
+
|
|
606
606
|
def initialize(sdkappid=nil, callers=nil, callees=nil, description=nil)
|
|
607
607
|
@SdkAppId = sdkappid
|
|
608
608
|
@Callers = callers
|
|
@@ -626,7 +626,7 @@ module TencentCloud
|
|
|
626
626
|
# @type RequestId: String
|
|
627
627
|
|
|
628
628
|
attr_accessor :ApplicantId, :RequestId
|
|
629
|
-
|
|
629
|
+
|
|
630
630
|
def initialize(applicantid=nil, requestid=nil)
|
|
631
631
|
@ApplicantId = applicantid
|
|
632
632
|
@RequestId = requestid
|
|
@@ -648,7 +648,7 @@ module TencentCloud
|
|
|
648
648
|
# @type ExtensionName: String
|
|
649
649
|
|
|
650
650
|
attr_accessor :SdkAppId, :ExtensionId, :ExtensionName
|
|
651
|
-
|
|
651
|
+
|
|
652
652
|
def initialize(sdkappid=nil, extensionid=nil, extensionname=nil)
|
|
653
653
|
@SdkAppId = sdkappid
|
|
654
654
|
@ExtensionId = extensionid
|
|
@@ -668,7 +668,7 @@ module TencentCloud
|
|
|
668
668
|
# @type RequestId: String
|
|
669
669
|
|
|
670
670
|
attr_accessor :RequestId
|
|
671
|
-
|
|
671
|
+
|
|
672
672
|
def initialize(requestid=nil)
|
|
673
673
|
@RequestId = requestid
|
|
674
674
|
end
|
|
@@ -686,7 +686,7 @@ module TencentCloud
|
|
|
686
686
|
# @type SeatUserId: String
|
|
687
687
|
|
|
688
688
|
attr_accessor :SdkAppId, :SeatUserId
|
|
689
|
-
|
|
689
|
+
|
|
690
690
|
def initialize(sdkappid=nil, seatuserid=nil)
|
|
691
691
|
@SdkAppId = sdkappid
|
|
692
692
|
@SeatUserId = seatuserid
|
|
@@ -710,7 +710,7 @@ module TencentCloud
|
|
|
710
710
|
# @type RequestId: String
|
|
711
711
|
|
|
712
712
|
attr_accessor :Token, :ExpiredTime, :SdkURL, :RequestId
|
|
713
|
-
|
|
713
|
+
|
|
714
714
|
def initialize(token=nil, expiredtime=nil, sdkurl=nil, requestid=nil)
|
|
715
715
|
@Token = token
|
|
716
716
|
@ExpiredTime = expiredtime
|
|
@@ -736,7 +736,7 @@ module TencentCloud
|
|
|
736
736
|
# @type SendPassword: Boolean
|
|
737
737
|
|
|
738
738
|
attr_accessor :SdkAppId, :Staffs, :SendPassword
|
|
739
|
-
|
|
739
|
+
|
|
740
740
|
def initialize(sdkappid=nil, staffs=nil, sendpassword=nil)
|
|
741
741
|
@SdkAppId = sdkappid
|
|
742
742
|
@Staffs = staffs
|
|
@@ -766,7 +766,7 @@ module TencentCloud
|
|
|
766
766
|
# @type RequestId: String
|
|
767
767
|
|
|
768
768
|
attr_accessor :ErrorStaffList, :RequestId
|
|
769
|
-
|
|
769
|
+
|
|
770
770
|
def initialize(errorstafflist=nil, requestid=nil)
|
|
771
771
|
@ErrorStaffList = errorstafflist
|
|
772
772
|
@RequestId = requestid
|
|
@@ -797,7 +797,7 @@ module TencentCloud
|
|
|
797
797
|
# @type ClientData: String
|
|
798
798
|
|
|
799
799
|
attr_accessor :SdkAppId, :Uid, :ExpiredTime, :ClientData
|
|
800
|
-
|
|
800
|
+
|
|
801
801
|
def initialize(sdkappid=nil, uid=nil, expiredtime=nil, clientdata=nil)
|
|
802
802
|
@SdkAppId = sdkappid
|
|
803
803
|
@Uid = uid
|
|
@@ -821,7 +821,7 @@ module TencentCloud
|
|
|
821
821
|
# @type RequestId: String
|
|
822
822
|
|
|
823
823
|
attr_accessor :UserSig, :RequestId
|
|
824
|
-
|
|
824
|
+
|
|
825
825
|
def initialize(usersig=nil, requestid=nil)
|
|
826
826
|
@UserSig = usersig
|
|
827
827
|
@RequestId = requestid
|
|
@@ -841,7 +841,7 @@ module TencentCloud
|
|
|
841
841
|
# @type ExtensionId: String
|
|
842
842
|
|
|
843
843
|
attr_accessor :SdkAppId, :ExtensionId
|
|
844
|
-
|
|
844
|
+
|
|
845
845
|
def initialize(sdkappid=nil, extensionid=nil)
|
|
846
846
|
@SdkAppId = sdkappid
|
|
847
847
|
@ExtensionId = extensionid
|
|
@@ -859,7 +859,7 @@ module TencentCloud
|
|
|
859
859
|
# @type RequestId: String
|
|
860
860
|
|
|
861
861
|
attr_accessor :RequestId
|
|
862
|
-
|
|
862
|
+
|
|
863
863
|
def initialize(requestid=nil)
|
|
864
864
|
@RequestId = requestid
|
|
865
865
|
end
|
|
@@ -877,7 +877,7 @@ module TencentCloud
|
|
|
877
877
|
# @type StaffList: Array
|
|
878
878
|
|
|
879
879
|
attr_accessor :SdkAppId, :StaffList
|
|
880
|
-
|
|
880
|
+
|
|
881
881
|
def initialize(sdkappid=nil, stafflist=nil)
|
|
882
882
|
@SdkAppId = sdkappid
|
|
883
883
|
@StaffList = stafflist
|
|
@@ -898,7 +898,7 @@ module TencentCloud
|
|
|
898
898
|
# @type RequestId: String
|
|
899
899
|
|
|
900
900
|
attr_accessor :OnlineStaffList, :RequestId
|
|
901
|
-
|
|
901
|
+
|
|
902
902
|
def initialize(onlinestafflist=nil, requestid=nil)
|
|
903
903
|
@OnlineStaffList = onlinestafflist
|
|
904
904
|
@RequestId = requestid
|
|
@@ -922,7 +922,7 @@ module TencentCloud
|
|
|
922
922
|
# @type Filters: Array
|
|
923
923
|
|
|
924
924
|
attr_accessor :SdkAppId, :PageNumber, :PageSize, :Filters
|
|
925
|
-
|
|
925
|
+
|
|
926
926
|
def initialize(sdkappid=nil, pagenumber=nil, pagesize=nil, filters=nil)
|
|
927
927
|
@SdkAppId = sdkappid
|
|
928
928
|
@PageNumber = pagenumber
|
|
@@ -957,7 +957,7 @@ module TencentCloud
|
|
|
957
957
|
# @type RequestId: String
|
|
958
958
|
|
|
959
959
|
attr_accessor :TotalCount, :ActiveCarrierPrivilegeNumbers, :PendingApplicantIds, :RequestId
|
|
960
|
-
|
|
960
|
+
|
|
961
961
|
def initialize(totalcount=nil, activecarrierprivilegenumbers=nil, pendingapplicantids=nil, requestid=nil)
|
|
962
962
|
@TotalCount = totalcount
|
|
963
963
|
@ActiveCarrierPrivilegeNumbers = activecarrierprivilegenumbers
|
|
@@ -988,7 +988,7 @@ module TencentCloud
|
|
|
988
988
|
# @type TaskId: Integer
|
|
989
989
|
|
|
990
990
|
attr_accessor :SdkAppId, :TaskId
|
|
991
|
-
|
|
991
|
+
|
|
992
992
|
def initialize(sdkappid=nil, taskid=nil)
|
|
993
993
|
@SdkAppId = sdkappid
|
|
994
994
|
@TaskId = taskid
|
|
@@ -1023,7 +1023,7 @@ module TencentCloud
|
|
|
1023
1023
|
# @type RequestId: String
|
|
1024
1024
|
|
|
1025
1025
|
attr_accessor :Name, :Description, :NotBefore, :NotAfter, :Callers, :Callees, :IvrId, :State, :RequestId
|
|
1026
|
-
|
|
1026
|
+
|
|
1027
1027
|
def initialize(name=nil, description=nil, notbefore=nil, notafter=nil, callers=nil, callees=nil, ivrid=nil, state=nil, requestid=nil)
|
|
1028
1028
|
@Name = name
|
|
1029
1029
|
@Description = description
|
|
@@ -1066,7 +1066,7 @@ module TencentCloud
|
|
|
1066
1066
|
# @type PageNumber: Integer
|
|
1067
1067
|
|
|
1068
1068
|
attr_accessor :SdkAppId, :PageSize, :PageNumber
|
|
1069
|
-
|
|
1069
|
+
|
|
1070
1070
|
def initialize(sdkappid=nil, pagesize=nil, pagenumber=nil)
|
|
1071
1071
|
@SdkAppId = sdkappid
|
|
1072
1072
|
@PageSize = pagesize
|
|
@@ -1090,7 +1090,7 @@ module TencentCloud
|
|
|
1090
1090
|
# @type RequestId: String
|
|
1091
1091
|
|
|
1092
1092
|
attr_accessor :TotalCount, :Tasks, :RequestId
|
|
1093
|
-
|
|
1093
|
+
|
|
1094
1094
|
def initialize(totalcount=nil, tasks=nil, requestid=nil)
|
|
1095
1095
|
@TotalCount = totalcount
|
|
1096
1096
|
@Tasks = tasks
|
|
@@ -1117,7 +1117,7 @@ module TencentCloud
|
|
|
1117
1117
|
# @type SdkAppIds: Array
|
|
1118
1118
|
|
|
1119
1119
|
attr_accessor :SdkAppIds
|
|
1120
|
-
|
|
1120
|
+
|
|
1121
1121
|
def initialize(sdkappids=nil)
|
|
1122
1122
|
@SdkAppIds = sdkappids
|
|
1123
1123
|
end
|
|
@@ -1139,7 +1139,7 @@ module TencentCloud
|
|
|
1139
1139
|
# @type RequestId: String
|
|
1140
1140
|
|
|
1141
1141
|
attr_accessor :TotalCount, :SdkAppIdBuyList, :PackageBuyList, :RequestId
|
|
1142
|
-
|
|
1142
|
+
|
|
1143
1143
|
def initialize(totalcount=nil, sdkappidbuylist=nil, packagebuylist=nil, requestid=nil)
|
|
1144
1144
|
@TotalCount = totalcount
|
|
1145
1145
|
@SdkAppIdBuyList = sdkappidbuylist
|
|
@@ -1181,7 +1181,7 @@ module TencentCloud
|
|
|
1181
1181
|
# @type GroupIdList: Array
|
|
1182
1182
|
|
|
1183
1183
|
attr_accessor :SdkAppId, :EnabledSkillGroup, :EnabledNumber, :GroupIdList
|
|
1184
|
-
|
|
1184
|
+
|
|
1185
1185
|
def initialize(sdkappid=nil, enabledskillgroup=nil, enablednumber=nil, groupidlist=nil)
|
|
1186
1186
|
@SdkAppId = sdkappid
|
|
1187
1187
|
@EnabledSkillGroup = enabledskillgroup
|
|
@@ -1213,7 +1213,7 @@ module TencentCloud
|
|
|
1213
1213
|
# @type RequestId: String
|
|
1214
1214
|
|
|
1215
1215
|
attr_accessor :Timestamp, :TotalMetrics, :NumberMetrics, :SkillGroupMetrics, :RequestId
|
|
1216
|
-
|
|
1216
|
+
|
|
1217
1217
|
def initialize(timestamp=nil, totalmetrics=nil, numbermetrics=nil, skillgroupmetrics=nil, requestid=nil)
|
|
1218
1218
|
@Timestamp = timestamp
|
|
1219
1219
|
@TotalMetrics = totalmetrics
|
|
@@ -1260,7 +1260,7 @@ module TencentCloud
|
|
|
1260
1260
|
# @type Filters: Array
|
|
1261
1261
|
|
|
1262
1262
|
attr_accessor :SdkAppId, :PageNumber, :PageSize, :Filters
|
|
1263
|
-
|
|
1263
|
+
|
|
1264
1264
|
def initialize(sdkappid=nil, pagenumber=nil, pagesize=nil, filters=nil)
|
|
1265
1265
|
@SdkAppId = sdkappid
|
|
1266
1266
|
@PageNumber = pagenumber
|
|
@@ -1293,7 +1293,7 @@ module TencentCloud
|
|
|
1293
1293
|
# @type RequestId: String
|
|
1294
1294
|
|
|
1295
1295
|
attr_accessor :TotalCount, :Applicants, :RequestId
|
|
1296
|
-
|
|
1296
|
+
|
|
1297
1297
|
def initialize(totalcount=nil, applicants=nil, requestid=nil)
|
|
1298
1298
|
@TotalCount = totalcount
|
|
1299
1299
|
@Applicants = applicants
|
|
@@ -1332,7 +1332,7 @@ module TencentCloud
|
|
|
1332
1332
|
# @type SessionId: String
|
|
1333
1333
|
|
|
1334
1334
|
attr_accessor :InstanceId, :SdkAppId, :CdrId, :Limit, :Offset, :Order, :SessionId
|
|
1335
|
-
|
|
1335
|
+
|
|
1336
1336
|
def initialize(instanceid=nil, sdkappid=nil, cdrid=nil, limit=nil, offset=nil, order=nil, sessionid=nil)
|
|
1337
1337
|
@InstanceId = instanceid
|
|
1338
1338
|
@SdkAppId = sdkappid
|
|
@@ -1365,7 +1365,7 @@ module TencentCloud
|
|
|
1365
1365
|
# @type RequestId: String
|
|
1366
1366
|
|
|
1367
1367
|
attr_accessor :TotalCount, :Messages, :RequestId
|
|
1368
|
-
|
|
1368
|
+
|
|
1369
1369
|
def initialize(totalcount=nil, messages=nil, requestid=nil)
|
|
1370
1370
|
@TotalCount = totalcount
|
|
1371
1371
|
@Messages = messages
|
|
@@ -1394,7 +1394,7 @@ module TencentCloud
|
|
|
1394
1394
|
# @type ExtensionId: String
|
|
1395
1395
|
|
|
1396
1396
|
attr_accessor :SdkAppId, :ExtensionId
|
|
1397
|
-
|
|
1397
|
+
|
|
1398
1398
|
def initialize(sdkappid=nil, extensionid=nil)
|
|
1399
1399
|
@SdkAppId = sdkappid
|
|
1400
1400
|
@ExtensionId = extensionid
|
|
@@ -1422,7 +1422,7 @@ module TencentCloud
|
|
|
1422
1422
|
# @type RequestId: String
|
|
1423
1423
|
|
|
1424
1424
|
attr_accessor :ExtensionId, :ExtensionDomain, :Password, :OutboundProxy, :Transport, :RequestId
|
|
1425
|
-
|
|
1425
|
+
|
|
1426
1426
|
def initialize(extensionid=nil, extensiondomain=nil, password=nil, outboundproxy=nil, transport=nil, requestid=nil)
|
|
1427
1427
|
@ExtensionId = extensionid
|
|
1428
1428
|
@ExtensionDomain = extensiondomain
|
|
@@ -1458,7 +1458,7 @@ module TencentCloud
|
|
|
1458
1458
|
# @type IsNeedStatus: Boolean
|
|
1459
1459
|
|
|
1460
1460
|
attr_accessor :SdkAppId, :PageNumber, :ExtensionIds, :PageSize, :FuzzingKeyWord, :IsNeedStatus
|
|
1461
|
-
|
|
1461
|
+
|
|
1462
1462
|
def initialize(sdkappid=nil, pagenumber=nil, extensionids=nil, pagesize=nil, fuzzingkeyword=nil, isneedstatus=nil)
|
|
1463
1463
|
@SdkAppId = sdkappid
|
|
1464
1464
|
@PageNumber = pagenumber
|
|
@@ -1488,7 +1488,7 @@ module TencentCloud
|
|
|
1488
1488
|
# @type RequestId: String
|
|
1489
1489
|
|
|
1490
1490
|
attr_accessor :Total, :ExtensionList, :RequestId
|
|
1491
|
-
|
|
1491
|
+
|
|
1492
1492
|
def initialize(total=nil, extensionlist=nil, requestid=nil)
|
|
1493
1493
|
@Total = total
|
|
1494
1494
|
@ExtensionList = extensionlist
|
|
@@ -1527,7 +1527,7 @@ module TencentCloud
|
|
|
1527
1527
|
# @type Type: Integer
|
|
1528
1528
|
|
|
1529
1529
|
attr_accessor :StartTimestamp, :EndTimestamp, :InstanceId, :SdkAppId, :Limit, :Offset, :Type
|
|
1530
|
-
|
|
1530
|
+
|
|
1531
1531
|
def initialize(starttimestamp=nil, endtimestamp=nil, instanceid=nil, sdkappid=nil, limit=nil, offset=nil, type=nil)
|
|
1532
1532
|
@StartTimestamp = starttimestamp
|
|
1533
1533
|
@EndTimestamp = endtimestamp
|
|
@@ -1559,7 +1559,7 @@ module TencentCloud
|
|
|
1559
1559
|
# @type RequestId: String
|
|
1560
1560
|
|
|
1561
1561
|
attr_accessor :TotalCount, :IMCdrs, :RequestId
|
|
1562
|
-
|
|
1562
|
+
|
|
1563
1563
|
def initialize(totalcount=nil, imcdrs=nil, requestid=nil)
|
|
1564
1564
|
@TotalCount = totalcount
|
|
1565
1565
|
@IMCdrs = imcdrs
|
|
@@ -1590,7 +1590,7 @@ module TencentCloud
|
|
|
1590
1590
|
# @type PageSize: Integer
|
|
1591
1591
|
|
|
1592
1592
|
attr_accessor :SdkAppId, :PageNumber, :PageSize
|
|
1593
|
-
|
|
1593
|
+
|
|
1594
1594
|
def initialize(sdkappid=nil, pagenumber=nil, pagesize=nil)
|
|
1595
1595
|
@SdkAppId = sdkappid
|
|
1596
1596
|
@PageNumber = pagenumber
|
|
@@ -1614,7 +1614,7 @@ module TencentCloud
|
|
|
1614
1614
|
# @type RequestId: String
|
|
1615
1615
|
|
|
1616
1616
|
attr_accessor :TotalCount, :Numbers, :RequestId
|
|
1617
|
-
|
|
1617
|
+
|
|
1618
1618
|
def initialize(totalcount=nil, numbers=nil, requestid=nil)
|
|
1619
1619
|
@TotalCount = totalcount
|
|
1620
1620
|
@Numbers = numbers
|
|
@@ -1645,7 +1645,7 @@ module TencentCloud
|
|
|
1645
1645
|
# @type Limit: Integer
|
|
1646
1646
|
|
|
1647
1647
|
attr_accessor :SdkAppId, :Offset, :Limit
|
|
1648
|
-
|
|
1648
|
+
|
|
1649
1649
|
def initialize(sdkappid=nil, offset=nil, limit=nil)
|
|
1650
1650
|
@SdkAppId = sdkappid
|
|
1651
1651
|
@Offset = offset
|
|
@@ -1669,7 +1669,7 @@ module TencentCloud
|
|
|
1669
1669
|
# @type RequestId: String
|
|
1670
1670
|
|
|
1671
1671
|
attr_accessor :Total, :Sessions, :RequestId
|
|
1672
|
-
|
|
1672
|
+
|
|
1673
1673
|
def initialize(total=nil, sessions=nil, requestid=nil)
|
|
1674
1674
|
@Total = total
|
|
1675
1675
|
@Sessions = sessions
|
|
@@ -1704,7 +1704,7 @@ module TencentCloud
|
|
|
1704
1704
|
# @type PageNumber: Integer
|
|
1705
1705
|
|
|
1706
1706
|
attr_accessor :StartTimeStamp, :EndTimeStamp, :SdkAppId, :PageSize, :PageNumber
|
|
1707
|
-
|
|
1707
|
+
|
|
1708
1708
|
def initialize(starttimestamp=nil, endtimestamp=nil, sdkappid=nil, pagesize=nil, pagenumber=nil)
|
|
1709
1709
|
@StartTimeStamp = starttimestamp
|
|
1710
1710
|
@EndTimeStamp = endtimestamp
|
|
@@ -1732,7 +1732,7 @@ module TencentCloud
|
|
|
1732
1732
|
# @type RequestId: String
|
|
1733
1733
|
|
|
1734
1734
|
attr_accessor :TotalCount, :TelCdrs, :RequestId
|
|
1735
|
-
|
|
1735
|
+
|
|
1736
1736
|
def initialize(totalcount=nil, telcdrs=nil, requestid=nil)
|
|
1737
1737
|
@TotalCount = totalcount
|
|
1738
1738
|
@TelCdrs = telcdrs
|
|
@@ -1769,7 +1769,7 @@ module TencentCloud
|
|
|
1769
1769
|
# @type SkillGroupName: String
|
|
1770
1770
|
|
|
1771
1771
|
attr_accessor :SdkAppId, :PageSize, :PageNumber, :SkillGroupId, :ModifiedTime, :SkillGroupName
|
|
1772
|
-
|
|
1772
|
+
|
|
1773
1773
|
def initialize(sdkappid=nil, pagesize=nil, pagenumber=nil, skillgroupid=nil, modifiedtime=nil, skillgroupname=nil)
|
|
1774
1774
|
@SdkAppId = sdkappid
|
|
1775
1775
|
@PageSize = pagesize
|
|
@@ -1799,7 +1799,7 @@ module TencentCloud
|
|
|
1799
1799
|
# @type RequestId: String
|
|
1800
1800
|
|
|
1801
1801
|
attr_accessor :TotalCount, :SkillGroupList, :RequestId
|
|
1802
|
-
|
|
1802
|
+
|
|
1803
1803
|
def initialize(totalcount=nil, skillgrouplist=nil, requestid=nil)
|
|
1804
1804
|
@TotalCount = totalcount
|
|
1805
1805
|
@SkillGroupList = skillgrouplist
|
|
@@ -1836,7 +1836,7 @@ module TencentCloud
|
|
|
1836
1836
|
# @type SkillGroupId: Integer
|
|
1837
1837
|
|
|
1838
1838
|
attr_accessor :SdkAppId, :PageSize, :PageNumber, :StaffMail, :ModifiedTime, :SkillGroupId
|
|
1839
|
-
|
|
1839
|
+
|
|
1840
1840
|
def initialize(sdkappid=nil, pagesize=nil, pagenumber=nil, staffmail=nil, modifiedtime=nil, skillgroupid=nil)
|
|
1841
1841
|
@SdkAppId = sdkappid
|
|
1842
1842
|
@PageSize = pagesize
|
|
@@ -1866,7 +1866,7 @@ module TencentCloud
|
|
|
1866
1866
|
# @type RequestId: String
|
|
1867
1867
|
|
|
1868
1868
|
attr_accessor :TotalCount, :StaffList, :RequestId
|
|
1869
|
-
|
|
1869
|
+
|
|
1870
1870
|
def initialize(totalcount=nil, stafflist=nil, requestid=nil)
|
|
1871
1871
|
@TotalCount = totalcount
|
|
1872
1872
|
@StaffList = stafflist
|
|
@@ -1899,7 +1899,7 @@ module TencentCloud
|
|
|
1899
1899
|
# @type StatusList: Array
|
|
1900
1900
|
|
|
1901
1901
|
attr_accessor :SdkAppId, :StaffList, :GroupIdList, :StatusList
|
|
1902
|
-
|
|
1902
|
+
|
|
1903
1903
|
def initialize(sdkappid=nil, stafflist=nil, groupidlist=nil, statuslist=nil)
|
|
1904
1904
|
@SdkAppId = sdkappid
|
|
1905
1905
|
@StaffList = stafflist
|
|
@@ -1923,7 +1923,7 @@ module TencentCloud
|
|
|
1923
1923
|
# @type RequestId: String
|
|
1924
1924
|
|
|
1925
1925
|
attr_accessor :Metrics, :RequestId
|
|
1926
|
-
|
|
1926
|
+
|
|
1927
1927
|
def initialize(metrics=nil, requestid=nil)
|
|
1928
1928
|
@Metrics = metrics
|
|
1929
1929
|
@RequestId = requestid
|
|
@@ -1952,7 +1952,7 @@ module TencentCloud
|
|
|
1952
1952
|
# @type SdkAppIdList: Array
|
|
1953
1953
|
|
|
1954
1954
|
attr_accessor :StartTimeStamp, :EndTimeStamp, :SdkAppIdList
|
|
1955
|
-
|
|
1955
|
+
|
|
1956
1956
|
def initialize(starttimestamp=nil, endtimestamp=nil, sdkappidlist=nil)
|
|
1957
1957
|
@StartTimeStamp = starttimestamp
|
|
1958
1958
|
@EndTimeStamp = endtimestamp
|
|
@@ -1984,7 +1984,7 @@ module TencentCloud
|
|
|
1984
1984
|
# @type RequestId: String
|
|
1985
1985
|
|
|
1986
1986
|
attr_accessor :TelCallOutCount, :TelCallInCount, :SeatUsedCount, :VoipCallInCount, :AsrOfflineCount, :AsrRealtimeCount, :RequestId
|
|
1987
|
-
|
|
1987
|
+
|
|
1988
1988
|
def initialize(telcalloutcount=nil, telcallincount=nil, seatusedcount=nil, voipcallincount=nil, asrofflinecount=nil, asrrealtimecount=nil, requestid=nil)
|
|
1989
1989
|
@TelCallOutCount = telcalloutcount
|
|
1990
1990
|
@TelCallInCount = telcallincount
|
|
@@ -2030,7 +2030,7 @@ module TencentCloud
|
|
|
2030
2030
|
# @type SessionIds: Array
|
|
2031
2031
|
|
|
2032
2032
|
attr_accessor :StartTimeStamp, :EndTimeStamp, :InstanceId, :Limit, :Offset, :SdkAppId, :PageSize, :PageNumber, :Phones, :SessionIds
|
|
2033
|
-
|
|
2033
|
+
|
|
2034
2034
|
def initialize(starttimestamp=nil, endtimestamp=nil, instanceid=nil, limit=nil, offset=nil, sdkappid=nil, pagesize=nil, pagenumber=nil, phones=nil, sessionids=nil)
|
|
2035
2035
|
@StartTimeStamp = starttimestamp
|
|
2036
2036
|
@EndTimeStamp = endtimestamp
|
|
@@ -2068,7 +2068,7 @@ module TencentCloud
|
|
|
2068
2068
|
# @type RequestId: String
|
|
2069
2069
|
|
|
2070
2070
|
attr_accessor :TotalCount, :TelCdrs, :RequestId
|
|
2071
|
-
|
|
2071
|
+
|
|
2072
2072
|
def initialize(totalcount=nil, telcdrs=nil, requestid=nil)
|
|
2073
2073
|
@TotalCount = totalcount
|
|
2074
2074
|
@TelCdrs = telcdrs
|
|
@@ -2097,7 +2097,7 @@ module TencentCloud
|
|
|
2097
2097
|
# @type SessionId: String
|
|
2098
2098
|
|
|
2099
2099
|
attr_accessor :SdkAppId, :SessionId
|
|
2100
|
-
|
|
2100
|
+
|
|
2101
2101
|
def initialize(sdkappid=nil, sessionid=nil)
|
|
2102
2102
|
@SdkAppId = sdkappid
|
|
2103
2103
|
@SessionId = sessionid
|
|
@@ -2117,7 +2117,7 @@ module TencentCloud
|
|
|
2117
2117
|
# @type RequestId: String
|
|
2118
2118
|
|
|
2119
2119
|
attr_accessor :Session, :RequestId
|
|
2120
|
-
|
|
2120
|
+
|
|
2121
2121
|
def initialize(session=nil, requestid=nil)
|
|
2122
2122
|
@Session = session
|
|
2123
2123
|
@RequestId = requestid
|
|
@@ -2142,7 +2142,7 @@ module TencentCloud
|
|
|
2142
2142
|
# @type SdkAppId: Integer
|
|
2143
2143
|
|
|
2144
2144
|
attr_accessor :PhoneNumbers, :Disabled, :SdkAppId
|
|
2145
|
-
|
|
2145
|
+
|
|
2146
2146
|
def initialize(phonenumbers=nil, disabled=nil, sdkappid=nil)
|
|
2147
2147
|
@PhoneNumbers = phonenumbers
|
|
2148
2148
|
@Disabled = disabled
|
|
@@ -2162,7 +2162,7 @@ module TencentCloud
|
|
|
2162
2162
|
# @type RequestId: String
|
|
2163
2163
|
|
|
2164
2164
|
attr_accessor :RequestId
|
|
2165
|
-
|
|
2165
|
+
|
|
2166
2166
|
def initialize(requestid=nil)
|
|
2167
2167
|
@RequestId = requestid
|
|
2168
2168
|
end
|
|
@@ -2182,7 +2182,7 @@ module TencentCloud
|
|
|
2182
2182
|
# @type Message: String
|
|
2183
2183
|
|
|
2184
2184
|
attr_accessor :StaffEmail, :Code, :Message
|
|
2185
|
-
|
|
2185
|
+
|
|
2186
2186
|
def initialize(staffemail=nil, code=nil, message=nil)
|
|
2187
2187
|
@StaffEmail = staffemail
|
|
2188
2188
|
@Code = code
|
|
@@ -2222,7 +2222,7 @@ module TencentCloud
|
|
|
2222
2222
|
# @type RelationName: String
|
|
2223
2223
|
|
|
2224
2224
|
attr_accessor :SdkAppId, :FullExtensionId, :ExtensionId, :SkillGroupId, :ExtensionName, :CreateTime, :ModifyTime, :Status, :Register, :Relation, :RelationName
|
|
2225
|
-
|
|
2225
|
+
|
|
2226
2226
|
def initialize(sdkappid=nil, fullextensionid=nil, extensionid=nil, skillgroupid=nil, extensionname=nil, createtime=nil, modifytime=nil, status=nil, register=nil, relation=nil, relationname=nil)
|
|
2227
2227
|
@SdkAppId = sdkappid
|
|
2228
2228
|
@FullExtensionId = fullextensionid
|
|
@@ -2260,7 +2260,7 @@ module TencentCloud
|
|
|
2260
2260
|
# @type Values: Array
|
|
2261
2261
|
|
|
2262
2262
|
attr_accessor :Name, :Values
|
|
2263
|
-
|
|
2263
|
+
|
|
2264
2264
|
def initialize(name=nil, values=nil)
|
|
2265
2265
|
@Name = name
|
|
2266
2266
|
@Values = values
|
|
@@ -2280,7 +2280,7 @@ module TencentCloud
|
|
|
2280
2280
|
# @type SessionId: String
|
|
2281
2281
|
|
|
2282
2282
|
attr_accessor :SdkAppId, :SessionId
|
|
2283
|
-
|
|
2283
|
+
|
|
2284
2284
|
def initialize(sdkappid=nil, sessionid=nil)
|
|
2285
2285
|
@SdkAppId = sdkappid
|
|
2286
2286
|
@SessionId = sessionid
|
|
@@ -2298,7 +2298,7 @@ module TencentCloud
|
|
|
2298
2298
|
# @type RequestId: String
|
|
2299
2299
|
|
|
2300
2300
|
attr_accessor :RequestId
|
|
2301
|
-
|
|
2301
|
+
|
|
2302
2302
|
def initialize(requestid=nil)
|
|
2303
2303
|
@RequestId = requestid
|
|
2304
2304
|
end
|
|
@@ -2346,7 +2346,7 @@ module TencentCloud
|
|
|
2346
2346
|
# @type Satisfaction: :class:`Tencentcloud::Ccc.v20200210.models.IMSatisfaction`
|
|
2347
2347
|
|
|
2348
2348
|
attr_accessor :Id, :Duration, :EndStatus, :Nickname, :Type, :StaffId, :Timestamp, :SessionId, :SkillGroupId, :SkillGroupName, :Satisfaction
|
|
2349
|
-
|
|
2349
|
+
|
|
2350
2350
|
def initialize(id=nil, duration=nil, endstatus=nil, nickname=nil, type=nil, staffid=nil, timestamp=nil, sessionid=nil, skillgroupid=nil, skillgroupname=nil, satisfaction=nil)
|
|
2351
2351
|
@Id = id
|
|
2352
2352
|
@Duration = duration
|
|
@@ -2389,7 +2389,7 @@ module TencentCloud
|
|
|
2389
2389
|
# @type Label: String
|
|
2390
2390
|
|
|
2391
2391
|
attr_accessor :Id, :Label
|
|
2392
|
-
|
|
2392
|
+
|
|
2393
2393
|
def initialize(id=nil, label=nil)
|
|
2394
2394
|
@Id = id
|
|
2395
2395
|
@Label = label
|
|
@@ -2411,7 +2411,7 @@ module TencentCloud
|
|
|
2411
2411
|
# @type Label: String
|
|
2412
2412
|
|
|
2413
2413
|
attr_accessor :Key, :Label
|
|
2414
|
-
|
|
2414
|
+
|
|
2415
2415
|
def initialize(key=nil, label=nil)
|
|
2416
2416
|
@Key = key
|
|
2417
2417
|
@Label = label
|
|
@@ -2431,7 +2431,7 @@ module TencentCloud
|
|
|
2431
2431
|
# @type Content: String
|
|
2432
2432
|
|
|
2433
2433
|
attr_accessor :Type, :Content
|
|
2434
|
-
|
|
2434
|
+
|
|
2435
2435
|
def initialize(type=nil, content=nil)
|
|
2436
2436
|
@Type = type
|
|
2437
2437
|
@Content = content
|
|
@@ -2453,7 +2453,7 @@ module TencentCloud
|
|
|
2453
2453
|
# @type Messages: Array
|
|
2454
2454
|
|
|
2455
2455
|
attr_accessor :Timestamp, :From, :Messages
|
|
2456
|
-
|
|
2456
|
+
|
|
2457
2457
|
def initialize(timestamp=nil, from=nil, messages=nil)
|
|
2458
2458
|
@Timestamp = timestamp
|
|
2459
2459
|
@From = from
|
|
@@ -2488,7 +2488,7 @@ module TencentCloud
|
|
|
2488
2488
|
# @type Relation: String
|
|
2489
2489
|
|
|
2490
2490
|
attr_accessor :SdkAppId, :ExtensionId, :ExtensionName, :SkillGroupIds, :Relation
|
|
2491
|
-
|
|
2491
|
+
|
|
2492
2492
|
def initialize(sdkappid=nil, extensionid=nil, extensionname=nil, skillgroupids=nil, relation=nil)
|
|
2493
2493
|
@SdkAppId = sdkappid
|
|
2494
2494
|
@ExtensionId = extensionid
|
|
@@ -2512,7 +2512,7 @@ module TencentCloud
|
|
|
2512
2512
|
# @type RequestId: String
|
|
2513
2513
|
|
|
2514
2514
|
attr_accessor :RequestId
|
|
2515
|
-
|
|
2515
|
+
|
|
2516
2516
|
def initialize(requestid=nil)
|
|
2517
2517
|
@RequestId = requestid
|
|
2518
2518
|
end
|
|
@@ -2542,7 +2542,7 @@ module TencentCloud
|
|
|
2542
2542
|
# @type UseMobileAccept: Integer
|
|
2543
2543
|
|
|
2544
2544
|
attr_accessor :SdkAppId, :Email, :Name, :Phone, :Nick, :SkillGroupIds, :UseMobileCallOut, :UseMobileAccept
|
|
2545
|
-
|
|
2545
|
+
|
|
2546
2546
|
def initialize(sdkappid=nil, email=nil, name=nil, phone=nil, nick=nil, skillgroupids=nil, usemobilecallout=nil, usemobileaccept=nil)
|
|
2547
2547
|
@SdkAppId = sdkappid
|
|
2548
2548
|
@Email = email
|
|
@@ -2572,7 +2572,7 @@ module TencentCloud
|
|
|
2572
2572
|
# @type RequestId: String
|
|
2573
2573
|
|
|
2574
2574
|
attr_accessor :RequestId
|
|
2575
|
-
|
|
2575
|
+
|
|
2576
2576
|
def initialize(requestid=nil)
|
|
2577
2577
|
@RequestId = requestid
|
|
2578
2578
|
end
|
|
@@ -2590,7 +2590,7 @@ module TencentCloud
|
|
|
2590
2590
|
# @type CallOutSkillGroupIds: Array
|
|
2591
2591
|
|
|
2592
2592
|
attr_accessor :Number, :CallOutSkillGroupIds
|
|
2593
|
-
|
|
2593
|
+
|
|
2594
2594
|
def initialize(number=nil, calloutskillgroupids=nil)
|
|
2595
2595
|
@Number = number
|
|
2596
2596
|
@CallOutSkillGroupIds = calloutskillgroupids
|
|
@@ -2640,7 +2640,7 @@ module TencentCloud
|
|
|
2640
2640
|
# @type ProtectedCallee: String
|
|
2641
2641
|
|
|
2642
2642
|
attr_accessor :SessionID, :RoomID, :Caller, :Callee, :StartTimestamp, :RingTimestamp, :AcceptTimestamp, :StaffEmail, :StaffNumber, :SessionStatus, :Direction, :OutBoundCaller, :OutBoundCallee, :ProtectedCaller, :ProtectedCallee
|
|
2643
|
-
|
|
2643
|
+
|
|
2644
2644
|
def initialize(sessionid=nil, roomid=nil, caller=nil, callee=nil, starttimestamp=nil, ringtimestamp=nil, accepttimestamp=nil, staffemail=nil, staffnumber=nil, sessionstatus=nil, direction=nil, outboundcaller=nil, outboundcallee=nil, protectedcaller=nil, protectedcallee=nil)
|
|
2645
2645
|
@SessionID = sessionid
|
|
2646
2646
|
@RoomID = roomid
|
|
@@ -2708,7 +2708,7 @@ module TencentCloud
|
|
|
2708
2708
|
# @type ProtectedCallee: String
|
|
2709
2709
|
|
|
2710
2710
|
attr_accessor :SessionID, :RoomID, :Caller, :Callee, :StartTimestamp, :AcceptTimestamp, :StaffEmail, :StaffNumber, :SessionStatus, :Direction, :RingTimestamp, :ProtectedCaller, :ProtectedCallee
|
|
2711
|
-
|
|
2711
|
+
|
|
2712
2712
|
def initialize(sessionid=nil, roomid=nil, caller=nil, callee=nil, starttimestamp=nil, accepttimestamp=nil, staffemail=nil, staffnumber=nil, sessionstatus=nil, direction=nil, ringtimestamp=nil, protectedcaller=nil, protectedcallee=nil)
|
|
2713
2713
|
@SessionID = sessionid
|
|
2714
2714
|
@RoomID = roomid
|
|
@@ -2758,7 +2758,7 @@ module TencentCloud
|
|
|
2758
2758
|
# @type EndTime: Integer
|
|
2759
2759
|
|
|
2760
2760
|
attr_accessor :PackageId, :Type, :CapacitySize, :CapacityRemain, :BuyTime, :EndTime
|
|
2761
|
-
|
|
2761
|
+
|
|
2762
2762
|
def initialize(packageid=nil, type=nil, capacitysize=nil, capacityremain=nil, buytime=nil, endtime=nil)
|
|
2763
2763
|
@PackageId = packageid
|
|
2764
2764
|
@Type = type
|
|
@@ -2794,7 +2794,7 @@ module TencentCloud
|
|
|
2794
2794
|
# @type State: Integer
|
|
2795
2795
|
|
|
2796
2796
|
attr_accessor :PhoneNum, :Type, :CallType, :BuyTime, :EndTime, :State
|
|
2797
|
-
|
|
2797
|
+
|
|
2798
2798
|
def initialize(phonenum=nil, type=nil, calltype=nil, buytime=nil, endtime=nil, state=nil)
|
|
2799
2799
|
@PhoneNum = phonenum
|
|
2800
2800
|
@Type = type
|
|
@@ -2822,7 +2822,7 @@ module TencentCloud
|
|
|
2822
2822
|
# @type ExtensionId: String
|
|
2823
2823
|
|
|
2824
2824
|
attr_accessor :SdkAppId, :ExtensionId
|
|
2825
|
-
|
|
2825
|
+
|
|
2826
2826
|
def initialize(sdkappid=nil, extensionid=nil)
|
|
2827
2827
|
@SdkAppId = sdkappid
|
|
2828
2828
|
@ExtensionId = extensionid
|
|
@@ -2842,7 +2842,7 @@ module TencentCloud
|
|
|
2842
2842
|
# @type RequestId: String
|
|
2843
2843
|
|
|
2844
2844
|
attr_accessor :Password, :RequestId
|
|
2845
|
-
|
|
2845
|
+
|
|
2846
2846
|
def initialize(password=nil, requestid=nil)
|
|
2847
2847
|
@Password = password
|
|
2848
2848
|
@RequestId = requestid
|
|
@@ -2868,7 +2868,7 @@ module TencentCloud
|
|
|
2868
2868
|
# @type PhoneNumBuyList: Array
|
|
2869
2869
|
|
|
2870
2870
|
attr_accessor :SdkAppId, :Name, :StaffBuyNum, :StaffBuyList, :PhoneNumBuyList
|
|
2871
|
-
|
|
2871
|
+
|
|
2872
2872
|
def initialize(sdkappid=nil, name=nil, staffbuynum=nil, staffbuylist=nil, phonenumbuylist=nil)
|
|
2873
2873
|
@SdkAppId = sdkappid
|
|
2874
2874
|
@Name = name
|
|
@@ -2920,7 +2920,7 @@ module TencentCloud
|
|
|
2920
2920
|
# @type SkillGroupNameList: Array
|
|
2921
2921
|
|
|
2922
2922
|
attr_accessor :Name, :Mail, :StaffNumber, :Phone, :Nick, :UserId, :SkillGroupNameList
|
|
2923
|
-
|
|
2923
|
+
|
|
2924
2924
|
def initialize(name=nil, mail=nil, staffnumber=nil, phone=nil, nick=nil, userid=nil, skillgroupnamelist=nil)
|
|
2925
2925
|
@Name = name
|
|
2926
2926
|
@Mail = mail
|
|
@@ -3000,7 +3000,7 @@ module TencentCloud
|
|
|
3000
3000
|
# @type CustomRecordURL: String
|
|
3001
3001
|
|
|
3002
3002
|
attr_accessor :Mail, :Phone, :RingTimestamp, :AcceptTimestamp, :EndedTimestamp, :RecordId, :Type, :TransferFrom, :TransferFromType, :TransferTo, :TransferToType, :SkillGroupId, :EndStatusString, :RecordURL, :Sequence, :StartTimestamp, :SkillGroupName, :CustomRecordURL
|
|
3003
|
-
|
|
3003
|
+
|
|
3004
3004
|
def initialize(mail=nil, phone=nil, ringtimestamp=nil, accepttimestamp=nil, endedtimestamp=nil, recordid=nil, type=nil, transferfrom=nil, transferfromtype=nil, transferto=nil, transfertotype=nil, skillgroupid=nil, endstatusstring=nil, recordurl=nil, sequence=nil, starttimestamp=nil, skillgroupname=nil, customrecordurl=nil)
|
|
3005
3005
|
@Mail = mail
|
|
3006
3006
|
@Phone = phone
|
|
@@ -3069,7 +3069,7 @@ module TencentCloud
|
|
|
3069
3069
|
# @type SkillGroupType: Integer
|
|
3070
3070
|
|
|
3071
3071
|
attr_accessor :SkillGroupId, :SkillGroupName, :Type, :RoutePolicy, :UsingLastSeat, :MaxConcurrency, :LastModifyTimestamp, :SkillGroupType
|
|
3072
|
-
|
|
3072
|
+
|
|
3073
3073
|
def initialize(skillgroupid=nil, skillgroupname=nil, type=nil, routepolicy=nil, usinglastseat=nil, maxconcurrency=nil, lastmodifytimestamp=nil, skillgrouptype=nil)
|
|
3074
3074
|
@SkillGroupId = skillgroupid
|
|
3075
3075
|
@SkillGroupName = skillgroupname
|
|
@@ -3105,7 +3105,7 @@ module TencentCloud
|
|
|
3105
3105
|
# @type Type: String
|
|
3106
3106
|
|
|
3107
3107
|
attr_accessor :SkillGroupId, :SkillGroupName, :Priority, :Type
|
|
3108
|
-
|
|
3108
|
+
|
|
3109
3109
|
def initialize(skillgroupid=nil, skillgroupname=nil, priority=nil, type=nil)
|
|
3110
3110
|
@SkillGroupId = skillgroupid
|
|
3111
3111
|
@SkillGroupName = skillgroupname
|
|
@@ -3131,7 +3131,7 @@ module TencentCloud
|
|
|
3131
3131
|
# @type EndTime: Integer
|
|
3132
3132
|
|
|
3133
3133
|
attr_accessor :Num, :BuyTime, :EndTime
|
|
3134
|
-
|
|
3134
|
+
|
|
3135
3135
|
def initialize(num=nil, buytime=nil, endtime=nil)
|
|
3136
3136
|
@Num = num
|
|
3137
3137
|
@BuyTime = buytime
|
|
@@ -3169,7 +3169,7 @@ module TencentCloud
|
|
|
3169
3169
|
# @type LastModifyTimestamp: Integer
|
|
3170
3170
|
|
|
3171
3171
|
attr_accessor :Name, :Mail, :Phone, :Nick, :StaffNumber, :SkillGroupList, :LastModifyTimestamp
|
|
3172
|
-
|
|
3172
|
+
|
|
3173
3173
|
def initialize(name=nil, mail=nil, phone=nil, nick=nil, staffnumber=nil, skillgrouplist=nil, lastmodifytimestamp=nil)
|
|
3174
3174
|
@Name = name
|
|
3175
3175
|
@Mail = mail
|
|
@@ -3206,7 +3206,7 @@ module TencentCloud
|
|
|
3206
3206
|
# @type Direct: String
|
|
3207
3207
|
|
|
3208
3208
|
attr_accessor :Type, :Direct
|
|
3209
|
-
|
|
3209
|
+
|
|
3210
3210
|
def initialize(type=nil, direct=nil)
|
|
3211
3211
|
@Type = type
|
|
3212
3212
|
@Direct = direct
|
|
@@ -3256,7 +3256,7 @@ module TencentCloud
|
|
|
3256
3256
|
# @type LastStatusTimestamp: Integer
|
|
3257
3257
|
|
|
3258
3258
|
attr_accessor :Email, :Status, :StatusExtra, :OnlineDuration, :FreeDuration, :BusyDuration, :NotReadyDuration, :RestDuration, :AfterCallWorkDuration, :Reason, :ReserveRest, :ReserveNotReady, :UseMobileAccept, :UseMobileCallOut, :LastOnlineTimestamp, :LastStatusTimestamp
|
|
3259
|
-
|
|
3259
|
+
|
|
3260
3260
|
def initialize(email=nil, status=nil, statusextra=nil, onlineduration=nil, freeduration=nil, busyduration=nil, notreadyduration=nil, restduration=nil, aftercallworkduration=nil, reason=nil, reserverest=nil, reservenotready=nil, usemobileaccept=nil, usemobilecallout=nil, lastonlinetimestamp=nil, laststatustimestamp=nil)
|
|
3261
3261
|
@Email = email
|
|
3262
3262
|
@Status = status
|
|
@@ -3307,7 +3307,7 @@ module TencentCloud
|
|
|
3307
3307
|
# @type TaskId: Integer
|
|
3308
3308
|
|
|
3309
3309
|
attr_accessor :SdkAppId, :TaskId
|
|
3310
|
-
|
|
3310
|
+
|
|
3311
3311
|
def initialize(sdkappid=nil, taskid=nil)
|
|
3312
3312
|
@SdkAppId = sdkappid
|
|
3313
3313
|
@TaskId = taskid
|
|
@@ -3325,7 +3325,7 @@ module TencentCloud
|
|
|
3325
3325
|
# @type RequestId: String
|
|
3326
3326
|
|
|
3327
3327
|
attr_accessor :RequestId
|
|
3328
|
-
|
|
3328
|
+
|
|
3329
3329
|
def initialize(requestid=nil)
|
|
3330
3330
|
@RequestId = requestid
|
|
3331
3331
|
end
|
|
@@ -3510,7 +3510,7 @@ module TencentCloud
|
|
|
3510
3510
|
# @type VoicemailRecordURL: Array
|
|
3511
3511
|
|
|
3512
3512
|
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, :IVRKeyPressedEx, :AsrUrl, :CustomRecordURL, :Remark, :QueuedSkillGroupName, :VoicemailRecordURL
|
|
3513
|
-
|
|
3513
|
+
|
|
3514
3514
|
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, ivrkeypressedex=nil, asrurl=nil, customrecordurl=nil, remark=nil, queuedskillgroupname=nil, voicemailrecordurl=nil)
|
|
3515
3515
|
@Caller = caller
|
|
3516
3516
|
@Callee = callee
|
|
@@ -3618,7 +3618,7 @@ module TencentCloud
|
|
|
3618
3618
|
# @type SkillGroupIds: Array
|
|
3619
3619
|
|
|
3620
3620
|
attr_accessor :SdkAppId, :Number, :SkillGroupIds
|
|
3621
|
-
|
|
3621
|
+
|
|
3622
3622
|
def initialize(sdkappid=nil, number=nil, skillgroupids=nil)
|
|
3623
3623
|
@SdkAppId = sdkappid
|
|
3624
3624
|
@Number = number
|
|
@@ -3638,7 +3638,7 @@ module TencentCloud
|
|
|
3638
3638
|
# @type RequestId: String
|
|
3639
3639
|
|
|
3640
3640
|
attr_accessor :RequestId
|
|
3641
|
-
|
|
3641
|
+
|
|
3642
3642
|
def initialize(requestid=nil)
|
|
3643
3643
|
@RequestId = requestid
|
|
3644
3644
|
end
|
|
@@ -3658,7 +3658,7 @@ module TencentCloud
|
|
|
3658
3658
|
# @type SkillGroupList: Array
|
|
3659
3659
|
|
|
3660
3660
|
attr_accessor :SdkAppId, :StaffEmail, :SkillGroupList
|
|
3661
|
-
|
|
3661
|
+
|
|
3662
3662
|
def initialize(sdkappid=nil, staffemail=nil, skillgrouplist=nil)
|
|
3663
3663
|
@SdkAppId = sdkappid
|
|
3664
3664
|
@StaffEmail = staffemail
|
|
@@ -3678,7 +3678,7 @@ module TencentCloud
|
|
|
3678
3678
|
# @type RequestId: String
|
|
3679
3679
|
|
|
3680
3680
|
attr_accessor :RequestId
|
|
3681
|
-
|
|
3681
|
+
|
|
3682
3682
|
def initialize(requestid=nil)
|
|
3683
3683
|
@RequestId = requestid
|
|
3684
3684
|
end
|
|
@@ -3696,7 +3696,7 @@ module TencentCloud
|
|
|
3696
3696
|
# @type Value: String
|
|
3697
3697
|
|
|
3698
3698
|
attr_accessor :Key, :Value
|
|
3699
|
-
|
|
3699
|
+
|
|
3700
3700
|
def initialize(key=nil, value=nil)
|
|
3701
3701
|
@Key = key
|
|
3702
3702
|
@Value = value
|
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.591
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-06-
|
|
11
|
+
date: 2023-06-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|