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 ( 59034f...8d5e17 )
by
unknown
07:31
created

SetTransferCalleePoolConfig::withDetails()   A

Complexity

Conditions 4
Paths 5

Size

Total Lines 13
Code Lines 7

Duplication

Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
eloc 7
dl 0
loc 13
c 0
b 0
f 0
rs 10
cc 4
nc 5
nop 1
1
<?php
2
3
namespace AlibabaCloud\Dyvmsapi\V20170525;
4
5
use AlibabaCloud\Client\Resolver\ApiResolver;
6
7
/**
8
 * @method AddRtcAccount addRtcAccount(array $options = [])
9
 * @method AddVirtualNumberRelation addVirtualNumberRelation(array $options = [])
10
 * @method BatchRobotSmartCall batchRobotSmartCall(array $options = [])
11
 * @method BindNumberAndVoipId bindNumberAndVoipId(array $options = [])
12
 * @method CancelCall cancelCall(array $options = [])
13
 * @method CancelOrderRobotTask cancelOrderRobotTask(array $options = [])
14
 * @method CancelRobotTask cancelRobotTask(array $options = [])
15
 * @method ClickToDial clickToDial(array $options = [])
16
 * @method CloseSipAccount closeSipAccount(array $options = [])
17
 * @method CreateCallTask createCallTask(array $options = [])
18
 * @method CreateRobotTask createRobotTask(array $options = [])
19
 * @method CreateSipAccount createSipAccount(array $options = [])
20
 * @method DeleteRobotTask deleteRobotTask(array $options = [])
21
 * @method DescribeRecordData describeRecordData(array $options = [])
22
 * @method DoRtcNumberAuth doRtcNumberAuth(array $options = [])
23
 * @method DoubleCallSeat doubleCallSeat(array $options = [])
24
 * @method ExecuteCallTask executeCallTask(array $options = [])
25
 * @method GetHotlineQualificationByOrder getHotlineQualificationByOrder(array $options = [])
26
 * @method GetRtcToken getRtcToken(array $options = [])
27
 * @method GetToken getToken(array $options = [])
28
 * @method IvrCall ivrCall(array $options = [])
29
 * @method ListCallTask listCallTask(array $options = [])
30
 * @method ListCallTaskDetail listCallTaskDetail(array $options = [])
31
 * @method ListHotlineTransferNumber listHotlineTransferNumber(array $options = [])
32
 * @method ListHotlineTransferRegisterFile listHotlineTransferRegisterFile(array $options = [])
33
 * @method ListOrderedNumbers listOrderedNumbers(array $options = [])
34
 * @method ListOutboundStrategies listOutboundStrategies(array $options = [])
35
 * @method ListRobotTaskCalls listRobotTaskCalls(array $options = [])
36
 * @method QueryCallDetailByCallId queryCallDetailByCallId(array $options = [])
37
 * @method QueryCallDetailByTaskId queryCallDetailByTaskId(array $options = [])
38
 * @method QueryCallInPoolTransferConfig queryCallInPoolTransferConfig(array $options = [])
39
 * @method QueryCallInTransferRecord queryCallInTransferRecord(array $options = [])
40
 * @method QueryRobotInfoList queryRobotInfoList(array $options = [])
41
 * @method QueryRobotTaskCallDetail queryRobotTaskCallDetail(array $options = [])
42
 * @method QueryRobotTaskCallList queryRobotTaskCallList(array $options = [])
43
 * @method QueryRobotTaskDetail queryRobotTaskDetail(array $options = [])
44
 * @method QueryRobotTaskList queryRobotTaskList(array $options = [])
45
 * @method QueryRobotv2AllList queryRobotv2AllList(array $options = [])
46
 * @method QueryRtcNumberAuthStatus queryRtcNumberAuthStatus(array $options = [])
47
 * @method QueryVirtualNumber queryVirtualNumber(array $options = [])
48
 * @method QueryVirtualNumberRelation queryVirtualNumberRelation(array $options = [])
49
 * @method QueryVoipNumberBindInfos queryVoipNumberBindInfos(array $options = [])
50
 * @method ReportVoipProblems reportVoipProblems(array $options = [])
51
 * @method SendVerification sendVerification(array $options = [])
52
 * @method SetTransferCalleePoolConfig setTransferCalleePoolConfig(array $options = [])
53
 * @method SingleCallByTts singleCallByTts(array $options = [])
54
 * @method SingleCallByVoice singleCallByVoice(array $options = [])
55
 * @method SmartCall smartCall(array $options = [])
56
 * @method SmartCallOperate smartCallOperate(array $options = [])
57
 * @method StartMicroOutbound startMicroOutbound(array $options = [])
58
 * @method StartRobotTask startRobotTask(array $options = [])
59
 * @method StopRobotTask stopRobotTask(array $options = [])
60
 * @method SubmitHotlineTransferRegister submitHotlineTransferRegister(array $options = [])
61
 * @method UnbindNumberAndVoipId unbindNumberAndVoipId(array $options = [])
62
 * @method UndoRtcNumberAuth undoRtcNumberAuth(array $options = [])
63
 * @method UploadRobotTaskCalledFile uploadRobotTaskCalledFile(array $options = [])
64
 * @method VoipAddAccount voipAddAccount(array $options = [])
65
 * @method VoipGetToken voipGetToken(array $options = [])
66
 */
67
class DyvmsapiApiResolver extends ApiResolver
68
{
69
}
70
71
class Rpc extends \AlibabaCloud\Client\Resolver\Rpc
72
{
73
    /** @var string */
74
    public $product = 'Dyvmsapi';
75
76
    /** @var string */
77
    public $version = '2017-05-25';
78
79
    /** @var string */
80
    public $method = 'POST';
81
82
    /** @var string */
83
    public $serviceCode = 'dyvms';
84
}
85
86
/**
87
 * @method string getResourceOwnerId()
88
 * @method $this withResourceOwnerId($value)
89
 * @method string getResourceOwnerAccount()
90
 * @method $this withResourceOwnerAccount($value)
91
 * @method string getOwnerId()
92
 * @method $this withOwnerId($value)
93
 * @method string getDeviceId()
94
 * @method $this withDeviceId($value)
95
 */
96
class AddRtcAccount extends Rpc
97
{
98
}
99
100
/**
101
 * @method string getResourceOwnerId()
102
 * @method $this withResourceOwnerId($value)
103
 * @method string getNumberList()
104
 * @method $this withNumberList($value)
105
 * @method string getRouteType()
106
 * @method $this withRouteType($value)
107
 * @method string getCorpNameList()
108
 * @method $this withCorpNameList($value)
109
 * @method string getResourceOwnerAccount()
110
 * @method $this withResourceOwnerAccount($value)
111
 * @method string getProdCode()
112
 * @method $this withProdCode($value)
113
 * @method string getPhoneNum()
114
 * @method $this withPhoneNum($value)
115
 * @method string getOwnerId()
116
 * @method $this withOwnerId($value)
117
 */
