GitHub Access Token became invalid

It seems like the GitHub access token used for retrieving details about this repository from GitHub became invalid. This might prevent certain types of inspections from being run (in particular, everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.
Test Failed
Push — master ( f6f356...3478a8 )
by
unknown
06:38
created

AppendCases::withBody()   A

Complexity

Conditions 1
Paths 1

Size

Total Lines 6
Code Lines 3

Duplication

Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
eloc 3
dl 0
loc 6
c 0
b 0
f 0
rs 10
cc 1
nc 1
nop 1
1
<?php
2
3
namespace AlibabaCloud\CCC\V20200701;
4
5
use AlibabaCloud\Client\Resolver\ApiResolver;
6
7
/**
8
 * @method AbortCampaign abortCampaign(array $options = [])
9
 * @method AddCases addCases(array $options = [])
10
 * @method AddNumbersToSkillGroup addNumbersToSkillGroup(array $options = [])
11
 * @method AddPersonalNumbersToUser addPersonalNumbersToUser(array $options = [])
12
 * @method AddPhoneNumbers addPhoneNumbers(array $options = [])
13
 * @method AddPhoneNumberToSkillGroups addPhoneNumberToSkillGroups(array $options = [])
14
 * @method AddSkillGroupsToUser addSkillGroupsToUser(array $options = [])
15
 * @method AddUsersToSkillGroup addUsersToSkillGroup(array $options = [])
16
 * @method AnswerCall answerCall(array $options = [])
17
 * @method AppendCases appendCases(array $options = [])
18
 * @method AssignUsers assignUsers(array $options = [])
19
 * @method BargeInCall bargeInCall(array $options = [])
20
 * @method BlindTransfer blindTransfer(array $options = [])
21
 * @method BridgeRtcCall bridgeRtcCall(array $options = [])
22
 * @method CancelAttendedTransfer cancelAttendedTransfer(array $options = [])
23
 * @method ChangeWorkMode changeWorkMode(array $options = [])
24
 * @method CoachCall coachCall(array $options = [])
25
 * @method CommitContactFlow commitContactFlow(array $options = [])
26
 * @method CompleteAttendedTransfer completeAttendedTransfer(array $options = [])
27
 * @method CreateAudioFile createAudioFile(array $options = [])
28
 * @method CreateCallTags createCallTags(array $options = [])
29
 * @method CreateCampaign createCampaign(array $options = [])
30
 * @method CreateContactFlow createContactFlow(array $options = [])
31
 * @method CreateCustomCallTagging createCustomCallTagging(array $options = [])
32
 * @method CreateInstance createInstance(array $options = [])
33
 * @method CreateSkillGroup createSkillGroup(array $options = [])
34
 * @method CreateUser createUser(array $options = [])
35
 * @method DeleteAudioFile deleteAudioFile(array $options = [])
36
 * @method DeleteCallTag deleteCallTag(array $options = [])
37
 * @method DeleteContactFlow deleteContactFlow(array $options = [])
38
 * @method DeleteCustomCallTagging deleteCustomCallTagging(array $options = [])
39
 * @method DeleteSkillGroup deleteSkillGroup(array $options = [])
40
 * @method DiscardEditingContactFlow discardEditingContactFlow(array $options = [])
41
 * @method EndConference endConference(array $options = [])
42
 * @method ExportCustomCallTagging exportCustomCallTagging(array $options = [])
43
 * @method ExportDoNotCallNumbers exportDoNotCallNumbers(array $options = [])
44
 * @method GetAudioFile getAudioFile(array $options = [])
45
 * @method GetAudioFileDownloadUrl getAudioFileDownloadUrl(array $options = [])
46
 * @method GetAudioFileUploadParameters getAudioFileUploadParameters(array $options = [])
47
 * @method GetCallDetailRecord getCallDetailRecord(array $options = [])
48
 * @method GetCampaign getCampaign(array $options = [])
49
 * @method GetCaseFileUploadUrl getCaseFileUploadUrl(array $options = [])
50
 * @method GetContactFlow getContactFlow(array $options = [])
51
 * @method GetConversationDetail getConversationDetail(array $options = [])
52
 * @method GetDataChannelCredentials getDataChannelCredentials(array $options = [])
53
 * @method GetDoNotCallFileUploadParameters getDoNotCallFileUploadParameters(array $options = [])
54
 * @method GetEarlyMediaRecording getEarlyMediaRecording(array $options = [])
55
 * @method GetHistoricalCallerReport getHistoricalCallerReport(array $options = [])
56
 * @method GetHistoricalCampaignReport getHistoricalCampaignReport(array $options = [])
57
 * @method GetHistoricalInstanceReport getHistoricalInstanceReport(array $options = [])
58
 * @method GetInstance getInstance(array $options = [])
59
 * @method GetInstanceTrendingReport getInstanceTrendingReport(array $options = [])
60
 * @method GetLoginDetails getLoginDetails(array $options = [])
61
 * @method GetMonoRecording getMonoRecording(array $options = [])
62
 * @method GetMultiChannelRecording getMultiChannelRecording(array $options = [])
63
 * @method GetNumberLocation getNumberLocation(array $options = [])
64
 * @method GetRealtimeCampaignStats getRealtimeCampaignStats(array $options = [])
65
 * @method GetRealtimeInstanceStates getRealtimeInstanceStates(array $options = [])
66
 * @method GetSkillGroup getSkillGroup(array $options = [])
67
 * @method GetTurnCredentials getTurnCredentials(array $options = [])
68
 * @method GetTurnServerList getTurnServerList(array $options = [])
69
 * @method GetUploadAudioDataParams getUploadAudioDataParams(array $options = [])
70
 * @method GetUser getUser(array $options = [])
71
 * @method GetVoicemailRecording getVoicemailRecording(array $options = [])
72
 * @method HoldCall holdCall(array $options = [])
73
 * @method ImportAdmins importAdmins(array $options = [])
74
 * @method ImportCustomCallTagging importCustomCallTagging(array $options = [])
75
 * @method ImportDoNotCallNumbers importDoNotCallNumbers(array $options = [])
76
 * @method InitiateAttendedTransfer initiateAttendedTransfer(array $options = [])
77
 * @method InterceptCall interceptCall(array $options = [])
78
 * @method LaunchAuthentication launchAuthentication(array $options = [])
79
 * @method LaunchSurvey launchSurvey(array $options = [])
80
 * @method ListAgentStateLogs listAgentStateLogs(array $options = [])
81
 * @method ListAgentStates listAgentStates(array $options = [])
82
 * @method ListAgentSummaryReportsSinceMidnight listAgentSummaryReportsSinceMidnight(array $options = [])
83
 * @method ListAttempts listAttempts(array $options = [])
84
 * @method ListAudioFiles listAudioFiles(array $options = [])
85
 * @method ListBriefSkillGroups listBriefSkillGroups(array $options = [])
86
 * @method ListCallDetailRecords listCallDetailRecords(array $options = [])
87
 * @method ListCallTags listCallTags(array $options = [])
88
 * @method ListCampaigns listCampaigns(array $options = [])
89
 * @method ListCampaignTrendingReport listCampaignTrendingReport(array $options = [])
90
 * @method ListCases listCases(array $options = [])
91
 * @method ListConfigItems listConfigItems(array $options = [])
92
 * @method ListContactFlows listContactFlows(array $options = [])
93
 * @method ListCustomCallTagging listCustomCallTagging(array $options = [])
94
 * @method ListDevices listDevices(array $options = [])
95
 * @method ListDoNotCallNumbers listDoNotCallNumbers(array $options = [])
96
 * @method ListHistoricalAgentReport listHistoricalAgentReport(array $options = [])
97
 * @method ListHistoricalSkillGroupReport listHistoricalSkillGroupReport(array $options = [])
98
 * @method ListInstances listInstances(array $options = [])
99
 * @method ListInstancesOfUser listInstancesOfUser(array $options = [])
100
 * @method ListIntervalAgentReport listIntervalAgentReport(array $options = [])
101
 * @method ListIntervalInstanceReport listIntervalInstanceReport(array $options = [])
102
 * @method ListIntervalSkillGroupReport listIntervalSkillGroupReport(array $options = [])
103
 * @method ListIvrTrackingDetails listIvrTrackingDetails(array $options = [])
104
 * @method ListLegacyAgentEventLogs listLegacyAgentEventLogs(array $options = [])
105
 * @method ListLegacyAgentStatusLogs listLegacyAgentStatusLogs(array $options = [])
106
 * @method ListLegacyAppraiseLogs listLegacyAppraiseLogs(array $options = [])
107
 * @method ListLegacyQueueEventLogs listLegacyQueueEventLogs(array $options = [])
108
 * @method ListMonoRecordings listMonoRecordings(array $options = [])
109
 * @method ListMultiChannelRecordings listMultiChannelRecordings(array $options = [])
110
 * @method ListOutboundNumbersOfUser listOutboundNumbersOfUser(array $options = [])
111
 * @method ListPersonalNumbersOfUser listPersonalNumbersOfUser(array $options = [])
112
 * @method ListPhoneNumbers listPhoneNumbers(array $options = [])
113
 * @method ListPhoneNumbersOfSkillGroup listPhoneNumbersOfSkillGroup(array $options = [])
114
 * @method ListPrivilegesOfUser listPrivilegesOfUser(array $options = [])
115
 * @method ListRamUsers listRamUsers(array $options = [])
116
 * @method ListRealtimeAgentStates listRealtimeAgentStates(array $options = [])
117
 * @method ListRealtimeSkillGroupStates listRealtimeSkillGroupStates(array $options = [])
118
 * @method ListRecentCallDetailRecords listRecentCallDetailRecords(array $options = [])
119
 * @method ListRoles listRoles(array $options = [])
120
 * @method ListSkillGroups listSkillGroups(array $options = [])
121
 * @method ListSkillGroupStates listSkillGroupStates(array $options = [])
122
 * @method ListSkillGroupSummaryReportsSinceMidnight listSkillGroupSummaryReportsSinceMidnight(array $options = [])
123
 * @method ListSkillLevelsOfUser listSkillLevelsOfUser(array $options = [])
124
 * @method ListUnassignedNumbers listUnassignedNumbers(array $options = [])
125
 * @method ListUserLevelsOfSkillGroup listUserLevelsOfSkillGroup(array $options = [])
126
 * @method ListUsers listUsers(array $options = [])
127
 * @method MakeCall makeCall(array $options = [])
128
 * @method ModifyAudioFile modifyAudioFile(array $options = [])
129
 * @method ModifyCustomCallTagging modifyCustomCallTagging(array $options = [])
130
 * @method ModifyInstance modifyInstance(array $options = [])
131
 * @method ModifyPhoneNumber modifyPhoneNumber(array $options = [])
132
 * @method ModifySkillGroup modifySkillGroup(array $options = [])
133
 * @method ModifySkillLevelsOfUser modifySkillLevelsOfUser(array $options = [])
134
 * @method ModifyUser modifyUser(array $options = [])
135
 * @method ModifyUserLevelsOfSkillGroup modifyUserLevelsOfSkillGroup(array $options = [])
136
 * @method MonitorCall monitorCall(array $options = [])
137
 * @method MuteCall muteCall(array $options = [])
138
 * @method PauseCampaign pauseCampaign(array $options = [])
139
 * @method PickOutboundNumbers pickOutboundNumbers(array $options = [])
140
 * @method PollUserStatus pollUserStatus(array $options = [])
141
 * @method PublishContactFlow publishContactFlow(array $options = [])
142
 * @method ReadyForService readyForService(array $options = [])
143
 * @method RedialCall redialCall(array $options = [])
144
 * @method RegisterDevice registerDevice(array $options = [])
145
 * @method RegisterDevices registerDevices(array $options = [])
146
 * @method ReleaseCall releaseCall(array $options = [])
147
 * @method RemoveDoNotCallNumbers removeDoNotCallNumbers(array $options = [])
148
 * @method RemovePersonalNumbersFromUser removePersonalNumbersFromUser(array $options = [])
149
 * @method RemovePhoneNumberFromSkillGroups removePhoneNumberFromSkillGroups(array $options = [])
150
 * @method RemovePhoneNumbers removePhoneNumbers(array $options = [])
151
 * @method RemovePhoneNumbersFromSkillGroup removePhoneNumbersFromSkillGroup(array $options = [])
152
 * @method RemoveSkillGroupsFromUser removeSkillGroupsFromUser(array $options = [])
153
 * @method RemoveUsers removeUsers(array $options = [])
154
 * @method RemoveUsersFromSkillGroup removeUsersFromSkillGroup(array $options = [])
155
 * @method ResetAgentState resetAgentState(array $options = [])
156
 * @method ResetUserPassword resetUserPassword(array $options = [])
157
 * @method RestoreArchivedRecordings restoreArchivedRecordings(array $options = [])
158
 * @method ResumeCampaign resumeCampaign(array $options = [])
159
 * @method RetrieveCall retrieveCall(array $options = [])
160
 * @method SaveRTCStatsV2 saveRTCStatsV2(array $options = [])
161
 * @method SaveTerminalLog saveTerminalLog(array $options = [])
162
 * @method SaveWebRtcInfo saveWebRtcInfo(array $options = [])
163
 * @method SaveWebRTCStats saveWebRTCStats(array $options = [])
164
 * @method SendDtmfSignaling sendDtmfSignaling(array $options = [])
165
 * @method SignInGroup signInGroup(array $options = [])
166
 * @method SignOutGroup signOutGroup(array $options = [])
167
 * @method StartBack2BackCall startBack2BackCall(array $options = [])
168
 * @method StartConference startConference(array $options = [])
169
 * @method StartEditContactFlow startEditContactFlow(array $options = [])
170
 * @method StartPredictiveCall startPredictiveCall(array $options = [])
171
 * @method StartPrivacyCall startPrivacyCall(array $options = [])
172
 * @method SubmitCampaign submitCampaign(array $options = [])
173
 * @method SwitchToConference switchToConference(array $options = [])
174
 * @method TakeBreak takeBreak(array $options = [])
175
 * @method UnmuteCall unmuteCall(array $options = [])
176
 * @method UnregisterDevice unregisterDevice(array $options = [])
177
 * @method UpdateConfigItems updateConfigItems(array $options = [])
178
 */
179
class CCCApiResolver extends ApiResolver
180
{
181
}
182
183
class Rpc extends \AlibabaCloud\Client\Resolver\Rpc
184
{
185
    /** @var string */
186
    public $product = 'CCC';
187
188
    /** @var string */
189
    public $version = '2020-07-01';
190
191
    /** @var string */
192
    public $method = 'POST';
193
194
    /** @var string */
195
    public $serviceCode = 'CCC';
196
}
197
198
/**
199
 * @method string getInstanceId()
200
 * @method $this withInstanceId($value)
201
 * @method string getCampaignId()
202
 * @method $this withCampaignId($value)
203
 */
204
class AbortCampaign extends Rpc
205
{
206
}
207
208
/**
209
 * @method string getInstanceId()
210
 * @method $this withInstanceId($value)
211
 * @method string getCampaignId()
212
 * @method $this withCampaignId($value)
213
 * @method string getCaseList()
214
 * @method $this withCaseList($value)
215
 */
216
class AddCases extends Rpc
217
{
218
}
219
220
/**
221
 * @method string getNumberList()
222
 * @method $this withNumberList($value)
223
 * @method string getInstanceId()
224
 * @method $this withInstanceId($value)
225
 * @method string getSkillGroupId()
226
 * @method $this withSkillGroupId($value)
227
 */
228
class AddNumbersToSkillGroup extends Rpc
229
{
230
}
231
232
/**
233
 * @method string getUserId()
234
 * @method $this withUserId($value)
235
 * @method string getNumberList()
236
 * @method $this withNumberList($value)
237
 * @method string getInstanceId()
238
 * @method $this withInstanceId($value)
239
 */
240
class AddPersonalNumbersToUser extends Rpc
241
{
242
}
243
244
/**
245
 * @method string getContactFlowId()
246
 * @method $this withContactFlowId($value)
247
 * @method string getUsage()
248
 * @method $this withUsage($value)
249
 * @method string getNumberGroupId()
250
 * @method $this withNumberGroupId($value)
251
 * @method string getNumberList()
252
 * @method $this withNumberList($value)
253
 * @method string getInstanceId()
254
 * @method $this withInstanceId($value)
255
 */
256
class AddPhoneNumbers extends Rpc
257
{
258
}
259
260
/**
261
 * @method string getNumber()
262
 * @method $this withNumber($value)
263
 * @method string getInstanceId()
264
 * @method $this withInstanceId($value)
265
 * @method string getSkillGroupIdList()
266
 * @method $this withSkillGroupIdList($value)
267
 */
268
class AddPhoneNumberToSkillGroups extends Rpc
269
{
270
}
271
272
/**
273
 * @method string getUserId()
274
 * @method $this withUserId($value)
275
 * @method string getInstanceId()
276
 * @method $this withInstanceId($value)
277
 * @method string getSkillLevelList()
278
 * @method $this withSkillLevelList($value)
279
 */
280
class AddSkillGroupsToUser extends Rpc
281
{
282
}
283
284
/**
285
 * @method string getInstanceId()
286
 * @method $this withInstanceId($value)
287
 * @method string getUserSkillLevelList()
288
 * @method $this withUserSkillLevelList($value)
289
 * @method string getSkillGroupId()
290
 * @method $this withSkillGroupId($value)
291
 */
292
class AddUsersToSkillGroup extends Rpc
293
{
294
}
295
296
/**
297
 * @method string getUserId()
298
 * @method $this withUserId($value)
299
 * @method string getDeviceId()
300
 * @method $this withDeviceId($value)
301
 * @method string getJobId()
302
 * @method $this withJobId($value)
303
 * @method string getInstanceId()
304
 * @method $this withInstanceId($value)
305
 */
306
class AnswerCall extends Rpc
307
{
308
}
309
310
/**
311
 * @method string getInstanceId()
312
 * @method $this withInstanceId($value)
313
 * @method string getCampaignId()
314
 * @method $this withCampaignId($value)
315
 * @method string getBody()
316
 */
317
class AppendCases extends Rpc
318
{
319
320
    /**
321
     * @param string $value
322
     *
323
     * @return $this
324
     */
325
    public function withBody($value)
326
    {
327
        $this->data['Body'] = $value;
328
        $this->options['form_params']['body'] = $value;
329
330
        return $this;
331
    }
332
}
333
334
/**
335
 * @method string getRamIdList()
336
 * @method $this withRamIdList($value)
337
 * @method string getRoleId()
338
 * @method $this withRoleId($value)
339
 * @method string getWorkMode()
340
 * @method $this withWorkMode($value)
341
 * @method string getInstanceId()
342
 * @method $this withInstanceId($value)
343
 * @method string getSkillLevelList()
344
 * @method $this withSkillLevelList($value)
345
 */
346
class AssignUsers extends Rpc
347
{
348
}
349
350
/**
351
 * @method string getUserId()
352
 * @method $this withUserId($value)
353
 * @method string getDeviceId()
354
 * @method $this withDeviceId($value)
355
 * @method string getBargedUserId()
356
 * @method $this withBargedUserId($value)
357
 * @method string getJobId()
358
 * @method $this withJobId($value)
359
 * @method string getTimeoutSeconds()
360
 * @method $this withTimeoutSeconds($value)
361
 * @method string getInstanceId()
362
 * @method $this withInstanceId($value)
363
 */
364
class BargeInCall extends Rpc
365
{
366
}
367
368
/**
369
 * @method string getTransferee()
370
 * @method $this withTransferee($value)
371
 * @method string getTransferor()
372
 * @method $this withTransferor($value)
373
 * @method string getUserId()
374
 * @method $this withUserId($value)
375
 * @method string getDeviceId()
376
 * @method $this withDeviceId($value)
377
 * @method string getStrategyName()
378
 * @method $this withStrategyName($value)
379
 * @method string getTimeoutSeconds()
380
 * @method $this withTimeoutSeconds($value)
381
 * @method string getJobId()
382
 * @method $this withJobId($value)
383
 * @method string getInstanceId()
384
 * @method $this withInstanceId($value)
385
 * @method string getStrategyParams()
386
 * @method $this withStrategyParams($value)
387
 * @method string getCallPriority()
388
 * @method $this withCallPriority($value)
389
 */
390
class BlindTransfer extends Rpc
391
{
392
}
393
394
/**
395
 * @method string getServiceProvider()
396
 * @method $this withServiceProvider($value)
397
 * @method string getCallee()
398
 * @method $this withCallee($value)
399
 * @method string getUserId()
400
 * @method $this withUserId($value)
401
 * @method string getDeviceId()
402
 * @method $this withDeviceId($value)
403
 * @method string getTags()
404
 * @method $this withTags($value)
405
 * @method string getTimeoutSeconds()
406
 * @method $this withTimeoutSeconds($value)
407
 * @method string getCaller()
408
 * @method $this withCaller($value)
409
 * @method string getInstanceId()
410
 * @method $this withInstanceId($value)
411
 * @method string getVideoEnabled()
412
 * @method $this withVideoEnabled($value)
413
 */
414
class BridgeRtcCall extends Rpc
415
{
416
}
417
418
/**
419
 * @method string getUserId()
420
 * @method $this withUserId($value)
421
 * @method string getDeviceId()
422
 * @method $this withDeviceId($value)
423
 * @method string getJobId()
424
 * @method $this withJobId($value)
425
 * @method string getInstanceId()
426
 * @method $this withInstanceId($value)
427
 */
428
class CancelAttendedTransfer extends Rpc
429
{
430
}
431
432
/**
433
 * @method string getSignedSkillGroupIdList()
434
 * @method $this withSignedSkillGroupIdList($value)
435
 * @method string getMobile()
436
 * @method $this withMobile($value)
437
 * @method string getWorkMode()
438
 * @method $this withWorkMode($value)
439
 * @method string getUserId()
440
 * @method $this withUserId($value)
441
 * @method string getDeviceId()
442
 * @method $this withDeviceId($value)
443
 * @method string getInstanceId()
444
 * @method $this withInstanceId($value)
445
 */
446
class ChangeWorkMode extends Rpc
447
{
448
}
449
450
/**
451
 * @method string getCoachedUserId()
452
 * @method $this withCoachedUserId($value)
453
 * @method string getUserId()
454
 * @method $this withUserId($value)
455
 * @method string getDeviceId()
456
 * @method $this withDeviceId($value)
457
 * @method string getJobId()
458
 * @method $this withJobId($value)
459
 * @method string getTimeoutSeconds()
460
 * @method $this withTimeoutSeconds($value)
461
 * @method string getInstanceId()
462
 * @method $this withInstanceId($value)
463
 */
464
class CoachCall extends Rpc
465
{
466
}
467
468
/**
469
 * @method string getContactFlowId()
470
 * @method $this withContactFlowId($value)
471
 * @method string getDraftId()
472
 * @method $this withDraftId($value)
473
 * @method string getDescription()
474
 * @method $this withDescription($value)
475
 * @method string getInstanceId()
476
 * @method $this withInstanceId($value)
477
 * @method string getDefinition()
478
 * @method $this withDefinition($value)
479
 */
480
class CommitContactFlow extends Rpc
481
{
482
}
483
484
/**
485
 * @method string getUserId()
486
 * @method $this withUserId($value)
487
 * @method string getDeviceId()
488
 * @method $this withDeviceId($value)
489
 * @method string getJobId()
490
 * @method $this withJobId($value)
491
 * @method string getInstanceId()
492
 * @method $this withInstanceId($value)
493
 */
494
class CompleteAttendedTransfer extends Rpc
495
{
496
}
497
498
/**
499
 * @method string getOssFileKey()
500
 * @method $this withOssFileKey($value)
501
 * @method string getInstanceId()
502
 * @method $this withInstanceId($value)
503
 * @method string getAudioFileName()
504
 * @method $this withAudioFileName($value)
505
 * @method string getName()
506
 * @method $this withName($value)
507
 */
508
class CreateAudioFile extends Rpc
509
{
510
}
511
512
/**
513
 * @method string getInstanceId()
514
 * @method $this withInstanceId($value)
515
 * @method string getCallTagNameList()
516
 * @method $this withCallTagNameList($value)
517
 */
518
class CreateCallTags extends Rpc
519
{
520
}
521
522
/**
523
 * @method string getQueueId()
524
 * @method $this withQueueId($value)
525
 * @method string getContactFlowId()
526
 * @method $this withContactFlowId($value)
527
 * @method string getSimulation()
528
 * @method $this withSimulation($value)
529
 * @method string getExecutingUntilTimeout()
530
 * @method $this withExecutingUntilTimeout($value)
531
 * @method string getEndTime()
532
 * @method $this withEndTime($value)
533
 * @method string getStartTime()
534
 * @method $this withStartTime($value)
535
 * @method string getMaxAttemptCount()
536
 * @method $this withMaxAttemptCount($value)
537
 * @method string getStrategyParameters()
538
 * @method $this withStrategyParameters($value)
539
 * @method string getCaseFileKey()
540
 * @method $this withCaseFileKey($value)
541
 * @method string getMinAttemptInterval()
542
 * @method $this withMinAttemptInterval($value)
543
 * @method string getInstanceId()
544
 * @method $this withInstanceId($value)
545
 * @method string getSimulationParameters()
546
 * @method $this withSimulationParameters($value)
547
 * @method string getName()
548
 * @method $this withName($value)
549
 * @method string getStrategyType()
550
 * @method $this withStrategyType($value)
551
 * @method string getCaseList()
552
 * @method $this withCaseList($value)
553
 * @method string getCallableTime()
554
 * @method $this withCallableTime($value)
555
 */
556
class CreateCampaign extends Rpc
557
{
558
}
559
560
/**
561
 * @method string getDescription()
562
 * @method $this withDescription($value)
563
 * @method string getType()
564
 * @method $this withType($value)
565
 * @method string getInstanceId()
566
 * @method $this withInstanceId($value)
567
 * @method string getName()
568
 * @method $this withName($value)
569
 * @method string getDefinition()
570
 * @method $this withDefinition($value)
571
 */
572
class CreateContactFlow extends Rpc
573
{
574
}
575
576
/**
577
 * @method string getInstanceId()
578
 * @method $this withInstanceId($value)
579
 * @method string getCustomNumberList()
580
 * @method $this withCustomNumberList($value)
581
 */
582
class CreateCustomCallTagging extends Rpc
583
{
584
}
585
586
/**
587
 * @method string getAdminRamIdList()
588
 * @method $this withAdminRamIdList($value)
589
 * @method string getDomainName()
590
 * @method $this withDomainName($value)
591
 * @method string getDescription()
592
 * @method $this withDescription($value)
593
 * @method string getNumberList()
594
 * @method $this withNumberList($value)
595
 * @method string getName()
596
 * @method $this withName($value)
597
 */
598
class CreateInstance extends Rpc
599
{
600
}
601
602
/**
603
 * @method string getDescription()
604
 * @method $this withDescription($value)
605
 * @method string getInstanceId()
606
 * @method $this withInstanceId($value)
607
 * @method string getDisplayName()
608
 * @method $this withDisplayName($value)
609
 * @method string getName()
610
 * @method $this withName($value)
611
 */
612
class CreateSkillGroup extends Rpc
613
{
614
}
615
616
/**
617
 * @method string getLoginName()
618
 * @method $this withLoginName($value)
619
 * @method string getRoleId()
620
 * @method $this withRoleId($value)
621
 * @method string getMobile()
622
 * @method $this withMobile($value)
623
 * @method string getWorkMode()
624
 * @method $this withWorkMode($value)
625
 * @method string getInstanceId()
626
 * @method $this withInstanceId($value)
627
 * @method string getDisplayName()
628
 * @method $this withDisplayName($value)
629
 * @method string getResetPassword()
630
 * @method $this withResetPassword($value)
631
 * @method string getDisplayId()
632
 * @method $this withDisplayId($value)
633
 * @method string getSkillLevelList()
634
 * @method $this withSkillLevelList($value)
635
 * @method string getEmail()
636
 * @method $this withEmail($value)
637
 */
638
class CreateUser extends Rpc
639
{
640
}
641
642
/**
643
 * @method string getInstanceId()
644
 * @method $this withInstanceId($value)
645
 * @method string getAudioResourceId()
646
 * @method $this withAudioResourceId($value)
647
 */
648
class DeleteAudioFile extends Rpc
649
{
650
}
651
652
/**
653
 * @method string getTagName()
654
 * @method $this withTagName($value)
655
 * @method string getInstanceId()
656
 * @method $this withInstanceId($value)
657
 */
658
class DeleteCallTag extends Rpc
659
{
660
}
661
662
/**
663
 * @method string getContactFlowId()
664
 * @method $this withContactFlowId($value)
665
 * @method string getInstanceId()
666
 * @method $this withInstanceId($value)
667
 */
668
class DeleteContactFlow extends Rpc
669
{
670
}
671
672
/**
673
 * @method string getNumber()
674
 * @method $this withNumber($value)
675
 * @method string getInstanceId()
676
 * @method $this withInstanceId($value)
677
 */
678
class DeleteCustomCallTagging extends Rpc
679
{
680
}
681
682
/**
683
 * @method string getInstanceId()
684
 * @method $this withInstanceId($value)
685
 * @method string getSkillGroupId()
686
 * @method $this withSkillGroupId($value)
687
 * @method string getForce()
688
 * @method $this withForce($value)
689
 */
690
class DeleteSkillGroup extends Rpc
691
{
692
}
693
694
/**
695
 * @method string getContactFlowId()
696
 * @method $this withContactFlowId($value)
697
 * @method string getDraftId()
698
 * @method $this withDraftId($value)
699
 * @method string getInstanceId()
700
 * @method $this withInstanceId($value)
701
 */
702
class DiscardEditingContactFlow extends Rpc
703
{
704
}
705
706
/**
707
 * @method string getUserId()
708
 * @method $this withUserId($value)
709
 * @method string getJobId()
710
 * @method $this withJobId($value)
711
 * @method string getInstanceId()
712
 * @method $this withInstanceId($value)
713
 */
714
class EndConference extends Rpc
715
{
716
}
717
718
/**
719
 * @method string getInstanceId()
720
 * @method $this withInstanceId($value)
721
 */
722
class ExportCustomCallTagging extends Rpc
723
{
724
}
725
726
/**
727
 * @method string getSearchPattern()
728
 * @method $this withSearchPattern($value)
729
 * @method string getInstanceId()
730
 * @method $this withInstanceId($value)
731
 * @method string getScope()
732
 * @method $this withScope($value)
733
 */
734
class ExportDoNotCallNumbers extends Rpc
735
{
736
}
737
738
/**
739
 * @method string getInstanceId()
740
 * @method $this withInstanceId($value)
741
 * @method string getAudioResourceId()
742
 * @method $this withAudioResourceId($value)
743
 */
744
class GetAudioFile extends Rpc
745
{
746
}
747
748
/**
749
 * @method string getInstanceId()
750
 * @method $this withInstanceId($value)
751
 * @method string getAudioResourceId()
752
 * @method $this withAudioResourceId($value)
753
 */
754
class GetAudioFileDownloadUrl extends Rpc
755
{
756
}
757
758
/**
759
 * @method string getInstanceId()
760
 * @method $this withInstanceId($value)
761
 * @method string getAudioFileName()
762
 * @method $this withAudioFileName($value)
763
 */
764
class GetAudioFileUploadParameters extends Rpc
765
{
766
}
767
768
/**
769
 * @method string getContactId()
770
 * @method $this withContactId($value)
771
 * @method string getInstanceId()
772
 * @method $this withInstanceId($value)
773
 */
774
class GetCallDetailRecord extends Rpc
775
{
776
}
777
778
/**
779
 * @method string getInstanceId()
780
 * @method $this withInstanceId($value)
781
 * @method string getCampaignId()
782
 * @method $this withCampaignId($value)
783
 */
784
class GetCampaign extends Rpc
785
{
786
}
787
788
/**
789
 * @method string getInstanceId()
790
 * @method $this withInstanceId($value)
791
 * @method string getFileName()
792
 * @method $this withFileName($value)
793
 */
794
class GetCaseFileUploadUrl extends Rpc
795
{
796
}
797
798
/**
799
 * @method string getContactFlowId()
800
 * @method $this withContactFlowId($value)
801
 * @method string getDraftId()
802
 * @method $this withDraftId($value)
803
 * @method string getInstanceId()
804
 * @method $this withInstanceId($value)
805
 */
806
class GetContactFlow extends Rpc
807
{
808
}
809
810
/**
811
 * @method string getContactId()
812
 * @method $this withContactId($value)
813
 * @method string getInstanceId()
814
 * @method $this withInstanceId($value)
815
 */
816
class GetConversationDetail extends Rpc
817
{
818
}
819
820
/**
821
 * @method string getDeviceId()
822
 * @method $this withDeviceId($value)
823
 * @method string getInstanceId()
824
 * @method $this withInstanceId($value)
825
 */
826
class GetDataChannelCredentials extends Rpc
827
{
828
}
829
830
/**
831
 * @method string getInstanceId()
832
 * @method $this withInstanceId($value)
833
 * @method string getFileName()
834
 * @method $this withFileName($value)
835
 */
836
class GetDoNotCallFileUploadParameters extends Rpc
837
{
838
}
839
840
/**
841
 * @method string getContactId()
842
 * @method $this withContactId($value)
843
 * @method string getInstanceId()
844
 * @method $this withInstanceId($value)
845
 */
846
class GetEarlyMediaRecording extends Rpc
847
{
848
}
849
850
/**
851
 * @method string getStopTime()
852
 * @method $this withStopTime($value)
853
 * @method string getStartTime()
854
 * @method $this withStartTime($value)
855
 * @method string getCallingNumber()
856
 * @method $this withCallingNumber($value)
857
 * @method string getInstanceId()
858
 * @method $this withInstanceId($value)
859
 */
860
class GetHistoricalCallerReport extends Rpc
861
{
862
}
863
864
/**
865
 * @method string getCampaignId()
866
 * @method $this withCampaignId($value)
867
 * @method string getInstanceId()
868
 * @method $this withInstanceId($value)
869
 */
870
class GetHistoricalCampaignReport extends Rpc
871
{
872
873
    /** @var string */
874
    public $method = 'GET';
875
}
876
877
/**
878
 * @method string getEndTime()
879
 * @method $this withEndTime($value)
880
 * @method string getStartTime()
881
 * @method $this withStartTime($value)
882
 * @method string getInstanceId()
883
 * @method $this withInstanceId($value)
884
 */
885
class GetHistoricalInstanceReport extends Rpc
886
{
887
}
888
889
/**
890
 * @method string getInstanceId()
891
 * @method $this withInstanceId($value)
892
 */
893
class GetInstance extends Rpc
894
{
895
}
896
897
/**
898
 * @method string getEndTime()
899
 * @method $this withEndTime($value)
900
 * @method string getStartTime()
901
 * @method $this withStartTime($value)
902
 * @method string getInstanceId()
903
 * @method $this withInstanceId($value)
904
 */
905
class GetInstanceTrendingReport extends Rpc
906
{
907
}
908
909
/**
910
 * @method string getUserId()
911
 * @method $this withUserId($value)
912
 * @method string getInstanceId()
913
 * @method $this withInstanceId($value)
914
 */
915
class GetLoginDetails extends Rpc
916
{
917
}
918
919
/**
920
 * @method string getContactId()
921
 * @method $this withContactId($value)
922
 * @method string getInstanceId()
923
 * @method $this withInstanceId($value)
924
 */
925
class GetMonoRecording extends Rpc
926
{
927
}
928
929
/**
930
 * @method string getContactId()
931
 * @method $this withContactId($value)
932
 * @method string getInstanceId()
933
 * @method $this withInstanceId($value)
934
 */
935
class GetMultiChannelRecording extends Rpc
936
{
937
}
938
939
/**
940
 * @method string getNumber()
941
 * @method $this withNumber($value)
942
 * @method string getInstanceId()
943
 * @method $this withInstanceId($value)
944
 */
945
class GetNumberLocation extends Rpc
946
{
947
}
948
949
/**
950
 * @method string getQueueId()
951
 * @method $this withQueueId($value)
952
 * @method string getInstanceId()
953
 * @method $this withInstanceId($value)
954
 */
955
class GetRealtimeCampaignStats extends Rpc
956
{
957
958
    /** @var string */
959
    public $method = 'GET';
960
}
961
962
/**
963
 * @method string getInstanceId()
964
 * @method $this withInstanceId($value)
965
 */
966
class GetRealtimeInstanceStates extends Rpc
967
{
968
}
969
970
/**
971
 * @method string getInstanceId()
972
 * @method $this withInstanceId($value)
973
 * @method string getSkillGroupId()
974
 * @method $this withSkillGroupId($value)
975
 */
976
class GetSkillGroup extends Rpc
977
{
978
}
979
980
/**
981
 * @method string getUserId()
982
 * @method $this withUserId($value)
983
 * @method string getInstanceId()
984
 * @method $this withInstanceId($value)
985
 */
986
class GetTurnCredentials extends Rpc
987
{
988
}
989
990
/**
991
 * @method string getInstanceId()
992
 * @method $this withInstanceId($value)
993
 */
994
class GetTurnServerList extends Rpc
995
{
996
}
997
998
/**
999
 * @method string getContactId()
1000
 * @method $this withContactId($value)
1001
 * @method string getInstanceId()
1002
 * @method $this withInstanceId($value)
1003
 */
1004
class GetUploadAudioDataParams extends Rpc
1005
{
1006
1007
    /** @var string */
1008
    public $method = 'GET';
1009
}
1010
1011
/**
1012
 * @method string getExtension()
1013
 * @method $this withExtension($value)
1014
 * @method string getUserId()
1015
 * @method $this withUserId($value)
1016
 * @method string getInstanceId()
1017
 * @method $this withInstanceId($value)
1018
 */
1019
class GetUser extends Rpc
1020
{
1021
}
1022
1023
/**
1024
 * @method string getContactId()
1025
 * @method $this withContactId($value)
1026
 * @method string getInstanceId()
1027
 * @method $this withInstanceId($value)
1028
 */
1029
class GetVoicemailRecording extends Rpc
1030
{
1031
}
1032
1033
/**
1034
 * @method string getUserId()
1035
 * @method $this withUserId($value)
1036
 * @method string getDeviceId()
1037
 * @method $this withDeviceId($value)
1038
 * @method string getJobId()
1039
 * @method $this withJobId($value)
1040
 * @method string getInstanceId()
1041
 * @method $this withInstanceId($value)
1042
 * @method string getMusic()
1043
 * @method $this withMusic($value)
1044
 * @method string getChannelId()
1045
 * @method $this withChannelId($value)
1046
 */
1047
class HoldCall extends Rpc
1048
{
1049
}
1050
1051
/**
1052
 * @method string getRamIdList()
1053
 * @method $this withRamIdList($value)
1054
 * @method string getInstanceId()
1055
 * @method $this withInstanceId($value)
1056
 */
1057
class ImportAdmins extends Rpc
1058
{
1059
}
1060
1061
/**
1062
 * @method string getInstanceId()
1063
 * @method $this withInstanceId($value)
1064
 * @method string getFilePath()
1065
 * @method $this withFilePath($value)
1066
 */
1067
class ImportCustomCallTagging extends Rpc
1068
{
1069
}
1070
1071
/**
1072
 * @method string getRemark()
1073
 * @method $this withRemark($value)
1074
 * @method string getNumberList()
1075
 * @method $this withNumberList($value)
1076
 * @method string getInstanceId()
1077
 * @method $this withInstanceId($value)
1078
 * @method string getFilePath()
1079
 * @method $this withFilePath($value)
1080
 */
1081
class ImportDoNotCallNumbers extends Rpc
1082
{
1083
}
1084
1085
/**
1086
 * @method string getTransferee()
1087
 * @method $this withTransferee($value)
1088
 * @method string getTransferor()
1089
 * @method $this withTransferor($value)
1090
 * @method string getUserId()
1091
 * @method $this withUserId($value)
1092
 * @method string getDeviceId()
1093
 * @method $this withDeviceId($value)
1094
 * @method string getStrategyName()
1095
 * @method $this withStrategyName($value)
1096
 * @method string getTimeoutSeconds()
1097
 * @method $this withTimeoutSeconds($value)
1098
 * @method string getJobId()
1099
 * @method $this withJobId($value)
1100
 * @method string getInstanceId()
1101
 * @method $this withInstanceId($value)
1102
 * @method string getStrategyParams()
1103
 * @method $this withStrategyParams($value)
1104
 * @method string getCallPriority()
1105
 * @method $this withCallPriority($value)
1106
 */
1107
class InitiateAttendedTransfer extends Rpc
1108
{
1109
}
1110
1111
/**
1112
 * @method string getInterceptedUserId()
1113
 * @method $this withInterceptedUserId($value)
1114
 * @method string getUserId()
1115
 * @method $this withUserId($value)
1116
 * @method string getDeviceId()
1117
 * @method $this withDeviceId($value)
1118
 * @method string getJobId()
1119
 * @method $this withJobId($value)
1120
 * @method string getTimeoutSeconds()
1121
 * @method $this withTimeoutSeconds($value)
1122
 * @method string getInstanceId()
1123
 * @method $this withInstanceId($value)
1124
 */
1125
class InterceptCall extends Rpc
1126
{
1127
}
1128
1129
/**
1130
 * @method string getContactFlowId()
1131
 * @method $this withContactFlowId($value)
1132
 * @method string getContactFlowVariables()
1133
 * @method $this withContactFlowVariables($value)
1134
 * @method string getUserId()
1135
 * @method $this withUserId($value)
1136
 * @method string getDeviceId()
1137
 * @method $this withDeviceId($value)
1138
 * @method string getJobId()
1139
 * @method $this withJobId($value)
1140
 * @method string getInstanceId()
1141
 * @method $this withInstanceId($value)
1142
 */
1143
class LaunchAuthentication extends Rpc
1144
{
1145
}
1146
1147
/**
1148
 * @method string getContactFlowId()
1149
 * @method $this withContactFlowId($value)
1150
 * @method string getContactFlowVariables()
1151
 * @method $this withContactFlowVariables($value)
1152
 * @method string getUserId()
1153
 * @method $this withUserId($value)
1154
 * @method string getDeviceId()
1155
 * @method $this withDeviceId($value)
1156
 * @method string getJobId()
1157
 * @method $this withJobId($value)
1158
 * @method string getInstanceId()
1159
 * @method $this withInstanceId($value)
1160
 * @method string getSmsMetadataId()
1161
 * @method $this withSmsMetadataId($value)
1162
 * @method string getSurveyChannel()
1163
 * @method $this withSurveyChannel($value)
1164
 */
1165
class LaunchSurvey extends Rpc
1166
{
1167
}
1168
1169
/**
1170
 * @method string getAgentId()
1171
 * @method $this withAgentId($value)
1172
 * @method string getEndTime()
1173
 * @method $this withEndTime($value)
1174
 * @method string getStartTime()
1175
 * @method $this withStartTime($value)
1176
 * @method string getInstanceId()
1177
 * @method $this withInstanceId($value)
1178
 */
1179
class ListAgentStateLogs extends Rpc
1180
{
1181
}
1182
1183
/**
1184
 * @method string getAgentIds()
1185
 * @method $this withAgentIds($value)
1186
 * @method string getPageNumber()
1187
 * @method $this withPageNumber($value)
1188
 * @method string getInstanceId()
1189
 * @method $this withInstanceId($value)
1190
 * @method string getSkillGroupId()
1191
 * @method $this withSkillGroupId($value)
1192
 * @method string getPageSize()
1193
 * @method $this withPageSize($value)
1194
 * @method string getState()
1195
 * @method $this withState($value)
1196
 * @method string getExcludeOfflineUsers()
1197
 * @method $this withExcludeOfflineUsers($value)
1198
 */
1199
class ListAgentStates extends Rpc
1200
{
1201
}
1202
1203
/**
1204
 * @method string getAgentIds()
1205
 * @method $this withAgentIds($value)
1206
 * @method string getPageNumber()
1207
 * @method $this withPageNumber($value)
1208
 * @method string getInstanceId()
1209
 * @method $this withInstanceId($value)
1210
 * @method string getSkillGroupId()
1211
 * @method $this withSkillGroupId($value)
1212
 * @method string getPageSize()
1213
 * @method $this withPageSize($value)
1214
 */
1215
class ListAgentSummaryReportsSinceMidnight extends Rpc
1216
{
1217
1218
    /** @var string */
1219
    public $method = 'GET';
1220
}
1221
1222
/**
1223
 * @method string getContactId()
1224
 * @method $this withContactId($value)
1225
 * @method string getCampaignId()
1226
 * @method $this withCampaignId($value)
1227
 * @method string getCriteria()
1228
 * @method $this withCriteria($value)
1229
 * @method string getCallee()
1230
 * @method $this withCallee($value)
1231
 * @method string getStartTime()
1232
 * @method $this withStartTime($value)
1233
 * @method string getPageNumber()
1234
 * @method $this withPageNumber($value)
1235
 * @method string getPageSize()
1236
 * @method $this withPageSize($value)
1237
 * @method string getQueueId()
1238
 * @method $this withQueueId($value)
1239
 * @method string getAgentId()
1240
 * @method $this withAgentId($value)
1241
 * @method string getEndTime()
1242
 * @method $this withEndTime($value)
1243
 * @method string getCaller()
1244
 * @method $this withCaller($value)
1245
 * @method string getInstanceId()
1246
 * @method $this withInstanceId($value)
1247
 * @method string getCaseId()
1248
 * @method $this withCaseId($value)
1249
 * @method string getAttemptId()
1250
 * @method $this withAttemptId($value)
1251
 */
1252
class ListAttempts extends Rpc
1253
{
1254
1255
    /** @var string */
1256
    public $method = 'GET';
1257
}
1258
1259
/**
1260
 * @method string getPageNumber()
1261
 * @method $this withPageNumber($value)
1262
 * @method string getInstanceId()
1263
 * @method $this withInstanceId($value)
1264
 * @method string getPageSize()
1265
 * @method $this withPageSize($value)
1266
 */
1267
class ListAudioFiles extends Rpc
1268
{
1269
}
1270
1271
/**
1272
 * @method string getPageNumber()
1273
 * @method $this withPageNumber($value)
1274
 * @method string getSearchPattern()
1275
 * @method $this withSearchPattern($value)
1276
 * @method string getInstanceId()
1277
 * @method $this withInstanceId($value)
1278
 * @method string getPageSize()
1279
 * @method $this withPageSize($value)
1280
 */
1281
class ListBriefSkillGroups extends Rpc
1282
{
1283
}
1284
1285
/**
1286
 * @method string getContactId()
1287
 * @method $this withContactId($value)
1288
 * @method string getCriteria()
1289
 * @method $this withCriteria($value)
1290
 * @method string getContactDispositionList()
1291
 * @method $this withContactDispositionList($value)
1292
 * @method string getOrderByField()
1293
 * @method $this withOrderByField($value)
1294
 * @method string getStartTime()
1295
 * @method $this withStartTime($value)
1296
 * @method string getPageNumber()
1297
 * @method $this withPageNumber($value)
1298
 * @method string getEarlyMediaStateList()
1299
 * @method $this withEarlyMediaStateList($value)
1300
 * @method string getCalledNumber()
1301
 * @method $this withCalledNumber($value)
1302
 * @method string getSatisfactionList()
1303
 * @method $this withSatisfactionList($value)
1304
 * @method string getPageSize()
1305
 * @method $this withPageSize($value)
1306
 * @method string getSortOrder()
1307
 * @method $this withSortOrder($value)
1308
 * @method string getSatisfactionDescriptionList()
1309
 * @method $this withSatisfactionDescriptionList($value)
1310
 * @method string getAgentId()
1311
 * @method $this withAgentId($value)
1312
 * @method string getContactType()
1313
 * @method $this withContactType($value)
1314
 * @method string getContactTypeList()
1315
 * @method $this withContactTypeList($value)
1316
 * @method string getSatisfactionSurveyChannel()
1317
 * @method $this withSatisfactionSurveyChannel($value)
1318
 * @method string getEndTime()
1319
 * @method $this withEndTime($value)
1320
 * @method string getCallingNumber()
1321
 * @method $this withCallingNumber($value)
1322
 * @method string getContactDisposition()
1323
 * @method $this withContactDisposition($value)
1324
 * @method string getInstanceId()
1325
 * @method $this withInstanceId($value)
1326
 * @method string getSkillGroupId()
1327
 * @method $this withSkillGroupId($value)
1328
 */
1329
class ListCallDetailRecords extends Rpc
1330
{
1331
}
1332
1333
/**
1334
 * @method string getPageNumber()
1335
 * @method $this withPageNumber($value)
1336
 * @method string getInstanceId()
1337
 * @method $this withInstanceId($value)
1338
 * @method string getPageSize()
1339
 * @method $this withPageSize($value)
1340
 */
1341
class ListCallTags extends Rpc
1342
{
1343
}
1344
1345
/**
1346
 * @method string getActualStartTimeTo()
1347
 * @method $this withActualStartTimeTo($value)
1348
 * @method string getQueueId()
1349
 * @method $this withQueueId($value)
1350
 * @method string getActualStartTimeFrom()
1351
 * @method $this withActualStartTimeFrom($value)
1352
 * @method string getPageNumber()
1353
 * @method $this withPageNumber($value)
1354
 * @method string getPlanedStartTimeFrom()
1355
 * @method $this withPlanedStartTimeFrom($value)
1356
 * @method string getInstanceId()
1357
 * @method $this withInstanceId($value)
1358
 * @method string getName()
1359
 * @method $this withName($value)
1360
 * @method string getPageSize()
1361
 * @method $this withPageSize($value)
1362
 * @method string getPlanedStartTimeTo()
1363
 * @method $this withPlanedStartTimeTo($value)
1364
 * @method string getState()
1365
 * @method $this withState($value)
1366
 */
1367
class ListCampaigns extends Rpc
1368
{
1369
}
1370
1371
/**
1372
 * @method string getCampaignId()
1373
 * @method $this withCampaignId($value)
1374
 * @method string getEndTime()
1375
 * @method $this withEndTime($value)
1376
 * @method string getStartTime()
1377
 * @method $this withStartTime($value)
1378
 * @method string getInstanceId()
1379
 * @method $this withInstanceId($value)
1380
 */
1381
class ListCampaignTrendingReport extends Rpc
1382
{
1383
1384
    /** @var string */
1385
    public $method = 'GET';
1386
}
1387
1388
/**
1389
 * @method string getInstanceId()
1390
 * @method $this withInstanceId($value)
1391
 * @method string getCampaignId()
1392
 * @method $this withCampaignId($value)
1393
 * @method string getPhoneNumber()
1394
 * @method $this withPhoneNumber($value)
1395
 * @method string getPageSize()
1396
 * @method $this withPageSize($value)
1397
 * @method string getState()
1398
 * @method $this withState($value)
1399
 * @method string getPageNumber()
1400
 * @method $this withPageNumber($value)
1401
 */
1402
class ListCases extends Rpc
1403
{
1404
}
1405
1406
/**
1407
 * @method string getInstanceId()
1408
 * @method $this withInstanceId($value)
1409
 * @method string getObjectType()
1410
 * @method $this withObjectType($value)
1411
 * @method string getObjectId()
1412
 * @method $this withObjectId($value)
1413
 */
1414
class ListConfigItems extends Rpc
1415
{
1416
}
1417
1418
/**
1419
 * @method string getType()
1420
 * @method $this withType($value)
1421
 * @method string getPageNumber()
1422
 * @method $this withPageNumber($value)
1423
 * @method string getInstanceId()
1424
 * @method $this withInstanceId($value)
1425
 * @method string getPageSize()
1426
 * @method $this withPageSize($value)
1427
 */
1428
class ListContactFlows extends Rpc
1429
{
1430
}
1431
1432
/**
1433
 * @method string getPageNumber()
1434
 * @method $this withPageNumber($value)
1435
 * @method string getSearchPattern()
1436
 * @method $this withSearchPattern($value)
1437
 * @method string getInstanceId()
1438
 * @method $this withInstanceId($value)
1439
 * @method string getPageSize()
1440
 * @method $this withPageSize($value)
1441
 * @method string getCallTagNameList()
1442
 * @method $this withCallTagNameList($value)
1443
 */
1444
class ListCustomCallTagging extends Rpc
1445
{
1446
}
1447
1448
/**
1449
 * @method string getUserId()
1450
 * @method $this withUserId($value)
1451
 * @method string getInstanceId()
1452
 * @method $this withInstanceId($value)
1453
 */
1454
class ListDevices extends Rpc
1455
{
1456
}
1457
1458
/**
1459
 * @method string getPageNumber()
1460
 * @method $this withPageNumber($value)
1461
 * @method string getSearchPattern()
1462
 * @method $this withSearchPattern($value)
1463
 * @method string getInstanceId()
1464
 * @method $this withInstanceId($value)
1465
 * @method string getScope()
1466
 * @method $this withScope($value)
1467
 * @method string getPageSize()
1468
 * @method $this withPageSize($value)
1469
 */
1470
class ListDoNotCallNumbers extends Rpc
1471
{
1472
}
1473
1474
/**
1475
 * @method string getStartTime()
1476
 * @method $this withStartTime($value)
1477
 * @method string getStopTime()
1478
 * @method $this withStopTime($value)
1479
 * @method string getPageNumber()
1480
 * @method $this withPageNumber($value)
1481
 * @method string getInstanceId()
1482
 * @method $this withInstanceId($value)
1483
 * @method string getAgentIdList()
1484
 * @method string getPageSize()
1485
 * @method $this withPageSize($value)
1486
 */
1487
class ListHistoricalAgentReport extends Rpc
1488
{
1489
1490
    /**
1491
     * @param string $value
1492
     *
1493
     * @return $this
1494
     */
1495
    public function withAgentIdList($value)
1496
    {
1497
        $this->data['AgentIdList'] = $value;
1498
        $this->options['form_params']['AgentIdList'] = $value;
1499
1500
        return $this;
1501
    }
1502
}
1503
1504
/**
1505
 * @method string getEndTime()
1506
 * @method $this withEndTime($value)
1507
 * @method string getStartTime()
1508
 * @method $this withStartTime($value)
1509
 * @method string getPageNumber()
1510
 * @method $this withPageNumber($value)
1511
 * @method string getSkillGroupIdList()
1512
 * @method string getInstanceId()
1513
 * @method $this withInstanceId($value)
1514
 * @method string getPageSize()
1515
 * @method $this withPageSize($value)
1516
 */
1517
class ListHistoricalSkillGroupReport extends Rpc
1518
{
1519
1520
    /**
1521
     * @param string $value
1522
     *
1523
     * @return $this
1524
     */
1525
    public function withSkillGroupIdList($value)
1526
    {
1527
        $this->data['SkillGroupIdList'] = $value;
1528
        $this->options['form_params']['SkillGroupIdList'] = $value;
1529
1530
        return $this;
1531
    }
1532
}
1533
1534
/**
1535
 * @method string getPageNumber()
1536
 * @method $this withPageNumber($value)
1537
 * @method string getPageSize()
1538
 * @method $this withPageSize($value)
1539
 */
1540
class ListInstances extends Rpc
1541
{
1542
}
1543
1544
/**
1545
 * @method string getPageNumber()
1546
 * @method $this withPageNumber($value)
1547
 * @method string getPageSize()
1548
 * @method $this withPageSize($value)
1549
 */
1550
class ListInstancesOfUser extends Rpc
1551
{
1552
}
1553
1554
/**
1555
 * @method string getAgentId()
1556
 * @method $this withAgentId($value)
1557
 * @method string getEndTime()
1558
 * @method $this withEndTime($value)
1559
 * @method string getStartTime()
1560
 * @method $this withStartTime($value)
1561
 * @method string getInstanceId()
1562
 * @method $this withInstanceId($value)
1563
 * @method string getInterval()
1564
 * @method $this withInterval($value)
1565
 */
1566
class ListIntervalAgentReport extends Rpc
1567
{
1568
}
1569
1570
/**
1571
 * @method string getEndTime()
1572
 * @method $this withEndTime($value)
1573
 * @method string getStartTime()
1574
 * @method $this withStartTime($value)
1575
 * @method string getInstanceId()
1576
 * @method $this withInstanceId($value)
1577
 * @method string getInterval()
1578
 * @method $this withInterval($value)
1579
 */
1580
class ListIntervalInstanceReport extends Rpc
1581
{
1582
}
1583
1584
/**
1585
 * @method string getEndTime()
1586
 * @method $this withEndTime($value)
1587
 * @method string getStartTime()
1588
 * @method $this withStartTime($value)
1589
 * @method string getInstanceId()
1590
 * @method $this withInstanceId($value)
1591
 * @method string getSkillGroupId()
1592
 * @method $this withSkillGroupId($value)
1593
 * @method string getInterval()
1594
 * @method $this withInterval($value)
1595
 */
1596
class ListIntervalSkillGroupReport extends Rpc
1597
{
1598
}
1599
1600
/**
1601
 * @method string getContactId()
1602
 * @method $this withContactId($value)
1603
 * @method string getPageNumber()
1604
 * @method $this withPageNumber($value)
1605
 * @method string getInstanceId()
1606
 * @method $this withInstanceId($value)
1607
 * @method string getPageSize()
1608
 * @method $this withPageSize($value)
1609
 */
1610
class ListIvrTrackingDetails extends Rpc
1611
{
1612
}
1613
1614
/**
1615
 * @method string getAgentId()
1616
 * @method $this withAgentId($value)
1617
 * @method string getEndTime()
1618
 * @method $this withEndTime($value)
1619
 * @method string getStartTime()
1620
 * @method $this withStartTime($value)
1621
 * @method string getPageNumber()
1622
 * @method $this withPageNumber($value)
1623
 * @method string getInstanceId()
1624
 * @method $this withInstanceId($value)
1625
 * @method string getPageSize()
1626
 * @method $this withPageSize($value)
1627
 */
1628
class ListLegacyAgentEventLogs extends Rpc
1629
{
1630
}
1631
1632
/**
1633
 * @method string getAgentId()
1634
 * @method $this withAgentId($value)
1635
 * @method string getEndTime()
1636
 * @method $this withEndTime($value)
1637
 * @method string getStartTime()
1638
 * @method $this withStartTime($value)
1639
 * @method string getPageNumber()
1640
 * @method $this withPageNumber($value)
1641
 * @method string getInstanceId()
1642
 * @method $this withInstanceId($value)
1643
 * @method string getPageSize()
1644
 * @method $this withPageSize($value)
1645
 */
1646
class ListLegacyAgentStatusLogs extends Rpc
1647
{
1648
}
1649
1650
/**
1651
 * @method string getEndTime()
1652
 * @method $this withEndTime($value)
1653
 * @method string getStartTime()
1654
 * @method $this withStartTime($value)
1655
 * @method string getPageNumber()
1656
 * @method $this withPageNumber($value)
1657
 * @method string getInstanceId()
1658
 * @method $this withInstanceId($value)
1659
 * @method string getPageSize()
1660
 * @method $this withPageSize($value)
1661
 */
1662
class ListLegacyAppraiseLogs extends Rpc
1663
{
1664
}
1665
1666
/**
1667
 * @method string getEndTime()
1668
 * @method $this withEndTime($value)
1669
 * @method string getStartTime()
1670
 * @method $this withStartTime($value)
1671
 * @method string getPageNumber()
1672
 * @method $this withPageNumber($value)
1673
 * @method string getInstanceId()
1674
 * @method $this withInstanceId($value)
1675
 * @method string getSkillGroupId()
1676
 * @method $this withSkillGroupId($value)
1677
 * @method string getPageSize()
1678
 * @method $this withPageSize($value)
1679
 */
1680
class ListLegacyQueueEventLogs extends Rpc
1681
{
1682
}
1683
1684
/**
1685
 * @method string getContactId()
1686
 * @method $this withContactId($value)
1687
 * @method string getInstanceId()
1688
 * @method $this withInstanceId($value)
1689
 */
1690
class ListMonoRecordings extends Rpc
1691
{
1692
}
1693
1694
/**
1695
 * @method string getContactId()
1696
 * @method $this withContactId($value)
1697
 * @method string getInstanceId()
1698
 * @method $this withInstanceId($value)
1699
 */
1700
class ListMultiChannelRecordings extends Rpc
1701
{
1702
}
1703
1704
/**
1705
 * @method string getUserId()
1706
 * @method $this withUserId($value)
1707
 * @method string getPageNumber()
1708
 * @method $this withPageNumber($value)
1709
 * @method string getInstanceId()
1710
 * @method $this withInstanceId($value)
1711
 * @method string getSkillGroupIdList()
1712
 * @method $this withSkillGroupIdList($value)
1713
 * @method string getPageSize()
1714
 * @method $this withPageSize($value)
1715
 */
1716
class ListOutboundNumbersOfUser extends Rpc
1717
{
1718
}
1719
1720
/**
1721
 * @method string getUserId()
1722
 * @method $this withUserId($value)
1723
 * @method string getPageNumber()
1724
 * @method $this withPageNumber($value)
1725
 * @method string getIsMember()
1726
 * @method $this withIsMember($value)
1727
 * @method string getSearchPattern()
1728
 * @method $this withSearchPattern($value)
1729
 * @method string getInstanceId()
1730
 * @method $this withInstanceId($value)
1731
 * @method string getPageSize()
1732
 * @method $this withPageSize($value)
1733
 */
1734
class ListPersonalNumbersOfUser extends Rpc
1735
{
1736
}
1737
1738
/**
1739
 * @method string getUsage()
1740
 * @method $this withUsage($value)
1741
 * @method string getActive()
1742
 * @method $this withActive($value)
1743
 * @method string getPageNumber()
1744
 * @method $this withPageNumber($value)
1745
 * @method string getSearchPattern()
1746
 * @method $this withSearchPattern($value)
1747
 * @method string getInstanceId()
1748
 * @method $this withInstanceId($value)
1749
 * @method string getPageSize()
1750
 * @method $this withPageSize($value)
1751
 */
1752
class ListPhoneNumbers extends Rpc
1753
{
1754
}
1755
1756
/**
1757
 * @method string getActive()
1758
 * @method $this withActive($value)
1759
 * @method string getPageNumber()
1760
 * @method $this withPageNumber($value)
1761
 * @method string getIsMember()
1762
 * @method $this withIsMember($value)
1763
 * @method string getSearchPattern()
1764
 * @method $this withSearchPattern($value)
1765
 * @method string getInstanceId()
1766
 * @method $this withInstanceId($value)
1767
 * @method string getSkillGroupId()
1768
 * @method $this withSkillGroupId($value)
1769
 * @method string getPageSize()
1770
 * @method $this withPageSize($value)
1771
 */
1772
class ListPhoneNumbersOfSkillGroup extends Rpc
1773
{
1774
}
1775
1776
/**
1777
 * @method string getInstanceId()
1778
 * @method $this withInstanceId($value)
1779
 */
1780
class ListPrivilegesOfUser extends Rpc
1781
{
1782
}
1783
1784
/**
1785
 * @method string getPageNumber()
1786
 * @method $this withPageNumber($value)
1787
 * @method string getSearchPattern()
1788
 * @method $this withSearchPattern($value)
1789
 * @method string getInstanceId()
1790
 * @method $this withInstanceId($value)
1791
 * @method string getPageSize()
1792
 * @method $this withPageSize($value)
1793
 */
1794
class ListRamUsers extends Rpc
1795
{
1796
}
1797
1798
/**
1799
 * @method string getCallTypeList()
1800
 * @method $this withCallTypeList($value)
1801
 * @method string getQuery()
1802
 * @method $this withQuery($value)
1803
 * @method string getOutboundScenario()
1804
 * @method $this withOutboundScenario($value)
1805
 * @method string getPageNumber()
1806
 * @method $this withPageNumber($value)
1807
 * @method string getInstanceId()
1808
 * @method $this withInstanceId($value)
1809
 * @method string getWorkModeList()
1810
 * @method $this withWorkModeList($value)
1811
 * @method string getAgentIdList()
1812
 * @method string getSkillGroupId()
1813
 * @method $this withSkillGroupId($value)
1814
 * @method string getAgentName()
1815
 * @method $this withAgentName($value)
1816
 * @method string getPageSize()
1817
 * @method $this withPageSize($value)
1818
 * @method string getStateList()
1819
 */
1820
class ListRealtimeAgentStates extends Rpc
1821
{
1822
1823
    /**
1824
     * @param string $value
1825
     *
1826
     * @return $this
1827
     */
1828
    public function withAgentIdList($value)
1829
    {
1830
        $this->data['AgentIdList'] = $value;
1831
        $this->options['form_params']['AgentIdList'] = $value;
1832
1833
        return $this;
1834
    }
1835
1836
    /**
1837
     * @param string $value
1838
     *
1839
     * @return $this
1840
     */
1841
    public function withStateList($value)
1842
    {
1843
        $this->data['StateList'] = $value;
1844
        $this->options['form_params']['StateList'] = $value;
1845
1846
        return $this;
1847
    }
1848
}
1849
1850
/**
1851
 * @method string getPageNumber()
1852
 * @method $this withPageNumber($value)
1853
 * @method string getSkillGroupIdList()
1854
 * @method string getInstanceId()
1855
 * @method $this withInstanceId($value)
1856
 * @method string getPageSize()
1857
 * @method $this withPageSize($value)
1858
 */
1859
class ListRealtimeSkillGroupStates extends Rpc
1860
{
1861
1862
    /**
1863
     * @param string $value
1864
     *
1865
     * @return $this
1866
     */
1867
    public function withSkillGroupIdList($value)
1868
    {
1869
        $this->data['SkillGroupIdList'] = $value;
1870
        $this->options['form_params']['SkillGroupIdList'] = $value;
1871
1872
        return $this;
1873
    }
1874
}
1875
1876
/**
1877
 * @method string getCriteria()
1878
 * @method $this withCriteria($value)
1879
 * @method string getEndTime()
1880
 * @method $this withEndTime($value)
1881
 * @method string getStartTime()
1882
 * @method string getPageNumber()
1883
 * @method $this withPageNumber($value)
1884
 * @method string getInstanceId()
1885
 * @method $this withInstanceId($value)
1886
 * @method string getPageSize()
1887
 * @method $this withPageSize($value)
1888
 */
1889
class ListRecentCallDetailRecords extends Rpc
1890
{
1891
1892
    /**
1893
     * @param string $value
1894
     *
1895
     * @return $this
1896
     */
1897
    public function withStartTime($value)
1898
    {
1899
        $this->data['StartTime'] = $value;
1900
        $this->options['form_params']['StartTime'] = $value;
1901
1902
        return $this;
1903
    }
1904
}
1905
1906
/**
1907
 * @method string getInstanceId()
1908
 * @method $this withInstanceId($value)
1909
 */
1910
class ListRoles extends Rpc
1911
{
1912
}
1913
1914
/**
1915
 * @method string getPageNumber()
1916
 * @method $this withPageNumber($value)
1917
 * @method string getSearchPattern()
1918
 * @method $this withSearchPattern($value)
1919
 * @method string getInstanceId()
1920
 * @method $this withInstanceId($value)
1921
 * @method string getPageSize()
1922
 * @method $this withPageSize($value)
1923
 */
1924
class ListSkillGroups extends Rpc
1925
{
1926
}
1927
1928
/**
1929
 * @method string getPageNumber()
1930
 * @method $this withPageNumber($value)
1931
 * @method string getInstanceId()
1932
 * @method $this withInstanceId($value)
1933
 * @method string getSkillGroupIds()
1934
 * @method $this withSkillGroupIds($value)
1935
 * @method string getPageSize()
1936
 * @method $this withPageSize($value)
1937
 */
1938
class ListSkillGroupStates extends Rpc
1939
{
1940
1941
    /** @var string */
1942
    public $method = 'GET';
1943
}
1944
1945
/**
1946
 * @method string getPageNumber()
1947
 * @method $this withPageNumber($value)
1948
 * @method string getInstanceId()
1949
 * @method $this withInstanceId($value)
1950
 * @method string getSkillGroups()
1951
 * @method $this withSkillGroups($value)
1952
 * @method string getPageSize()
1953
 * @method $this withPageSize($value)
1954
 */
1955
class ListSkillGroupSummaryReportsSinceMidnight extends Rpc
1956
{
1957
1958
    /** @var string */
1959
    public $method = 'GET';
1960
}
1961
1962
/**
1963
 * @method string getUserId()
1964
 * @method $this withUserId($value)
1965
 * @method string getIsMember()
1966
 * @method $this withIsMember($value)
1967
 * @method string getPageNumber()
1968
 * @method $this withPageNumber($value)
1969
 * @method string getSearchPattern()
1970
 * @method $this withSearchPattern($value)
1971
 * @method string getInstanceId()
1972
 * @method $this withInstanceId($value)
1973
 * @method string getPageSize()
1974
 * @method $this withPageSize($value)
1975
 */
1976
class ListSkillLevelsOfUser extends Rpc
1977
{
1978
}
1979
1980
/**
1981
 * @method string getPageNumber()
1982
 * @method $this withPageNumber($value)
1983
 * @method string getSearchPattern()
1984
 * @method $this withSearchPattern($value)
1985
 * @method string getPageSize()
1986
 * @method $this withPageSize($value)
1987
 */
1988
class ListUnassignedNumbers extends Rpc
1989
{
1990
}
1991
1992
/**
1993
 * @method string getIsMember()
1994
 * @method $this withIsMember($value)
1995
 * @method string getPageNumber()
1996
 * @method $this withPageNumber($value)
1997
 * @method string getSearchPattern()
1998
 * @method $this withSearchPattern($value)
1999
 * @method string getInstanceId()
2000
 * @method $this withInstanceId($value)
2001
 * @method string getSkillGroupId()
2002
 * @method $this withSkillGroupId($value)
2003
 * @method string getPageSize()
2004
 * @method $this withPageSize($value)
2005
 */
2006
class ListUserLevelsOfSkillGroup extends Rpc
2007
{
2008
}
2009
2010
/**
2011
 * @method string getPageNumber()
2012
 * @method $this withPageNumber($value)
2013
 * @method string getSearchPattern()
2014
 * @method $this withSearchPattern($value)
2015
 * @method string getInstanceId()
2016
 * @method $this withInstanceId($value)
2017
 * @method string getPageSize()
2018
 * @method $this withPageSize($value)
2019
 */
2020
class ListUsers extends Rpc
2021
{
2022
}
2023
2024
/**
2025
 * @method string getCallee()
2026
 * @method $this withCallee($value)
2027
 * @method string getMaskedCallee()
2028
 * @method $this withMaskedCallee($value)
2029
 * @method string getUserId()
2030
 * @method $this withUserId($value)
2031
 * @method string getDeviceId()
2032
 * @method $this withDeviceId($value)
2033
 * @method string getTags()
2034
 * @method $this withTags($value)
2035
 * @method string getTimeoutSeconds()
2036
 * @method $this withTimeoutSeconds($value)
2037
 * @method string getCaller()
2038
 * @method $this withCaller($value)
2039
 * @method string getInstanceId()
2040
 * @method $this withInstanceId($value)
2041
 */
2042
class MakeCall extends Rpc
2043
{
2044
}
2045
2046
/**
2047
 * @method string getOssFileKey()
2048
 * @method $this withOssFileKey($value)
2049
 * @method string getInstanceId()
2050
 * @method $this withInstanceId($value)
2051
 * @method string getAudioFileName()
2052
 * @method $this withAudioFileName($value)
2053
 * @method string getName()
2054
 * @method $this withName($value)
2055
 * @method string getAudioResourceId()
2056
 * @method $this withAudioResourceId($value)
2057
 */
2058
class ModifyAudioFile extends Rpc
2059
{
2060
}
2061
2062
/**
2063
 * @method string getDescription()
2064
 * @method $this withDescription($value)
2065
 * @method string getNumber()
2066
 * @method $this withNumber($value)
2067
 * @method string getInstanceId()
2068
 * @method $this withInstanceId($value)
2069
 * @method string getCallTagNameList()
2070
 * @method $this withCallTagNameList($value)
2071
 */
2072
class ModifyCustomCallTagging extends Rpc
2073
{
2074
}
2075
2076
/**
2077
 * @method string getDescription()
2078
 * @method $this withDescription($value)
2079
 * @method string getInstanceId()
2080
 * @method $this withInstanceId($value)
2081
 */
2082
class ModifyInstance extends Rpc
2083
{
2084
}
2085
2086
/**
2087
 * @method string getContactFlowId()
2088
 * @method $this withContactFlowId($value)
2089
 * @method string getUsage()
2090
 * @method $this withUsage($value)
2091
 * @method string getNumber()
2092
 * @method $this withNumber($value)
2093
 * @method string getInstanceId()
2094
 * @method $this withInstanceId($value)
2095
 */
2096
class ModifyPhoneNumber extends Rpc
2097
{
2098
}
2099
2100
/**
2101
 * @method string getDescription()
2102
 * @method $this withDescription($value)
2103
 * @method string getInstanceId()
2104
 * @method $this withInstanceId($value)
2105
 * @method string getSkillGroupId()
2106
 * @method $this withSkillGroupId($value)
2107
 * @method string getDisplayName()
2108
 * @method $this withDisplayName($value)
2109
 */
2110
class ModifySkillGroup extends Rpc
2111
{
2112
}
2113
2114
/**
2115
 * @method string getUserId()
2116
 * @method $this withUserId($value)
2117
 * @method string getInstanceId()
2118
 * @method $this withInstanceId($value)
2119
 * @method string getSkillLevelList()
2120
 * @method $this withSkillLevelList($value)
2121
 */
2122
class ModifySkillLevelsOfUser extends Rpc
2123
{
2124
}
2125
2126
/**
2127
 * @method string getRoleId()
2128
 * @method $this withRoleId($value)
2129
 * @method string getMobile()
2130
 * @method $this withMobile($value)
2131
 * @method string getWorkMode()
2132
 * @method $this withWorkMode($value)
2133
 * @method string getUserId()
2134
 * @method $this withUserId($value)
2135
 * @method string getInstanceId()
2136
 * @method $this withInstanceId($value)
2137
 * @method string getDisplayName()
2138
 * @method $this withDisplayName($value)
2139
 * @method string getForce()
2140
 * @method $this withForce($value)
2141
 * @method string getDisplayId()
2142
 * @method $this withDisplayId($value)
2143
 */
2144
class ModifyUser extends Rpc
2145
{
2146
}
2147
2148
/**
2149
 * @method string getUserLevelList()
2150
 * @method $this withUserLevelList($value)
2151
 * @method string getInstanceId()
2152
 * @method $this withInstanceId($value)
2153
 * @method string getSkillGroupId()
2154
 * @method $this withSkillGroupId($value)
2155
 */
2156
class ModifyUserLevelsOfSkillGroup extends Rpc
2157
{
2158
}
2159
2160
/**
2161
 * @method string getUserId()
2162
 * @method $this withUserId($value)
2163
 * @method string getDeviceId()
2164
 * @method $this withDeviceId($value)
2165
 * @method string getTimeoutSeconds()
2166
 * @method $this withTimeoutSeconds($value)
2167
 * @method string getInstanceId()
2168
 * @method $this withInstanceId($value)
2169
 * @method string getMonitoredUserId()
2170
 * @method $this withMonitoredUserId($value)
2171
 */
2172
class MonitorCall extends Rpc
2173
{
2174
}
2175
2176
/**
2177
 * @method string getUserId()
2178
 * @method $this withUserId($value)
2179
 * @method string getDeviceId()
2180
 * @method $this withDeviceId($value)
2181
 * @method string getJobId()
2182
 * @method $this withJobId($value)
2183
 * @method string getInstanceId()
2184
 * @method $this withInstanceId($value)
2185
 * @method string getChannelId()
2186
 * @method $this withChannelId($value)
2187
 */
2188
class MuteCall extends Rpc
2189
{
2190
}
2191
2192
/**
2193
 * @method string getInstanceId()
2194
 * @method $this withInstanceId($value)
2195
 * @method string getCampaignId()
2196
 * @method $this withCampaignId($value)
2197
 */
2198
class PauseCampaign extends Rpc
2199
{
2200
}
2201
2202
/**
2203
 * @method string getCount()
2204
 * @method $this withCount($value)
2205
 * @method string getInstanceId()
2206
 * @method $this withInstanceId($value)
2207
 * @method string getSkillGroupIdList()
2208
 * @method $this withSkillGroupIdList($value)
2209
 * @method string getCalledNumber()
2210
 * @method $this withCalledNumber($value)
2211
 */
2212
class PickOutboundNumbers extends Rpc
2213
{
2214
}
2215
2216
/**
2217
 * @method string getUserId()
2218
 * @method $this withUserId($value)
2219
 * @method string getDeviceId()
2220
 * @method $this withDeviceId($value)
2221
 * @method string getInstanceId()
2222
 * @method $this withInstanceId($value)
2223
 */
2224
class PollUserStatus extends Rpc
2225
{
2226
}
2227
2228
/**
2229
 * @method string getContactFlowId()
2230
 * @method $this withContactFlowId($value)
2231
 * @method string getDraftId()
2232
 * @method $this withDraftId($value)
2233
 * @method string getInstanceId()
2234
 * @method $this withInstanceId($value)
2235
 */
2236
class PublishContactFlow extends Rpc
2237
{
2238
}
2239
2240
/**
2241
 * @method string getOutboundScenario()
2242
 * @method $this withOutboundScenario($value)
2243
 * @method string getUserId()
2244
 * @method $this withUserId($value)
2245
 * @method string getDeviceId()
2246
 * @method $this withDeviceId($value)
2247
 * @method string getInstanceId()
2248
 * @method $this withInstanceId($value)
2249
 */
2250
class ReadyForService extends Rpc
2251
{
2252
}
2253
2254
/**
2255
 * @method string getCallee()
2256
 * @method $this withCallee($value)
2257
 * @method string getUserId()
2258
 * @method $this withUserId($value)
2259
 * @method string getDeviceId()
2260
 * @method $this withDeviceId($value)
2261
 * @method string getTags()
2262
 * @method $this withTags($value)
2263
 * @method string getTimeoutSeconds()
2264
 * @method $this withTimeoutSeconds($value)
2265
 * @method string getJobId()
2266
 * @method $this withJobId($value)
2267
 * @method string getCaller()
2268
 * @method $this withCaller($value)
2269
 * @method string getInstanceId()
2270
 * @method $this withInstanceId($value)
2271
 */
2272
class RedialCall extends Rpc
2273
{
2274
}
2275
2276
/**
2277
 * @method string getUserId()
2278
 * @method $this withUserId($value)
2279
 * @method string getDeviceId()
2280
 * @method $this withDeviceId($value)
2281
 * @method string getPassword()
2282
 * @method $this withPassword($value)
2283
 * @method string getInstanceId()
2284
 * @method $this withInstanceId($value)
2285
 */
2286
class RegisterDevice extends Rpc
2287
{
2288
}
2289
2290
/**
2291
 * @method string getUserIdListJson()
2292
 * @method $this withUserIdListJson($value)
2293
 * @method string getDeviceId()
2294
 * @method $this withDeviceId($value)
2295
 * @method string getPassword()
2296
 * @method $this withPassword($value)
2297
 * @method string getInstanceId()
2298
 * @method $this withInstanceId($value)
2299
 */
2300
class RegisterDevices extends Rpc
2301
{
2302
}
2303
2304
/**
2305
 * @method string getUserId()
2306
 * @method $this withUserId($value)
2307
 * @method string getDeviceId()
2308
 * @method $this withDeviceId($value)
2309
 * @method string getJobId()
2310
 * @method $this withJobId($value)
2311
 * @method string getInstanceId()
2312
 * @method $this withInstanceId($value)
2313
 * @method string getChannelId()
2314
 * @method $this withChannelId($value)
2315
 */
2316
class ReleaseCall extends Rpc
2317
{
2318
}
2319
2320
/**
2321
 * @method string getNumberList()
2322
 * @method $this withNumberList($value)
2323
 * @method string getInstanceId()
2324
 * @method $this withInstanceId($value)
2325
 */
2326
class RemoveDoNotCallNumbers extends Rpc
2327
{
2328
}
2329
2330
/**
2331
 * @method string getUserId()
2332
 * @method $this withUserId($value)
2333
 * @method string getNumberList()
2334
 * @method $this withNumberList($value)
2335
 * @method string getInstanceId()
2336
 * @method $this withInstanceId($value)
2337
 */
2338
class RemovePersonalNumbersFromUser extends Rpc
2339
{
2340
}
2341
2342
/**
2343
 * @method string getNumber()
2344
 * @method $this withNumber($value)
2345
 * @method string getInstanceId()
2346
 * @method $this withInstanceId($value)
2347
 * @method string getSkillGroupIdList()
2348
 * @method $this withSkillGroupIdList($value)
2349
 */
2350
class RemovePhoneNumberFromSkillGroups extends Rpc
2351
{
2352
}
2353
2354
/**
2355
 * @method string getNumberList()
2356
 * @method $this withNumberList($value)
2357
 * @method string getInstanceId()
2358
 * @method $this withInstanceId($value)
2359
 * @method string getForce()
2360
 * @method $this withForce($value)
2361
 */
2362
class RemovePhoneNumbers extends Rpc
2363
{
2364
}
2365
2366
/**
2367
 * @method string getNumberList()
2368
 * @method $this withNumberList($value)
2369
 * @method string getInstanceId()
2370
 * @method $this withInstanceId($value)
2371
 * @method string getSkillGroupId()
2372
 * @method $this withSkillGroupId($value)
2373
 */
2374
class RemovePhoneNumbersFromSkillGroup extends Rpc
2375
{
2376
}
2377
2378
/**
2379
 * @method string getUserId()
2380
 * @method $this withUserId($value)
2381
 * @method string getInstanceId()
2382
 * @method $this withInstanceId($value)
2383
 * @method string getSkillGroupIdList()
2384
 * @method $this withSkillGroupIdList($value)
2385
 */
2386
class RemoveSkillGroupsFromUser extends Rpc
2387
{
2388
}
2389
2390
/**
2391
 * @method string getUserIdList()
2392
 * @method $this withUserIdList($value)
2393
 * @method string getInstanceId()
2394
 * @method $this withInstanceId($value)
2395
 * @method string getForce()
2396
 * @method $this withForce($value)
2397
 */
2398
class RemoveUsers extends Rpc
2399
{
2400
}
2401
2402
/**
2403
 * @method string getUserIdList()
2404
 * @method $this withUserIdList($value)
2405
 * @method string getInstanceId()
2406
 * @method $this withInstanceId($value)
2407
 * @method string getSkillGroupId()
2408
 * @method $this withSkillGroupId($value)
2409
 */
2410
class RemoveUsersFromSkillGroup extends Rpc
2411
{
2412
}
2413
2414
/**
2415
 * @method string getUserId()
2416
 * @method $this withUserId($value)
2417
 * @method string getDeviceId()
2418
 * @method $this withDeviceId($value)
2419
 * @method string getInstanceId()
2420
 * @method $this withInstanceId($value)
2421
 */
2422
class ResetAgentState extends Rpc
2423
{
2424
}
2425
2426
/**
2427
 * @method string getUserId()
2428
 * @method $this withUserId($value)
2429
 * @method string getPassword()
2430
 * @method $this withPassword($value)
2431
 * @method string getInstanceId()
2432
 * @method $this withInstanceId($value)
2433
 */
2434
class ResetUserPassword extends Rpc
2435
{
2436
}
2437
2438
/**
2439
 * @method string getContactIds()
2440
 * @method $this withContactIds($value)
2441
 * @method string getInstanceId()
2442
 * @method $this withInstanceId($value)
2443
 */
2444
class RestoreArchivedRecordings extends Rpc
2445
{
2446
}
2447
2448
/**
2449
 * @method string getInstanceId()
2450
 * @method $this withInstanceId($value)
2451
 * @method string getCampaignId()
2452
 * @method $this withCampaignId($value)
2453
 */
2454
class ResumeCampaign extends Rpc
2455
{
2456
}
2457
2458
/**
2459
 * @method string getUserId()
2460
 * @method $this withUserId($value)
2461
 * @method string getDeviceId()
2462
 * @method $this withDeviceId($value)
2463
 * @method string getJobId()
2464
 * @method $this withJobId($value)
2465
 * @method string getInstanceId()
2466
 * @method $this withInstanceId($value)
2467
 * @method string getChannelId()
2468
 * @method $this withChannelId($value)
2469
 */
2470
class RetrieveCall extends Rpc
2471
{
2472
}
2473
2474
/**
2475
 * @method string getCallId()
2476
 * @method $this withCallId($value)
2477
 * @method string getSenderReport()
2478
 * @method $this withSenderReport($value)
2479
 * @method string getInstanceId()
2480
 * @method $this withInstanceId($value)
2481
 * @method string getReceiverReport()
2482
 * @method $this withReceiverReport($value)
2483
 * @method string getGoogAddress()
2484
 * @method $this withGoogAddress($value)
2485
 * @method string getGeneralInfo()
2486
 * @method $this withGeneralInfo($value)
2487
 */
2488
class SaveRTCStatsV2 extends Rpc
2489
{
2490
}
2491
2492
/**
2493
 * @method string getCallId()
2494
 * @method $this withCallId($value)
2495
 * @method string getContent()
2496
 * @method $this withContent($value)
2497
 * @method string getUniqueRequestId()
2498
 * @method $this withUniqueRequestId($value)
2499
 * @method string getJobId()
2500
 * @method $this withJobId($value)
2501
 * @method string getInstanceId()
2502
 * @method $this withInstanceId($value)
2503
 * @method string getAppName()
2504
 * @method $this withAppName($value)
2505
 * @method string getDataType()
2506
 * @method $this withDataType($value)
2507
 * @method string getStatus()
2508
 * @method $this withStatus($value)
2509
 * @method string getMethodName()
2510
 * @method $this withMethodName($value)
2511
 */
2512
class SaveTerminalLog extends Rpc
2513
{
2514
}
2515
2516
/**
2517
 * @method string getCallId()
2518
 * @method $this withCallId($value)
2519
 * @method string getContent()
2520
 * @method $this withContent($value)
2521
 * @method string getContentType()
2522
 * @method $this withContentType($value)
2523
 * @method string getJobId()
2524
 * @method $this withJobId($value)
2525
 * @method string getInstanceId()
2526
 * @method $this withInstanceId($value)
2527
 */
2528
class SaveWebRtcInfo extends Rpc
2529
{
2530
}
2531
2532
/**
2533
 * @method string getCallId()
2534
 * @method $this withCallId($value)
2535
 * @method string getSenderReport()
2536
 * @method $this withSenderReport($value)
2537
 * @method string getInstanceId()
2538
 * @method $this withInstanceId($value)
2539
 * @method string getReceiverReport()
2540
 * @method $this withReceiverReport($value)
2541
 * @method string getGoogAddress()
2542
 * @method $this withGoogAddress($value)
2543
 * @method string getGeneralInfo()
2544
 * @method $this withGeneralInfo($value)
2545
 */
2546
class SaveWebRTCStats extends Rpc
2547
{
2548
}
2549
2550
/**
2551
 * @method string getDtmf()
2552
 * @method $this withDtmf($value)
2553
 * @method string getUserId()
2554
 * @method $this withUserId($value)
2555
 * @method string getDeviceId()
2556
 * @method $this withDeviceId($value)
2557
 * @method string getJobId()
2558
 * @method $this withJobId($value)
2559
 * @method string getInstanceId()
2560
 * @method $this withInstanceId($value)
2561
 * @method string getChannelId()
2562
 * @method $this withChannelId($value)
2563
 */
2564
class SendDtmfSignaling extends Rpc
2565
{
2566
}
2567
2568
/**
2569
 * @method string getSignedSkillGroupIdList()
2570
 * @method $this withSignedSkillGroupIdList($value)
2571
 * @method string getUserId()
2572
 * @method $this withUserId($value)
2573
 * @method string getDeviceId()
2574
 * @method $this withDeviceId($value)
2575
 * @method string getInstanceId()
2576
 * @method $this withInstanceId($value)
2577
 */
2578
class SignInGroup extends Rpc
2579
{
2580
}
2581
2582
/**
2583
 * @method string getUserId()
2584
 * @method $this withUserId($value)
2585
 * @method string getDeviceId()
2586
 * @method $this withDeviceId($value)
2587
 * @method string getInstanceId()
2588
 * @method $this withInstanceId($value)
2589
 */
2590
class SignOutGroup extends Rpc
2591
{
2592
}
2593
2594
/**
2595
 * @method string getCallee()
2596
 * @method $this withCallee($value)
2597
 * @method string getBroker()
2598
 * @method $this withBroker($value)
2599
 * @method string getAdditionalBroker()
2600
 * @method $this withAdditionalBroker($value)
2601
 * @method string getTags()
2602
 * @method $this withTags($value)
2603
 * @method string getTimeoutSeconds()
2604
 * @method $this withTimeoutSeconds($value)
2605
 * @method string getCaller()
2606
 * @method $this withCaller($value)
2607
 * @method string getInstanceId()
2608
 * @method $this withInstanceId($value)
2609
 */
2610
class StartBack2BackCall extends Rpc
2611
{
2612
}
2613
2614
/**
2615
 * @method string getUserId()
2616
 * @method $this withUserId($value)
2617
 * @method string getTags()
2618
 * @method $this withTags($value)
2619
 * @method string getTimeoutSeconds()
2620
 * @method $this withTimeoutSeconds($value)
2621
 * @method string getInstanceId()
2622
 * @method $this withInstanceId($value)
2623
 * @method string getParticipantListJson()
2624
 * @method $this withParticipantListJson($value)
2625
 */
2626
class StartConference extends Rpc
2627
{
2628
}
2629
2630
/**
2631
 * @method string getContactFlowId()
2632
 * @method $this withContactFlowId($value)
2633
 * @method string getInstanceId()
2634
 * @method $this withInstanceId($value)
2635
 */
2636
class StartEditContactFlow extends Rpc
2637
{
2638
}
2639
2640
/**
2641
 * @method string getContactFlowId()
2642
 * @method $this withContactFlowId($value)
2643
 * @method string getCallee()
2644
 * @method $this withCallee($value)
2645
 * @method string getMaskedCallee()
2646
 * @method $this withMaskedCallee($value)
2647
 * @method string getContactFlowVariables()
2648
 * @method $this withContactFlowVariables($value)
2649
 * @method string getTags()
2650
 * @method $this withTags($value)
2651
 * @method string getTimeoutSeconds()
2652
 * @method $this withTimeoutSeconds($value)
2653
 * @method string getCaller()
2654
 * @method $this withCaller($value)
2655
 * @method string getInstanceId()
2656
 * @method $this withInstanceId($value)
2657
 * @method string getSkillGroupId()
2658
 * @method $this withSkillGroupId($value)
2659
 */
2660
class StartPredictiveCall extends Rpc
2661
{
2662
}
2663
2664
/**
2665
 * @method string getCallee()
2666
 * @method $this withCallee($value)
2667
 * @method string getCaller()
2668
 * @method $this withCaller($value)
2669
 * @method string getInstanceId()
2670
 * @method $this withInstanceId($value)
2671
 * @method string getAppId()
2672
 * @method $this withAppId($value)
2673
 */
2674
class StartPrivacyCall extends Rpc
2675
{
2676
}
2677
2678
/**
2679
 * @method string getInstanceId()
2680
 * @method $this withInstanceId($value)
2681
 * @method string getCampaignId()
2682
 * @method $this withCampaignId($value)
2683
 */
2684
class SubmitCampaign extends Rpc
2685
{
2686
}
2687
2688
/**
2689
 * @method string getUserId()
2690
 * @method $this withUserId($value)
2691
 * @method string getDeviceId()
2692
 * @method $this withDeviceId($value)
2693
 * @method string getJobId()
2694
 * @method $this withJobId($value)
2695
 * @method string getInstanceId()
2696
 * @method $this withInstanceId($value)
2697
 */
2698
class SwitchToConference extends Rpc
2699
{
2700
}
2701
2702
/**
2703
 * @method string getCode()
2704
 * @method $this withCode($value)
2705
 * @method string getUserId()
2706
 * @method $this withUserId($value)
2707
 * @method string getDeviceId()
2708
 * @method $this withDeviceId($value)
2709
 * @method string getInstanceId()
2710
 * @method $this withInstanceId($value)
2711
 */
2712
class TakeBreak extends Rpc
2713
{
2714
}
2715
2716
/**
2717
 * @method string getUserId()
2718
 * @method $this withUserId($value)
2719
 * @method string getDeviceId()
2720
 * @method $this withDeviceId($value)
2721
 * @method string getJobId()
2722
 * @method $this withJobId($value)
2723
 * @method string getInstanceId()
2724
 * @method $this withInstanceId($value)
2725
 * @method string getChannelId()
2726
 * @method $this withChannelId($value)
2727
 */
2728
class UnmuteCall extends Rpc
2729
{
2730
}
2731
2732
/**
2733
 * @method string getUserId()
2734
 * @method $this withUserId($value)
2735
 * @method string getInstanceId()
2736
 * @method $this withInstanceId($value)
2737
 */
2738
class UnregisterDevice extends Rpc
2739
{
2740
}
2741
2742
/**
2743
 * @method string getConfigItems()
2744
 * @method $this withConfigItems($value)
2745
 * @method string getInstanceId()
2746
 * @method $this withInstanceId($value)
2747
 * @method string getObjectType()
2748
 * @method $this withObjectType($value)
2749
 * @method string getObjectId()
2750
 * @method $this withObjectId($value)
2751
 */
2752
class UpdateConfigItems extends Rpc
2753
{
2754
}
2755