@alicloud/dyvmsapi20170525 2.0.0 → 2.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client.d.ts +918 -426
- package/dist/client.js +2626 -958
- package/dist/client.js.map +1 -1
- package/package.json +5 -4
- package/src/client.ts +3041 -1161
package/dist/client.d.ts
CHANGED
|
@@ -5,10 +5,10 @@ import * as $Util from '@alicloud/tea-util';
|
|
|
5
5
|
import OpenApi, * as $OpenApi from '@alicloud/openapi-client';
|
|
6
6
|
import * as $tea from '@alicloud/tea-typescript';
|
|
7
7
|
export declare class AddRtcAccountRequest extends $tea.Model {
|
|
8
|
+
deviceId?: string;
|
|
8
9
|
ownerId?: number;
|
|
9
10
|
resourceOwnerAccount?: string;
|
|
10
11
|
resourceOwnerId?: number;
|
|
11
|
-
deviceId?: string;
|
|
12
12
|
static names(): {
|
|
13
13
|
[key: string]: string;
|
|
14
14
|
};
|
|
@@ -20,10 +20,10 @@ export declare class AddRtcAccountRequest extends $tea.Model {
|
|
|
20
20
|
});
|
|
21
21
|
}
|
|
22
22
|
export declare class AddRtcAccountResponseBody extends $tea.Model {
|
|
23
|
+
code?: string;
|
|
23
24
|
message?: string;
|
|
24
|
-
requestId?: string;
|
|
25
25
|
module?: string;
|
|
26
|
-
|
|
26
|
+
requestId?: string;
|
|
27
27
|
static names(): {
|
|
28
28
|
[key: string]: string;
|
|
29
29
|
};
|
|
@@ -49,21 +49,15 @@ export declare class AddRtcAccountResponse extends $tea.Model {
|
|
|
49
49
|
[key: string]: any;
|
|
50
50
|
});
|
|
51
51
|
}
|
|
52
|
-
export declare class
|
|
52
|
+
export declare class AddVirtualNumberRelationRequest extends $tea.Model {
|
|
53
|
+
corpNameList?: string;
|
|
54
|
+
numberList?: string;
|
|
53
55
|
ownerId?: number;
|
|
56
|
+
phoneNum?: string;
|
|
57
|
+
prodCode?: string;
|
|
54
58
|
resourceOwnerAccount?: string;
|
|
55
59
|
resourceOwnerId?: number;
|
|
56
|
-
|
|
57
|
-
corpName?: string;
|
|
58
|
-
calledNumber?: string;
|
|
59
|
-
dialogId?: string;
|
|
60
|
-
earlyMediaAsr?: boolean;
|
|
61
|
-
taskName?: string;
|
|
62
|
-
scheduleTime?: number;
|
|
63
|
-
scheduleCall?: boolean;
|
|
64
|
-
ttsParam?: string;
|
|
65
|
-
ttsParamHead?: string;
|
|
66
|
-
isSelfLine?: boolean;
|
|
60
|
+
routeType?: number;
|
|
67
61
|
static names(): {
|
|
68
62
|
[key: string]: string;
|
|
69
63
|
};
|
|
@@ -74,11 +68,11 @@ export declare class BatchRobotSmartCallRequest extends $tea.Model {
|
|
|
74
68
|
[key: string]: any;
|
|
75
69
|
});
|
|
76
70
|
}
|
|
77
|
-
export declare class
|
|
78
|
-
|
|
71
|
+
export declare class AddVirtualNumberRelationResponseBody extends $tea.Model {
|
|
72
|
+
code?: string;
|
|
73
|
+
data?: string;
|
|
79
74
|
message?: string;
|
|
80
75
|
requestId?: string;
|
|
81
|
-
code?: string;
|
|
82
76
|
static names(): {
|
|
83
77
|
[key: string]: string;
|
|
84
78
|
};
|
|
@@ -89,11 +83,11 @@ export declare class BatchRobotSmartCallResponseBody extends $tea.Model {
|
|
|
89
83
|
[key: string]: any;
|
|
90
84
|
});
|
|
91
85
|
}
|
|
92
|
-
export declare class
|
|
86
|
+
export declare class AddVirtualNumberRelationResponse extends $tea.Model {
|
|
93
87
|
headers: {
|
|
94
88
|
[key: string]: string;
|
|
95
89
|
};
|
|
96
|
-
body:
|
|
90
|
+
body: AddVirtualNumberRelationResponseBody;
|
|
97
91
|
static names(): {
|
|
98
92
|
[key: string]: string;
|
|
99
93
|
};
|
|
@@ -104,12 +98,21 @@ export declare class BatchRobotSmartCallResponse extends $tea.Model {
|
|
|
104
98
|
[key: string]: any;
|
|
105
99
|
});
|
|
106
100
|
}
|
|
107
|
-
export declare class
|
|
101
|
+
export declare class BatchRobotSmartCallRequest extends $tea.Model {
|
|
102
|
+
calledNumber?: string;
|
|
103
|
+
calledShowNumber?: string;
|
|
104
|
+
corpName?: string;
|
|
105
|
+
dialogId?: string;
|
|
106
|
+
earlyMediaAsr?: boolean;
|
|
107
|
+
isSelfLine?: boolean;
|
|
108
108
|
ownerId?: number;
|
|
109
109
|
resourceOwnerAccount?: string;
|
|
110
110
|
resourceOwnerId?: number;
|
|
111
|
-
|
|
112
|
-
|
|
111
|
+
scheduleCall?: boolean;
|
|
112
|
+
scheduleTime?: number;
|
|
113
|
+
taskName?: string;
|
|
114
|
+
ttsParam?: string;
|
|
115
|
+
ttsParamHead?: string;
|
|
113
116
|
static names(): {
|
|
114
117
|
[key: string]: string;
|
|
115
118
|
};
|
|
@@ -120,11 +123,11 @@ export declare class BindNumberAndVoipIdRequest extends $tea.Model {
|
|
|
120
123
|
[key: string]: any;
|
|
121
124
|
});
|
|
122
125
|
}
|
|
123
|
-
export declare class
|
|
126
|
+
export declare class BatchRobotSmartCallResponseBody extends $tea.Model {
|
|
127
|
+
code?: string;
|
|
124
128
|
message?: string;
|
|
125
129
|
requestId?: string;
|
|
126
|
-
|
|
127
|
-
code?: string;
|
|
130
|
+
taskId?: string;
|
|
128
131
|
static names(): {
|
|
129
132
|
[key: string]: string;
|
|
130
133
|
};
|
|
@@ -135,11 +138,11 @@ export declare class BindNumberAndVoipIdResponseBody extends $tea.Model {
|
|
|
135
138
|
[key: string]: any;
|
|
136
139
|
});
|
|
137
140
|
}
|
|
138
|
-
export declare class
|
|
141
|
+
export declare class BatchRobotSmartCallResponse extends $tea.Model {
|
|
139
142
|
headers: {
|
|
140
143
|
[key: string]: string;
|
|
141
144
|
};
|
|
142
|
-
body:
|
|
145
|
+
body: BatchRobotSmartCallResponseBody;
|
|
143
146
|
static names(): {
|
|
144
147
|
[key: string]: string;
|
|
145
148
|
};
|
|
@@ -151,10 +154,10 @@ export declare class BindNumberAndVoipIdResponse extends $tea.Model {
|
|
|
151
154
|
});
|
|
152
155
|
}
|
|
153
156
|
export declare class CancelCallRequest extends $tea.Model {
|
|
157
|
+
callId?: string;
|
|
154
158
|
ownerId?: number;
|
|
155
159
|
resourceOwnerAccount?: string;
|
|
156
160
|
resourceOwnerId?: number;
|
|
157
|
-
callId?: string;
|
|
158
161
|
static names(): {
|
|
159
162
|
[key: string]: string;
|
|
160
163
|
};
|
|
@@ -166,10 +169,10 @@ export declare class CancelCallRequest extends $tea.Model {
|
|
|
166
169
|
});
|
|
167
170
|
}
|
|
168
171
|
export declare class CancelCallResponseBody extends $tea.Model {
|
|
169
|
-
|
|
172
|
+
code?: string;
|
|
170
173
|
message?: string;
|
|
171
174
|
requestId?: string;
|
|
172
|
-
|
|
175
|
+
status?: boolean;
|
|
173
176
|
static names(): {
|
|
174
177
|
[key: string]: string;
|
|
175
178
|
};
|
|
@@ -211,10 +214,10 @@ export declare class CancelOrderRobotTaskRequest extends $tea.Model {
|
|
|
211
214
|
});
|
|
212
215
|
}
|
|
213
216
|
export declare class CancelOrderRobotTaskResponseBody extends $tea.Model {
|
|
217
|
+
code?: string;
|
|
218
|
+
data?: string;
|
|
214
219
|
message?: string;
|
|
215
220
|
requestId?: string;
|
|
216
|
-
data?: string;
|
|
217
|
-
code?: string;
|
|
218
221
|
static names(): {
|
|
219
222
|
[key: string]: string;
|
|
220
223
|
};
|
|
@@ -256,10 +259,10 @@ export declare class CancelRobotTaskRequest extends $tea.Model {
|
|
|
256
259
|
});
|
|
257
260
|
}
|
|
258
261
|
export declare class CancelRobotTaskResponseBody extends $tea.Model {
|
|
262
|
+
code?: string;
|
|
263
|
+
data?: string;
|
|
259
264
|
message?: string;
|
|
260
265
|
requestId?: string;
|
|
261
|
-
data?: string;
|
|
262
|
-
code?: string;
|
|
263
266
|
static names(): {
|
|
264
267
|
[key: string]: string;
|
|
265
268
|
};
|
|
@@ -286,18 +289,18 @@ export declare class CancelRobotTaskResponse extends $tea.Model {
|
|
|
286
289
|
});
|
|
287
290
|
}
|
|
288
291
|
export declare class ClickToDialRequest extends $tea.Model {
|
|
292
|
+
asrFlag?: boolean;
|
|
293
|
+
asrModelId?: string;
|
|
294
|
+
calledNumber?: string;
|
|
295
|
+
calledShowNumber?: string;
|
|
296
|
+
callerNumber?: string;
|
|
297
|
+
callerShowNumber?: string;
|
|
298
|
+
outId?: string;
|
|
289
299
|
ownerId?: number;
|
|
300
|
+
recordFlag?: boolean;
|
|
290
301
|
resourceOwnerAccount?: string;
|
|
291
302
|
resourceOwnerId?: number;
|
|
292
|
-
callerShowNumber?: string;
|
|
293
|
-
callerNumber?: string;
|
|
294
|
-
calledShowNumber?: string;
|
|
295
|
-
calledNumber?: string;
|
|
296
|
-
recordFlag?: boolean;
|
|
297
|
-
asrFlag?: boolean;
|
|
298
303
|
sessionTimeout?: number;
|
|
299
|
-
asrModelId?: string;
|
|
300
|
-
outId?: string;
|
|
301
304
|
static names(): {
|
|
302
305
|
[key: string]: string;
|
|
303
306
|
};
|
|
@@ -309,10 +312,10 @@ export declare class ClickToDialRequest extends $tea.Model {
|
|
|
309
312
|
});
|
|
310
313
|
}
|
|
311
314
|
export declare class ClickToDialResponseBody extends $tea.Model {
|
|
312
|
-
message?: string;
|
|
313
|
-
requestId?: string;
|
|
314
315
|
callId?: string;
|
|
315
316
|
code?: string;
|
|
317
|
+
message?: string;
|
|
318
|
+
requestId?: string;
|
|
316
319
|
static names(): {
|
|
317
320
|
[key: string]: string;
|
|
318
321
|
};
|
|
@@ -338,20 +341,21 @@ export declare class ClickToDialResponse extends $tea.Model {
|
|
|
338
341
|
[key: string]: any;
|
|
339
342
|
});
|
|
340
343
|
}
|
|
341
|
-
export declare class
|
|
344
|
+
export declare class CreateCallTaskRequest extends $tea.Model {
|
|
345
|
+
bizType?: string;
|
|
346
|
+
data?: string;
|
|
347
|
+
dataType?: string;
|
|
348
|
+
fireTime?: string;
|
|
342
349
|
ownerId?: number;
|
|
350
|
+
resource?: string;
|
|
343
351
|
resourceOwnerAccount?: string;
|
|
344
352
|
resourceOwnerId?: number;
|
|
353
|
+
resourceType?: string;
|
|
354
|
+
scheduleType?: string;
|
|
355
|
+
stopTime?: string;
|
|
345
356
|
taskName?: string;
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
caller?: string;
|
|
349
|
-
numberStatusIdent?: boolean;
|
|
350
|
-
retryType?: number;
|
|
351
|
-
recallStateCodes?: string;
|
|
352
|
-
recallTimes?: number;
|
|
353
|
-
recallInterval?: number;
|
|
354
|
-
isSelfLine?: boolean;
|
|
357
|
+
templateCode?: string;
|
|
358
|
+
templateName?: string;
|
|
355
359
|
static names(): {
|
|
356
360
|
[key: string]: string;
|
|
357
361
|
};
|
|
@@ -362,11 +366,10 @@ export declare class CreateRobotTaskRequest extends $tea.Model {
|
|
|
362
366
|
[key: string]: any;
|
|
363
367
|
});
|
|
364
368
|
}
|
|
365
|
-
export declare class
|
|
366
|
-
message?: string;
|
|
367
|
-
requestId?: string;
|
|
368
|
-
data?: string;
|
|
369
|
+
export declare class CreateCallTaskResponseBody extends $tea.Model {
|
|
369
370
|
code?: string;
|
|
371
|
+
data?: number;
|
|
372
|
+
requestId?: string;
|
|
370
373
|
static names(): {
|
|
371
374
|
[key: string]: string;
|
|
372
375
|
};
|
|
@@ -377,11 +380,11 @@ export declare class CreateRobotTaskResponseBody extends $tea.Model {
|
|
|
377
380
|
[key: string]: any;
|
|
378
381
|
});
|
|
379
382
|
}
|
|
380
|
-
export declare class
|
|
383
|
+
export declare class CreateCallTaskResponse extends $tea.Model {
|
|
381
384
|
headers: {
|
|
382
385
|
[key: string]: string;
|
|
383
386
|
};
|
|
384
|
-
body:
|
|
387
|
+
body: CreateCallTaskResponseBody;
|
|
385
388
|
static names(): {
|
|
386
389
|
[key: string]: string;
|
|
387
390
|
};
|
|
@@ -392,11 +395,20 @@ export declare class CreateRobotTaskResponse extends $tea.Model {
|
|
|
392
395
|
[key: string]: any;
|
|
393
396
|
});
|
|
394
397
|
}
|
|
395
|
-
export declare class
|
|
398
|
+
export declare class CreateRobotTaskRequest extends $tea.Model {
|
|
399
|
+
caller?: string;
|
|
400
|
+
corpName?: string;
|
|
401
|
+
dialogId?: number;
|
|
402
|
+
isSelfLine?: boolean;
|
|
403
|
+
numberStatusIdent?: boolean;
|
|
396
404
|
ownerId?: number;
|
|
405
|
+
recallInterval?: number;
|
|
406
|
+
recallStateCodes?: string;
|
|
407
|
+
recallTimes?: number;
|
|
397
408
|
resourceOwnerAccount?: string;
|
|
398
409
|
resourceOwnerId?: number;
|
|
399
|
-
|
|
410
|
+
retryType?: number;
|
|
411
|
+
taskName?: string;
|
|
400
412
|
static names(): {
|
|
401
413
|
[key: string]: string;
|
|
402
414
|
};
|
|
@@ -407,11 +419,11 @@ export declare class DeleteRobotTaskRequest extends $tea.Model {
|
|
|
407
419
|
[key: string]: any;
|
|
408
420
|
});
|
|
409
421
|
}
|
|
410
|
-
export declare class
|
|
422
|
+
export declare class CreateRobotTaskResponseBody extends $tea.Model {
|
|
423
|
+
code?: string;
|
|
424
|
+
data?: string;
|
|
411
425
|
message?: string;
|
|
412
426
|
requestId?: string;
|
|
413
|
-
data?: string;
|
|
414
|
-
code?: string;
|
|
415
427
|
static names(): {
|
|
416
428
|
[key: string]: string;
|
|
417
429
|
};
|
|
@@ -422,11 +434,11 @@ export declare class DeleteRobotTaskResponseBody extends $tea.Model {
|
|
|
422
434
|
[key: string]: any;
|
|
423
435
|
});
|
|
424
436
|
}
|
|
425
|
-
export declare class
|
|
437
|
+
export declare class CreateRobotTaskResponse extends $tea.Model {
|
|
426
438
|
headers: {
|
|
427
439
|
[key: string]: string;
|
|
428
440
|
};
|
|
429
|
-
body:
|
|
441
|
+
body: CreateRobotTaskResponseBody;
|
|
430
442
|
static names(): {
|
|
431
443
|
[key: string]: string;
|
|
432
444
|
};
|
|
@@ -437,15 +449,11 @@ export declare class DeleteRobotTaskResponse extends $tea.Model {
|
|
|
437
449
|
[key: string]: any;
|
|
438
450
|
});
|
|
439
451
|
}
|
|
440
|
-
export declare class
|
|
452
|
+
export declare class DeleteRobotTaskRequest extends $tea.Model {
|
|
441
453
|
ownerId?: number;
|
|
442
454
|
resourceOwnerAccount?: string;
|
|
443
455
|
resourceOwnerId?: number;
|
|
444
|
-
|
|
445
|
-
accountType?: string;
|
|
446
|
-
accountId?: string;
|
|
447
|
-
acid?: string;
|
|
448
|
-
secLevel?: number;
|
|
456
|
+
taskId?: number;
|
|
449
457
|
static names(): {
|
|
450
458
|
[key: string]: string;
|
|
451
459
|
};
|
|
@@ -456,13 +464,11 @@ export declare class DescribeRecordDataRequest extends $tea.Model {
|
|
|
456
464
|
[key: string]: any;
|
|
457
465
|
});
|
|
458
466
|
}
|
|
459
|
-
export declare class
|
|
460
|
-
acid?: string;
|
|
461
|
-
requestId?: string;
|
|
462
|
-
message?: string;
|
|
463
|
-
ossLink?: string;
|
|
464
|
-
agentId?: string;
|
|
467
|
+
export declare class DeleteRobotTaskResponseBody extends $tea.Model {
|
|
465
468
|
code?: string;
|
|
469
|
+
data?: string;
|
|
470
|
+
message?: string;
|
|
471
|
+
requestId?: string;
|
|
466
472
|
static names(): {
|
|
467
473
|
[key: string]: string;
|
|
468
474
|
};
|
|
@@ -473,11 +479,11 @@ export declare class DescribeRecordDataResponseBody extends $tea.Model {
|
|
|
473
479
|
[key: string]: any;
|
|
474
480
|
});
|
|
475
481
|
}
|
|
476
|
-
export declare class
|
|
482
|
+
export declare class DeleteRobotTaskResponse extends $tea.Model {
|
|
477
483
|
headers: {
|
|
478
484
|
[key: string]: string;
|
|
479
485
|
};
|
|
480
|
-
body:
|
|
486
|
+
body: DeleteRobotTaskResponseBody;
|
|
481
487
|
static names(): {
|
|
482
488
|
[key: string]: string;
|
|
483
489
|
};
|
|
@@ -488,11 +494,13 @@ export declare class DescribeRecordDataResponse extends $tea.Model {
|
|
|
488
494
|
[key: string]: any;
|
|
489
495
|
});
|
|
490
496
|
}
|
|
491
|
-
export declare class
|
|
497
|
+
export declare class ExecuteCallTaskRequest extends $tea.Model {
|
|
498
|
+
fireTime?: string;
|
|
492
499
|
ownerId?: number;
|
|
493
500
|
resourceOwnerAccount?: string;
|
|
494
501
|
resourceOwnerId?: number;
|
|
495
|
-
|
|
502
|
+
status?: string;
|
|
503
|
+
taskId?: number;
|
|
496
504
|
static names(): {
|
|
497
505
|
[key: string]: string;
|
|
498
506
|
};
|
|
@@ -503,11 +511,10 @@ export declare class DoRtcNumberAuthRequest extends $tea.Model {
|
|
|
503
511
|
[key: string]: any;
|
|
504
512
|
});
|
|
505
513
|
}
|
|
506
|
-
export declare class
|
|
507
|
-
message?: string;
|
|
508
|
-
requestId?: string;
|
|
509
|
-
module?: string;
|
|
514
|
+
export declare class ExecuteCallTaskResponseBody extends $tea.Model {
|
|
510
515
|
code?: string;
|
|
516
|
+
data?: boolean;
|
|
517
|
+
requestId?: string;
|
|
511
518
|
static names(): {
|
|
512
519
|
[key: string]: string;
|
|
513
520
|
};
|
|
@@ -518,11 +525,11 @@ export declare class DoRtcNumberAuthResponseBody extends $tea.Model {
|
|
|
518
525
|
[key: string]: any;
|
|
519
526
|
});
|
|
520
527
|
}
|
|
521
|
-
export declare class
|
|
528
|
+
export declare class ExecuteCallTaskResponse extends $tea.Model {
|
|
522
529
|
headers: {
|
|
523
530
|
[key: string]: string;
|
|
524
531
|
};
|
|
525
|
-
body:
|
|
532
|
+
body: ExecuteCallTaskResponseBody;
|
|
526
533
|
static names(): {
|
|
527
534
|
[key: string]: string;
|
|
528
535
|
};
|
|
@@ -533,13 +540,11 @@ export declare class DoRtcNumberAuthResponse extends $tea.Model {
|
|
|
533
540
|
[key: string]: any;
|
|
534
541
|
});
|
|
535
542
|
}
|
|
536
|
-
export declare class
|
|
543
|
+
export declare class GetCallInfoRequest extends $tea.Model {
|
|
537
544
|
ownerId?: number;
|
|
538
545
|
resourceOwnerAccount?: string;
|
|
539
546
|
resourceOwnerId?: number;
|
|
540
|
-
|
|
541
|
-
deviceId?: string;
|
|
542
|
-
isCustomAccount?: boolean;
|
|
547
|
+
rtcId?: string;
|
|
543
548
|
static names(): {
|
|
544
549
|
[key: string]: string;
|
|
545
550
|
};
|
|
@@ -550,11 +555,11 @@ export declare class GetRtcTokenRequest extends $tea.Model {
|
|
|
550
555
|
[key: string]: any;
|
|
551
556
|
});
|
|
552
557
|
}
|
|
553
|
-
export declare class
|
|
558
|
+
export declare class GetCallInfoResponseBody extends $tea.Model {
|
|
559
|
+
code?: string;
|
|
560
|
+
data?: GetCallInfoResponseBodyData;
|
|
554
561
|
message?: string;
|
|
555
562
|
requestId?: string;
|
|
556
|
-
module?: string;
|
|
557
|
-
code?: string;
|
|
558
563
|
static names(): {
|
|
559
564
|
[key: string]: string;
|
|
560
565
|
};
|
|
@@ -565,11 +570,11 @@ export declare class GetRtcTokenResponseBody extends $tea.Model {
|
|
|
565
570
|
[key: string]: any;
|
|
566
571
|
});
|
|
567
572
|
}
|
|
568
|
-
export declare class
|
|
573
|
+
export declare class GetCallInfoResponse extends $tea.Model {
|
|
569
574
|
headers: {
|
|
570
575
|
[key: string]: string;
|
|
571
576
|
};
|
|
572
|
-
body:
|
|
577
|
+
body: GetCallInfoResponseBody;
|
|
573
578
|
static names(): {
|
|
574
579
|
[key: string]: string;
|
|
575
580
|
};
|
|
@@ -580,20 +585,11 @@ export declare class GetRtcTokenResponse extends $tea.Model {
|
|
|
580
585
|
[key: string]: any;
|
|
581
586
|
});
|
|
582
587
|
}
|
|
583
|
-
export declare class
|
|
588
|
+
export declare class GetHotlineQualificationByOrderRequest extends $tea.Model {
|
|
589
|
+
orderId?: string;
|
|
584
590
|
ownerId?: number;
|
|
585
591
|
resourceOwnerAccount?: string;
|
|
586
592
|
resourceOwnerId?: number;
|
|
587
|
-
calledShowNumber?: string;
|
|
588
|
-
calledNumber?: string;
|
|
589
|
-
startCode?: string;
|
|
590
|
-
startTtsParams?: string;
|
|
591
|
-
playTimes?: number;
|
|
592
|
-
byeCode?: string;
|
|
593
|
-
byeTtsParams?: string;
|
|
594
|
-
timeout?: number;
|
|
595
|
-
outId?: string;
|
|
596
|
-
menuKeyMap?: IvrCallRequestMenuKeyMap[];
|
|
597
593
|
static names(): {
|
|
598
594
|
[key: string]: string;
|
|
599
595
|
};
|
|
@@ -604,11 +600,11 @@ export declare class IvrCallRequest extends $tea.Model {
|
|
|
604
600
|
[key: string]: any;
|
|
605
601
|
});
|
|
606
602
|
}
|
|
607
|
-
export declare class
|
|
603
|
+
export declare class GetHotlineQualificationByOrderResponseBody extends $tea.Model {
|
|
604
|
+
code?: string;
|
|
605
|
+
data?: GetHotlineQualificationByOrderResponseBodyData;
|
|
608
606
|
message?: string;
|
|
609
607
|
requestId?: string;
|
|
610
|
-
callId?: string;
|
|
611
|
-
code?: string;
|
|
612
608
|
static names(): {
|
|
613
609
|
[key: string]: string;
|
|
614
610
|
};
|
|
@@ -619,11 +615,11 @@ export declare class IvrCallResponseBody extends $tea.Model {
|
|
|
619
615
|
[key: string]: any;
|
|
620
616
|
});
|
|
621
617
|
}
|
|
622
|
-
export declare class
|
|
618
|
+
export declare class GetHotlineQualificationByOrderResponse extends $tea.Model {
|
|
623
619
|
headers: {
|
|
624
620
|
[key: string]: string;
|
|
625
621
|
};
|
|
626
|
-
body:
|
|
622
|
+
body: GetHotlineQualificationByOrderResponseBody;
|
|
627
623
|
static names(): {
|
|
628
624
|
[key: string]: string;
|
|
629
625
|
};
|
|
@@ -634,11 +630,10 @@ export declare class IvrCallResponse extends $tea.Model {
|
|
|
634
630
|
[key: string]: any;
|
|
635
631
|
});
|
|
636
632
|
}
|
|
637
|
-
export declare class
|
|
633
|
+
export declare class GetMqttTokenRequest extends $tea.Model {
|
|
638
634
|
ownerId?: number;
|
|
639
635
|
resourceOwnerAccount?: string;
|
|
640
636
|
resourceOwnerId?: number;
|
|
641
|
-
prodCode?: string;
|
|
642
637
|
static names(): {
|
|
643
638
|
[key: string]: string;
|
|
644
639
|
};
|
|
@@ -649,11 +644,11 @@ export declare class ListOrderedNumbersRequest extends $tea.Model {
|
|
|
649
644
|
[key: string]: any;
|
|
650
645
|
});
|
|
651
646
|
}
|
|
652
|
-
export declare class
|
|
653
|
-
|
|
647
|
+
export declare class GetMqttTokenResponseBody extends $tea.Model {
|
|
648
|
+
code?: string;
|
|
649
|
+
data?: GetMqttTokenResponseBodyData;
|
|
654
650
|
message?: string;
|
|
655
651
|
requestId?: string;
|
|
656
|
-
code?: string;
|
|
657
652
|
static names(): {
|
|
658
653
|
[key: string]: string;
|
|
659
654
|
};
|
|
@@ -664,11 +659,11 @@ export declare class ListOrderedNumbersResponseBody extends $tea.Model {
|
|
|
664
659
|
[key: string]: any;
|
|
665
660
|
});
|
|
666
661
|
}
|
|
667
|
-
export declare class
|
|
662
|
+
export declare class GetMqttTokenResponse extends $tea.Model {
|
|
668
663
|
headers: {
|
|
669
664
|
[key: string]: string;
|
|
670
665
|
};
|
|
671
|
-
body:
|
|
666
|
+
body: GetMqttTokenResponseBody;
|
|
672
667
|
static names(): {
|
|
673
668
|
[key: string]: string;
|
|
674
669
|
};
|
|
@@ -679,13 +674,13 @@ export declare class ListOrderedNumbersResponse extends $tea.Model {
|
|
|
679
674
|
[key: string]: any;
|
|
680
675
|
});
|
|
681
676
|
}
|
|
682
|
-
export declare class
|
|
677
|
+
export declare class GetRtcTokenRequest extends $tea.Model {
|
|
678
|
+
deviceId?: string;
|
|
679
|
+
isCustomAccount?: boolean;
|
|
683
680
|
ownerId?: number;
|
|
684
681
|
resourceOwnerAccount?: string;
|
|
685
682
|
resourceOwnerId?: number;
|
|
686
|
-
|
|
687
|
-
buId?: number;
|
|
688
|
-
keyword?: string;
|
|
683
|
+
userId?: string;
|
|
689
684
|
static names(): {
|
|
690
685
|
[key: string]: string;
|
|
691
686
|
};
|
|
@@ -696,11 +691,11 @@ export declare class ListOutboundStrategiesRequest extends $tea.Model {
|
|
|
696
691
|
[key: string]: any;
|
|
697
692
|
});
|
|
698
693
|
}
|
|
699
|
-
export declare class
|
|
694
|
+
export declare class GetRtcTokenResponseBody extends $tea.Model {
|
|
695
|
+
code?: string;
|
|
700
696
|
message?: string;
|
|
697
|
+
module?: string;
|
|
701
698
|
requestId?: string;
|
|
702
|
-
outboundStrategies?: ListOutboundStrategiesResponseBodyOutboundStrategies[];
|
|
703
|
-
code?: string;
|
|
704
699
|
static names(): {
|
|
705
700
|
[key: string]: string;
|
|
706
701
|
};
|
|
@@ -711,11 +706,11 @@ export declare class ListOutboundStrategiesResponseBody extends $tea.Model {
|
|
|
711
706
|
[key: string]: any;
|
|
712
707
|
});
|
|
713
708
|
}
|
|
714
|
-
export declare class
|
|
709
|
+
export declare class GetRtcTokenResponse extends $tea.Model {
|
|
715
710
|
headers: {
|
|
716
711
|
[key: string]: string;
|
|
717
712
|
};
|
|
718
|
-
body:
|
|
713
|
+
body: GetRtcTokenResponseBody;
|
|
719
714
|
static names(): {
|
|
720
715
|
[key: string]: string;
|
|
721
716
|
};
|
|
@@ -726,20 +721,11 @@ export declare class ListOutboundStrategiesResponse extends $tea.Model {
|
|
|
726
721
|
[key: string]: any;
|
|
727
722
|
});
|
|
728
723
|
}
|
|
729
|
-
export declare class
|
|
724
|
+
export declare class GetTokenRequest extends $tea.Model {
|
|
730
725
|
ownerId?: number;
|
|
731
726
|
resourceOwnerAccount?: string;
|
|
732
727
|
resourceOwnerId?: number;
|
|
733
|
-
|
|
734
|
-
pageSize?: number;
|
|
735
|
-
taskId?: string;
|
|
736
|
-
durationFrom?: string;
|
|
737
|
-
durationTo?: string;
|
|
738
|
-
dialogCountFrom?: string;
|
|
739
|
-
dialogCountTo?: string;
|
|
740
|
-
hangupDirection?: string;
|
|
741
|
-
callResult?: string;
|
|
742
|
-
called?: string;
|
|
728
|
+
tokenType?: string;
|
|
743
729
|
static names(): {
|
|
744
730
|
[key: string]: string;
|
|
745
731
|
};
|
|
@@ -750,14 +736,12 @@ export declare class ListRobotTaskCallsRequest extends $tea.Model {
|
|
|
750
736
|
[key: string]: any;
|
|
751
737
|
});
|
|
752
738
|
}
|
|
753
|
-
export declare class
|
|
754
|
-
totalCount?: string;
|
|
755
|
-
requestId?: string;
|
|
756
|
-
message?: string;
|
|
757
|
-
pageSize?: string;
|
|
758
|
-
data?: string;
|
|
759
|
-
pageNo?: string;
|
|
739
|
+
export declare class GetTokenResponseBody extends $tea.Model {
|
|
760
740
|
code?: string;
|
|
741
|
+
message?: string;
|
|
742
|
+
requestId?: string;
|
|
743
|
+
success?: boolean;
|
|
744
|
+
token?: string;
|
|
761
745
|
static names(): {
|
|
762
746
|
[key: string]: string;
|
|
763
747
|
};
|
|
@@ -768,11 +752,11 @@ export declare class ListRobotTaskCallsResponseBody extends $tea.Model {
|
|
|
768
752
|
[key: string]: any;
|
|
769
753
|
});
|
|
770
754
|
}
|
|
771
|
-
export declare class
|
|
755
|
+
export declare class GetTokenResponse extends $tea.Model {
|
|
772
756
|
headers: {
|
|
773
757
|
[key: string]: string;
|
|
774
758
|
};
|
|
775
|
-
body:
|
|
759
|
+
body: GetTokenResponseBody;
|
|
776
760
|
static names(): {
|
|
777
761
|
[key: string]: string;
|
|
778
762
|
};
|
|
@@ -783,13 +767,20 @@ export declare class ListRobotTaskCallsResponse extends $tea.Model {
|
|
|
783
767
|
[key: string]: any;
|
|
784
768
|
});
|
|
785
769
|
}
|
|
786
|
-
export declare class
|
|
770
|
+
export declare class IvrCallRequest extends $tea.Model {
|
|
771
|
+
byeCode?: string;
|
|
772
|
+
byeTtsParams?: string;
|
|
773
|
+
calledNumber?: string;
|
|
774
|
+
calledShowNumber?: string;
|
|
775
|
+
menuKeyMap?: IvrCallRequestMenuKeyMap[];
|
|
776
|
+
outId?: string;
|
|
787
777
|
ownerId?: number;
|
|
778
|
+
playTimes?: number;
|
|
788
779
|
resourceOwnerAccount?: string;
|
|
789
780
|
resourceOwnerId?: number;
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
781
|
+
startCode?: string;
|
|
782
|
+
startTtsParams?: string;
|
|
783
|
+
timeout?: number;
|
|
793
784
|
static names(): {
|
|
794
785
|
[key: string]: string;
|
|
795
786
|
};
|
|
@@ -800,11 +791,11 @@ export declare class QueryCallDetailByCallIdRequest extends $tea.Model {
|
|
|
800
791
|
[key: string]: any;
|
|
801
792
|
});
|
|
802
793
|
}
|
|
803
|
-
export declare class
|
|
794
|
+
export declare class IvrCallResponseBody extends $tea.Model {
|
|
795
|
+
callId?: string;
|
|
796
|
+
code?: string;
|
|
804
797
|
message?: string;
|
|
805
798
|
requestId?: string;
|
|
806
|
-
data?: string;
|
|
807
|
-
code?: string;
|
|
808
799
|
static names(): {
|
|
809
800
|
[key: string]: string;
|
|
810
801
|
};
|
|
@@ -815,11 +806,11 @@ export declare class QueryCallDetailByCallIdResponseBody extends $tea.Model {
|
|
|
815
806
|
[key: string]: any;
|
|
816
807
|
});
|
|
817
808
|
}
|
|
818
|
-
export declare class
|
|
809
|
+
export declare class IvrCallResponse extends $tea.Model {
|
|
819
810
|
headers: {
|
|
820
811
|
[key: string]: string;
|
|
821
812
|
};
|
|
822
|
-
body:
|
|
813
|
+
body: IvrCallResponseBody;
|
|
823
814
|
static names(): {
|
|
824
815
|
[key: string]: string;
|
|
825
816
|
};
|
|
@@ -830,13 +821,17 @@ export declare class QueryCallDetailByCallIdResponse extends $tea.Model {
|
|
|
830
821
|
[key: string]: any;
|
|
831
822
|
});
|
|
832
823
|
}
|
|
833
|
-
export declare class
|
|
824
|
+
export declare class ListCallTaskRequest extends $tea.Model {
|
|
825
|
+
bizType?: string;
|
|
834
826
|
ownerId?: number;
|
|
827
|
+
pageNumber?: number;
|
|
828
|
+
pageSize?: number;
|
|
835
829
|
resourceOwnerAccount?: string;
|
|
836
830
|
resourceOwnerId?: number;
|
|
831
|
+
status?: string;
|
|
837
832
|
taskId?: string;
|
|
838
|
-
|
|
839
|
-
|
|
833
|
+
taskName?: string;
|
|
834
|
+
templateName?: string;
|
|
840
835
|
static names(): {
|
|
841
836
|
[key: string]: string;
|
|
842
837
|
};
|
|
@@ -847,11 +842,13 @@ export declare class QueryCallDetailByTaskIdRequest extends $tea.Model {
|
|
|
847
842
|
[key: string]: any;
|
|
848
843
|
});
|
|
849
844
|
}
|
|
850
|
-
export declare class
|
|
851
|
-
message?: string;
|
|
852
|
-
requestId?: string;
|
|
853
|
-
data?: string;
|
|
845
|
+
export declare class ListCallTaskResponseBody extends $tea.Model {
|
|
854
846
|
code?: string;
|
|
847
|
+
data?: ListCallTaskResponseBodyData[];
|
|
848
|
+
pageNumber?: number;
|
|
849
|
+
pageSize?: number;
|
|
850
|
+
requestId?: string;
|
|
851
|
+
total?: number;
|
|
855
852
|
static names(): {
|
|
856
853
|
[key: string]: string;
|
|
857
854
|
};
|
|
@@ -862,11 +859,11 @@ export declare class QueryCallDetailByTaskIdResponseBody extends $tea.Model {
|
|
|
862
859
|
[key: string]: any;
|
|
863
860
|
});
|
|
864
861
|
}
|
|
865
|
-
export declare class
|
|
862
|
+
export declare class ListCallTaskResponse extends $tea.Model {
|
|
866
863
|
headers: {
|
|
867
864
|
[key: string]: string;
|
|
868
865
|
};
|
|
869
|
-
body:
|
|
866
|
+
body: ListCallTaskResponseBody;
|
|
870
867
|
static names(): {
|
|
871
868
|
[key: string]: string;
|
|
872
869
|
};
|
|
@@ -877,11 +874,15 @@ export declare class QueryCallDetailByTaskIdResponse extends $tea.Model {
|
|
|
877
874
|
[key: string]: any;
|
|
878
875
|
});
|
|
879
876
|
}
|
|
880
|
-
export declare class
|
|
877
|
+
export declare class ListCallTaskDetailRequest extends $tea.Model {
|
|
878
|
+
calledNum?: string;
|
|
881
879
|
ownerId?: number;
|
|
880
|
+
pageNumber?: number;
|
|
881
|
+
pageSize?: number;
|
|
882
882
|
resourceOwnerAccount?: string;
|
|
883
883
|
resourceOwnerId?: number;
|
|
884
|
-
|
|
884
|
+
status?: string;
|
|
885
|
+
taskId?: number;
|
|
885
886
|
static names(): {
|
|
886
887
|
[key: string]: string;
|
|
887
888
|
};
|
|
@@ -892,11 +893,14 @@ export declare class QueryRobotInfoListRequest extends $tea.Model {
|
|
|
892
893
|
[key: string]: any;
|
|
893
894
|
});
|
|
894
895
|
}
|
|
895
|
-
export declare class
|
|
896
|
-
message?: string;
|
|
897
|
-
requestId?: string;
|
|
898
|
-
data?: string;
|
|
896
|
+
export declare class ListCallTaskDetailResponseBody extends $tea.Model {
|
|
899
897
|
code?: string;
|
|
898
|
+
data?: ListCallTaskDetailResponseBodyData[];
|
|
899
|
+
pageNumber?: number;
|
|
900
|
+
pageSize?: number;
|
|
901
|
+
requestId?: string;
|
|
902
|
+
total?: number;
|
|
903
|
+
totalPage?: number;
|
|
900
904
|
static names(): {
|
|
901
905
|
[key: string]: string;
|
|
902
906
|
};
|
|
@@ -907,11 +911,11 @@ export declare class QueryRobotInfoListResponseBody extends $tea.Model {
|
|
|
907
911
|
[key: string]: any;
|
|
908
912
|
});
|
|
909
913
|
}
|
|
910
|
-
export declare class
|
|
914
|
+
export declare class ListCallTaskDetailResponse extends $tea.Model {
|
|
911
915
|
headers: {
|
|
912
916
|
[key: string]: string;
|
|
913
917
|
};
|
|
914
|
-
body:
|
|
918
|
+
body: ListCallTaskDetailResponseBody;
|
|
915
919
|
static names(): {
|
|
916
920
|
[key: string]: string;
|
|
917
921
|
};
|
|
@@ -922,13 +926,14 @@ export declare class QueryRobotInfoListResponse extends $tea.Model {
|
|
|
922
926
|
[key: string]: any;
|
|
923
927
|
});
|
|
924
928
|
}
|
|
925
|
-
export declare class
|
|
929
|
+
export declare class ListHotlineTransferNumberRequest extends $tea.Model {
|
|
930
|
+
hotlineNumber?: string;
|
|
926
931
|
ownerId?: number;
|
|
932
|
+
pageNo?: number;
|
|
933
|
+
pageSize?: number;
|
|
934
|
+
qualificationId?: string;
|
|
927
935
|
resourceOwnerAccount?: string;
|
|
928
936
|
resourceOwnerId?: number;
|
|
929
|
-
taskId?: number;
|
|
930
|
-
callee?: string;
|
|
931
|
-
queryDate?: number;
|
|
932
937
|
static names(): {
|
|
933
938
|
[key: string]: string;
|
|
934
939
|
};
|
|
@@ -939,11 +944,153 @@ export declare class QueryRobotTaskCallDetailRequest extends $tea.Model {
|
|
|
939
944
|
[key: string]: any;
|
|
940
945
|
});
|
|
941
946
|
}
|
|
942
|
-
export declare class
|
|
947
|
+
export declare class ListHotlineTransferNumberResponseBody extends $tea.Model {
|
|
948
|
+
code?: string;
|
|
949
|
+
data?: ListHotlineTransferNumberResponseBodyData;
|
|
950
|
+
message?: string;
|
|
951
|
+
requestId?: string;
|
|
952
|
+
static names(): {
|
|
953
|
+
[key: string]: string;
|
|
954
|
+
};
|
|
955
|
+
static types(): {
|
|
956
|
+
[key: string]: any;
|
|
957
|
+
};
|
|
958
|
+
constructor(map?: {
|
|
959
|
+
[key: string]: any;
|
|
960
|
+
});
|
|
961
|
+
}
|
|
962
|
+
export declare class ListHotlineTransferNumberResponse extends $tea.Model {
|
|
963
|
+
headers: {
|
|
964
|
+
[key: string]: string;
|
|
965
|
+
};
|
|
966
|
+
body: ListHotlineTransferNumberResponseBody;
|
|
967
|
+
static names(): {
|
|
968
|
+
[key: string]: string;
|
|
969
|
+
};
|
|
970
|
+
static types(): {
|
|
971
|
+
[key: string]: any;
|
|
972
|
+
};
|
|
973
|
+
constructor(map?: {
|
|
974
|
+
[key: string]: any;
|
|
975
|
+
});
|
|
976
|
+
}
|
|
977
|
+
export declare class ListHotlineTransferRegisterFileRequest extends $tea.Model {
|
|
978
|
+
hotlineNumber?: string;
|
|
979
|
+
ownerId?: number;
|
|
980
|
+
pageNo?: number;
|
|
981
|
+
pageSize?: number;
|
|
982
|
+
qualificationId?: string;
|
|
983
|
+
resourceOwnerAccount?: string;
|
|
984
|
+
resourceOwnerId?: number;
|
|
985
|
+
static names(): {
|
|
986
|
+
[key: string]: string;
|
|
987
|
+
};
|
|
988
|
+
static types(): {
|
|
989
|
+
[key: string]: any;
|
|
990
|
+
};
|
|
991
|
+
constructor(map?: {
|
|
992
|
+
[key: string]: any;
|
|
993
|
+
});
|
|
994
|
+
}
|
|
995
|
+
export declare class ListHotlineTransferRegisterFileResponseBody extends $tea.Model {
|
|
996
|
+
code?: string;
|
|
997
|
+
data?: ListHotlineTransferRegisterFileResponseBodyData;
|
|
943
998
|
message?: string;
|
|
944
999
|
requestId?: string;
|
|
1000
|
+
static names(): {
|
|
1001
|
+
[key: string]: string;
|
|
1002
|
+
};
|
|
1003
|
+
static types(): {
|
|
1004
|
+
[key: string]: any;
|
|
1005
|
+
};
|
|
1006
|
+
constructor(map?: {
|
|
1007
|
+
[key: string]: any;
|
|
1008
|
+
});
|
|
1009
|
+
}
|
|
1010
|
+
export declare class ListHotlineTransferRegisterFileResponse extends $tea.Model {
|
|
1011
|
+
headers: {
|
|
1012
|
+
[key: string]: string;
|
|
1013
|
+
};
|
|
1014
|
+
body: ListHotlineTransferRegisterFileResponseBody;
|
|
1015
|
+
static names(): {
|
|
1016
|
+
[key: string]: string;
|
|
1017
|
+
};
|
|
1018
|
+
static types(): {
|
|
1019
|
+
[key: string]: any;
|
|
1020
|
+
};
|
|
1021
|
+
constructor(map?: {
|
|
1022
|
+
[key: string]: any;
|
|
1023
|
+
});
|
|
1024
|
+
}
|
|
1025
|
+
export declare class QueryCallDetailByCallIdRequest extends $tea.Model {
|
|
1026
|
+
callId?: string;
|
|
1027
|
+
ownerId?: number;
|
|
1028
|
+
prodId?: number;
|
|
1029
|
+
queryDate?: number;
|
|
1030
|
+
resourceOwnerAccount?: string;
|
|
1031
|
+
resourceOwnerId?: number;
|
|
1032
|
+
static names(): {
|
|
1033
|
+
[key: string]: string;
|
|
1034
|
+
};
|
|
1035
|
+
static types(): {
|
|
1036
|
+
[key: string]: any;
|
|
1037
|
+
};
|
|
1038
|
+
constructor(map?: {
|
|
1039
|
+
[key: string]: any;
|
|
1040
|
+
});
|
|
1041
|
+
}
|
|
1042
|
+
export declare class QueryCallDetailByCallIdResponseBody extends $tea.Model {
|
|
1043
|
+
code?: string;
|
|
945
1044
|
data?: string;
|
|
1045
|
+
message?: string;
|
|
1046
|
+
requestId?: string;
|
|
1047
|
+
static names(): {
|
|
1048
|
+
[key: string]: string;
|
|
1049
|
+
};
|
|
1050
|
+
static types(): {
|
|
1051
|
+
[key: string]: any;
|
|
1052
|
+
};
|
|
1053
|
+
constructor(map?: {
|
|
1054
|
+
[key: string]: any;
|
|
1055
|
+
});
|
|
1056
|
+
}
|
|
1057
|
+
export declare class QueryCallDetailByCallIdResponse extends $tea.Model {
|
|
1058
|
+
headers: {
|
|
1059
|
+
[key: string]: string;
|
|
1060
|
+
};
|
|
1061
|
+
body: QueryCallDetailByCallIdResponseBody;
|
|
1062
|
+
static names(): {
|
|
1063
|
+
[key: string]: string;
|
|
1064
|
+
};
|
|
1065
|
+
static types(): {
|
|
1066
|
+
[key: string]: any;
|
|
1067
|
+
};
|
|
1068
|
+
constructor(map?: {
|
|
1069
|
+
[key: string]: any;
|
|
1070
|
+
});
|
|
1071
|
+
}
|
|
1072
|
+
export declare class QueryCallDetailByTaskIdRequest extends $tea.Model {
|
|
1073
|
+
callee?: string;
|
|
1074
|
+
ownerId?: number;
|
|
1075
|
+
queryDate?: number;
|
|
1076
|
+
resourceOwnerAccount?: string;
|
|
1077
|
+
resourceOwnerId?: number;
|
|
1078
|
+
taskId?: string;
|
|
1079
|
+
static names(): {
|
|
1080
|
+
[key: string]: string;
|
|
1081
|
+
};
|
|
1082
|
+
static types(): {
|
|
1083
|
+
[key: string]: any;
|
|
1084
|
+
};
|
|
1085
|
+
constructor(map?: {
|
|
1086
|
+
[key: string]: any;
|
|
1087
|
+
});
|
|
1088
|
+
}
|
|
1089
|
+
export declare class QueryCallDetailByTaskIdResponseBody extends $tea.Model {
|
|
946
1090
|
code?: string;
|
|
1091
|
+
data?: string;
|
|
1092
|
+
message?: string;
|
|
1093
|
+
requestId?: string;
|
|
947
1094
|
static names(): {
|
|
948
1095
|
[key: string]: string;
|
|
949
1096
|
};
|
|
@@ -954,11 +1101,11 @@ export declare class QueryRobotTaskCallDetailResponseBody extends $tea.Model {
|
|
|
954
1101
|
[key: string]: any;
|
|
955
1102
|
});
|
|
956
1103
|
}
|
|
957
|
-
export declare class
|
|
1104
|
+
export declare class QueryCallDetailByTaskIdResponse extends $tea.Model {
|
|
958
1105
|
headers: {
|
|
959
1106
|
[key: string]: string;
|
|
960
1107
|
};
|
|
961
|
-
body:
|
|
1108
|
+
body: QueryCallDetailByTaskIdResponseBody;
|
|
962
1109
|
static names(): {
|
|
963
1110
|
[key: string]: string;
|
|
964
1111
|
};
|
|
@@ -969,20 +1116,206 @@ export declare class QueryRobotTaskCallDetailResponse extends $tea.Model {
|
|
|
969
1116
|
[key: string]: any;
|
|
970
1117
|
});
|
|
971
1118
|
}
|
|
972
|
-
export declare class
|
|
1119
|
+
export declare class QueryCallInPoolTransferConfigRequest extends $tea.Model {
|
|
973
1120
|
ownerId?: number;
|
|
1121
|
+
phoneNumber?: string;
|
|
974
1122
|
resourceOwnerAccount?: string;
|
|
975
1123
|
resourceOwnerId?: number;
|
|
1124
|
+
static names(): {
|
|
1125
|
+
[key: string]: string;
|
|
1126
|
+
};
|
|
1127
|
+
static types(): {
|
|
1128
|
+
[key: string]: any;
|
|
1129
|
+
};
|
|
1130
|
+
constructor(map?: {
|
|
1131
|
+
[key: string]: any;
|
|
1132
|
+
});
|
|
1133
|
+
}
|
|
1134
|
+
export declare class QueryCallInPoolTransferConfigResponseBody extends $tea.Model {
|
|
1135
|
+
code?: string;
|
|
1136
|
+
data?: QueryCallInPoolTransferConfigResponseBodyData;
|
|
1137
|
+
message?: string;
|
|
1138
|
+
requestId?: string;
|
|
1139
|
+
static names(): {
|
|
1140
|
+
[key: string]: string;
|
|
1141
|
+
};
|
|
1142
|
+
static types(): {
|
|
1143
|
+
[key: string]: any;
|
|
1144
|
+
};
|
|
1145
|
+
constructor(map?: {
|
|
1146
|
+
[key: string]: any;
|
|
1147
|
+
});
|
|
1148
|
+
}
|
|
1149
|
+
export declare class QueryCallInPoolTransferConfigResponse extends $tea.Model {
|
|
1150
|
+
headers: {
|
|
1151
|
+
[key: string]: string;
|
|
1152
|
+
};
|
|
1153
|
+
body: QueryCallInPoolTransferConfigResponseBody;
|
|
1154
|
+
static names(): {
|
|
1155
|
+
[key: string]: string;
|
|
1156
|
+
};
|
|
1157
|
+
static types(): {
|
|
1158
|
+
[key: string]: any;
|
|
1159
|
+
};
|
|
1160
|
+
constructor(map?: {
|
|
1161
|
+
[key: string]: any;
|
|
1162
|
+
});
|
|
1163
|
+
}
|
|
1164
|
+
export declare class QueryCallInTransferRecordRequest extends $tea.Model {
|
|
1165
|
+
callInCaller?: string;
|
|
1166
|
+
ownerId?: number;
|
|
976
1167
|
pageNo?: number;
|
|
977
1168
|
pageSize?: number;
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
1169
|
+
phoneNumber?: string;
|
|
1170
|
+
queryDate?: string;
|
|
1171
|
+
resourceOwnerAccount?: string;
|
|
1172
|
+
resourceOwnerId?: number;
|
|
1173
|
+
static names(): {
|
|
1174
|
+
[key: string]: string;
|
|
1175
|
+
};
|
|
1176
|
+
static types(): {
|
|
1177
|
+
[key: string]: any;
|
|
1178
|
+
};
|
|
1179
|
+
constructor(map?: {
|
|
1180
|
+
[key: string]: any;
|
|
1181
|
+
});
|
|
1182
|
+
}
|
|
1183
|
+
export declare class QueryCallInTransferRecordResponseBody extends $tea.Model {
|
|
1184
|
+
code?: string;
|
|
1185
|
+
data?: QueryCallInTransferRecordResponseBodyData;
|
|
1186
|
+
message?: string;
|
|
1187
|
+
requestId?: string;
|
|
1188
|
+
static names(): {
|
|
1189
|
+
[key: string]: string;
|
|
1190
|
+
};
|
|
1191
|
+
static types(): {
|
|
1192
|
+
[key: string]: any;
|
|
1193
|
+
};
|
|
1194
|
+
constructor(map?: {
|
|
1195
|
+
[key: string]: any;
|
|
1196
|
+
});
|
|
1197
|
+
}
|
|
1198
|
+
export declare class QueryCallInTransferRecordResponse extends $tea.Model {
|
|
1199
|
+
headers: {
|
|
1200
|
+
[key: string]: string;
|
|
1201
|
+
};
|
|
1202
|
+
body: QueryCallInTransferRecordResponseBody;
|
|
1203
|
+
static names(): {
|
|
1204
|
+
[key: string]: string;
|
|
1205
|
+
};
|
|
1206
|
+
static types(): {
|
|
1207
|
+
[key: string]: any;
|
|
1208
|
+
};
|
|
1209
|
+
constructor(map?: {
|
|
1210
|
+
[key: string]: any;
|
|
1211
|
+
});
|
|
1212
|
+
}
|
|
1213
|
+
export declare class QueryRobotInfoListRequest extends $tea.Model {
|
|
1214
|
+
auditStatus?: string;
|
|
1215
|
+
ownerId?: number;
|
|
1216
|
+
resourceOwnerAccount?: string;
|
|
1217
|
+
resourceOwnerId?: number;
|
|
1218
|
+
static names(): {
|
|
1219
|
+
[key: string]: string;
|
|
1220
|
+
};
|
|
1221
|
+
static types(): {
|
|
1222
|
+
[key: string]: any;
|
|
1223
|
+
};
|
|
1224
|
+
constructor(map?: {
|
|
1225
|
+
[key: string]: any;
|
|
1226
|
+
});
|
|
1227
|
+
}
|
|
1228
|
+
export declare class QueryRobotInfoListResponseBody extends $tea.Model {
|
|
1229
|
+
code?: string;
|
|
1230
|
+
data?: string;
|
|
1231
|
+
message?: string;
|
|
1232
|
+
requestId?: string;
|
|
1233
|
+
static names(): {
|
|
1234
|
+
[key: string]: string;
|
|
1235
|
+
};
|
|
1236
|
+
static types(): {
|
|
1237
|
+
[key: string]: any;
|
|
1238
|
+
};
|
|
1239
|
+
constructor(map?: {
|
|
1240
|
+
[key: string]: any;
|
|
1241
|
+
});
|
|
1242
|
+
}
|
|
1243
|
+
export declare class QueryRobotInfoListResponse extends $tea.Model {
|
|
1244
|
+
headers: {
|
|
1245
|
+
[key: string]: string;
|
|
1246
|
+
};
|
|
1247
|
+
body: QueryRobotInfoListResponseBody;
|
|
1248
|
+
static names(): {
|
|
1249
|
+
[key: string]: string;
|
|
1250
|
+
};
|
|
1251
|
+
static types(): {
|
|
1252
|
+
[key: string]: any;
|
|
1253
|
+
};
|
|
1254
|
+
constructor(map?: {
|
|
1255
|
+
[key: string]: any;
|
|
1256
|
+
});
|
|
1257
|
+
}
|
|
1258
|
+
export declare class QueryRobotTaskCallDetailRequest extends $tea.Model {
|
|
1259
|
+
callee?: string;
|
|
1260
|
+
ownerId?: number;
|
|
1261
|
+
queryDate?: number;
|
|
1262
|
+
resourceOwnerAccount?: string;
|
|
1263
|
+
resourceOwnerId?: number;
|
|
1264
|
+
taskId?: number;
|
|
1265
|
+
static names(): {
|
|
1266
|
+
[key: string]: string;
|
|
1267
|
+
};
|
|
1268
|
+
static types(): {
|
|
1269
|
+
[key: string]: any;
|
|
1270
|
+
};
|
|
1271
|
+
constructor(map?: {
|
|
1272
|
+
[key: string]: any;
|
|
1273
|
+
});
|
|
1274
|
+
}
|
|
1275
|
+
export declare class QueryRobotTaskCallDetailResponseBody extends $tea.Model {
|
|
1276
|
+
code?: string;
|
|
1277
|
+
data?: string;
|
|
1278
|
+
message?: string;
|
|
1279
|
+
requestId?: string;
|
|
1280
|
+
static names(): {
|
|
1281
|
+
[key: string]: string;
|
|
1282
|
+
};
|
|
1283
|
+
static types(): {
|
|
1284
|
+
[key: string]: any;
|
|
1285
|
+
};
|
|
1286
|
+
constructor(map?: {
|
|
1287
|
+
[key: string]: any;
|
|
1288
|
+
});
|
|
1289
|
+
}
|
|
1290
|
+
export declare class QueryRobotTaskCallDetailResponse extends $tea.Model {
|
|
1291
|
+
headers: {
|
|
1292
|
+
[key: string]: string;
|
|
1293
|
+
};
|
|
1294
|
+
body: QueryRobotTaskCallDetailResponseBody;
|
|
1295
|
+
static names(): {
|
|
1296
|
+
[key: string]: string;
|
|
1297
|
+
};
|
|
1298
|
+
static types(): {
|
|
1299
|
+
[key: string]: any;
|
|
1300
|
+
};
|
|
1301
|
+
constructor(map?: {
|
|
1302
|
+
[key: string]: any;
|
|
1303
|
+
});
|
|
1304
|
+
}
|
|
1305
|
+
export declare class QueryRobotTaskCallListRequest extends $tea.Model {
|
|
1306
|
+
callResult?: string;
|
|
1307
|
+
called?: string;
|
|
981
1308
|
dialogCountFrom?: string;
|
|
982
1309
|
dialogCountTo?: string;
|
|
1310
|
+
durationFrom?: string;
|
|
1311
|
+
durationTo?: string;
|
|
983
1312
|
hangupDirection?: string;
|
|
984
|
-
|
|
985
|
-
|
|
1313
|
+
ownerId?: number;
|
|
1314
|
+
pageNo?: number;
|
|
1315
|
+
pageSize?: number;
|
|
1316
|
+
resourceOwnerAccount?: string;
|
|
1317
|
+
resourceOwnerId?: number;
|
|
1318
|
+
taskId?: string;
|
|
986
1319
|
static names(): {
|
|
987
1320
|
[key: string]: string;
|
|
988
1321
|
};
|
|
@@ -994,10 +1327,10 @@ export declare class QueryRobotTaskCallListRequest extends $tea.Model {
|
|
|
994
1327
|
});
|
|
995
1328
|
}
|
|
996
1329
|
export declare class QueryRobotTaskCallListResponseBody extends $tea.Model {
|
|
1330
|
+
code?: string;
|
|
1331
|
+
data?: string;
|
|
997
1332
|
message?: string;
|
|
998
1333
|
requestId?: string;
|
|
999
|
-
data?: string;
|
|
1000
|
-
code?: string;
|
|
1001
1334
|
static names(): {
|
|
1002
1335
|
[key: string]: string;
|
|
1003
1336
|
};
|
|
@@ -1024,10 +1357,10 @@ export declare class QueryRobotTaskCallListResponse extends $tea.Model {
|
|
|
1024
1357
|
});
|
|
1025
1358
|
}
|
|
1026
1359
|
export declare class QueryRobotTaskDetailRequest extends $tea.Model {
|
|
1360
|
+
id?: number;
|
|
1027
1361
|
ownerId?: number;
|
|
1028
1362
|
resourceOwnerAccount?: string;
|
|
1029
1363
|
resourceOwnerId?: number;
|
|
1030
|
-
id?: number;
|
|
1031
1364
|
static names(): {
|
|
1032
1365
|
[key: string]: string;
|
|
1033
1366
|
};
|
|
@@ -1039,10 +1372,10 @@ export declare class QueryRobotTaskDetailRequest extends $tea.Model {
|
|
|
1039
1372
|
});
|
|
1040
1373
|
}
|
|
1041
1374
|
export declare class QueryRobotTaskDetailResponseBody extends $tea.Model {
|
|
1375
|
+
code?: string;
|
|
1376
|
+
data?: string;
|
|
1042
1377
|
message?: string;
|
|
1043
1378
|
requestId?: string;
|
|
1044
|
-
data?: string;
|
|
1045
|
-
code?: string;
|
|
1046
1379
|
static names(): {
|
|
1047
1380
|
[key: string]: string;
|
|
1048
1381
|
};
|
|
@@ -1070,13 +1403,13 @@ export declare class QueryRobotTaskDetailResponse extends $tea.Model {
|
|
|
1070
1403
|
}
|
|
1071
1404
|
export declare class QueryRobotTaskListRequest extends $tea.Model {
|
|
1072
1405
|
ownerId?: number;
|
|
1406
|
+
pageNo?: number;
|
|
1407
|
+
pageSize?: number;
|
|
1073
1408
|
resourceOwnerAccount?: string;
|
|
1074
1409
|
resourceOwnerId?: number;
|
|
1075
|
-
taskName?: string;
|
|
1076
1410
|
status?: string;
|
|
1411
|
+
taskName?: string;
|
|
1077
1412
|
time?: string;
|
|
1078
|
-
pageSize?: number;
|
|
1079
|
-
pageNo?: number;
|
|
1080
1413
|
static names(): {
|
|
1081
1414
|
[key: string]: string;
|
|
1082
1415
|
};
|
|
@@ -1088,13 +1421,104 @@ export declare class QueryRobotTaskListRequest extends $tea.Model {
|
|
|
1088
1421
|
});
|
|
1089
1422
|
}
|
|
1090
1423
|
export declare class QueryRobotTaskListResponseBody extends $tea.Model {
|
|
1091
|
-
|
|
1092
|
-
|
|
1424
|
+
code?: string;
|
|
1425
|
+
data?: string;
|
|
1093
1426
|
message?: string;
|
|
1427
|
+
pageNo?: string;
|
|
1094
1428
|
pageSize?: string;
|
|
1429
|
+
requestId?: string;
|
|
1430
|
+
totalCount?: string;
|
|
1431
|
+
static names(): {
|
|
1432
|
+
[key: string]: string;
|
|
1433
|
+
};
|
|
1434
|
+
static types(): {
|
|
1435
|
+
[key: string]: any;
|
|
1436
|
+
};
|
|
1437
|
+
constructor(map?: {
|
|
1438
|
+
[key: string]: any;
|
|
1439
|
+
});
|
|
1440
|
+
}
|
|
1441
|
+
export declare class QueryRobotTaskListResponse extends $tea.Model {
|
|
1442
|
+
headers: {
|
|
1443
|
+
[key: string]: string;
|
|
1444
|
+
};
|
|
1445
|
+
body: QueryRobotTaskListResponseBody;
|
|
1446
|
+
static names(): {
|
|
1447
|
+
[key: string]: string;
|
|
1448
|
+
};
|
|
1449
|
+
static types(): {
|
|
1450
|
+
[key: string]: any;
|
|
1451
|
+
};
|
|
1452
|
+
constructor(map?: {
|
|
1453
|
+
[key: string]: any;
|
|
1454
|
+
});
|
|
1455
|
+
}
|
|
1456
|
+
export declare class QueryRobotv2AllListRequest extends $tea.Model {
|
|
1457
|
+
ownerId?: number;
|
|
1458
|
+
resourceOwnerAccount?: string;
|
|
1459
|
+
resourceOwnerId?: number;
|
|
1460
|
+
static names(): {
|
|
1461
|
+
[key: string]: string;
|
|
1462
|
+
};
|
|
1463
|
+
static types(): {
|
|
1464
|
+
[key: string]: any;
|
|
1465
|
+
};
|
|
1466
|
+
constructor(map?: {
|
|
1467
|
+
[key: string]: any;
|
|
1468
|
+
});
|
|
1469
|
+
}
|
|
1470
|
+
export declare class QueryRobotv2AllListResponseBody extends $tea.Model {
|
|
1471
|
+
code?: string;
|
|
1095
1472
|
data?: string;
|
|
1096
|
-
|
|
1473
|
+
message?: string;
|
|
1474
|
+
requestId?: string;
|
|
1475
|
+
static names(): {
|
|
1476
|
+
[key: string]: string;
|
|
1477
|
+
};
|
|
1478
|
+
static types(): {
|
|
1479
|
+
[key: string]: any;
|
|
1480
|
+
};
|
|
1481
|
+
constructor(map?: {
|
|
1482
|
+
[key: string]: any;
|
|
1483
|
+
});
|
|
1484
|
+
}
|
|
1485
|
+
export declare class QueryRobotv2AllListResponse extends $tea.Model {
|
|
1486
|
+
headers: {
|
|
1487
|
+
[key: string]: string;
|
|
1488
|
+
};
|
|
1489
|
+
body: QueryRobotv2AllListResponseBody;
|
|
1490
|
+
static names(): {
|
|
1491
|
+
[key: string]: string;
|
|
1492
|
+
};
|
|
1493
|
+
static types(): {
|
|
1494
|
+
[key: string]: any;
|
|
1495
|
+
};
|
|
1496
|
+
constructor(map?: {
|
|
1497
|
+
[key: string]: any;
|
|
1498
|
+
});
|
|
1499
|
+
}
|
|
1500
|
+
export declare class QueryVirtualNumberRequest extends $tea.Model {
|
|
1501
|
+
ownerId?: number;
|
|
1502
|
+
pageNo?: number;
|
|
1503
|
+
pageSize?: number;
|
|
1504
|
+
prodCode?: string;
|
|
1505
|
+
resourceOwnerAccount?: string;
|
|
1506
|
+
resourceOwnerId?: number;
|
|
1507
|
+
routeType?: number;
|
|
1508
|
+
static names(): {
|
|
1509
|
+
[key: string]: string;
|
|
1510
|
+
};
|
|
1511
|
+
static types(): {
|
|
1512
|
+
[key: string]: any;
|
|
1513
|
+
};
|
|
1514
|
+
constructor(map?: {
|
|
1515
|
+
[key: string]: any;
|
|
1516
|
+
});
|
|
1517
|
+
}
|
|
1518
|
+
export declare class QueryVirtualNumberResponseBody extends $tea.Model {
|
|
1097
1519
|
code?: string;
|
|
1520
|
+
data?: string;
|
|
1521
|
+
requestId?: string;
|
|
1098
1522
|
static names(): {
|
|
1099
1523
|
[key: string]: string;
|
|
1100
1524
|
};
|
|
@@ -1105,11 +1529,11 @@ export declare class QueryRobotTaskListResponseBody extends $tea.Model {
|
|
|
1105
1529
|
[key: string]: any;
|
|
1106
1530
|
});
|
|
1107
1531
|
}
|
|
1108
|
-
export declare class
|
|
1532
|
+
export declare class QueryVirtualNumberResponse extends $tea.Model {
|
|
1109
1533
|
headers: {
|
|
1110
1534
|
[key: string]: string;
|
|
1111
1535
|
};
|
|
1112
|
-
body:
|
|
1536
|
+
body: QueryVirtualNumberResponseBody;
|
|
1113
1537
|
static names(): {
|
|
1114
1538
|
[key: string]: string;
|
|
1115
1539
|
};
|
|
@@ -1120,10 +1544,19 @@ export declare class QueryRobotTaskListResponse extends $tea.Model {
|
|
|
1120
1544
|
[key: string]: any;
|
|
1121
1545
|
});
|
|
1122
1546
|
}
|
|
1123
|
-
export declare class
|
|
1547
|
+
export declare class QueryVirtualNumberRelationRequest extends $tea.Model {
|
|
1124
1548
|
ownerId?: number;
|
|
1549
|
+
pageNo?: number;
|
|
1550
|
+
pageSize?: number;
|
|
1551
|
+
phoneNum?: string;
|
|
1552
|
+
prodCode?: string;
|
|
1553
|
+
qualificationId?: number;
|
|
1554
|
+
regionNameCity?: string;
|
|
1555
|
+
relatedNum?: string;
|
|
1125
1556
|
resourceOwnerAccount?: string;
|
|
1126
1557
|
resourceOwnerId?: number;
|
|
1558
|
+
routeType?: number;
|
|
1559
|
+
specId?: number;
|
|
1127
1560
|
static names(): {
|
|
1128
1561
|
[key: string]: string;
|
|
1129
1562
|
};
|
|
@@ -1134,11 +1567,10 @@ export declare class QueryRobotv2AllListRequest extends $tea.Model {
|
|
|
1134
1567
|
[key: string]: any;
|
|
1135
1568
|
});
|
|
1136
1569
|
}
|
|
1137
|
-
export declare class
|
|
1138
|
-
message?: string;
|
|
1139
|
-
requestId?: string;
|
|
1140
|
-
data?: string;
|
|
1570
|
+
export declare class QueryVirtualNumberRelationResponseBody extends $tea.Model {
|
|
1141
1571
|
code?: string;
|
|
1572
|
+
data?: string;
|
|
1573
|
+
requestId?: string;
|
|
1142
1574
|
static names(): {
|
|
1143
1575
|
[key: string]: string;
|
|
1144
1576
|
};
|
|
@@ -1149,11 +1581,11 @@ export declare class QueryRobotv2AllListResponseBody extends $tea.Model {
|
|
|
1149
1581
|
[key: string]: any;
|
|
1150
1582
|
});
|
|
1151
1583
|
}
|
|
1152
|
-
export declare class
|
|
1584
|
+
export declare class QueryVirtualNumberRelationResponse extends $tea.Model {
|
|
1153
1585
|
headers: {
|
|
1154
1586
|
[key: string]: string;
|
|
1155
1587
|
};
|
|
1156
|
-
body:
|
|
1588
|
+
body: QueryVirtualNumberRelationResponseBody;
|
|
1157
1589
|
static names(): {
|
|
1158
1590
|
[key: string]: string;
|
|
1159
1591
|
};
|
|
@@ -1164,11 +1596,11 @@ export declare class QueryRobotv2AllListResponse extends $tea.Model {
|
|
|
1164
1596
|
[key: string]: any;
|
|
1165
1597
|
});
|
|
1166
1598
|
}
|
|
1167
|
-
export declare class
|
|
1599
|
+
export declare class RefreshMqttTokenRequest extends $tea.Model {
|
|
1600
|
+
clientId?: string;
|
|
1168
1601
|
ownerId?: number;
|
|
1169
1602
|
resourceOwnerAccount?: string;
|
|
1170
1603
|
resourceOwnerId?: number;
|
|
1171
|
-
phoneNumber?: string;
|
|
1172
1604
|
static names(): {
|
|
1173
1605
|
[key: string]: string;
|
|
1174
1606
|
};
|
|
@@ -1179,11 +1611,11 @@ export declare class QueryRtcNumberAuthStatusRequest extends $tea.Model {
|
|
|
1179
1611
|
[key: string]: any;
|
|
1180
1612
|
});
|
|
1181
1613
|
}
|
|
1182
|
-
export declare class
|
|
1614
|
+
export declare class RefreshMqttTokenResponseBody extends $tea.Model {
|
|
1615
|
+
code?: string;
|
|
1616
|
+
data?: RefreshMqttTokenResponseBodyData;
|
|
1183
1617
|
message?: string;
|
|
1184
1618
|
requestId?: string;
|
|
1185
|
-
module?: string;
|
|
1186
|
-
code?: string;
|
|
1187
1619
|
static names(): {
|
|
1188
1620
|
[key: string]: string;
|
|
1189
1621
|
};
|
|
@@ -1194,11 +1626,11 @@ export declare class QueryRtcNumberAuthStatusResponseBody extends $tea.Model {
|
|
|
1194
1626
|
[key: string]: any;
|
|
1195
1627
|
});
|
|
1196
1628
|
}
|
|
1197
|
-
export declare class
|
|
1629
|
+
export declare class RefreshMqttTokenResponse extends $tea.Model {
|
|
1198
1630
|
headers: {
|
|
1199
1631
|
[key: string]: string;
|
|
1200
1632
|
};
|
|
1201
|
-
body:
|
|
1633
|
+
body: RefreshMqttTokenResponseBody;
|
|
1202
1634
|
static names(): {
|
|
1203
1635
|
[key: string]: string;
|
|
1204
1636
|
};
|
|
@@ -1209,12 +1641,13 @@ export declare class QueryRtcNumberAuthStatusResponse extends $tea.Model {
|
|
|
1209
1641
|
[key: string]: any;
|
|
1210
1642
|
});
|
|
1211
1643
|
}
|
|
1212
|
-
export declare class
|
|
1644
|
+
export declare class SendVerificationRequest extends $tea.Model {
|
|
1645
|
+
bizType?: string;
|
|
1213
1646
|
ownerId?: number;
|
|
1214
1647
|
resourceOwnerAccount?: string;
|
|
1215
1648
|
resourceOwnerId?: number;
|
|
1216
|
-
|
|
1217
|
-
|
|
1649
|
+
target?: string;
|
|
1650
|
+
verifyType?: string;
|
|
1218
1651
|
static names(): {
|
|
1219
1652
|
[key: string]: string;
|
|
1220
1653
|
};
|
|
@@ -1225,11 +1658,11 @@ export declare class QueryVoipNumberBindInfosRequest extends $tea.Model {
|
|
|
1225
1658
|
[key: string]: any;
|
|
1226
1659
|
});
|
|
1227
1660
|
}
|
|
1228
|
-
export declare class
|
|
1661
|
+
export declare class SendVerificationResponseBody extends $tea.Model {
|
|
1662
|
+
code?: string;
|
|
1663
|
+
data?: boolean;
|
|
1229
1664
|
message?: string;
|
|
1230
1665
|
requestId?: string;
|
|
1231
|
-
module?: string;
|
|
1232
|
-
code?: string;
|
|
1233
1666
|
static names(): {
|
|
1234
1667
|
[key: string]: string;
|
|
1235
1668
|
};
|
|
@@ -1240,11 +1673,11 @@ export declare class QueryVoipNumberBindInfosResponseBody extends $tea.Model {
|
|
|
1240
1673
|
[key: string]: any;
|
|
1241
1674
|
});
|
|
1242
1675
|
}
|
|
1243
|
-
export declare class
|
|
1676
|
+
export declare class SendVerificationResponse extends $tea.Model {
|
|
1244
1677
|
headers: {
|
|
1245
1678
|
[key: string]: string;
|
|
1246
1679
|
};
|
|
1247
|
-
body:
|
|
1680
|
+
body: SendVerificationResponseBody;
|
|
1248
1681
|
static names(): {
|
|
1249
1682
|
[key: string]: string;
|
|
1250
1683
|
};
|
|
@@ -1255,14 +1688,14 @@ export declare class QueryVoipNumberBindInfosResponse extends $tea.Model {
|
|
|
1255
1688
|
[key: string]: any;
|
|
1256
1689
|
});
|
|
1257
1690
|
}
|
|
1258
|
-
export declare class
|
|
1691
|
+
export declare class SetTransferCalleePoolConfigRequest extends $tea.Model {
|
|
1692
|
+
calledRouteMode?: string;
|
|
1693
|
+
details?: SetTransferCalleePoolConfigRequestDetails[];
|
|
1259
1694
|
ownerId?: number;
|
|
1695
|
+
phoneNumber?: string;
|
|
1696
|
+
qualificationId?: string;
|
|
1260
1697
|
resourceOwnerAccount?: string;
|
|
1261
1698
|
resourceOwnerId?: number;
|
|
1262
|
-
channelId?: string;
|
|
1263
|
-
voipId?: string;
|
|
1264
|
-
title?: string;
|
|
1265
|
-
desc?: string;
|
|
1266
1699
|
static names(): {
|
|
1267
1700
|
[key: string]: string;
|
|
1268
1701
|
};
|
|
@@ -1273,11 +1706,11 @@ export declare class ReportVoipProblemsRequest extends $tea.Model {
|
|
|
1273
1706
|
[key: string]: any;
|
|
1274
1707
|
});
|
|
1275
1708
|
}
|
|
1276
|
-
export declare class
|
|
1709
|
+
export declare class SetTransferCalleePoolConfigResponseBody extends $tea.Model {
|
|
1710
|
+
code?: string;
|
|
1711
|
+
data?: boolean;
|
|
1277
1712
|
message?: string;
|
|
1278
1713
|
requestId?: string;
|
|
1279
|
-
module?: string;
|
|
1280
|
-
code?: string;
|
|
1281
1714
|
static names(): {
|
|
1282
1715
|
[key: string]: string;
|
|
1283
1716
|
};
|
|
@@ -1288,11 +1721,11 @@ export declare class ReportVoipProblemsResponseBody extends $tea.Model {
|
|
|
1288
1721
|
[key: string]: any;
|
|
1289
1722
|
});
|
|
1290
1723
|
}
|
|
1291
|
-
export declare class
|
|
1724
|
+
export declare class SetTransferCalleePoolConfigResponse extends $tea.Model {
|
|
1292
1725
|
headers: {
|
|
1293
1726
|
[key: string]: string;
|
|
1294
1727
|
};
|
|
1295
|
-
body:
|
|
1728
|
+
body: SetTransferCalleePoolConfigResponseBody;
|
|
1296
1729
|
static names(): {
|
|
1297
1730
|
[key: string]: string;
|
|
1298
1731
|
};
|
|
@@ -1304,17 +1737,17 @@ export declare class ReportVoipProblemsResponse extends $tea.Model {
|
|
|
1304
1737
|
});
|
|
1305
1738
|
}
|
|
1306
1739
|
export declare class SingleCallByTtsRequest extends $tea.Model {
|
|
1740
|
+
calledNumber?: string;
|
|
1741
|
+
calledShowNumber?: string;
|
|
1742
|
+
outId?: string;
|
|
1307
1743
|
ownerId?: number;
|
|
1744
|
+
playTimes?: number;
|
|
1308
1745
|
resourceOwnerAccount?: string;
|
|
1309
1746
|
resourceOwnerId?: number;
|
|
1310
|
-
|
|
1311
|
-
calledNumber?: string;
|
|
1747
|
+
speed?: number;
|
|
1312
1748
|
ttsCode?: string;
|
|
1313
1749
|
ttsParam?: string;
|
|
1314
|
-
playTimes?: number;
|
|
1315
1750
|
volume?: number;
|
|
1316
|
-
speed?: number;
|
|
1317
|
-
outId?: string;
|
|
1318
1751
|
static names(): {
|
|
1319
1752
|
[key: string]: string;
|
|
1320
1753
|
};
|
|
@@ -1326,10 +1759,10 @@ export declare class SingleCallByTtsRequest extends $tea.Model {
|
|
|
1326
1759
|
});
|
|
1327
1760
|
}
|
|
1328
1761
|
export declare class SingleCallByTtsResponseBody extends $tea.Model {
|
|
1329
|
-
message?: string;
|
|
1330
|
-
requestId?: string;
|
|
1331
1762
|
callId?: string;
|
|
1332
1763
|
code?: string;
|
|
1764
|
+
message?: string;
|
|
1765
|
+
requestId?: string;
|
|
1333
1766
|
static names(): {
|
|
1334
1767
|
[key: string]: string;
|
|
1335
1768
|
};
|
|
@@ -1356,16 +1789,16 @@ export declare class SingleCallByTtsResponse extends $tea.Model {
|
|
|
1356
1789
|
});
|
|
1357
1790
|
}
|
|
1358
1791
|
export declare class SingleCallByVoiceRequest extends $tea.Model {
|
|
1792
|
+
calledNumber?: string;
|
|
1793
|
+
calledShowNumber?: string;
|
|
1794
|
+
outId?: string;
|
|
1359
1795
|
ownerId?: number;
|
|
1796
|
+
playTimes?: number;
|
|
1360
1797
|
resourceOwnerAccount?: string;
|
|
1361
1798
|
resourceOwnerId?: number;
|
|
1362
|
-
|
|
1363
|
-
calledNumber?: string;
|
|
1799
|
+
speed?: number;
|
|
1364
1800
|
voiceCode?: string;
|
|
1365
|
-
playTimes?: number;
|
|
1366
1801
|
volume?: number;
|
|
1367
|
-
speed?: number;
|
|
1368
|
-
outId?: string;
|
|
1369
1802
|
static names(): {
|
|
1370
1803
|
[key: string]: string;
|
|
1371
1804
|
};
|
|
@@ -1377,10 +1810,10 @@ export declare class SingleCallByVoiceRequest extends $tea.Model {
|
|
|
1377
1810
|
});
|
|
1378
1811
|
}
|
|
1379
1812
|
export declare class SingleCallByVoiceResponseBody extends $tea.Model {
|
|
1380
|
-
message?: string;
|
|
1381
|
-
requestId?: string;
|
|
1382
1813
|
callId?: string;
|
|
1383
1814
|
code?: string;
|
|
1815
|
+
message?: string;
|
|
1816
|
+
requestId?: string;
|
|
1384
1817
|
static names(): {
|
|
1385
1818
|
[key: string]: string;
|
|
1386
1819
|
};
|
|
@@ -1407,30 +1840,35 @@ export declare class SingleCallByVoiceResponse extends $tea.Model {
|
|
|
1407
1840
|
});
|
|
1408
1841
|
}
|
|
1409
1842
|
export declare class SmartCallRequest extends $tea.Model {
|
|
1410
|
-
ownerId?: number;
|
|
1411
|
-
resourceOwnerAccount?: string;
|
|
1412
|
-
resourceOwnerId?: number;
|
|
1413
|
-
calledShowNumber?: string;
|
|
1414
|
-
calledNumber?: string;
|
|
1415
|
-
voiceCode?: string;
|
|
1416
|
-
recordFlag?: boolean;
|
|
1417
|
-
volume?: number;
|
|
1418
|
-
speed?: number;
|
|
1419
|
-
asrModelId?: string;
|
|
1420
|
-
pauseTime?: number;
|
|
1421
|
-
muteTime?: number;
|
|
1422
1843
|
actionCodeBreak?: boolean;
|
|
1423
|
-
|
|
1844
|
+
actionCodeTimeBreak?: number;
|
|
1845
|
+
asrBaseId?: string;
|
|
1846
|
+
asrModelId?: string;
|
|
1847
|
+
backgroundFileCode?: string;
|
|
1848
|
+
backgroundSpeed?: number;
|
|
1849
|
+
backgroundVolume?: number;
|
|
1850
|
+
calledNumber?: string;
|
|
1851
|
+
calledShowNumber?: string;
|
|
1424
1852
|
dynamicId?: string;
|
|
1425
1853
|
earlyMediaAsr?: boolean;
|
|
1426
|
-
|
|
1854
|
+
enableITN?: boolean;
|
|
1855
|
+
muteTime?: number;
|
|
1856
|
+
outId?: string;
|
|
1857
|
+
ownerId?: number;
|
|
1858
|
+
pauseTime?: number;
|
|
1859
|
+
recordFlag?: boolean;
|
|
1860
|
+
resourceOwnerAccount?: string;
|
|
1861
|
+
resourceOwnerId?: number;
|
|
1427
1862
|
sessionTimeout?: number;
|
|
1428
|
-
|
|
1863
|
+
speed?: number;
|
|
1864
|
+
streamAsr?: number;
|
|
1865
|
+
ttsConf?: boolean;
|
|
1866
|
+
ttsSpeed?: number;
|
|
1429
1867
|
ttsStyle?: string;
|
|
1430
1868
|
ttsVolume?: number;
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1869
|
+
voiceCode?: string;
|
|
1870
|
+
voiceCodeParam?: string;
|
|
1871
|
+
volume?: number;
|
|
1434
1872
|
static names(): {
|
|
1435
1873
|
[key: string]: string;
|
|
1436
1874
|
};
|
|
@@ -1442,10 +1880,10 @@ export declare class SmartCallRequest extends $tea.Model {
|
|
|
1442
1880
|
});
|
|
1443
1881
|
}
|
|
1444
1882
|
export declare class SmartCallResponseBody extends $tea.Model {
|
|
1445
|
-
message?: string;
|
|
1446
|
-
requestId?: string;
|
|
1447
1883
|
callId?: string;
|
|
1448
1884
|
code?: string;
|
|
1885
|
+
message?: string;
|
|
1886
|
+
requestId?: string;
|
|
1449
1887
|
static names(): {
|
|
1450
1888
|
[key: string]: string;
|
|
1451
1889
|
};
|
|
@@ -1472,12 +1910,12 @@ export declare class SmartCallResponse extends $tea.Model {
|
|
|
1472
1910
|
});
|
|
1473
1911
|
}
|
|
1474
1912
|
export declare class SmartCallOperateRequest extends $tea.Model {
|
|
1475
|
-
ownerId?: number;
|
|
1476
|
-
resourceOwnerAccount?: string;
|
|
1477
|
-
resourceOwnerId?: number;
|
|
1478
1913
|
callId?: string;
|
|
1479
1914
|
command?: string;
|
|
1915
|
+
ownerId?: number;
|
|
1480
1916
|
param?: string;
|
|
1917
|
+
resourceOwnerAccount?: string;
|
|
1918
|
+
resourceOwnerId?: number;
|
|
1481
1919
|
static names(): {
|
|
1482
1920
|
[key: string]: string;
|
|
1483
1921
|
};
|
|
@@ -1489,10 +1927,10 @@ export declare class SmartCallOperateRequest extends $tea.Model {
|
|
|
1489
1927
|
});
|
|
1490
1928
|
}
|
|
1491
1929
|
export declare class SmartCallOperateResponseBody extends $tea.Model {
|
|
1492
|
-
|
|
1930
|
+
code?: string;
|
|
1493
1931
|
message?: string;
|
|
1494
1932
|
requestId?: string;
|
|
1495
|
-
|
|
1933
|
+
status?: boolean;
|
|
1496
1934
|
static names(): {
|
|
1497
1935
|
[key: string]: string;
|
|
1498
1936
|
};
|
|
@@ -1518,18 +1956,12 @@ export declare class SmartCallOperateResponse extends $tea.Model {
|
|
|
1518
1956
|
[key: string]: any;
|
|
1519
1957
|
});
|
|
1520
1958
|
}
|
|
1521
|
-
export declare class
|
|
1959
|
+
export declare class StartRobotTaskRequest extends $tea.Model {
|
|
1522
1960
|
ownerId?: number;
|
|
1523
1961
|
resourceOwnerAccount?: string;
|
|
1524
1962
|
resourceOwnerId?: number;
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
accountId?: string;
|
|
1528
|
-
commandCode?: string;
|
|
1529
|
-
callingNumber?: string;
|
|
1530
|
-
calledNumber?: string;
|
|
1531
|
-
extInfo?: string;
|
|
1532
|
-
appName?: string;
|
|
1963
|
+
scheduleTime?: string;
|
|
1964
|
+
taskId?: number;
|
|
1533
1965
|
static names(): {
|
|
1534
1966
|
[key: string]: string;
|
|
1535
1967
|
};
|
|
@@ -1540,13 +1972,11 @@ export declare class StartMicroOutboundRequest extends $tea.Model {
|
|
|
1540
1972
|
[key: string]: any;
|
|
1541
1973
|
});
|
|
1542
1974
|
}
|
|
1543
|
-
export declare class
|
|
1544
|
-
invokeCreateTime?: string;
|
|
1545
|
-
requestId?: string;
|
|
1546
|
-
message?: string;
|
|
1547
|
-
invokeCmdId?: string;
|
|
1548
|
-
customerInfo?: string;
|
|
1975
|
+
export declare class StartRobotTaskResponseBody extends $tea.Model {
|
|
1549
1976
|
code?: string;
|
|
1977
|
+
data?: string;
|
|
1978
|
+
message?: string;
|
|
1979
|
+
requestId?: string;
|
|
1550
1980
|
static names(): {
|
|
1551
1981
|
[key: string]: string;
|
|
1552
1982
|
};
|
|
@@ -1557,11 +1987,11 @@ export declare class StartMicroOutboundResponseBody extends $tea.Model {
|
|
|
1557
1987
|
[key: string]: any;
|
|
1558
1988
|
});
|
|
1559
1989
|
}
|
|
1560
|
-
export declare class
|
|
1990
|
+
export declare class StartRobotTaskResponse extends $tea.Model {
|
|
1561
1991
|
headers: {
|
|
1562
1992
|
[key: string]: string;
|
|
1563
1993
|
};
|
|
1564
|
-
body:
|
|
1994
|
+
body: StartRobotTaskResponseBody;
|
|
1565
1995
|
static names(): {
|
|
1566
1996
|
[key: string]: string;
|
|
1567
1997
|
};
|
|
@@ -1572,12 +2002,11 @@ export declare class StartMicroOutboundResponse extends $tea.Model {
|
|
|
1572
2002
|
[key: string]: any;
|
|
1573
2003
|
});
|
|
1574
2004
|
}
|
|
1575
|
-
export declare class
|
|
2005
|
+
export declare class StopRobotTaskRequest extends $tea.Model {
|
|
1576
2006
|
ownerId?: number;
|
|
1577
2007
|
resourceOwnerAccount?: string;
|
|
1578
2008
|
resourceOwnerId?: number;
|
|
1579
2009
|
taskId?: number;
|
|
1580
|
-
scheduleTime?: string;
|
|
1581
2010
|
static names(): {
|
|
1582
2011
|
[key: string]: string;
|
|
1583
2012
|
};
|
|
@@ -1588,11 +2017,11 @@ export declare class StartRobotTaskRequest extends $tea.Model {
|
|
|
1588
2017
|
[key: string]: any;
|
|
1589
2018
|
});
|
|
1590
2019
|
}
|
|
1591
|
-
export declare class
|
|
2020
|
+
export declare class StopRobotTaskResponseBody extends $tea.Model {
|
|
2021
|
+
code?: string;
|
|
2022
|
+
data?: string;
|
|
1592
2023
|
message?: string;
|
|
1593
2024
|
requestId?: string;
|
|
1594
|
-
data?: string;
|
|
1595
|
-
code?: string;
|
|
1596
2025
|
static names(): {
|
|
1597
2026
|
[key: string]: string;
|
|
1598
2027
|
};
|
|
@@ -1603,11 +2032,11 @@ export declare class StartRobotTaskResponseBody extends $tea.Model {
|
|
|
1603
2032
|
[key: string]: any;
|
|
1604
2033
|
});
|
|
1605
2034
|
}
|
|
1606
|
-
export declare class
|
|
2035
|
+
export declare class StopRobotTaskResponse extends $tea.Model {
|
|
1607
2036
|
headers: {
|
|
1608
2037
|
[key: string]: string;
|
|
1609
2038
|
};
|
|
1610
|
-
body:
|
|
2039
|
+
body: StopRobotTaskResponseBody;
|
|
1611
2040
|
static names(): {
|
|
1612
2041
|
[key: string]: string;
|
|
1613
2042
|
};
|
|
@@ -1618,11 +2047,20 @@ export declare class StartRobotTaskResponse extends $tea.Model {
|
|
|
1618
2047
|
[key: string]: any;
|
|
1619
2048
|
});
|
|
1620
2049
|
}
|
|
1621
|
-
export declare class
|
|
2050
|
+
export declare class SubmitHotlineTransferRegisterRequest extends $tea.Model {
|
|
2051
|
+
agreement?: string;
|
|
2052
|
+
hotlineNumber?: string;
|
|
2053
|
+
operatorIdentityCard?: string;
|
|
2054
|
+
operatorMail?: string;
|
|
2055
|
+
operatorMailVerifyCode?: string;
|
|
2056
|
+
operatorMobile?: string;
|
|
2057
|
+
operatorMobileVerifyCode?: string;
|
|
2058
|
+
operatorName?: string;
|
|
1622
2059
|
ownerId?: number;
|
|
2060
|
+
qualificationId?: string;
|
|
1623
2061
|
resourceOwnerAccount?: string;
|
|
1624
2062
|
resourceOwnerId?: number;
|
|
1625
|
-
|
|
2063
|
+
transferPhoneNumberInfos?: SubmitHotlineTransferRegisterRequestTransferPhoneNumberInfos[];
|
|
1626
2064
|
static names(): {
|
|
1627
2065
|
[key: string]: string;
|
|
1628
2066
|
};
|
|
@@ -1633,11 +2071,11 @@ export declare class StopRobotTaskRequest extends $tea.Model {
|
|
|
1633
2071
|
[key: string]: any;
|
|
1634
2072
|
});
|
|
1635
2073
|
}
|
|
1636
|
-
export declare class
|
|
2074
|
+
export declare class SubmitHotlineTransferRegisterResponseBody extends $tea.Model {
|
|
2075
|
+
code?: string;
|
|
2076
|
+
data?: number;
|
|
1637
2077
|
message?: string;
|
|
1638
2078
|
requestId?: string;
|
|
1639
|
-
data?: string;
|
|
1640
|
-
code?: string;
|
|
1641
2079
|
static names(): {
|
|
1642
2080
|
[key: string]: string;
|
|
1643
2081
|
};
|
|
@@ -1648,11 +2086,11 @@ export declare class StopRobotTaskResponseBody extends $tea.Model {
|
|
|
1648
2086
|
[key: string]: any;
|
|
1649
2087
|
});
|
|
1650
2088
|
}
|
|
1651
|
-
export declare class
|
|
2089
|
+
export declare class SubmitHotlineTransferRegisterResponse extends $tea.Model {
|
|
1652
2090
|
headers: {
|
|
1653
2091
|
[key: string]: string;
|
|
1654
2092
|
};
|
|
1655
|
-
body:
|
|
2093
|
+
body: SubmitHotlineTransferRegisterResponseBody;
|
|
1656
2094
|
static names(): {
|
|
1657
2095
|
[key: string]: string;
|
|
1658
2096
|
};
|
|
@@ -1663,12 +2101,14 @@ export declare class StopRobotTaskResponse extends $tea.Model {
|
|
|
1663
2101
|
[key: string]: any;
|
|
1664
2102
|
});
|
|
1665
2103
|
}
|
|
1666
|
-
export declare class
|
|
2104
|
+
export declare class UploadRobotTaskCalledFileRequest extends $tea.Model {
|
|
2105
|
+
calledNumber?: string;
|
|
2106
|
+
id?: number;
|
|
1667
2107
|
ownerId?: number;
|
|
1668
2108
|
resourceOwnerAccount?: string;
|
|
1669
2109
|
resourceOwnerId?: number;
|
|
1670
|
-
|
|
1671
|
-
|
|
2110
|
+
ttsParam?: string;
|
|
2111
|
+
ttsParamHead?: string;
|
|
1672
2112
|
static names(): {
|
|
1673
2113
|
[key: string]: string;
|
|
1674
2114
|
};
|
|
@@ -1679,11 +2119,11 @@ export declare class UnbindNumberAndVoipIdRequest extends $tea.Model {
|
|
|
1679
2119
|
[key: string]: any;
|
|
1680
2120
|
});
|
|
1681
2121
|
}
|
|
1682
|
-
export declare class
|
|
2122
|
+
export declare class UploadRobotTaskCalledFileResponseBody extends $tea.Model {
|
|
2123
|
+
code?: string;
|
|
2124
|
+
data?: string;
|
|
1683
2125
|
message?: string;
|
|
1684
2126
|
requestId?: string;
|
|
1685
|
-
module?: string;
|
|
1686
|
-
code?: string;
|
|
1687
2127
|
static names(): {
|
|
1688
2128
|
[key: string]: string;
|
|
1689
2129
|
};
|
|
@@ -1694,11 +2134,11 @@ export declare class UnbindNumberAndVoipIdResponseBody extends $tea.Model {
|
|
|
1694
2134
|
[key: string]: any;
|
|
1695
2135
|
});
|
|
1696
2136
|
}
|
|
1697
|
-
export declare class
|
|
2137
|
+
export declare class UploadRobotTaskCalledFileResponse extends $tea.Model {
|
|
1698
2138
|
headers: {
|
|
1699
2139
|
[key: string]: string;
|
|
1700
2140
|
};
|
|
1701
|
-
body:
|
|
2141
|
+
body: UploadRobotTaskCalledFileResponseBody;
|
|
1702
2142
|
static names(): {
|
|
1703
2143
|
[key: string]: string;
|
|
1704
2144
|
};
|
|
@@ -1709,11 +2149,9 @@ export declare class UnbindNumberAndVoipIdResponse extends $tea.Model {
|
|
|
1709
2149
|
[key: string]: any;
|
|
1710
2150
|
});
|
|
1711
2151
|
}
|
|
1712
|
-
export declare class
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
resourceOwnerId?: number;
|
|
1716
|
-
phoneNumber?: string;
|
|
2152
|
+
export declare class GetCallInfoResponseBodyData extends $tea.Model {
|
|
2153
|
+
channelId?: string;
|
|
2154
|
+
status?: string;
|
|
1717
2155
|
static names(): {
|
|
1718
2156
|
[key: string]: string;
|
|
1719
2157
|
};
|
|
@@ -1724,11 +2162,10 @@ export declare class UndoRtcNumberAuthRequest extends $tea.Model {
|
|
|
1724
2162
|
[key: string]: any;
|
|
1725
2163
|
});
|
|
1726
2164
|
}
|
|
1727
|
-
export declare class
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
code?: string;
|
|
2165
|
+
export declare class GetHotlineQualificationByOrderResponseBodyData extends $tea.Model {
|
|
2166
|
+
orderId?: string;
|
|
2167
|
+
qualificationId?: string;
|
|
2168
|
+
status?: string;
|
|
1732
2169
|
static names(): {
|
|
1733
2170
|
[key: string]: string;
|
|
1734
2171
|
};
|
|
@@ -1739,11 +2176,15 @@ export declare class UndoRtcNumberAuthResponseBody extends $tea.Model {
|
|
|
1739
2176
|
[key: string]: any;
|
|
1740
2177
|
});
|
|
1741
2178
|
}
|
|
1742
|
-
export declare class
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
2179
|
+
export declare class GetMqttTokenResponseBodyData extends $tea.Model {
|
|
2180
|
+
clientId?: string;
|
|
2181
|
+
expireTime?: string;
|
|
2182
|
+
host?: string;
|
|
2183
|
+
instanceId?: string;
|
|
2184
|
+
p2pTopic?: string;
|
|
2185
|
+
serverId?: string;
|
|
2186
|
+
token?: string;
|
|
2187
|
+
username?: string;
|
|
1747
2188
|
static names(): {
|
|
1748
2189
|
[key: string]: string;
|
|
1749
2190
|
};
|
|
@@ -1754,14 +2195,10 @@ export declare class UndoRtcNumberAuthResponse extends $tea.Model {
|
|
|
1754
2195
|
[key: string]: any;
|
|
1755
2196
|
});
|
|
1756
2197
|
}
|
|
1757
|
-
export declare class
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
id?: number;
|
|
1762
|
-
calledNumber?: string;
|
|
1763
|
-
ttsParam?: string;
|
|
1764
|
-
ttsParamHead?: string;
|
|
2198
|
+
export declare class IvrCallRequestMenuKeyMap extends $tea.Model {
|
|
2199
|
+
code?: string;
|
|
2200
|
+
key?: string;
|
|
2201
|
+
ttsParams?: string;
|
|
1765
2202
|
static names(): {
|
|
1766
2203
|
[key: string]: string;
|
|
1767
2204
|
};
|
|
@@ -1772,11 +2209,22 @@ export declare class UploadRobotTaskCalledFileRequest extends $tea.Model {
|
|
|
1772
2209
|
[key: string]: any;
|
|
1773
2210
|
});
|
|
1774
2211
|
}
|
|
1775
|
-
export declare class
|
|
1776
|
-
|
|
1777
|
-
|
|
2212
|
+
export declare class ListCallTaskResponseBodyData extends $tea.Model {
|
|
2213
|
+
bizType?: string;
|
|
2214
|
+
completeTime?: string;
|
|
2215
|
+
completedCount?: number;
|
|
2216
|
+
completedRate?: number;
|
|
1778
2217
|
data?: string;
|
|
1779
|
-
|
|
2218
|
+
dataType?: string;
|
|
2219
|
+
fireTime?: string;
|
|
2220
|
+
id?: number;
|
|
2221
|
+
resource?: string;
|
|
2222
|
+
status?: string;
|
|
2223
|
+
stopTime?: string;
|
|
2224
|
+
taskName?: string;
|
|
2225
|
+
templateCode?: string;
|
|
2226
|
+
templateName?: string;
|
|
2227
|
+
totalCount?: number;
|
|
1780
2228
|
static names(): {
|
|
1781
2229
|
[key: string]: string;
|
|
1782
2230
|
};
|
|
@@ -1787,11 +2235,29 @@ export declare class UploadRobotTaskCalledFileResponseBody extends $tea.Model {
|
|
|
1787
2235
|
[key: string]: any;
|
|
1788
2236
|
});
|
|
1789
2237
|
}
|
|
1790
|
-
export declare class
|
|
1791
|
-
|
|
2238
|
+
export declare class ListCallTaskDetailResponseBodyData extends $tea.Model {
|
|
2239
|
+
calledNum?: string;
|
|
2240
|
+
caller?: string;
|
|
2241
|
+
duration?: number;
|
|
2242
|
+
id?: number;
|
|
2243
|
+
status?: string;
|
|
2244
|
+
static names(): {
|
|
1792
2245
|
[key: string]: string;
|
|
1793
2246
|
};
|
|
1794
|
-
|
|
2247
|
+
static types(): {
|
|
2248
|
+
[key: string]: any;
|
|
2249
|
+
};
|
|
2250
|
+
constructor(map?: {
|
|
2251
|
+
[key: string]: any;
|
|
2252
|
+
});
|
|
2253
|
+
}
|
|
2254
|
+
export declare class ListHotlineTransferNumberResponseBodyDataValues extends $tea.Model {
|
|
2255
|
+
hotlineNumber?: string;
|
|
2256
|
+
identityCard?: string;
|
|
2257
|
+
numberOwnerName?: string;
|
|
2258
|
+
phoneNumber?: string;
|
|
2259
|
+
qualificationId?: string;
|
|
2260
|
+
resUniqueCode?: string;
|
|
1795
2261
|
static names(): {
|
|
1796
2262
|
[key: string]: string;
|
|
1797
2263
|
};
|
|
@@ -1802,11 +2268,11 @@ export declare class UploadRobotTaskCalledFileResponse extends $tea.Model {
|
|
|
1802
2268
|
[key: string]: any;
|
|
1803
2269
|
});
|
|
1804
2270
|
}
|
|
1805
|
-
export declare class
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
|
|
2271
|
+
export declare class ListHotlineTransferNumberResponseBodyData extends $tea.Model {
|
|
2272
|
+
pageNo?: number;
|
|
2273
|
+
pageSize?: number;
|
|
2274
|
+
total?: number;
|
|
2275
|
+
values?: ListHotlineTransferNumberResponseBodyDataValues[];
|
|
1810
2276
|
static names(): {
|
|
1811
2277
|
[key: string]: string;
|
|
1812
2278
|
};
|
|
@@ -1817,11 +2283,16 @@ export declare class VoipAddAccountRequest extends $tea.Model {
|
|
|
1817
2283
|
[key: string]: any;
|
|
1818
2284
|
});
|
|
1819
2285
|
}
|
|
1820
|
-
export declare class
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
|
|
1824
|
-
|
|
2286
|
+
export declare class ListHotlineTransferRegisterFileResponseBodyDataValues extends $tea.Model {
|
|
2287
|
+
agree?: string;
|
|
2288
|
+
corpName?: string;
|
|
2289
|
+
hotlineNumber?: string;
|
|
2290
|
+
mngOpIdentityCard?: string;
|
|
2291
|
+
mngOpMail?: string;
|
|
2292
|
+
mngOpMobile?: string;
|
|
2293
|
+
mngOpName?: string;
|
|
2294
|
+
qualificationId?: string;
|
|
2295
|
+
resUniqueCode?: number;
|
|
1825
2296
|
static names(): {
|
|
1826
2297
|
[key: string]: string;
|
|
1827
2298
|
};
|
|
@@ -1832,11 +2303,23 @@ export declare class VoipAddAccountResponseBody extends $tea.Model {
|
|
|
1832
2303
|
[key: string]: any;
|
|
1833
2304
|
});
|
|
1834
2305
|
}
|
|
1835
|
-
export declare class
|
|
1836
|
-
|
|
2306
|
+
export declare class ListHotlineTransferRegisterFileResponseBodyData extends $tea.Model {
|
|
2307
|
+
pageNo?: number;
|
|
2308
|
+
pageSize?: number;
|
|
2309
|
+
total?: number;
|
|
2310
|
+
values?: ListHotlineTransferRegisterFileResponseBodyDataValues[];
|
|
2311
|
+
static names(): {
|
|
1837
2312
|
[key: string]: string;
|
|
1838
2313
|
};
|
|
1839
|
-
|
|
2314
|
+
static types(): {
|
|
2315
|
+
[key: string]: any;
|
|
2316
|
+
};
|
|
2317
|
+
constructor(map?: {
|
|
2318
|
+
[key: string]: any;
|
|
2319
|
+
});
|
|
2320
|
+
}
|
|
2321
|
+
export declare class QueryCallInPoolTransferConfigResponseBodyDataDetails extends $tea.Model {
|
|
2322
|
+
called?: string;
|
|
1840
2323
|
static names(): {
|
|
1841
2324
|
[key: string]: string;
|
|
1842
2325
|
};
|
|
@@ -1847,13 +2330,11 @@ export declare class VoipAddAccountResponse extends $tea.Model {
|
|
|
1847
2330
|
[key: string]: any;
|
|
1848
2331
|
});
|
|
1849
2332
|
}
|
|
1850
|
-
export declare class
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
|
|
1854
|
-
|
|
1855
|
-
deviceId?: string;
|
|
1856
|
-
isCustomAccount?: boolean;
|
|
2333
|
+
export declare class QueryCallInPoolTransferConfigResponseBodyData extends $tea.Model {
|
|
2334
|
+
calledRouteMode?: string;
|
|
2335
|
+
details?: QueryCallInPoolTransferConfigResponseBodyDataDetails[];
|
|
2336
|
+
gmtCreate?: number;
|
|
2337
|
+
transferTimeout?: string;
|
|
1857
2338
|
static names(): {
|
|
1858
2339
|
[key: string]: string;
|
|
1859
2340
|
};
|
|
@@ -1864,11 +2345,13 @@ export declare class VoipGetTokenRequest extends $tea.Model {
|
|
|
1864
2345
|
[key: string]: any;
|
|
1865
2346
|
});
|
|
1866
2347
|
}
|
|
1867
|
-
export declare class
|
|
1868
|
-
|
|
1869
|
-
|
|
1870
|
-
|
|
1871
|
-
|
|
2348
|
+
export declare class QueryCallInTransferRecordResponseBodyDataValues extends $tea.Model {
|
|
2349
|
+
callInCalled?: string;
|
|
2350
|
+
callInCaller?: string;
|
|
2351
|
+
gmtCreate?: number;
|
|
2352
|
+
recordUrl?: string;
|
|
2353
|
+
transferCalled?: string;
|
|
2354
|
+
transferCaller?: string;
|
|
1872
2355
|
static names(): {
|
|
1873
2356
|
[key: string]: string;
|
|
1874
2357
|
};
|
|
@@ -1879,11 +2362,30 @@ export declare class VoipGetTokenResponseBody extends $tea.Model {
|
|
|
1879
2362
|
[key: string]: any;
|
|
1880
2363
|
});
|
|
1881
2364
|
}
|
|
1882
|
-
export declare class
|
|
1883
|
-
|
|
2365
|
+
export declare class QueryCallInTransferRecordResponseBodyData extends $tea.Model {
|
|
2366
|
+
pageNo?: number;
|
|
2367
|
+
pageSize?: number;
|
|
2368
|
+
total?: number;
|
|
2369
|
+
values?: QueryCallInTransferRecordResponseBodyDataValues[];
|
|
2370
|
+
static names(): {
|
|
1884
2371
|
[key: string]: string;
|
|
1885
2372
|
};
|
|
1886
|
-
|
|
2373
|
+
static types(): {
|
|
2374
|
+
[key: string]: any;
|
|
2375
|
+
};
|
|
2376
|
+
constructor(map?: {
|
|
2377
|
+
[key: string]: any;
|
|
2378
|
+
});
|
|
2379
|
+
}
|
|
2380
|
+
export declare class RefreshMqttTokenResponseBodyData extends $tea.Model {
|
|
2381
|
+
clientId?: string;
|
|
2382
|
+
expireTime?: string;
|
|
2383
|
+
host?: string;
|
|
2384
|
+
instanceId?: string;
|
|
2385
|
+
p2pTopic?: string;
|
|
2386
|
+
serverId?: string;
|
|
2387
|
+
token?: string;
|
|
2388
|
+
username?: string;
|
|
1887
2389
|
static names(): {
|
|
1888
2390
|
[key: string]: string;
|
|
1889
2391
|
};
|
|
@@ -1894,10 +2396,9 @@ export declare class VoipGetTokenResponse extends $tea.Model {
|
|
|
1894
2396
|
[key: string]: any;
|
|
1895
2397
|
});
|
|
1896
2398
|
}
|
|
1897
|
-
export declare class
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
code?: string;
|
|
2399
|
+
export declare class SetTransferCalleePoolConfigRequestDetails extends $tea.Model {
|
|
2400
|
+
called?: string;
|
|
2401
|
+
caller?: string;
|
|
1901
2402
|
static names(): {
|
|
1902
2403
|
[key: string]: string;
|
|
1903
2404
|
};
|
|
@@ -1908,29 +2409,10 @@ export declare class IvrCallRequestMenuKeyMap extends $tea.Model {
|
|
|
1908
2409
|
[key: string]: any;
|
|
1909
2410
|
});
|
|
1910
2411
|
}
|
|
1911
|
-
export declare class
|
|
1912
|
-
|
|
1913
|
-
|
|
1914
|
-
|
|
1915
|
-
gmtModifiedStr?: string;
|
|
1916
|
-
outboundNum?: string;
|
|
1917
|
-
modifierId?: number;
|
|
1918
|
-
sceneName?: string;
|
|
1919
|
-
creatorId?: number;
|
|
1920
|
-
robotName?: string;
|
|
1921
|
-
modifierName?: string;
|
|
1922
|
-
resourceAllocation?: number;
|
|
1923
|
-
extAttr?: string;
|
|
1924
|
-
numType?: number;
|
|
1925
|
-
buId?: number;
|
|
1926
|
-
robotId?: string;
|
|
1927
|
-
creatorName?: string;
|
|
1928
|
-
departmentId?: number;
|
|
1929
|
-
robotType?: number;
|
|
1930
|
-
ruleCode?: number;
|
|
1931
|
-
name?: string;
|
|
1932
|
-
gmtCreateStr?: string;
|
|
1933
|
-
id?: number;
|
|
2412
|
+
export declare class SubmitHotlineTransferRegisterRequestTransferPhoneNumberInfos extends $tea.Model {
|
|
2413
|
+
identityCard?: string;
|
|
2414
|
+
phoneNumber?: string;
|
|
2415
|
+
phoneNumberOwnerName?: string;
|
|
1934
2416
|
static names(): {
|
|
1935
2417
|
[key: string]: string;
|
|
1936
2418
|
};
|
|
@@ -1948,10 +2430,10 @@ export default class Client extends OpenApi {
|
|
|
1948
2430
|
}, endpoint: string): string;
|
|
1949
2431
|
addRtcAccountWithOptions(request: AddRtcAccountRequest, runtime: $Util.RuntimeOptions): Promise<AddRtcAccountResponse>;
|
|
1950
2432
|
addRtcAccount(request: AddRtcAccountRequest): Promise<AddRtcAccountResponse>;
|
|
2433
|
+
addVirtualNumberRelationWithOptions(request: AddVirtualNumberRelationRequest, runtime: $Util.RuntimeOptions): Promise<AddVirtualNumberRelationResponse>;
|
|
2434
|
+
addVirtualNumberRelation(request: AddVirtualNumberRelationRequest): Promise<AddVirtualNumberRelationResponse>;
|
|
1951
2435
|
batchRobotSmartCallWithOptions(request: BatchRobotSmartCallRequest, runtime: $Util.RuntimeOptions): Promise<BatchRobotSmartCallResponse>;
|
|
1952
2436
|
batchRobotSmartCall(request: BatchRobotSmartCallRequest): Promise<BatchRobotSmartCallResponse>;
|
|
1953
|
-
bindNumberAndVoipIdWithOptions(request: BindNumberAndVoipIdRequest, runtime: $Util.RuntimeOptions): Promise<BindNumberAndVoipIdResponse>;
|
|
1954
|
-
bindNumberAndVoipId(request: BindNumberAndVoipIdRequest): Promise<BindNumberAndVoipIdResponse>;
|
|
1955
2437
|
cancelCallWithOptions(request: CancelCallRequest, runtime: $Util.RuntimeOptions): Promise<CancelCallResponse>;
|
|
1956
2438
|
cancelCall(request: CancelCallRequest): Promise<CancelCallResponse>;
|
|
1957
2439
|
cancelOrderRobotTaskWithOptions(request: CancelOrderRobotTaskRequest, runtime: $Util.RuntimeOptions): Promise<CancelOrderRobotTaskResponse>;
|
|
@@ -1960,28 +2442,42 @@ export default class Client extends OpenApi {
|
|
|
1960
2442
|
cancelRobotTask(request: CancelRobotTaskRequest): Promise<CancelRobotTaskResponse>;
|
|
1961
2443
|
clickToDialWithOptions(request: ClickToDialRequest, runtime: $Util.RuntimeOptions): Promise<ClickToDialResponse>;
|
|
1962
2444
|
clickToDial(request: ClickToDialRequest): Promise<ClickToDialResponse>;
|
|
2445
|
+
createCallTaskWithOptions(request: CreateCallTaskRequest, runtime: $Util.RuntimeOptions): Promise<CreateCallTaskResponse>;
|
|
2446
|
+
createCallTask(request: CreateCallTaskRequest): Promise<CreateCallTaskResponse>;
|
|
1963
2447
|
createRobotTaskWithOptions(request: CreateRobotTaskRequest, runtime: $Util.RuntimeOptions): Promise<CreateRobotTaskResponse>;
|
|
1964
2448
|
createRobotTask(request: CreateRobotTaskRequest): Promise<CreateRobotTaskResponse>;
|
|
1965
2449
|
deleteRobotTaskWithOptions(request: DeleteRobotTaskRequest, runtime: $Util.RuntimeOptions): Promise<DeleteRobotTaskResponse>;
|
|
1966
2450
|
deleteRobotTask(request: DeleteRobotTaskRequest): Promise<DeleteRobotTaskResponse>;
|
|
1967
|
-
|
|
1968
|
-
|
|
1969
|
-
|
|
1970
|
-
|
|
2451
|
+
executeCallTaskWithOptions(request: ExecuteCallTaskRequest, runtime: $Util.RuntimeOptions): Promise<ExecuteCallTaskResponse>;
|
|
2452
|
+
executeCallTask(request: ExecuteCallTaskRequest): Promise<ExecuteCallTaskResponse>;
|
|
2453
|
+
getCallInfoWithOptions(request: GetCallInfoRequest, runtime: $Util.RuntimeOptions): Promise<GetCallInfoResponse>;
|
|
2454
|
+
getCallInfo(request: GetCallInfoRequest): Promise<GetCallInfoResponse>;
|
|
2455
|
+
getHotlineQualificationByOrderWithOptions(request: GetHotlineQualificationByOrderRequest, runtime: $Util.RuntimeOptions): Promise<GetHotlineQualificationByOrderResponse>;
|
|
2456
|
+
getHotlineQualificationByOrder(request: GetHotlineQualificationByOrderRequest): Promise<GetHotlineQualificationByOrderResponse>;
|
|
2457
|
+
getMqttTokenWithOptions(request: GetMqttTokenRequest, runtime: $Util.RuntimeOptions): Promise<GetMqttTokenResponse>;
|
|
2458
|
+
getMqttToken(request: GetMqttTokenRequest): Promise<GetMqttTokenResponse>;
|
|
1971
2459
|
getRtcTokenWithOptions(request: GetRtcTokenRequest, runtime: $Util.RuntimeOptions): Promise<GetRtcTokenResponse>;
|
|
1972
2460
|
getRtcToken(request: GetRtcTokenRequest): Promise<GetRtcTokenResponse>;
|
|
2461
|
+
getTokenWithOptions(request: GetTokenRequest, runtime: $Util.RuntimeOptions): Promise<GetTokenResponse>;
|
|
2462
|
+
getToken(request: GetTokenRequest): Promise<GetTokenResponse>;
|
|
1973
2463
|
ivrCallWithOptions(request: IvrCallRequest, runtime: $Util.RuntimeOptions): Promise<IvrCallResponse>;
|
|
1974
2464
|
ivrCall(request: IvrCallRequest): Promise<IvrCallResponse>;
|
|
1975
|
-
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
|
|
2465
|
+
listCallTaskWithOptions(request: ListCallTaskRequest, runtime: $Util.RuntimeOptions): Promise<ListCallTaskResponse>;
|
|
2466
|
+
listCallTask(request: ListCallTaskRequest): Promise<ListCallTaskResponse>;
|
|
2467
|
+
listCallTaskDetailWithOptions(request: ListCallTaskDetailRequest, runtime: $Util.RuntimeOptions): Promise<ListCallTaskDetailResponse>;
|
|
2468
|
+
listCallTaskDetail(request: ListCallTaskDetailRequest): Promise<ListCallTaskDetailResponse>;
|
|
2469
|
+
listHotlineTransferNumberWithOptions(request: ListHotlineTransferNumberRequest, runtime: $Util.RuntimeOptions): Promise<ListHotlineTransferNumberResponse>;
|
|
2470
|
+
listHotlineTransferNumber(request: ListHotlineTransferNumberRequest): Promise<ListHotlineTransferNumberResponse>;
|
|
2471
|
+
listHotlineTransferRegisterFileWithOptions(request: ListHotlineTransferRegisterFileRequest, runtime: $Util.RuntimeOptions): Promise<ListHotlineTransferRegisterFileResponse>;
|
|
2472
|
+
listHotlineTransferRegisterFile(request: ListHotlineTransferRegisterFileRequest): Promise<ListHotlineTransferRegisterFileResponse>;
|
|
1981
2473
|
queryCallDetailByCallIdWithOptions(request: QueryCallDetailByCallIdRequest, runtime: $Util.RuntimeOptions): Promise<QueryCallDetailByCallIdResponse>;
|
|
1982
2474
|
queryCallDetailByCallId(request: QueryCallDetailByCallIdRequest): Promise<QueryCallDetailByCallIdResponse>;
|
|
1983
2475
|
queryCallDetailByTaskIdWithOptions(request: QueryCallDetailByTaskIdRequest, runtime: $Util.RuntimeOptions): Promise<QueryCallDetailByTaskIdResponse>;
|
|
1984
2476
|
queryCallDetailByTaskId(request: QueryCallDetailByTaskIdRequest): Promise<QueryCallDetailByTaskIdResponse>;
|
|
2477
|
+
queryCallInPoolTransferConfigWithOptions(request: QueryCallInPoolTransferConfigRequest, runtime: $Util.RuntimeOptions): Promise<QueryCallInPoolTransferConfigResponse>;
|
|
2478
|
+
queryCallInPoolTransferConfig(request: QueryCallInPoolTransferConfigRequest): Promise<QueryCallInPoolTransferConfigResponse>;
|
|
2479
|
+
queryCallInTransferRecordWithOptions(request: QueryCallInTransferRecordRequest, runtime: $Util.RuntimeOptions): Promise<QueryCallInTransferRecordResponse>;
|
|
2480
|
+
queryCallInTransferRecord(request: QueryCallInTransferRecordRequest): Promise<QueryCallInTransferRecordResponse>;
|
|
1985
2481
|
queryRobotInfoListWithOptions(request: QueryRobotInfoListRequest, runtime: $Util.RuntimeOptions): Promise<QueryRobotInfoListResponse>;
|
|
1986
2482
|
queryRobotInfoList(request: QueryRobotInfoListRequest): Promise<QueryRobotInfoListResponse>;
|
|
1987
2483
|
queryRobotTaskCallDetailWithOptions(request: QueryRobotTaskCallDetailRequest, runtime: $Util.RuntimeOptions): Promise<QueryRobotTaskCallDetailResponse>;
|
|
@@ -1994,12 +2490,16 @@ export default class Client extends OpenApi {
|
|
|
1994
2490
|
queryRobotTaskList(request: QueryRobotTaskListRequest): Promise<QueryRobotTaskListResponse>;
|
|
1995
2491
|
queryRobotv2AllListWithOptions(request: QueryRobotv2AllListRequest, runtime: $Util.RuntimeOptions): Promise<QueryRobotv2AllListResponse>;
|
|
1996
2492
|
queryRobotv2AllList(request: QueryRobotv2AllListRequest): Promise<QueryRobotv2AllListResponse>;
|
|
1997
|
-
|
|
1998
|
-
|
|
1999
|
-
|
|
2000
|
-
|
|
2001
|
-
|
|
2002
|
-
|
|
2493
|
+
queryVirtualNumberWithOptions(request: QueryVirtualNumberRequest, runtime: $Util.RuntimeOptions): Promise<QueryVirtualNumberResponse>;
|
|
2494
|
+
queryVirtualNumber(request: QueryVirtualNumberRequest): Promise<QueryVirtualNumberResponse>;
|
|
2495
|
+
queryVirtualNumberRelationWithOptions(request: QueryVirtualNumberRelationRequest, runtime: $Util.RuntimeOptions): Promise<QueryVirtualNumberRelationResponse>;
|
|
2496
|
+
queryVirtualNumberRelation(request: QueryVirtualNumberRelationRequest): Promise<QueryVirtualNumberRelationResponse>;
|
|
2497
|
+
refreshMqttTokenWithOptions(request: RefreshMqttTokenRequest, runtime: $Util.RuntimeOptions): Promise<RefreshMqttTokenResponse>;
|
|
2498
|
+
refreshMqttToken(request: RefreshMqttTokenRequest): Promise<RefreshMqttTokenResponse>;
|
|
2499
|
+
sendVerificationWithOptions(request: SendVerificationRequest, runtime: $Util.RuntimeOptions): Promise<SendVerificationResponse>;
|
|
2500
|
+
sendVerification(request: SendVerificationRequest): Promise<SendVerificationResponse>;
|
|
2501
|
+
setTransferCalleePoolConfigWithOptions(request: SetTransferCalleePoolConfigRequest, runtime: $Util.RuntimeOptions): Promise<SetTransferCalleePoolConfigResponse>;
|
|
2502
|
+
setTransferCalleePoolConfig(request: SetTransferCalleePoolConfigRequest): Promise<SetTransferCalleePoolConfigResponse>;
|
|
2003
2503
|
singleCallByTtsWithOptions(request: SingleCallByTtsRequest, runtime: $Util.RuntimeOptions): Promise<SingleCallByTtsResponse>;
|
|
2004
2504
|
singleCallByTts(request: SingleCallByTtsRequest): Promise<SingleCallByTtsResponse>;
|
|
2005
2505
|
singleCallByVoiceWithOptions(request: SingleCallByVoiceRequest, runtime: $Util.RuntimeOptions): Promise<SingleCallByVoiceResponse>;
|
|
@@ -2008,20 +2508,12 @@ export default class Client extends OpenApi {
|
|
|
2008
2508
|
smartCall(request: SmartCallRequest): Promise<SmartCallResponse>;
|
|
2009
2509
|
smartCallOperateWithOptions(request: SmartCallOperateRequest, runtime: $Util.RuntimeOptions): Promise<SmartCallOperateResponse>;
|
|
2010
2510
|
smartCallOperate(request: SmartCallOperateRequest): Promise<SmartCallOperateResponse>;
|
|
2011
|
-
startMicroOutboundWithOptions(request: StartMicroOutboundRequest, runtime: $Util.RuntimeOptions): Promise<StartMicroOutboundResponse>;
|
|
2012
|
-
startMicroOutbound(request: StartMicroOutboundRequest): Promise<StartMicroOutboundResponse>;
|
|
2013
2511
|
startRobotTaskWithOptions(request: StartRobotTaskRequest, runtime: $Util.RuntimeOptions): Promise<StartRobotTaskResponse>;
|
|
2014
2512
|
startRobotTask(request: StartRobotTaskRequest): Promise<StartRobotTaskResponse>;
|
|
2015
2513
|
stopRobotTaskWithOptions(request: StopRobotTaskRequest, runtime: $Util.RuntimeOptions): Promise<StopRobotTaskResponse>;
|
|
2016
2514
|
stopRobotTask(request: StopRobotTaskRequest): Promise<StopRobotTaskResponse>;
|
|
2017
|
-
|
|
2018
|
-
|
|
2019
|
-
undoRtcNumberAuthWithOptions(request: UndoRtcNumberAuthRequest, runtime: $Util.RuntimeOptions): Promise<UndoRtcNumberAuthResponse>;
|
|
2020
|
-
undoRtcNumberAuth(request: UndoRtcNumberAuthRequest): Promise<UndoRtcNumberAuthResponse>;
|
|
2515
|
+
submitHotlineTransferRegisterWithOptions(request: SubmitHotlineTransferRegisterRequest, runtime: $Util.RuntimeOptions): Promise<SubmitHotlineTransferRegisterResponse>;
|
|
2516
|
+
submitHotlineTransferRegister(request: SubmitHotlineTransferRegisterRequest): Promise<SubmitHotlineTransferRegisterResponse>;
|
|
2021
2517
|
uploadRobotTaskCalledFileWithOptions(request: UploadRobotTaskCalledFileRequest, runtime: $Util.RuntimeOptions): Promise<UploadRobotTaskCalledFileResponse>;
|
|
2022
2518
|
uploadRobotTaskCalledFile(request: UploadRobotTaskCalledFileRequest): Promise<UploadRobotTaskCalledFileResponse>;
|
|
2023
|
-
voipAddAccountWithOptions(request: VoipAddAccountRequest, runtime: $Util.RuntimeOptions): Promise<VoipAddAccountResponse>;
|
|
2024
|
-
voipAddAccount(request: VoipAddAccountRequest): Promise<VoipAddAccountResponse>;
|
|
2025
|
-
voipGetTokenWithOptions(request: VoipGetTokenRequest, runtime: $Util.RuntimeOptions): Promise<VoipGetTokenResponse>;
|
|
2026
|
-
voipGetToken(request: VoipGetTokenRequest): Promise<VoipGetTokenResponse>;
|
|
2027
2519
|
}
|