118
class AddVirtualNumberRelation extends Rpc
119
{
120
}
121
122
/**
123
 * @method string getResourceOwnerId()
124
 * @method $this withResourceOwnerId($value)
125
 * @method string getEarlyMediaAsr()
126
 * @method $this withEarlyMediaAsr($value)
127
 * @method string getTtsParamHead()
128
 * @method $this withTtsParamHead($value)
129
 * @method string getTaskName()
130
 * @method $this withTaskName($value)
131
 * @method string getTtsParam()
132
 * @method $this withTtsParam($value)
133
 * @method string getCalledNumber()
134
 * @method $this withCalledNumber($value)
135
 * @method string getCalledShowNumber()
136
 * @method $this withCalledShowNumber($value)
137
 * @method string getIsSelfLine()
138
 * @method $this withIsSelfLine($value)
139
 * @method string getResourceOwnerAccount()
140
 * @method $this withResourceOwnerAccount($value)
141
 * @method string getOwnerId()
142
 * @method $this withOwnerId($value)
143
 * @method string getDialogId()
144
 * @method $this withDialogId($value)
145
 * @method string getScheduleTime()
146
 * @method $this withScheduleTime($value)
147
 * @method string getCorpName()
148
 * @method $this withCorpName($value)
149
 * @method string getScheduleCall()
150
 * @method $this withScheduleCall($value)
151
 */
152
class BatchRobotSmartCall extends Rpc
153
{
154
}
155
156
/**
157
 * @method string getResourceOwnerId()
158
 * @method $this withResourceOwnerId($value)
159
 * @method string getResourceOwnerAccount()
160
 * @method $this withResourceOwnerAccount($value)
161
 * @method string getPhoneNumber()
162
 * @method $this withPhoneNumber($value)
163
 * @method string getOwnerId()
164
 * @method $this withOwnerId($value)
165
 * @method string getVoipId()
166
 * @method $this withVoipId($value)
167
 */
168
class BindNumberAndVoipId extends Rpc
169
{
170
}
171
172
/**
173
 * @method string getCallId()
174
 * @method $this withCallId($value)
175
 * @method string getResourceOwnerId()
176
 * @method $this withResourceOwnerId($value)
177
 * @method string getResourceOwnerAccount()
178
 * @method $this withResourceOwnerAccount($value)
179
 * @method string getOwnerId()
180
 * @method $this withOwnerId($value)
181
 */
182
class CancelCall extends Rpc
183
{
184
}
185
186
/**
187
 * @method string getResourceOwnerId()
188
 * @method $this withResourceOwnerId($value)
189
 * @method string getResourceOwnerAccount()
190
 * @method $this withResourceOwnerAccount($value)
191
 * @method string getOwnerId()
192
 * @method $this withOwnerId($value)
193
 * @method string getTaskId()
194
 * @method $this withTaskId($value)
195
 */
196
class CancelOrderRobotTask extends Rpc
197
{
198
}
199
200
/**
201
 * @method string getResourceOwnerId()
202
 * @method $this withResourceOwnerId($value)
203
 * @method string getResourceOwnerAccount()
204
 * @method $this withResourceOwnerAccount($value)
205
 * @method string getOwnerId()
206
 * @method $this withOwnerId($value)
207
 * @method string getTaskId()
208
 * @method $this withTaskId($value)
209
 */
210
class CancelRobotTask extends Rpc
211
{
212
}
213
214
/**
215
 * @method string getResourceOwnerId()
216
 * @method $this withResourceOwnerId($value)
217
 * @method string getCallerShowNumber()
218
 * @method $this withCallerShowNumber($value)
219
 * @method string getSessionTimeout()
220
 * @method $this withSessionTimeout($value)
221
 * @method string getCalledNumber()
222
 * @method $this withCalledNumber($value)
223
 * @method string getCalledShowNumber()
224
 * @method $this withCalledShowNumber($value)
225
 * @method string getAsrFlag()
226
 * @method $this withAsrFlag($value)
227
 * @method string getResourceOwnerAccount()
228
 * @method $this withResourceOwnerAccount($value)
229
 * @method string getRecordFlag()
230
 * @method $this withRecordFlag($value)
231
 * @method string getOwnerId()
232
 * @method $this withOwnerId($value)
233
 * @method string getOutId()
234
 * @method $this withOutId($value)
235
 * @method string getAsrModelId()
236
 * @method $this withAsrModelId($value)
237
 * @method string getCallerNumber()
238
 * @method $this withCallerNumber($value)
239
 */
240
class ClickToDial extends Rpc
241
{
242
}
243
244
/**
245
 * @method string getResourceOwnerId()
246
 * @method $this withResourceOwnerId($value)
247
 * @method string getPartnerId()
248
 * @method $this withPartnerId($value)
249
 * @method string getResourceOwnerAccount()
250
 * @method $this withResourceOwnerAccount($value)
251
 * @method string getOwnerId()
252
 * @method $this withOwnerId($value)
253
 * @method string getSipAccountID()
254
 * @method $this withSipAccountID($value)
255
 */
256
class CloseSipAccount extends Rpc
257
{
258
}
259
260
/**
261
 * @method string getResourceOwnerId()
262
 * @method $this withResourceOwnerId($value)
263
 * @method string getScheduleType()
264
 * @method $this withScheduleType($value)
265
 * @method string getData()
266
 * @method $this withData($value)
267
 * @method string getTaskName()
268
 * @method $this withTaskName($value)
269
 * @method string getStopTime()
270
 * @method $this withStopTime($value)
271
 * @method string getDataType()
272
 * @method $this withDataType($value)
273
 * @method string getTemplateName()
274
 * @method $this withTemplateName($value)
275
 * @method string getResourceOwnerAccount()
276
 * @method $this withResourceOwnerAccount($value)
277
 * @method string getResource()
278
 * @method $this withResource($value)
279
 * @method string getOwnerId()
280
 * @method $this withOwnerId($value)
281
 * @method string getResourceType()
282
 * @method $this withResourceType($value)
283
 * @method string getBizType()
284
 * @method $this withBizType($value)
285
 * @method string getFireTime()
286
 * @method $this withFireTime($value)
287
 * @method string getTemplateCode()
288
 * @method $this withTemplateCode($value)
289
 */
290
class CreateCallTask extends Rpc
291
{
292
}
293
294
/**
295
 * @method string getResourceOwnerId()
296
 * @method $this withResourceOwnerId($value)
297
 * @method string getRecallStateCodes()
298
 * @method $this withRecallStateCodes($value)
299
 * @method string getTaskName()
300
 * @method $this withTaskName($value)
301
 * @method string getRecallTimes()
302
 * @method $this withRecallTimes($value)
303
 * @method string getIsSelfLine()
304
 * @method $this withIsSelfLine($value)
305
 * @method string getResourceOwnerAccount()
306
 * @method $this withResourceOwnerAccount($value)
307
 * @method string getRetryType()
308
 * @method $this withRetryType($value)
309
 * @method string getOwnerId()
310
 * @method $this withOwnerId($value)
311
 * @method string getDialogId()
312
 * @method $this withDialogId($value)
313
 * @method string getCaller()
314
 * @method $this withCaller($value)
315
 * @method string getNumberStatusIdent()
316
 * @method $this withNumberStatusIdent($value)
317
 * @method string getCorpName()
318
 * @method $this withCorpName($value)
319
 * @method string getRecallInterval()
320
 * @method $this withRecallInterval($value)
321
 */
322
class CreateRobotTask extends Rpc
323
{
324
}
325
326
/**
327
 * @method string getResourceOwnerId()
328
 * @method $this withResourceOwnerId($value)
329
 * @method string getBusinessKey()
330
 * @method $this withBusinessKey($value)
331
 * @method string getPartnerId()
332
 * @method $this withPartnerId($value)
333
 * @method string getResourceOwnerAccount()
334
 * @method $this withResourceOwnerAccount($value)
335
 * @method string getOwnerId()
336
 * @method $this withOwnerId($value)
337
 */
338
class CreateSipAccount extends Rpc
339
{
340
}
341
342
/**
343
 * @method string getResourceOwnerId()
344
 * @method $this withResourceOwnerId($value)
345
 * @method string getResourceOwnerAccount()
346
 * @method $this withResourceOwnerAccount($value)
347
 * @method string getOwnerId()
348
 * @method $this withOwnerId($value)
349
 * @method string getTaskId()
350
 * @method $this withTaskId($value)
351
 */
352
class DeleteRobotTask extends Rpc
353
{
354
}
355
356
/**
357
 * @method string getResourceOwnerId()
358
 * @method $this withResourceOwnerId($value)
359
 * @method string getAccountType()
360
 * @method $this withAccountType($value)
361
 * @method string getAcid()
362
 * @method $this withAcid($value)
363
 * @method string getAccountId()
364
 * @method $this withAccountId($value)
365
 * @method string getSecLevel()
366
 * @method $this withSecLevel($value)
367
 * @method string getResourceOwnerAccount()
368
 * @method $this withResourceOwnerAccount($value)
369
 * @method string getProdCode()
370
 * @method $this withProdCode($value)
371
 * @method string getOwnerId()
372
 * @method $this withOwnerId($value)
373
 */
374
class DescribeRecordData extends Rpc
375
{
376
}
377
378
/**
379
 * @method string getResourceOwnerId()
380
 * @method $this withResourceOwnerId($value)
381
 * @method string getResourceOwnerAccount()
382
 * @method $this withResourceOwnerAccount($value)
383
 * @method string getPhoneNumber()
384
 * @method $this withPhoneNumber($value)
385
 * @method string getOwnerId()
386
 * @method $this withOwnerId($value)
387
 */
388
class DoRtcNumberAuth extends Rpc
389
{
390
}
391
392
/**
393
 * @method string getResourceOwnerId()
394
 * @method $this withResourceOwnerId($value)
395
 * @method string getCallerShowNumber()
396
 * @method $this withCallerShowNumber($value)
397
 * @method string getSessionTimeout()
398
 * @method $this withSessionTimeout($value)
399
 * @method string getCalledNumber()
400
 * @method $this withCalledNumber($value)
401
 * @method string getVoiceCode()
402
 * @method $this withVoiceCode($value)
403
 * @method string getCalledShowNumber()
404
 * @method $this withCalledShowNumber($value)
405
 * @method string getAsrFlag()
406
 * @method $this withAsrFlag($value)
407
 * @method string getCallType()
408
 * @method $this withCallType($value)
409
 * @method string getResourceOwnerAccount()
410
 * @method $this withResourceOwnerAccount($value)
411
 * @method string getRecordFlag()
412
 * @method $this withRecordFlag($value)
413
 * @method string getOwnerId()
414
 * @method $this withOwnerId($value)
415
 * @method string getRecordPoint()
416
 * @method $this withRecordPoint($value)
417
 * @method string getOutId()
418
 * @method $this withOutId($value)
419
 * @method string getAsrModelId()
420
 * @method $this withAsrModelId($value)
421
 * @method string getCallerNumber()
422
 * @method $this withCallerNumber($value)
423
 */
424
class DoubleCallSeat extends Rpc
425
{
426
}
427
428
/**
429
 * @method string getResourceOwnerId()
430
 * @method $this withResourceOwnerId($value)
431
 * @method string getTaskId()
432
 * @method $this withTaskId($value)
433
 * @method string getResourceOwnerAccount()
434
 * @method $this withResourceOwnerAccount($value)
435
 * @method string getOwnerId()
436
 * @method $this withOwnerId($value)
437
 * @method string getFireTime()
438
 * @method $this withFireTime($value)
439
 * @method string getStatus()
440
 * @method $this withStatus($value)
441
 */
442
class ExecuteCallTask extends Rpc
443
{
444
}
445
446
/**
447
 * @method string getResourceOwnerId()
448
 * @method $this withResourceOwnerId($value)
449
 * @method string getResourceOwnerAccount()
450
 * @method $this withResourceOwnerAccount($value)
451
 * @method string getOrderId()
452
 * @method $this withOrderId($value)
453
 * @method string getOwnerId()
454
 * @method $this withOwnerId($value)
455
 */
456
class GetHotlineQualificationByOrder extends Rpc
457
{
458
}
459
460
/**
461
 * @method string getResourceOwnerId()
462
 * @method $this withResourceOwnerId($value)
463
 * @method string getUserId()
464
 * @method $this withUserId($value)
465
 * @method string getResourceOwnerAccount()
466
 * @method $this withResourceOwnerAccount($value)
467
 * @method string getOwnerId()
468
 * @method $this withOwnerId($value)
469
 * @method string getDeviceId()
470
 * @method $this withDeviceId($value)
471
 * @method string getIsCustomAccount()
472
 * @method $this withIsCustomAccount($value)
473
 */
474
class GetRtcToken extends Rpc
475
{
476
}
477
478
/**
479
 * @method string getResourceOwnerId()
480
 * @method $this withResourceOwnerId($value)
481
 * @method string getTokenType()
482
 * @method $this withTokenType($value)
483
 * @method string getResourceOwnerAccount()
484
 * @method $this withResourceOwnerAccount($value)
485
 * @method string getOwnerId()
486
 * @method $this withOwnerId($value)
487
 */
488
class GetToken extends Rpc
489
{
490
}
491
492
/**
493
 * @method string getByeCode()
494
 * @method $this withByeCode($value)
495
 * @method string getResourceOwnerId()
496
 * @method $this withResourceOwnerId($value)
497
 * @method string getStartTtsParams()
498
 * @method $this withStartTtsParams($value)
499
 * @method string getTimeout()
500
 * @method $this withTimeout($value)
501
 * @method string getStartCode()
502
 * @method $this withStartCode($value)
503
 * @method string getCalledNumber()
504
 * @method $this withCalledNumber($value)
505
 * @method string getCalledShowNumber()
506
 * @method $this withCalledShowNumber($value)
507
 * @method array getMenuKeyMap()
508
 * @method string getResourceOwnerAccount()
509
 * @method $this withResourceOwnerAccount($value)
510
 * @method string getPlayTimes()
511
 * @method $this withPlayTimes($value)
512
 * @method string getOwnerId()
513
 * @method $this withOwnerId($value)
514
 * @method string getOutId()
515
 * @method $this withOutId($value)
516
 * @method string getByeTtsParams()
517
 * @method $this withByeTtsParams($value)
518
 */
519
class IvrCall extends Rpc
520
{
521
522
    /**
523
     * @param array $menuKeyMap
524
     *
525
     * @return $this
526
     */
527
	public function withMenuKeyMap(array $menuKeyMap)
528
	{
529
	    $this->data['MenuKeyMap'] = $menuKeyMap;
530
		foreach ($menuKeyMap as $depth1 => $depth1Value) {
531
			if(isset($depth1Value['Code'])){
532
				$this->options['query']['MenuKeyMap.' . ($depth1 + 1) . '.Code'] = $depth1Value['Code'];
533
			}
534
			if(isset($depth1Value['TtsParams'])){
535
				$this->options['query']['MenuKeyMap.' . ($depth1 + 1) . '.TtsParams'] = $depth1Value['TtsParams'];
536
			}
537
			if(isset($depth1Value['Key'])){
538
				$this->options['query']['MenuKeyMap.' . ($depth1 + 1) . '.Key'] = $depth1Value['Key'];
539
			}
540
		}
541
542
		return $this;
543
    }
544
}
545
546
/**
547
 * @method string getResourceOwnerId()
548
 * @method $this withResourceOwnerId($value)
549
 * @method string getTaskName()
550
 * @method $this withTaskName($value)
551
 * @method string getPageNumber()
552
 * @method $this withPageNumber($value)
553
 * @method string getPageSize()
554
 * @method $this withPageSize($value)
555
 * @method string getTemplateName()
556
 * @method $this withTemplateName($value)
557
 * @method string getTaskId()
558
 * @method $this withTaskId($value)
559
 * @method string getResourceOwnerAccount()
560
 * @method $this withResourceOwnerAccount($value)
561
 * @method string getOwnerId()
562
 * @method $this withOwnerId($value)
563
 * @method string getBizType()
564
 * @method $this withBizType($value)
565
 * @method string getStatus()
566
 * @method $this withStatus($value)
567
 */
568
class ListCallTask extends Rpc
569
{
570
}
571
572
/**
573
 * @method string getResourceOwnerId()
574
 * @method $this withResourceOwnerId($value)
575
 * @method string getPageNumber()
576
 * @method $this withPageNumber($value)
577
 * @method string getPageSize()
578
 * @method $this withPageSize($value)
579
 * @method string getCalledNum()
580
 * @method $this withCalledNum($value)
581
 * @method string getTaskId()
582
 * @method $this withTaskId($value)
583
 * @method string getResourceOwnerAccount()
584
 * @method $this withResourceOwnerAccount($value)
585
 * @method string getOwnerId()
586
 * @method $this withOwnerId($value)
587
 * @method string getStatus()
588
 * @method $this withStatus($value)
589
 */
590
class ListCallTaskDetail extends Rpc
591
{
592
}
593
594
/**
595
 * @method string getResourceOwnerId()
596
 * @method $this withResourceOwnerId($value)
597
 * @method string getHotlineNumber()
598
 * @method $this withHotlineNumber($value)
599
 * @method string getPageSize()
600
 * @method $this withPageSize($value)
601
 * @method string getQualificationId()
602
 * @method $this withQualificationId($value)
603
 * @method string getResourceOwnerAccount()
604
 * @method $this withResourceOwnerAccount($value)
605
 * @method string getOwnerId()
606
 * @method $this withOwnerId($value)
607
 * @method string getPageNo()
608
 * @method $this withPageNo($value)
609
 */
610
class ListHotlineTransferNumber extends Rpc
611
{
612
}
613
614
/**
615
 * @method string getResourceOwnerId()
616
 * @method $this withResourceOwnerId($value)
617
 * @method string getHotlineNumber()
618
 * @method $this withHotlineNumber($value)
619
 * @method string getPageSize()
620
 * @method $this withPageSize($value)
621
 * @method string getQualificationId()
622
 * @method $this withQualificationId($value)
623
 * @method string getResourceOwnerAccount()
624
 * @method $this withResourceOwnerAccount($value)
625
 * @method string getOwnerId()
626
 * @method $this withOwnerId($value)
627
 * @method string getPageNo()
628
 * @method $this withPageNo($value)
629
 */
630
class ListHotlineTransferRegisterFile extends Rpc
631
{
632
}
633
634
/**
635
 * @method string getResourceOwnerId()
636
 * @method $this withResourceOwnerId($value)
637
 * @method string getResourceOwnerAccount()
638
 * @method $this withResourceOwnerAccount($value)
639
 * @method string getProdCode()
640
 * @method $this withProdCode($value)
641
 * @method string getOwnerId()
642
 * @method $this withOwnerId($value)
643
 */
644
class ListOrderedNumbers extends Rpc
645
{
646
}
647
648
/**
649
 * @method string getBuId()
650
 * @method $this withBuId($value)
651
 * @method string getResourceOwnerId()
652
 * @method $this withResourceOwnerId($value)
653
 * @method string getKeyword()
654
 * @method $this withKeyword($value)
655
 * @method string getResourceOwnerAccount()
656
 * @method $this withResourceOwnerAccount($value)
657
 * @method string getProdCode()
658
 * @method $this withProdCode($value)
659
 * @method string getOwnerId()
660
 * @method $this withOwnerId($value)
661
 */
662
class ListOutboundStrategies extends Rpc
663
{
664
}
665
666
/**
667
 * @method string getResourceOwnerId()
668
 * @method $this withResourceOwnerId($value)
669
 * @method string getCalled()
670
 * @method $this withCalled($value)
671
 * @method string getDialogCountTo()
672
 * @method $this withDialogCountTo($value)
673
 * @method string getDurationFrom()
674
 * @method $this withDurationFrom($value)
675
 * @method string getPageSize()
676
 * @method $this withPageSize($value)
677
 * @method string getTaskId()
678
 * @method $this withTaskId($value)
679
 * @method string getResourceOwnerAccount()
680
 * @method $this withResourceOwnerAccount($value)
681
 * @method string getDialogCountFrom()
682
 * @method $this withDialogCountFrom($value)
683
 * @method string getDurationTo()
684
 * @method $this withDurationTo($value)
685
 * @method string getHangupDirection()
686
 * @method $this withHangupDirection($value)
687
 * @method string getOwnerId()
688
 * @method $this withOwnerId($value)
689
 * @method string getPageNo()
690
 * @method $this withPageNo($value)
691
 * @method string getCallResult()
692
 * @method $this withCallResult($value)
693
 */
694
class ListRobotTaskCalls extends Rpc
695
{
696
}
697
698
/**
699
 * @method string getCallId()
700
 * @method $this withCallId($value)
701
 * @method string getResourceOwnerId()
702
 * @method $this withResourceOwnerId($value)
703
 * @method string getQueryDate()
704
 * @method $this withQueryDate($value)
705
 * @method string getResourceOwnerAccount()
706
 * @method $this withResourceOwnerAccount($value)
707
 * @method string getProdId()
708
 * @method $this withProdId($value)
709
 * @method string getOwnerId()
710
 * @method $this withOwnerId($value)
711
 */
712
class QueryCallDetailByCallId extends Rpc
713
{
714
}
715
716
/**
717
 * @method string getResourceOwnerId()
718
 * @method $this withResourceOwnerId($value)
719
 * @method string getCallee()
720
 * @method $this withCallee($value)
721
 * @method string getTaskId()
722
 * @method $this withTaskId($value)
723
 * @method string getQueryDate()
724
 * @method $this withQueryDate($value)
725
 * @method string getResourceOwnerAccount()
726
 * @method $this withResourceOwnerAccount($value)
727
 * @method string getOwnerId()
728
 * @method $this withOwnerId($value)
729
 */
730
class QueryCallDetailByTaskId extends Rpc
731
{
732
}
733
734
/**
735
 * @method string getResourceOwnerId()
736
 * @method $this withResourceOwnerId($value)
737
 * @method string getPhoneNumber()
738
 * @method $this withPhoneNumber($value)
739
 * @method string getResourceOwnerAccount()
740
 * @method $this withResourceOwnerAccount($value)
741
 * @method string getOwnerId()
742
 * @method $this withOwnerId($value)
743
 */
744
class QueryCallInPoolTransferConfig extends Rpc
745
{
746
}
747
748
/**
749
 * @method string getResourceOwnerId()
750
 * @method $this withResourceOwnerId($value)
751
 * @method string getPhoneNumber()
752
 * @method $this withPhoneNumber($value)
753
 * @method string getPageSize()
754
 * @method $this withPageSize($value)
755
 * @method string getQueryDate()
756
 * @method $this withQueryDate($value)
757
 * @method string getResourceOwnerAccount()
758
 * @method $this withResourceOwnerAccount($value)
759
 * @method string getOwnerId()
760
 * @method $this withOwnerId($value)
761
 * @method string getPageNo()
762
 * @method $this withPageNo($value)
763
 * @method string getCallInCaller()
764
 * @method $this withCallInCaller($value)
765
 */
766
class QueryCallInTransferRecord extends Rpc
767
{
768
}
769
770
/**
771
 * @method string getResourceOwnerId()
772
 * @method $this withResourceOwnerId($value)
773
 * @method string getAuditStatus()
774
 * @method $this withAuditStatus($value)
775
 * @method string getResourceOwnerAccount()
776
 * @method $this withResourceOwnerAccount($value)
777
 * @method string getOwnerId()
778
 * @method $this withOwnerId($value)
779
 */
780
class QueryRobotInfoList extends Rpc
781
{
782
}
783
784
/**
785
 * @method string getResourceOwnerId()
786
 * @method $this withResourceOwnerId($value)
787
 * @method string getCallee()
788
 * @method $this withCallee($value)
789
 * @method string getTaskId()
790
 * @method $this withTaskId($value)
791
 * @method string getQueryDate()
792
 * @method $this withQueryDate($value)
793
 * @method string getResourceOwnerAccount()
794
 * @method $this withResourceOwnerAccount($value)
795
 * @method string getOwnerId()
796
 * @method $this withOwnerId($value)
797
 */
798
class QueryRobotTaskCallDetail extends Rpc
799
{
800
}
801
802
/**
803
 * @method string getResourceOwnerId()
804
 * @method $this withResourceOwnerId($value)
805
 * @method string getCalled()
806
 * @method $this withCalled($value)
807
 * @method string getDialogCountTo()
808
 * @method $this withDialogCountTo($value)
809
 * @method string getDurationFrom()
810
 * @method $this withDurationFrom($value)
811
 * @method string getPageSize()
812
 * @method $this withPageSize($value)
813
 * @method string getTaskId()
814
 * @method $this withTaskId($value)
815
 * @method string getResourceOwnerAccount()
816
 * @method $this withResourceOwnerAccount($value)
817
 * @method string getDialogCountFrom()
818
 * @method $this withDialogCountFrom($value)
819
 * @method string getDurationTo()
820
 * @method $this withDurationTo($value)
821
 * @method string getHangupDirection()
822
 * @method $this withHangupDirection($value)
823
 * @method string getOwnerId()
824
 * @method $this withOwnerId($value)
825
 * @method string getPageNo()
826
 * @method $this withPageNo($value)
827
 * @method string getCallResult()
828
 * @method $this withCallResult($value)
829
 */
830
class QueryRobotTaskCallList extends Rpc
831
{
832
}
833
834
/**
835
 * @method string getResourceOwnerId()
836
 * @method $this withResourceOwnerId($value)
837
 * @method string getResourceOwnerAccount()
838
 * @method $this withResourceOwnerAccount($value)
839
 * @method string getOwnerId()
840
 * @method $this withOwnerId($value)
841
 * @method string getId()
842
 * @method $this withId($value)
843
 */
844
class QueryRobotTaskDetail extends Rpc
845
{
846
}
847
848
/**
849
 * @method string getResourceOwnerId()
850
 * @method $this withResourceOwnerId($value)
851
 * @method string getTaskName()
852
 * @method $this withTaskName($value)
853
 * @method string getPageSize()
854
 * @method $this withPageSize($value)
855
 * @method string getResourceOwnerAccount()
856
 * @method $this withResourceOwnerAccount($value)
857
 * @method string getOwnerId()
858
 * @method $this withOwnerId($value)
859
 * @method string getPageNo()
860
 * @method $this withPageNo($value)
861
 * @method string getTime()
862
 * @method $this withTime($value)
863
 * @method string getStatus()
864
 * @method $this withStatus($value)
865
 */
866
class QueryRobotTaskList extends Rpc
867
{
868
}
869
870
/**
871
 * @method string getResourceOwnerId()
872
 * @method $this withResourceOwnerId($value)
873
 * @method string getResourceOwnerAccount()
874
 * @method $this withResourceOwnerAccount($value)
875
 * @method string getOwnerId()
876
 * @method $this withOwnerId($value)
877
 */
878
class QueryRobotv2AllList extends Rpc
879
{
880
}
881
882
/**
883
 * @method string getResourceOwnerId()
884
 * @method $this withResourceOwnerId($value)
885
 * @method string getResourceOwnerAccount()
886
 * @method $this withResourceOwnerAccount($value)
887
 * @method string getPhoneNumber()
888
 * @method $this withPhoneNumber($value)
889
 * @method string getOwnerId()
890
 * @method $this withOwnerId($value)
891
 */
892
class QueryRtcNumberAuthStatus extends Rpc
893
{
894
}
895
896
/**
897
 * @method string getResourceOwnerId()
898
 * @method $this withResourceOwnerId($value)
899
 * @method string getRouteType()
900
 * @method $this withRouteType($value)
901
 * @method string getPageSize()
902
 * @method $this withPageSize($value)
903
 * @method string getResourceOwnerAccount()
904
 * @method $this withResourceOwnerAccount($value)
905
 * @method string getProdCode()
906
 * @method $this withProdCode($value)
907
 * @method string getOwnerId()
908
 * @method $this withOwnerId($value)
909
 * @method string getPageNo()
910
 * @method $this withPageNo($value)
911
 */
912
class QueryVirtualNumber extends Rpc
913
{
914
}
915
916
/**
917
 * @method string getSpecId()
918
 * @method $this withSpecId($value)
919
 * @method string getResourceOwnerId()
920
 * @method $this withResourceOwnerId($value)
921
 * @method string getRouteType()
922
 * @method $this withRouteType($value)
923
 * @method string getPageSize()
924
 * @method $this withPageSize($value)
925
 * @method string getRelatedNum()
926
 * @method $this withRelatedNum($value)
927
 * @method string getRegionNameCity()
928
 * @method $this withRegionNameCity($value)
929
 * @method string getQualificationId()
930
 * @method $this withQualificationId($value)
931
 * @method string getResourceOwnerAccount()
932
 * @method $this withResourceOwnerAccount($value)
933
 * @method string getProdCode()
934
 * @method $this withProdCode($value)
935
 * @method string getPhoneNum()
936
 * @method $this withPhoneNum($value)
937
 * @method string getOwnerId()
938
 * @method $this withOwnerId($value)
939
 * @method string getPageNo()
940
 * @method $this withPageNo($value)
941
 */
942
class QueryVirtualNumberRelation extends Rpc
943
{
944
}
945
946
/**
947
 * @method string getResourceOwnerId()
948
 * @method $this withResourceOwnerId($value)
949
 * @method string getResourceOwnerAccount()
950
 * @method $this withResourceOwnerAccount($value)
951
 * @method string getPhoneNumber()
952
 * @method $this withPhoneNumber($value)
953
 * @method string getOwnerId()
954
 * @method $this withOwnerId($value)
955
 * @method string getVoipId()
956
 * @method $this withVoipId($value)
957
 */
958
class QueryVoipNumberBindInfos extends Rpc
959
{
960
}
961
962
/**
963
 * @method string getResourceOwnerId()
964
 * @method $this withResourceOwnerId($value)
965
 * @method string getTitle()
966
 * @method $this withTitle($value)
967
 * @method string getVoipId()
968
 * @method $this withVoipId($value)
969
 * @method string getResourceOwnerAccount()
970
 * @method $this withResourceOwnerAccount($value)
971
 * @method string getOwnerId()
972
 * @method $this withOwnerId($value)
973
 * @method string getChannelId()
974
 * @method $this withChannelId($value)
975
 * @method string getDesc()
976
 * @method $this withDesc($value)
977
 */
978
class ReportVoipProblems extends Rpc
979
{
980
}
981
982
/**
983
 * @method string getResourceOwnerId()
984
 * @method $this withResourceOwnerId($value)
985
 * @method string getVerifyType()
986
 * @method $this withVerifyType($value)
987
 * @method string getResourceOwnerAccount()
988
 * @method $this withResourceOwnerAccount($value)
989
 * @method string getOwnerId()
990
 * @method $this withOwnerId($value)
991
 * @method string getTarget()
992
 * @method $this withTarget($value)
993
 * @method string getBizType()
994
 * @method $this withBizType($value)
995
 */
996
class SendVerification extends Rpc
997
{
998
}
999
1000
/**
1001
 * @method string getResourceOwnerId()
1002
 * @method $this withResourceOwnerId($value)
1003
 * @method string getPhoneNumber()
1004
 * @method $this withPhoneNumber($value)
1005
 * @method array getDetails()
1006
 * @method string getCalledRouteMode()
1007
 * @method $this withCalledRouteMode($value)
1008
 * @method string getQualificationId()
1009
 * @method $this withQualificationId($value)
1010
 * @method string getResourceOwnerAccount()
1011
 * @method $this withResourceOwnerAccount($value)
1012
 * @method string getOwnerId()
1013
 * @method $this withOwnerId($value)
1014
 */
1015
class SetTransferCalleePoolConfig extends Rpc
1016
{
1017
1018
    /**
1019
     * @param array $details
1020
     *
1021
     * @return $this
1022
     */
1023
	public function withDetails(array $details)
1024
	{
1025
	    $this->data['Details'] = $details;
1026
		foreach ($details as $depth1 => $depth1Value) {
1027
			if(isset($depth1Value['Caller'])){
1028
				$this->options['query']['Details.' . ($depth1 + 1) . '.Caller'] = $depth1Value['Caller'];
1029
			}
1030
			if(isset($depth1Value['Called'])){
1031
				$this->options['query']['Details.' . ($depth1 + 1) . '.Called'] = $depth1Value['Called'];
1032
			}
1033
		}
1034
1035
		return $this;
1036
    }
1037
}
1038
1039
/**
1040
 * @method string getResourceOwnerId()
1041
 * @method $this withResourceOwnerId($value)
1042
 * @method string getTtsParam()
1043
 * @method $this withTtsParam($value)
1044
 * @method string getSpeed()
1045
 * @method $this withSpeed($value)
1046
 * @method string getCalledNumber()
1047
 * @method $this withCalledNumber($value)
1048
 * @method string getCalledShowNumber()
1049
 * @method $this withCalledShowNumber($value)
1050
 * @method string getResourceOwnerAccount()
1051
 * @method $this withResourceOwnerAccount($value)
1052
 * @method string getTtsCode()
1053
 * @method $this withTtsCode($value)
1054
 * @method string getPlayTimes()
1055
 * @method $this withPlayTimes($value)
1056
 * @method string getOwnerId()
1057
 * @method $this withOwnerId($value)
1058
 * @method string getVolume()
1059
 * @method $this withVolume($value)
1060
 * @method string getOutId()
1061
 * @method $this withOutId($value)
1062
 */
1063
class SingleCallByTts extends Rpc
1064
{
1065
}
1066
1067
/**
1068
 * @method string getResourceOwnerId()
1069
 * @method $this withResourceOwnerId($value)
1070
 * @method string getSpeed()
1071
 * @method $this withSpeed($value)
1072
 * @method string getCalledNumber()
1073
 * @method $this withCalledNumber($value)
1074
 * @method string getVoiceCode()
1075
 * @method $this withVoiceCode($value)
1076
 * @method string getCalledShowNumber()
1077
 * @method $this withCalledShowNumber($value)
1078
 * @method string getResourceOwnerAccount()
1079
 * @method $this withResourceOwnerAccount($value)
1080
 * @method string getPlayTimes()
1081
 * @method $this withPlayTimes($value)
1082
 * @method string getOwnerId()
1083
 * @method $this withOwnerId($value)
1084
 * @method string getVolume()
1085
 * @method $this withVolume($value)
1086
 * @method string getOutId()
1087
 * @method $this withOutId($value)
1088
 */
1089
class SingleCallByVoice extends Rpc
1090
{
1091
}
1092
1093
/**
1094
 * @method string getResourceOwnerId()
1095
 * @method $this withResourceOwnerId($value)
1096
 * @method string getVoiceCodeParam()
1097
 * @method $this withVoiceCodeParam($value)
1098
 * @method string getEarlyMediaAsr()
1099
 * @method $this withEarlyMediaAsr($value)
1100
 * @method string getSpeed()
1101
 * @method $this withSpeed($value)
1102
 * @method string getAsrBaseId()
1103
 * @method $this withAsrBaseId($value)
1104
 * @method string getSessionTimeout()
1105
 * @method $this withSessionTimeout($value)
1106
 * @method string getDynamicId()
1107
 * @method $this withDynamicId($value)
1108
 * @method string getCalledNumber()
1109
 * @method $this withCalledNumber($value)
1110
 * @method string getTtsSpeed()
1111
 * @method $this withTtsSpeed($value)
1112
 * @method string getVoiceCode()
1113
 * @method $this withVoiceCode($value)
1114
 * @method string getCalledShowNumber()
1115
 * @method $this withCalledShowNumber($value)
1116
 * @method string getActionCodeTimeBreak()
1117
 * @method $this withActionCodeTimeBreak($value)
1118
 * @method string getTtsConf()
1119
 * @method $this withTtsConf($value)
1120
 * @method string getActionCodeBreak()
1121
 * @method $this withActionCodeBreak($value)
1122
 * @method string getResourceOwnerAccount()
1123
 * @method $this withResourceOwnerAccount($value)
1124
 * @method string getRecordFlag()
1125
 * @method $this withRecordFlag($value)
1126
 * @method string getOwnerId()
1127
 * @method $this withOwnerId($value)
1128
 * @method string getTtsVolume()
1129
 * @method $this withTtsVolume($value)
1130
 * @method string getStreamAsr()
1131
 * @method $this withStreamAsr($value)
1132
 * @method string getVolume()
1133
 * @method $this withVolume($value)
1134
 * @method string getMuteTime()
1135
 * @method $this withMuteTime($value)
1136
 * @method string getOutId()
1137
 * @method $this withOutId($value)
1138
 * @method string getAsrModelId()
1139
 * @method $this withAsrModelId($value)
1140
 * @method string getPauseTime()
1141
 * @method $this withPauseTime($value)
1142
 * @method string getTtsStyle()
1143
 * @method $this withTtsStyle($value)
1144
 */
1145
class SmartCall extends Rpc
1146
{
1147
}
1148
1149
/**
1150
 * @method string getCallId()
1151
 * @method $this withCallId($value)
1152
 * @method string getResourceOwnerId()
1153
 * @method $this withResourceOwnerId($value)
1154
 * @method string getParam()
1155
 * @method $this withParam($value)
1156
 * @method string getResourceOwnerAccount()
1157
 * @method $this withResourceOwnerAccount($value)
1158
 * @method string getOwnerId()
1159
 * @method $this withOwnerId($value)
1160
 * @method string getCommand()
1161
 * @method $this withCommand($value)
1162
 */
1163
class SmartCallOperate extends Rpc
1164
{
1165
}
1166
1167
/**
1168
 * @method string getResourceOwnerId()
1169
 * @method $this withResourceOwnerId($value)
1170
 * @method string getAccountType()
1171
 * @method $this withAccountType($value)
1172
 * @method string getAccountId()
1173
 * @method $this withAccountId($value)
1174
 * @method string getAppName()
1175
 * @method $this withAppName($value)
1176
 * @method string getCommandCode()
1177
 * @method $this withCommandCode($value)
1178
 * @method string getCalledNumber()
1179
 * @method $this withCalledNumber($value)
1180
 * @method string getExtInfo()
1181
 * @method $this withExtInfo($value)
1182
 * @method string getResourceOwnerAccount()
1183
 * @method $this withResourceOwnerAccount($value)
1184
 * @method string getProdCode()
1185
 * @method $this withProdCode($value)
1186
 * @method string getOwnerId()
1187
 * @method $this withOwnerId($value)
1188
 * @method string getCallingNumber()
1189
 * @method $this withCallingNumber($value)
1190
 */
1191
class StartMicroOutbound extends Rpc
1192
{
1193
}
1194
1195
/**
1196
 * @method string getResourceOwnerId()
1197
 * @method $this withResourceOwnerId($value)
1198
 * @method string getResourceOwnerAccount()
1199
 * @method $this withResourceOwnerAccount($value)
1200
 * @method string getOwnerId()
1201
 * @method $this withOwnerId($value)
1202
 * @method string getScheduleTime()
1203
 * @method $this withScheduleTime($value)
1204
 * @method string getTaskId()
1205
 * @method $this withTaskId($value)
1206
 */
1207
class StartRobotTask extends Rpc
1208
{
1209
}
1210
1211
/**
1212
 * @method string getResourceOwnerId()
1213
 * @method $this withResourceOwnerId($value)
1214
 * @method string getResourceOwnerAccount()
1215
 * @method $this withResourceOwnerAccount($value)
1216
 * @method string getOwnerId()
1217
 * @method $this withOwnerId($value)
1218
 * @method string getTaskId()
1219
 * @method $this withTaskId($value)
1220
 */
1221
class StopRobotTask extends Rpc
1222
{
1223
}
1224
1225
/**
1226
 * @method string getOperatorIdentityCard()
1227
 * @method $this withOperatorIdentityCard($value)
1228
 * @method string getResourceOwnerId()
1229
 * @method $this withResourceOwnerId($value)
1230
 * @method string getOperatorMail()
1231
 * @method $this withOperatorMail($value)
1232
 * @method string getHotlineNumber()
1233
 * @method $this withHotlineNumber($value)
1234
 * @method array getTransferPhoneNumberInfos()
1235
 * @method string getOperatorMobileVerifyCode()
1236
 * @method $this withOperatorMobileVerifyCode($value)
1237
 * @method string getAgreement()
1238
 * @method $this withAgreement($value)
1239
 * @method string getQualificationId()
1240
 * @method $this withQualificationId($value)
1241
 * @method string getResourceOwnerAccount()
1242
 * @method $this withResourceOwnerAccount($value)
1243
 * @method string getOwnerId()
1244
 * @method $this withOwnerId($value)
1245
 * @method string getOperatorMobile()
1246
 * @method $this withOperatorMobile($value)
1247
 * @method string getOperatorMailVerifyCode()
1248
 * @method $this withOperatorMailVerifyCode($value)
1249
 * @method string getOperatorName()
1250
 * @method $this withOperatorName($value)
1251
 */
1252
class SubmitHotlineTransferRegister extends Rpc
1253
{
1254
1255
    /**
1256
     * @param array $transferPhoneNumberInfos
1257
     *
1258
     * @return $this
1259
     */
1260
	public function withTransferPhoneNumberInfos(array $transferPhoneNumberInfos)
1261
	{
1262
	    $this->data['TransferPhoneNumberInfos'] = $transferPhoneNumberInfos;
1263
		foreach ($transferPhoneNumberInfos as $depth1 => $depth1Value) {
1264
			if(isset($depth1Value['PhoneNumber'])){
1265
				$this->options['query']['TransferPhoneNumberInfos.' . ($depth1 + 1) . '.PhoneNumber'] = $depth1Value['PhoneNumber'];
1266
			}
1267
			if(isset($depth1Value['PhoneNumberOwnerName'])){
1268
				$this->options['query']['TransferPhoneNumberInfos.' . ($depth1 + 1) . '.PhoneNumberOwnerName'] = $depth1Value['PhoneNumberOwnerName'];
1269
			}
1270
			if(isset($depth1Value['IdentityCard'])){
1271
				$this->options['query']['TransferPhoneNumberInfos.' . ($depth1 + 1) . '.IdentityCard'] = $depth1Value['IdentityCard'];
1272
			}
1273
		}
1274
1275
		return $this;
1276
    }
1277
}
1278
1279
/**
1280
 * @method string getResourceOwnerId()
1281
 * @method $this withResourceOwnerId($value)
1282
 * @method string getResourceOwnerAccount()
1283
 * @method $this withResourceOwnerAccount($value)
1284
 * @method string getPhoneNumber()
1285
 * @method $this withPhoneNumber($value)
1286
 * @method string getOwnerId()
1287
 * @method $this withOwnerId($value)
1288
 * @method string getVoipId()
1289
 * @method $this withVoipId($value)
1290
 */
1291
class UnbindNumberAndVoipId extends Rpc
1292
{
1293
}
1294
1295
/**
1296
 * @method string getResourceOwnerId()
1297
 * @method $this withResourceOwnerId($value)
1298
 * @method string getResourceOwnerAccount()
1299
 * @method $this withResourceOwnerAccount($value)
1300
 * @method string getPhoneNumber()
1301
 * @method $this withPhoneNumber($value)
1302
 * @method string getOwnerId()
1303
 * @method $this withOwnerId($value)
1304
 */
1305
class UndoRtcNumberAuth extends Rpc
1306
{
1307
}
1308
1309
/**
1310
 * @method string getResourceOwnerId()
1311
 * @method $this withResourceOwnerId($value)
1312
 * @method string getTtsParamHead()
1313
 * @method $this withTtsParamHead($value)
1314
 * @method string getTtsParam()
1315
 * @method $this withTtsParam($value)
1316
 * @method string getCalledNumber()
1317
 * @method $this withCalledNumber($value)
1318
 * @method string getId()
1319
 * @method $this withId($value)
1320
 * @method string getResourceOwnerAccount()
1321
 * @method $this withResourceOwnerAccount($value)
1322
 * @method string getOwnerId()
1323
 * @method $this withOwnerId($value)
1324
 */
1325
class UploadRobotTaskCalledFile extends Rpc
1326
{
1327
}
1328
1329
/**
1330
 * @method string getResourceOwnerId()
1331
 * @method $this withResourceOwnerId($value)
1332
 * @method string getResourceOwnerAccount()
1333
 * @method $this withResourceOwnerAccount($value)
1334
 * @method string getOwnerId()
1335
 * @method $this withOwnerId($value)
1336
 * @method string getDeviceId()
1337
 * @method $this withDeviceId($value)
1338
 */
1339
class VoipAddAccount extends Rpc
1340
{
1341
}
1342
1343
/**
1344
 * @method string getResourceOwnerId()
1345
 * @method $this withResourceOwnerId($value)
1346
 * @method string getVoipId()
1347
 * @method $this withVoipId($value)
1348
 * @method string getResourceOwnerAccount()
1349
 * @method $this withResourceOwnerAccount($value)
1350
 * @method string getOwnerId()
1351
 * @method $this withOwnerId($value)
1352
 * @method string getDeviceId()
1353
 * @method $this withDeviceId($value)
1354
 * @method string getIsCustomAccount()
1355
 * @method $this withIsCustomAccount($value)
1356
 */
1357
class VoipGetToken extends Rpc
1358
{
1359
}
1360