@alicloud/dyvmsapi20170525 2.1.3 → 2.2.0
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 +1182 -228
- package/dist/client.js +2291 -835
- package/dist/client.js.map +1 -1
- package/package.json +9 -9
- package/src/client.ts +2184 -499
package/dist/client.d.ts
CHANGED
|
@@ -4,11 +4,15 @@
|
|
|
4
4
|
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
|
-
export declare class
|
|
8
|
-
|
|
7
|
+
export declare class AddVirtualNumberRelationRequest extends $tea.Model {
|
|
8
|
+
corpNameList?: string;
|
|
9
|
+
numberList?: string;
|
|
9
10
|
ownerId?: number;
|
|
11
|
+
phoneNum?: string;
|
|
12
|
+
prodCode?: string;
|
|
10
13
|
resourceOwnerAccount?: string;
|
|
11
14
|
resourceOwnerId?: number;
|
|
15
|
+
routeType?: number;
|
|
12
16
|
static names(): {
|
|
13
17
|
[key: string]: string;
|
|
14
18
|
};
|
|
@@ -19,10 +23,10 @@ export declare class AddRtcAccountRequest extends $tea.Model {
|
|
|
19
23
|
[key: string]: any;
|
|
20
24
|
});
|
|
21
25
|
}
|
|
22
|
-
export declare class
|
|
26
|
+
export declare class AddVirtualNumberRelationResponseBody extends $tea.Model {
|
|
23
27
|
code?: string;
|
|
28
|
+
data?: string;
|
|
24
29
|
message?: string;
|
|
25
|
-
module?: string;
|
|
26
30
|
requestId?: string;
|
|
27
31
|
static names(): {
|
|
28
32
|
[key: string]: string;
|
|
@@ -34,11 +38,12 @@ export declare class AddRtcAccountResponseBody extends $tea.Model {
|
|
|
34
38
|
[key: string]: any;
|
|
35
39
|
});
|
|
36
40
|
}
|
|
37
|
-
export declare class
|
|
38
|
-
headers
|
|
41
|
+
export declare class AddVirtualNumberRelationResponse extends $tea.Model {
|
|
42
|
+
headers?: {
|
|
39
43
|
[key: string]: string;
|
|
40
44
|
};
|
|
41
|
-
|
|
45
|
+
statusCode?: number;
|
|
46
|
+
body?: AddVirtualNumberRelationResponseBody;
|
|
42
47
|
static names(): {
|
|
43
48
|
[key: string]: string;
|
|
44
49
|
};
|
|
@@ -49,15 +54,21 @@ export declare class AddRtcAccountResponse extends $tea.Model {
|
|
|
49
54
|
[key: string]: any;
|
|
50
55
|
});
|
|
51
56
|
}
|
|
52
|
-
export declare class
|
|
53
|
-
|
|
54
|
-
|
|
57
|
+
export declare class BatchRobotSmartCallRequest extends $tea.Model {
|
|
58
|
+
calledNumber?: string;
|
|
59
|
+
calledShowNumber?: string;
|
|
60
|
+
corpName?: string;
|
|
61
|
+
dialogId?: string;
|
|
62
|
+
earlyMediaAsr?: boolean;
|
|
63
|
+
isSelfLine?: boolean;
|
|
55
64
|
ownerId?: number;
|
|
56
|
-
phoneNum?: string;
|
|
57
|
-
prodCode?: string;
|
|
58
65
|
resourceOwnerAccount?: string;
|
|
59
66
|
resourceOwnerId?: number;
|
|
60
|
-
|
|
67
|
+
scheduleCall?: boolean;
|
|
68
|
+
scheduleTime?: number;
|
|
69
|
+
taskName?: string;
|
|
70
|
+
ttsParam?: string;
|
|
71
|
+
ttsParamHead?: string;
|
|
61
72
|
static names(): {
|
|
62
73
|
[key: string]: string;
|
|
63
74
|
};
|
|
@@ -68,11 +79,11 @@ export declare class AddVirtualNumberRelationRequest extends $tea.Model {
|
|
|
68
79
|
[key: string]: any;
|
|
69
80
|
});
|
|
70
81
|
}
|
|
71
|
-
export declare class
|
|
82
|
+
export declare class BatchRobotSmartCallResponseBody extends $tea.Model {
|
|
72
83
|
code?: string;
|
|
73
|
-
data?: string;
|
|
74
84
|
message?: string;
|
|
75
85
|
requestId?: string;
|
|
86
|
+
taskId?: string;
|
|
76
87
|
static names(): {
|
|
77
88
|
[key: string]: string;
|
|
78
89
|
};
|
|
@@ -83,11 +94,12 @@ export declare class AddVirtualNumberRelationResponseBody extends $tea.Model {
|
|
|
83
94
|
[key: string]: any;
|
|
84
95
|
});
|
|
85
96
|
}
|
|
86
|
-
export declare class
|
|
87
|
-
headers
|
|
97
|
+
export declare class BatchRobotSmartCallResponse extends $tea.Model {
|
|
98
|
+
headers?: {
|
|
88
99
|
[key: string]: string;
|
|
89
100
|
};
|
|
90
|
-
|
|
101
|
+
statusCode?: number;
|
|
102
|
+
body?: BatchRobotSmartCallResponseBody;
|
|
91
103
|
static names(): {
|
|
92
104
|
[key: string]: string;
|
|
93
105
|
};
|
|
@@ -98,21 +110,11 @@ export declare class AddVirtualNumberRelationResponse extends $tea.Model {
|
|
|
98
110
|
[key: string]: any;
|
|
99
111
|
});
|
|
100
112
|
}
|
|
101
|
-
export declare class
|
|
102
|
-
calledNumber?: string;
|
|
103
|
-
calledShowNumber?: string;
|
|
104
|
-
corpName?: string;
|
|
105
|
-
dialogId?: string;
|
|
106
|
-
earlyMediaAsr?: boolean;
|
|
107
|
-
isSelfLine?: boolean;
|
|
113
|
+
export declare class CancelOrderRobotTaskRequest extends $tea.Model {
|
|
108
114
|
ownerId?: number;
|
|
109
115
|
resourceOwnerAccount?: string;
|
|
110
116
|
resourceOwnerId?: number;
|
|
111
|
-
|
|
112
|
-
scheduleTime?: number;
|
|
113
|
-
taskName?: string;
|
|
114
|
-
ttsParam?: string;
|
|
115
|
-
ttsParamHead?: string;
|
|
117
|
+
taskId?: number;
|
|
116
118
|
static names(): {
|
|
117
119
|
[key: string]: string;
|
|
118
120
|
};
|
|
@@ -123,11 +125,11 @@ export declare class BatchRobotSmartCallRequest extends $tea.Model {
|
|
|
123
125
|
[key: string]: any;
|
|
124
126
|
});
|
|
125
127
|
}
|
|
126
|
-
export declare class
|
|
128
|
+
export declare class CancelOrderRobotTaskResponseBody extends $tea.Model {
|
|
127
129
|
code?: string;
|
|
130
|
+
data?: string;
|
|
128
131
|
message?: string;
|
|
129
132
|
requestId?: string;
|
|
130
|
-
taskId?: string;
|
|
131
133
|
static names(): {
|
|
132
134
|
[key: string]: string;
|
|
133
135
|
};
|
|
@@ -138,11 +140,12 @@ export declare class BatchRobotSmartCallResponseBody extends $tea.Model {
|
|
|
138
140
|
[key: string]: any;
|
|
139
141
|
});
|
|
140
142
|
}
|
|
141
|
-
export declare class
|
|
142
|
-
headers
|
|
143
|
+
export declare class CancelOrderRobotTaskResponse extends $tea.Model {
|
|
144
|
+
headers?: {
|
|
143
145
|
[key: string]: string;
|
|
144
146
|
};
|
|
145
|
-
|
|
147
|
+
statusCode?: number;
|
|
148
|
+
body?: CancelOrderRobotTaskResponseBody;
|
|
146
149
|
static names(): {
|
|
147
150
|
[key: string]: string;
|
|
148
151
|
};
|
|
@@ -153,7 +156,7 @@ export declare class BatchRobotSmartCallResponse extends $tea.Model {
|
|
|
153
156
|
[key: string]: any;
|
|
154
157
|
});
|
|
155
158
|
}
|
|
156
|
-
export declare class
|
|
159
|
+
export declare class CancelRobotTaskRequest extends $tea.Model {
|
|
157
160
|
ownerId?: number;
|
|
158
161
|
resourceOwnerAccount?: string;
|
|
159
162
|
resourceOwnerId?: number;
|
|
@@ -168,7 +171,7 @@ export declare class CancelOrderRobotTaskRequest extends $tea.Model {
|
|
|
168
171
|
[key: string]: any;
|
|
169
172
|
});
|
|
170
173
|
}
|
|
171
|
-
export declare class
|
|
174
|
+
export declare class CancelRobotTaskResponseBody extends $tea.Model {
|
|
172
175
|
code?: string;
|
|
173
176
|
data?: string;
|
|
174
177
|
message?: string;
|
|
@@ -183,11 +186,12 @@ export declare class CancelOrderRobotTaskResponseBody extends $tea.Model {
|
|
|
183
186
|
[key: string]: any;
|
|
184
187
|
});
|
|
185
188
|
}
|
|
186
|
-
export declare class
|
|
187
|
-
headers
|
|
189
|
+
export declare class CancelRobotTaskResponse extends $tea.Model {
|
|
190
|
+
headers?: {
|
|
188
191
|
[key: string]: string;
|
|
189
192
|
};
|
|
190
|
-
|
|
193
|
+
statusCode?: number;
|
|
194
|
+
body?: CancelRobotTaskResponseBody;
|
|
191
195
|
static names(): {
|
|
192
196
|
[key: string]: string;
|
|
193
197
|
};
|
|
@@ -198,11 +202,14 @@ export declare class CancelOrderRobotTaskResponse extends $tea.Model {
|
|
|
198
202
|
[key: string]: any;
|
|
199
203
|
});
|
|
200
204
|
}
|
|
201
|
-
export declare class
|
|
205
|
+
export declare class ChangeMediaTypeRequest extends $tea.Model {
|
|
206
|
+
callId?: string;
|
|
207
|
+
calledNum?: string;
|
|
208
|
+
mediaType?: string;
|
|
209
|
+
outId?: string;
|
|
202
210
|
ownerId?: number;
|
|
203
211
|
resourceOwnerAccount?: string;
|
|
204
212
|
resourceOwnerId?: number;
|
|
205
|
-
taskId?: number;
|
|
206
213
|
static names(): {
|
|
207
214
|
[key: string]: string;
|
|
208
215
|
};
|
|
@@ -213,11 +220,12 @@ export declare class CancelRobotTaskRequest extends $tea.Model {
|
|
|
213
220
|
[key: string]: any;
|
|
214
221
|
});
|
|
215
222
|
}
|
|
216
|
-
export declare class
|
|
223
|
+
export declare class ChangeMediaTypeResponseBody extends $tea.Model {
|
|
224
|
+
accessDeniedDetail?: string;
|
|
217
225
|
code?: string;
|
|
218
|
-
data?: string;
|
|
219
226
|
message?: string;
|
|
220
|
-
|
|
227
|
+
model?: boolean;
|
|
228
|
+
success?: boolean;
|
|
221
229
|
static names(): {
|
|
222
230
|
[key: string]: string;
|
|
223
231
|
};
|
|
@@ -228,11 +236,12 @@ export declare class CancelRobotTaskResponseBody extends $tea.Model {
|
|
|
228
236
|
[key: string]: any;
|
|
229
237
|
});
|
|
230
238
|
}
|
|
231
|
-
export declare class
|
|
232
|
-
headers
|
|
239
|
+
export declare class ChangeMediaTypeResponse extends $tea.Model {
|
|
240
|
+
headers?: {
|
|
233
241
|
[key: string]: string;
|
|
234
242
|
};
|
|
235
|
-
|
|
243
|
+
statusCode?: number;
|
|
244
|
+
body?: ChangeMediaTypeResponseBody;
|
|
236
245
|
static names(): {
|
|
237
246
|
[key: string]: string;
|
|
238
247
|
};
|
|
@@ -283,10 +292,11 @@ export declare class CreateCallTaskResponseBody extends $tea.Model {
|
|
|
283
292
|
});
|
|
284
293
|
}
|
|
285
294
|
export declare class CreateCallTaskResponse extends $tea.Model {
|
|
286
|
-
headers
|
|
295
|
+
headers?: {
|
|
287
296
|
[key: string]: string;
|
|
288
297
|
};
|
|
289
|
-
|
|
298
|
+
statusCode?: number;
|
|
299
|
+
body?: CreateCallTaskResponseBody;
|
|
290
300
|
static names(): {
|
|
291
301
|
[key: string]: string;
|
|
292
302
|
};
|
|
@@ -337,10 +347,11 @@ export declare class CreateRobotTaskResponseBody extends $tea.Model {
|
|
|
337
347
|
});
|
|
338
348
|
}
|
|
339
349
|
export declare class CreateRobotTaskResponse extends $tea.Model {
|
|
340
|
-
headers
|
|
350
|
+
headers?: {
|
|
341
351
|
[key: string]: string;
|
|
342
352
|
};
|
|
343
|
-
|
|
353
|
+
statusCode?: number;
|
|
354
|
+
body?: CreateRobotTaskResponseBody;
|
|
344
355
|
static names(): {
|
|
345
356
|
[key: string]: string;
|
|
346
357
|
};
|
|
@@ -351,11 +362,14 @@ export declare class CreateRobotTaskResponse extends $tea.Model {
|
|
|
351
362
|
[key: string]: any;
|
|
352
363
|
});
|
|
353
364
|
}
|
|
354
|
-
export declare class
|
|
365
|
+
export declare class DegradeVideoFileRequest extends $tea.Model {
|
|
366
|
+
callId?: string;
|
|
367
|
+
calledNumber?: string;
|
|
368
|
+
mediaType?: string;
|
|
369
|
+
outId?: string;
|
|
355
370
|
ownerId?: number;
|
|
356
371
|
resourceOwnerAccount?: string;
|
|
357
372
|
resourceOwnerId?: number;
|
|
358
|
-
taskId?: number;
|
|
359
373
|
static names(): {
|
|
360
374
|
[key: string]: string;
|
|
361
375
|
};
|
|
@@ -366,11 +380,14 @@ export declare class DeleteRobotTaskRequest extends $tea.Model {
|
|
|
366
380
|
[key: string]: any;
|
|
367
381
|
});
|
|
368
382
|
}
|
|
369
|
-
export declare class
|
|
383
|
+
export declare class DegradeVideoFileResponseBody extends $tea.Model {
|
|
384
|
+
accessDeniedDetail?: string;
|
|
370
385
|
code?: string;
|
|
371
|
-
data?:
|
|
386
|
+
data?: {
|
|
387
|
+
[key: string]: any;
|
|
388
|
+
};
|
|
372
389
|
message?: string;
|
|
373
|
-
|
|
390
|
+
success?: boolean;
|
|
374
391
|
static names(): {
|
|
375
392
|
[key: string]: string;
|
|
376
393
|
};
|
|
@@ -381,11 +398,12 @@ export declare class DeleteRobotTaskResponseBody extends $tea.Model {
|
|
|
381
398
|
[key: string]: any;
|
|
382
399
|
});
|
|
383
400
|
}
|
|
384
|
-
export declare class
|
|
385
|
-
headers
|
|
401
|
+
export declare class DegradeVideoFileResponse extends $tea.Model {
|
|
402
|
+
headers?: {
|
|
386
403
|
[key: string]: string;
|
|
387
404
|
};
|
|
388
|
-
|
|
405
|
+
statusCode?: number;
|
|
406
|
+
body?: DegradeVideoFileResponseBody;
|
|
389
407
|
static names(): {
|
|
390
408
|
[key: string]: string;
|
|
391
409
|
};
|
|
@@ -396,12 +414,10 @@ export declare class DeleteRobotTaskResponse extends $tea.Model {
|
|
|
396
414
|
[key: string]: any;
|
|
397
415
|
});
|
|
398
416
|
}
|
|
399
|
-
export declare class
|
|
400
|
-
fireTime?: string;
|
|
417
|
+
export declare class DeleteRobotTaskRequest extends $tea.Model {
|
|
401
418
|
ownerId?: number;
|
|
402
419
|
resourceOwnerAccount?: string;
|
|
403
420
|
resourceOwnerId?: number;
|
|
404
|
-
status?: string;
|
|
405
421
|
taskId?: number;
|
|
406
422
|
static names(): {
|
|
407
423
|
[key: string]: string;
|
|
@@ -413,9 +429,10 @@ export declare class ExecuteCallTaskRequest extends $tea.Model {
|
|
|
413
429
|
[key: string]: any;
|
|
414
430
|
});
|
|
415
431
|
}
|
|
416
|
-
export declare class
|
|
432
|
+
export declare class DeleteRobotTaskResponseBody extends $tea.Model {
|
|
417
433
|
code?: string;
|
|
418
|
-
data?:
|
|
434
|
+
data?: string;
|
|
435
|
+
message?: string;
|
|
419
436
|
requestId?: string;
|
|
420
437
|
static names(): {
|
|
421
438
|
[key: string]: string;
|
|
@@ -427,11 +444,12 @@ export declare class ExecuteCallTaskResponseBody extends $tea.Model {
|
|
|
427
444
|
[key: string]: any;
|
|
428
445
|
});
|
|
429
446
|
}
|
|
430
|
-
export declare class
|
|
431
|
-
headers
|
|
447
|
+
export declare class DeleteRobotTaskResponse extends $tea.Model {
|
|
448
|
+
headers?: {
|
|
432
449
|
[key: string]: string;
|
|
433
450
|
};
|
|
434
|
-
|
|
451
|
+
statusCode?: number;
|
|
452
|
+
body?: DeleteRobotTaskResponseBody;
|
|
435
453
|
static names(): {
|
|
436
454
|
[key: string]: string;
|
|
437
455
|
};
|
|
@@ -442,11 +460,13 @@ export declare class ExecuteCallTaskResponse extends $tea.Model {
|
|
|
442
460
|
[key: string]: any;
|
|
443
461
|
});
|
|
444
462
|
}
|
|
445
|
-
export declare class
|
|
463
|
+
export declare class ExecuteCallTaskRequest extends $tea.Model {
|
|
464
|
+
fireTime?: string;
|
|
446
465
|
ownerId?: number;
|
|
447
466
|
resourceOwnerAccount?: string;
|
|
448
467
|
resourceOwnerId?: number;
|
|
449
|
-
|
|
468
|
+
status?: string;
|
|
469
|
+
taskId?: number;
|
|
450
470
|
static names(): {
|
|
451
471
|
[key: string]: string;
|
|
452
472
|
};
|
|
@@ -457,10 +477,9 @@ export declare class GetCallInfoRequest extends $tea.Model {
|
|
|
457
477
|
[key: string]: any;
|
|
458
478
|
});
|
|
459
479
|
}
|
|
460
|
-
export declare class
|
|
480
|
+
export declare class ExecuteCallTaskResponseBody extends $tea.Model {
|
|
461
481
|
code?: string;
|
|
462
|
-
data?:
|
|
463
|
-
message?: string;
|
|
482
|
+
data?: boolean;
|
|
464
483
|
requestId?: string;
|
|
465
484
|
static names(): {
|
|
466
485
|
[key: string]: string;
|
|
@@ -472,11 +491,12 @@ export declare class GetCallInfoResponseBody extends $tea.Model {
|
|
|
472
491
|
[key: string]: any;
|
|
473
492
|
});
|
|
474
493
|
}
|
|
475
|
-
export declare class
|
|
476
|
-
headers
|
|
494
|
+
export declare class ExecuteCallTaskResponse extends $tea.Model {
|
|
495
|
+
headers?: {
|
|
477
496
|
[key: string]: string;
|
|
478
497
|
};
|
|
479
|
-
|
|
498
|
+
statusCode?: number;
|
|
499
|
+
body?: ExecuteCallTaskResponseBody;
|
|
480
500
|
static names(): {
|
|
481
501
|
[key: string]: string;
|
|
482
502
|
};
|
|
@@ -487,8 +507,9 @@ export declare class GetCallInfoResponse extends $tea.Model {
|
|
|
487
507
|
[key: string]: any;
|
|
488
508
|
});
|
|
489
509
|
}
|
|
490
|
-
export declare class
|
|
491
|
-
|
|
510
|
+
export declare class GetCallProgressRequest extends $tea.Model {
|
|
511
|
+
callId?: string;
|
|
512
|
+
calledNum?: string;
|
|
492
513
|
ownerId?: number;
|
|
493
514
|
resourceOwnerAccount?: string;
|
|
494
515
|
resourceOwnerId?: number;
|
|
@@ -502,11 +523,14 @@ export declare class GetHotlineQualificationByOrderRequest extends $tea.Model {
|
|
|
502
523
|
[key: string]: any;
|
|
503
524
|
});
|
|
504
525
|
}
|
|
505
|
-
export declare class
|
|
526
|
+
export declare class GetCallProgressResponseBody extends $tea.Model {
|
|
527
|
+
accessDeniedDetail?: string;
|
|
506
528
|
code?: string;
|
|
507
|
-
data?: GetHotlineQualificationByOrderResponseBodyData;
|
|
508
529
|
message?: string;
|
|
509
|
-
|
|
530
|
+
model?: {
|
|
531
|
+
[key: string]: any;
|
|
532
|
+
};
|
|
533
|
+
success?: boolean;
|
|
510
534
|
static names(): {
|
|
511
535
|
[key: string]: string;
|
|
512
536
|
};
|
|
@@ -517,11 +541,12 @@ export declare class GetHotlineQualificationByOrderResponseBody extends $tea.Mod
|
|
|
517
541
|
[key: string]: any;
|
|
518
542
|
});
|
|
519
543
|
}
|
|
520
|
-
export declare class
|
|
521
|
-
headers
|
|
544
|
+
export declare class GetCallProgressResponse extends $tea.Model {
|
|
545
|
+
headers?: {
|
|
522
546
|
[key: string]: string;
|
|
523
547
|
};
|
|
524
|
-
|
|
548
|
+
statusCode?: number;
|
|
549
|
+
body?: GetCallProgressResponseBody;
|
|
525
550
|
static names(): {
|
|
526
551
|
[key: string]: string;
|
|
527
552
|
};
|
|
@@ -532,7 +557,8 @@ export declare class GetHotlineQualificationByOrderResponse extends $tea.Model {
|
|
|
532
557
|
[key: string]: any;
|
|
533
558
|
});
|
|
534
559
|
}
|
|
535
|
-
export declare class
|
|
560
|
+
export declare class GetHotlineQualificationByOrderRequest extends $tea.Model {
|
|
561
|
+
orderId?: string;
|
|
536
562
|
ownerId?: number;
|
|
537
563
|
resourceOwnerAccount?: string;
|
|
538
564
|
resourceOwnerId?: number;
|
|
@@ -546,9 +572,9 @@ export declare class GetMqttTokenRequest extends $tea.Model {
|
|
|
546
572
|
[key: string]: any;
|
|
547
573
|
});
|
|
548
574
|
}
|
|
549
|
-
export declare class
|
|
575
|
+
export declare class GetHotlineQualificationByOrderResponseBody extends $tea.Model {
|
|
550
576
|
code?: string;
|
|
551
|
-
data?:
|
|
577
|
+
data?: GetHotlineQualificationByOrderResponseBodyData;
|
|
552
578
|
message?: string;
|
|
553
579
|
requestId?: string;
|
|
554
580
|
static names(): {
|
|
@@ -561,11 +587,12 @@ export declare class GetMqttTokenResponseBody extends $tea.Model {
|
|
|
561
587
|
[key: string]: any;
|
|
562
588
|
});
|
|
563
589
|
}
|
|
564
|
-
export declare class
|
|
565
|
-
headers
|
|
590
|
+
export declare class GetHotlineQualificationByOrderResponse extends $tea.Model {
|
|
591
|
+
headers?: {
|
|
566
592
|
[key: string]: string;
|
|
567
593
|
};
|
|
568
|
-
|
|
594
|
+
statusCode?: number;
|
|
595
|
+
body?: GetHotlineQualificationByOrderResponseBody;
|
|
569
596
|
static names(): {
|
|
570
597
|
[key: string]: string;
|
|
571
598
|
};
|
|
@@ -576,13 +603,11 @@ export declare class GetMqttTokenResponse extends $tea.Model {
|
|
|
576
603
|
[key: string]: any;
|
|
577
604
|
});
|
|
578
605
|
}
|
|
579
|
-
export declare class
|
|
580
|
-
deviceId?: string;
|
|
581
|
-
isCustomAccount?: boolean;
|
|
606
|
+
export declare class GetTokenRequest extends $tea.Model {
|
|
582
607
|
ownerId?: number;
|
|
583
608
|
resourceOwnerAccount?: string;
|
|
584
609
|
resourceOwnerId?: number;
|
|
585
|
-
|
|
610
|
+
tokenType?: string;
|
|
586
611
|
static names(): {
|
|
587
612
|
[key: string]: string;
|
|
588
613
|
};
|
|
@@ -593,11 +618,12 @@ export declare class GetRtcTokenRequest extends $tea.Model {
|
|
|
593
618
|
[key: string]: any;
|
|
594
619
|
});
|
|
595
620
|
}
|
|
596
|
-
export declare class
|
|
621
|
+
export declare class GetTokenResponseBody extends $tea.Model {
|
|
597
622
|
code?: string;
|
|
598
623
|
message?: string;
|
|
599
|
-
module?: string;
|
|
600
624
|
requestId?: string;
|
|
625
|
+
success?: boolean;
|
|
626
|
+
token?: string;
|
|
601
627
|
static names(): {
|
|
602
628
|
[key: string]: string;
|
|
603
629
|
};
|
|
@@ -608,11 +634,12 @@ export declare class GetRtcTokenResponseBody extends $tea.Model {
|
|
|
608
634
|
[key: string]: any;
|
|
609
635
|
});
|
|
610
636
|
}
|
|
611
|
-
export declare class
|
|
612
|
-
headers
|
|
637
|
+
export declare class GetTokenResponse extends $tea.Model {
|
|
638
|
+
headers?: {
|
|
613
639
|
[key: string]: string;
|
|
614
640
|
};
|
|
615
|
-
|
|
641
|
+
statusCode?: number;
|
|
642
|
+
body?: GetTokenResponseBody;
|
|
616
643
|
static names(): {
|
|
617
644
|
[key: string]: string;
|
|
618
645
|
};
|
|
@@ -623,11 +650,11 @@ export declare class GetRtcTokenResponse extends $tea.Model {
|
|
|
623
650
|
[key: string]: any;
|
|
624
651
|
});
|
|
625
652
|
}
|
|
626
|
-
export declare class
|
|
653
|
+
export declare class GetVideoFieldUrlRequest extends $tea.Model {
|
|
627
654
|
ownerId?: number;
|
|
628
655
|
resourceOwnerAccount?: string;
|
|
629
656
|
resourceOwnerId?: number;
|
|
630
|
-
|
|
657
|
+
videoFile?: string;
|
|
631
658
|
static names(): {
|
|
632
659
|
[key: string]: string;
|
|
633
660
|
};
|
|
@@ -638,12 +665,14 @@ export declare class GetTokenRequest extends $tea.Model {
|
|
|
638
665
|
[key: string]: any;
|
|
639
666
|
});
|
|
640
667
|
}
|
|
641
|
-
export declare class
|
|
668
|
+
export declare class GetVideoFieldUrlResponseBody extends $tea.Model {
|
|
669
|
+
accessDeniedDetail?: string;
|
|
642
670
|
code?: string;
|
|
643
671
|
message?: string;
|
|
644
|
-
|
|
672
|
+
model?: {
|
|
673
|
+
[key: string]: any;
|
|
674
|
+
};
|
|
645
675
|
success?: boolean;
|
|
646
|
-
token?: string;
|
|
647
676
|
static names(): {
|
|
648
677
|
[key: string]: string;
|
|
649
678
|
};
|
|
@@ -654,11 +683,12 @@ export declare class GetTokenResponseBody extends $tea.Model {
|
|
|
654
683
|
[key: string]: any;
|
|
655
684
|
});
|
|
656
685
|
}
|
|
657
|
-
export declare class
|
|
658
|
-
headers
|
|
686
|
+
export declare class GetVideoFieldUrlResponse extends $tea.Model {
|
|
687
|
+
headers?: {
|
|
659
688
|
[key: string]: string;
|
|
660
689
|
};
|
|
661
|
-
|
|
690
|
+
statusCode?: number;
|
|
691
|
+
body?: GetVideoFieldUrlResponseBody;
|
|
662
692
|
static names(): {
|
|
663
693
|
[key: string]: string;
|
|
664
694
|
};
|
|
@@ -709,10 +739,11 @@ export declare class IvrCallResponseBody extends $tea.Model {
|
|
|
709
739
|
});
|
|
710
740
|
}
|
|
711
741
|
export declare class IvrCallResponse extends $tea.Model {
|
|
712
|
-
headers
|
|
742
|
+
headers?: {
|
|
713
743
|
[key: string]: string;
|
|
714
744
|
};
|
|
715
|
-
|
|
745
|
+
statusCode?: number;
|
|
746
|
+
body?: IvrCallResponseBody;
|
|
716
747
|
static names(): {
|
|
717
748
|
[key: string]: string;
|
|
718
749
|
};
|
|
@@ -762,10 +793,11 @@ export declare class ListCallTaskResponseBody extends $tea.Model {
|
|
|
762
793
|
});
|
|
763
794
|
}
|
|
764
795
|
export declare class ListCallTaskResponse extends $tea.Model {
|
|
765
|
-
headers
|
|
796
|
+
headers?: {
|
|
766
797
|
[key: string]: string;
|
|
767
798
|
};
|
|
768
|
-
|
|
799
|
+
statusCode?: number;
|
|
800
|
+
body?: ListCallTaskResponseBody;
|
|
769
801
|
static names(): {
|
|
770
802
|
[key: string]: string;
|
|
771
803
|
};
|
|
@@ -814,10 +846,11 @@ export declare class ListCallTaskDetailResponseBody extends $tea.Model {
|
|
|
814
846
|
});
|
|
815
847
|
}
|
|
816
848
|
export declare class ListCallTaskDetailResponse extends $tea.Model {
|
|
817
|
-
headers
|
|
849
|
+
headers?: {
|
|
818
850
|
[key: string]: string;
|
|
819
851
|
};
|
|
820
|
-
|
|
852
|
+
statusCode?: number;
|
|
853
|
+
body?: ListCallTaskDetailResponseBody;
|
|
821
854
|
static names(): {
|
|
822
855
|
[key: string]: string;
|
|
823
856
|
};
|
|
@@ -862,10 +895,11 @@ export declare class ListHotlineTransferNumberResponseBody extends $tea.Model {
|
|
|
862
895
|
});
|
|
863
896
|
}
|
|
864
897
|
export declare class ListHotlineTransferNumberResponse extends $tea.Model {
|
|
865
|
-
headers
|
|
898
|
+
headers?: {
|
|
866
899
|
[key: string]: string;
|
|
867
900
|
};
|
|
868
|
-
|
|
901
|
+
statusCode?: number;
|
|
902
|
+
body?: ListHotlineTransferNumberResponseBody;
|
|
869
903
|
static names(): {
|
|
870
904
|
[key: string]: string;
|
|
871
905
|
};
|
|
@@ -910,10 +944,111 @@ export declare class ListHotlineTransferRegisterFileResponseBody extends $tea.Mo
|
|
|
910
944
|
});
|
|
911
945
|
}
|
|
912
946
|
export declare class ListHotlineTransferRegisterFileResponse extends $tea.Model {
|
|
913
|
-
headers
|
|
947
|
+
headers?: {
|
|
914
948
|
[key: string]: string;
|
|
915
949
|
};
|
|
916
|
-
|
|
950
|
+
statusCode?: number;
|
|
951
|
+
body?: ListHotlineTransferRegisterFileResponseBody;
|
|
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 PauseVideoFileRequest extends $tea.Model {
|
|
963
|
+
callId?: string;
|
|
964
|
+
calledNumber?: string;
|
|
965
|
+
ownerId?: number;
|
|
966
|
+
resourceOwnerAccount?: string;
|
|
967
|
+
resourceOwnerId?: number;
|
|
968
|
+
static names(): {
|
|
969
|
+
[key: string]: string;
|
|
970
|
+
};
|
|
971
|
+
static types(): {
|
|
972
|
+
[key: string]: any;
|
|
973
|
+
};
|
|
974
|
+
constructor(map?: {
|
|
975
|
+
[key: string]: any;
|
|
976
|
+
});
|
|
977
|
+
}
|
|
978
|
+
export declare class PauseVideoFileResponseBody extends $tea.Model {
|
|
979
|
+
accessDeniedDetail?: string;
|
|
980
|
+
code?: string;
|
|
981
|
+
data?: {
|
|
982
|
+
[key: string]: any;
|
|
983
|
+
};
|
|
984
|
+
message?: string;
|
|
985
|
+
success?: boolean;
|
|
986
|
+
static names(): {
|
|
987
|
+
[key: string]: string;
|
|
988
|
+
};
|
|
989
|
+
static types(): {
|
|
990
|
+
[key: string]: any;
|
|
991
|
+
};
|
|
992
|
+
constructor(map?: {
|
|
993
|
+
[key: string]: any;
|
|
994
|
+
});
|
|
995
|
+
}
|
|
996
|
+
export declare class PauseVideoFileResponse extends $tea.Model {
|
|
997
|
+
headers?: {
|
|
998
|
+
[key: string]: string;
|
|
999
|
+
};
|
|
1000
|
+
statusCode?: number;
|
|
1001
|
+
body?: PauseVideoFileResponseBody;
|
|
1002
|
+
static names(): {
|
|
1003
|
+
[key: string]: string;
|
|
1004
|
+
};
|
|
1005
|
+
static types(): {
|
|
1006
|
+
[key: string]: any;
|
|
1007
|
+
};
|
|
1008
|
+
constructor(map?: {
|
|
1009
|
+
[key: string]: any;
|
|
1010
|
+
});
|
|
1011
|
+
}
|
|
1012
|
+
export declare class PlayVideoFileRequest extends $tea.Model {
|
|
1013
|
+
callId?: string;
|
|
1014
|
+
calledNumber?: string;
|
|
1015
|
+
outId?: string;
|
|
1016
|
+
ownerId?: number;
|
|
1017
|
+
resourceOwnerAccount?: string;
|
|
1018
|
+
resourceOwnerId?: number;
|
|
1019
|
+
videoId?: string;
|
|
1020
|
+
static names(): {
|
|
1021
|
+
[key: string]: string;
|
|
1022
|
+
};
|
|
1023
|
+
static types(): {
|
|
1024
|
+
[key: string]: any;
|
|
1025
|
+
};
|
|
1026
|
+
constructor(map?: {
|
|
1027
|
+
[key: string]: any;
|
|
1028
|
+
});
|
|
1029
|
+
}
|
|
1030
|
+
export declare class PlayVideoFileResponseBody extends $tea.Model {
|
|
1031
|
+
accessDeniedDetail?: string;
|
|
1032
|
+
code?: string;
|
|
1033
|
+
message?: string;
|
|
1034
|
+
model?: boolean;
|
|
1035
|
+
success?: boolean;
|
|
1036
|
+
static names(): {
|
|
1037
|
+
[key: string]: string;
|
|
1038
|
+
};
|
|
1039
|
+
static types(): {
|
|
1040
|
+
[key: string]: any;
|
|
1041
|
+
};
|
|
1042
|
+
constructor(map?: {
|
|
1043
|
+
[key: string]: any;
|
|
1044
|
+
});
|
|
1045
|
+
}
|
|
1046
|
+
export declare class PlayVideoFileResponse extends $tea.Model {
|
|
1047
|
+
headers?: {
|
|
1048
|
+
[key: string]: string;
|
|
1049
|
+
};
|
|
1050
|
+
statusCode?: number;
|
|
1051
|
+
body?: PlayVideoFileResponseBody;
|
|
917
1052
|
static names(): {
|
|
918
1053
|
[key: string]: string;
|
|
919
1054
|
};
|
|
@@ -957,10 +1092,11 @@ export declare class QueryCallDetailByCallIdResponseBody extends $tea.Model {
|
|
|
957
1092
|
});
|
|
958
1093
|
}
|
|
959
1094
|
export declare class QueryCallDetailByCallIdResponse extends $tea.Model {
|
|
960
|
-
headers
|
|
1095
|
+
headers?: {
|
|
961
1096
|
[key: string]: string;
|
|
962
1097
|
};
|
|
963
|
-
|
|
1098
|
+
statusCode?: number;
|
|
1099
|
+
body?: QueryCallDetailByCallIdResponseBody;
|
|
964
1100
|
static names(): {
|
|
965
1101
|
[key: string]: string;
|
|
966
1102
|
};
|
|
@@ -1004,10 +1140,11 @@ export declare class QueryCallDetailByTaskIdResponseBody extends $tea.Model {
|
|
|
1004
1140
|
});
|
|
1005
1141
|
}
|
|
1006
1142
|
export declare class QueryCallDetailByTaskIdResponse extends $tea.Model {
|
|
1007
|
-
headers
|
|
1143
|
+
headers?: {
|
|
1008
1144
|
[key: string]: string;
|
|
1009
1145
|
};
|
|
1010
|
-
|
|
1146
|
+
statusCode?: number;
|
|
1147
|
+
body?: QueryCallDetailByTaskIdResponseBody;
|
|
1011
1148
|
static names(): {
|
|
1012
1149
|
[key: string]: string;
|
|
1013
1150
|
};
|
|
@@ -1049,10 +1186,11 @@ export declare class QueryCallInPoolTransferConfigResponseBody extends $tea.Mode
|
|
|
1049
1186
|
});
|
|
1050
1187
|
}
|
|
1051
1188
|
export declare class QueryCallInPoolTransferConfigResponse extends $tea.Model {
|
|
1052
|
-
headers
|
|
1189
|
+
headers?: {
|
|
1053
1190
|
[key: string]: string;
|
|
1054
1191
|
};
|
|
1055
|
-
|
|
1192
|
+
statusCode?: number;
|
|
1193
|
+
body?: QueryCallInPoolTransferConfigResponseBody;
|
|
1056
1194
|
static names(): {
|
|
1057
1195
|
[key: string]: string;
|
|
1058
1196
|
};
|
|
@@ -1098,10 +1236,11 @@ export declare class QueryCallInTransferRecordResponseBody extends $tea.Model {
|
|
|
1098
1236
|
});
|
|
1099
1237
|
}
|
|
1100
1238
|
export declare class QueryCallInTransferRecordResponse extends $tea.Model {
|
|
1101
|
-
headers
|
|
1239
|
+
headers?: {
|
|
1102
1240
|
[key: string]: string;
|
|
1103
1241
|
};
|
|
1104
|
-
|
|
1242
|
+
statusCode?: number;
|
|
1243
|
+
body?: QueryCallInTransferRecordResponseBody;
|
|
1105
1244
|
static names(): {
|
|
1106
1245
|
[key: string]: string;
|
|
1107
1246
|
};
|
|
@@ -1143,10 +1282,11 @@ export declare class QueryRobotInfoListResponseBody extends $tea.Model {
|
|
|
1143
1282
|
});
|
|
1144
1283
|
}
|
|
1145
1284
|
export declare class QueryRobotInfoListResponse extends $tea.Model {
|
|
1146
|
-
headers
|
|
1285
|
+
headers?: {
|
|
1147
1286
|
[key: string]: string;
|
|
1148
1287
|
};
|
|
1149
|
-
|
|
1288
|
+
statusCode?: number;
|
|
1289
|
+
body?: QueryRobotInfoListResponseBody;
|
|
1150
1290
|
static names(): {
|
|
1151
1291
|
[key: string]: string;
|
|
1152
1292
|
};
|
|
@@ -1190,10 +1330,11 @@ export declare class QueryRobotTaskCallDetailResponseBody extends $tea.Model {
|
|
|
1190
1330
|
});
|
|
1191
1331
|
}
|
|
1192
1332
|
export declare class QueryRobotTaskCallDetailResponse extends $tea.Model {
|
|
1193
|
-
headers
|
|
1333
|
+
headers?: {
|
|
1194
1334
|
[key: string]: string;
|
|
1195
1335
|
};
|
|
1196
|
-
|
|
1336
|
+
statusCode?: number;
|
|
1337
|
+
body?: QueryRobotTaskCallDetailResponseBody;
|
|
1197
1338
|
static names(): {
|
|
1198
1339
|
[key: string]: string;
|
|
1199
1340
|
};
|
|
@@ -1244,10 +1385,11 @@ export declare class QueryRobotTaskCallListResponseBody extends $tea.Model {
|
|
|
1244
1385
|
});
|
|
1245
1386
|
}
|
|
1246
1387
|
export declare class QueryRobotTaskCallListResponse extends $tea.Model {
|
|
1247
|
-
headers
|
|
1388
|
+
headers?: {
|
|
1248
1389
|
[key: string]: string;
|
|
1249
1390
|
};
|
|
1250
|
-
|
|
1391
|
+
statusCode?: number;
|
|
1392
|
+
body?: QueryRobotTaskCallListResponseBody;
|
|
1251
1393
|
static names(): {
|
|
1252
1394
|
[key: string]: string;
|
|
1253
1395
|
};
|
|
@@ -1289,10 +1431,11 @@ export declare class QueryRobotTaskDetailResponseBody extends $tea.Model {
|
|
|
1289
1431
|
});
|
|
1290
1432
|
}
|
|
1291
1433
|
export declare class QueryRobotTaskDetailResponse extends $tea.Model {
|
|
1292
|
-
headers
|
|
1434
|
+
headers?: {
|
|
1293
1435
|
[key: string]: string;
|
|
1294
1436
|
};
|
|
1295
|
-
|
|
1437
|
+
statusCode?: number;
|
|
1438
|
+
body?: QueryRobotTaskDetailResponseBody;
|
|
1296
1439
|
static names(): {
|
|
1297
1440
|
[key: string]: string;
|
|
1298
1441
|
};
|
|
@@ -1341,10 +1484,11 @@ export declare class QueryRobotTaskListResponseBody extends $tea.Model {
|
|
|
1341
1484
|
});
|
|
1342
1485
|
}
|
|
1343
1486
|
export declare class QueryRobotTaskListResponse extends $tea.Model {
|
|
1344
|
-
headers
|
|
1487
|
+
headers?: {
|
|
1345
1488
|
[key: string]: string;
|
|
1346
1489
|
};
|
|
1347
|
-
|
|
1490
|
+
statusCode?: number;
|
|
1491
|
+
body?: QueryRobotTaskListResponseBody;
|
|
1348
1492
|
static names(): {
|
|
1349
1493
|
[key: string]: string;
|
|
1350
1494
|
};
|
|
@@ -1385,10 +1529,61 @@ export declare class QueryRobotv2AllListResponseBody extends $tea.Model {
|
|
|
1385
1529
|
});
|
|
1386
1530
|
}
|
|
1387
1531
|
export declare class QueryRobotv2AllListResponse extends $tea.Model {
|
|
1388
|
-
headers
|
|
1532
|
+
headers?: {
|
|
1389
1533
|
[key: string]: string;
|
|
1390
1534
|
};
|
|
1391
|
-
|
|
1535
|
+
statusCode?: number;
|
|
1536
|
+
body?: QueryRobotv2AllListResponseBody;
|
|
1537
|
+
static names(): {
|
|
1538
|
+
[key: string]: string;
|
|
1539
|
+
};
|
|
1540
|
+
static types(): {
|
|
1541
|
+
[key: string]: any;
|
|
1542
|
+
};
|
|
1543
|
+
constructor(map?: {
|
|
1544
|
+
[key: string]: any;
|
|
1545
|
+
});
|
|
1546
|
+
}
|
|
1547
|
+
export declare class QueryVideoPlayProgressRequest extends $tea.Model {
|
|
1548
|
+
callId?: string;
|
|
1549
|
+
calledNumber?: string;
|
|
1550
|
+
ownerId?: number;
|
|
1551
|
+
resourceOwnerAccount?: string;
|
|
1552
|
+
resourceOwnerId?: number;
|
|
1553
|
+
static names(): {
|
|
1554
|
+
[key: string]: string;
|
|
1555
|
+
};
|
|
1556
|
+
static types(): {
|
|
1557
|
+
[key: string]: any;
|
|
1558
|
+
};
|
|
1559
|
+
constructor(map?: {
|
|
1560
|
+
[key: string]: any;
|
|
1561
|
+
});
|
|
1562
|
+
}
|
|
1563
|
+
export declare class QueryVideoPlayProgressResponseBody extends $tea.Model {
|
|
1564
|
+
accessDeniedDetail?: string;
|
|
1565
|
+
code?: string;
|
|
1566
|
+
data?: {
|
|
1567
|
+
[key: string]: any;
|
|
1568
|
+
};
|
|
1569
|
+
message?: string;
|
|
1570
|
+
success?: boolean;
|
|
1571
|
+
static names(): {
|
|
1572
|
+
[key: string]: string;
|
|
1573
|
+
};
|
|
1574
|
+
static types(): {
|
|
1575
|
+
[key: string]: any;
|
|
1576
|
+
};
|
|
1577
|
+
constructor(map?: {
|
|
1578
|
+
[key: string]: any;
|
|
1579
|
+
});
|
|
1580
|
+
}
|
|
1581
|
+
export declare class QueryVideoPlayProgressResponse extends $tea.Model {
|
|
1582
|
+
headers?: {
|
|
1583
|
+
[key: string]: string;
|
|
1584
|
+
};
|
|
1585
|
+
statusCode?: number;
|
|
1586
|
+
body?: QueryVideoPlayProgressResponseBody;
|
|
1392
1587
|
static names(): {
|
|
1393
1588
|
[key: string]: string;
|
|
1394
1589
|
};
|
|
@@ -1432,10 +1627,11 @@ export declare class QueryVirtualNumberResponseBody extends $tea.Model {
|
|
|
1432
1627
|
});
|
|
1433
1628
|
}
|
|
1434
1629
|
export declare class QueryVirtualNumberResponse extends $tea.Model {
|
|
1435
|
-
headers
|
|
1630
|
+
headers?: {
|
|
1436
1631
|
[key: string]: string;
|
|
1437
1632
|
};
|
|
1438
|
-
|
|
1633
|
+
statusCode?: number;
|
|
1634
|
+
body?: QueryVirtualNumberResponseBody;
|
|
1439
1635
|
static names(): {
|
|
1440
1636
|
[key: string]: string;
|
|
1441
1637
|
};
|
|
@@ -1484,10 +1680,11 @@ export declare class QueryVirtualNumberRelationResponseBody extends $tea.Model {
|
|
|
1484
1680
|
});
|
|
1485
1681
|
}
|
|
1486
1682
|
export declare class QueryVirtualNumberRelationResponse extends $tea.Model {
|
|
1487
|
-
headers
|
|
1683
|
+
headers?: {
|
|
1488
1684
|
[key: string]: string;
|
|
1489
1685
|
};
|
|
1490
|
-
|
|
1686
|
+
statusCode?: number;
|
|
1687
|
+
body?: QueryVirtualNumberRelationResponseBody;
|
|
1491
1688
|
static names(): {
|
|
1492
1689
|
[key: string]: string;
|
|
1493
1690
|
};
|
|
@@ -1530,10 +1727,11 @@ export declare class QueryVoiceFileAuditInfoResponseBody extends $tea.Model {
|
|
|
1530
1727
|
});
|
|
1531
1728
|
}
|
|
1532
1729
|
export declare class QueryVoiceFileAuditInfoResponse extends $tea.Model {
|
|
1533
|
-
headers
|
|
1730
|
+
headers?: {
|
|
1534
1731
|
[key: string]: string;
|
|
1535
1732
|
};
|
|
1536
|
-
|
|
1733
|
+
statusCode?: number;
|
|
1734
|
+
body?: QueryVoiceFileAuditInfoResponseBody;
|
|
1537
1735
|
static names(): {
|
|
1538
1736
|
[key: string]: string;
|
|
1539
1737
|
};
|
|
@@ -1575,10 +1773,11 @@ export declare class RecoverCallInConfigResponseBody extends $tea.Model {
|
|
|
1575
1773
|
});
|
|
1576
1774
|
}
|
|
1577
1775
|
export declare class RecoverCallInConfigResponse extends $tea.Model {
|
|
1578
|
-
headers
|
|
1776
|
+
headers?: {
|
|
1579
1777
|
[key: string]: string;
|
|
1580
1778
|
};
|
|
1581
|
-
|
|
1779
|
+
statusCode?: number;
|
|
1780
|
+
body?: RecoverCallInConfigResponseBody;
|
|
1582
1781
|
static names(): {
|
|
1583
1782
|
[key: string]: string;
|
|
1584
1783
|
};
|
|
@@ -1589,8 +1788,9 @@ export declare class RecoverCallInConfigResponse extends $tea.Model {
|
|
|
1589
1788
|
[key: string]: any;
|
|
1590
1789
|
});
|
|
1591
1790
|
}
|
|
1592
|
-
export declare class
|
|
1593
|
-
|
|
1791
|
+
export declare class ResumeVideoFileRequest extends $tea.Model {
|
|
1792
|
+
callId?: string;
|
|
1793
|
+
calledNumber?: string;
|
|
1594
1794
|
ownerId?: number;
|
|
1595
1795
|
resourceOwnerAccount?: string;
|
|
1596
1796
|
resourceOwnerId?: number;
|
|
@@ -1604,11 +1804,14 @@ export declare class RefreshMqttTokenRequest extends $tea.Model {
|
|
|
1604
1804
|
[key: string]: any;
|
|
1605
1805
|
});
|
|
1606
1806
|
}
|
|
1607
|
-
export declare class
|
|
1807
|
+
export declare class ResumeVideoFileResponseBody extends $tea.Model {
|
|
1808
|
+
accessDeniedDetail?: string;
|
|
1608
1809
|
code?: string;
|
|
1609
|
-
data?:
|
|
1810
|
+
data?: {
|
|
1811
|
+
[key: string]: any;
|
|
1812
|
+
};
|
|
1610
1813
|
message?: string;
|
|
1611
|
-
|
|
1814
|
+
success?: boolean;
|
|
1612
1815
|
static names(): {
|
|
1613
1816
|
[key: string]: string;
|
|
1614
1817
|
};
|
|
@@ -1619,11 +1822,63 @@ export declare class RefreshMqttTokenResponseBody extends $tea.Model {
|
|
|
1619
1822
|
[key: string]: any;
|
|
1620
1823
|
});
|
|
1621
1824
|
}
|
|
1622
|
-
export declare class
|
|
1623
|
-
headers
|
|
1825
|
+
export declare class ResumeVideoFileResponse extends $tea.Model {
|
|
1826
|
+
headers?: {
|
|
1827
|
+
[key: string]: string;
|
|
1828
|
+
};
|
|
1829
|
+
statusCode?: number;
|
|
1830
|
+
body?: ResumeVideoFileResponseBody;
|
|
1831
|
+
static names(): {
|
|
1624
1832
|
[key: string]: string;
|
|
1625
1833
|
};
|
|
1626
|
-
|
|
1834
|
+
static types(): {
|
|
1835
|
+
[key: string]: any;
|
|
1836
|
+
};
|
|
1837
|
+
constructor(map?: {
|
|
1838
|
+
[key: string]: any;
|
|
1839
|
+
});
|
|
1840
|
+
}
|
|
1841
|
+
export declare class SeekVideoFileRequest extends $tea.Model {
|
|
1842
|
+
callId?: string;
|
|
1843
|
+
calledNumber?: string;
|
|
1844
|
+
ownerId?: number;
|
|
1845
|
+
resourceOwnerAccount?: string;
|
|
1846
|
+
resourceOwnerId?: number;
|
|
1847
|
+
seekTimes?: number;
|
|
1848
|
+
static names(): {
|
|
1849
|
+
[key: string]: string;
|
|
1850
|
+
};
|
|
1851
|
+
static types(): {
|
|
1852
|
+
[key: string]: any;
|
|
1853
|
+
};
|
|
1854
|
+
constructor(map?: {
|
|
1855
|
+
[key: string]: any;
|
|
1856
|
+
});
|
|
1857
|
+
}
|
|
1858
|
+
export declare class SeekVideoFileResponseBody extends $tea.Model {
|
|
1859
|
+
accessDeniedDetail?: string;
|
|
1860
|
+
code?: string;
|
|
1861
|
+
data?: {
|
|
1862
|
+
[key: string]: any;
|
|
1863
|
+
};
|
|
1864
|
+
message?: string;
|
|
1865
|
+
success?: boolean;
|
|
1866
|
+
static names(): {
|
|
1867
|
+
[key: string]: string;
|
|
1868
|
+
};
|
|
1869
|
+
static types(): {
|
|
1870
|
+
[key: string]: any;
|
|
1871
|
+
};
|
|
1872
|
+
constructor(map?: {
|
|
1873
|
+
[key: string]: any;
|
|
1874
|
+
});
|
|
1875
|
+
}
|
|
1876
|
+
export declare class SeekVideoFileResponse extends $tea.Model {
|
|
1877
|
+
headers?: {
|
|
1878
|
+
[key: string]: string;
|
|
1879
|
+
};
|
|
1880
|
+
statusCode?: number;
|
|
1881
|
+
body?: SeekVideoFileResponseBody;
|
|
1627
1882
|
static names(): {
|
|
1628
1883
|
[key: string]: string;
|
|
1629
1884
|
};
|
|
@@ -1667,10 +1922,11 @@ export declare class SendVerificationResponseBody extends $tea.Model {
|
|
|
1667
1922
|
});
|
|
1668
1923
|
}
|
|
1669
1924
|
export declare class SendVerificationResponse extends $tea.Model {
|
|
1670
|
-
headers
|
|
1925
|
+
headers?: {
|
|
1671
1926
|
[key: string]: string;
|
|
1672
1927
|
};
|
|
1673
|
-
|
|
1928
|
+
statusCode?: number;
|
|
1929
|
+
body?: SendVerificationResponseBody;
|
|
1674
1930
|
static names(): {
|
|
1675
1931
|
[key: string]: string;
|
|
1676
1932
|
};
|
|
@@ -1715,10 +1971,11 @@ export declare class SetTransferCalleePoolConfigResponseBody extends $tea.Model
|
|
|
1715
1971
|
});
|
|
1716
1972
|
}
|
|
1717
1973
|
export declare class SetTransferCalleePoolConfigResponse extends $tea.Model {
|
|
1718
|
-
headers
|
|
1974
|
+
headers?: {
|
|
1719
1975
|
[key: string]: string;
|
|
1720
1976
|
};
|
|
1721
|
-
|
|
1977
|
+
statusCode?: number;
|
|
1978
|
+
body?: SetTransferCalleePoolConfigResponseBody;
|
|
1722
1979
|
static names(): {
|
|
1723
1980
|
[key: string]: string;
|
|
1724
1981
|
};
|
|
@@ -1767,10 +2024,64 @@ export declare class SingleCallByTtsResponseBody extends $tea.Model {
|
|
|
1767
2024
|
});
|
|
1768
2025
|
}
|
|
1769
2026
|
export declare class SingleCallByTtsResponse extends $tea.Model {
|
|
1770
|
-
headers
|
|
2027
|
+
headers?: {
|
|
2028
|
+
[key: string]: string;
|
|
2029
|
+
};
|
|
2030
|
+
statusCode?: number;
|
|
2031
|
+
body?: SingleCallByTtsResponseBody;
|
|
2032
|
+
static names(): {
|
|
2033
|
+
[key: string]: string;
|
|
2034
|
+
};
|
|
2035
|
+
static types(): {
|
|
2036
|
+
[key: string]: any;
|
|
2037
|
+
};
|
|
2038
|
+
constructor(map?: {
|
|
2039
|
+
[key: string]: any;
|
|
2040
|
+
});
|
|
2041
|
+
}
|
|
2042
|
+
export declare class SingleCallByVideoRequest extends $tea.Model {
|
|
2043
|
+
calledNumber?: string;
|
|
2044
|
+
calledShowNumber?: string;
|
|
2045
|
+
outId?: string;
|
|
2046
|
+
ownerId?: number;
|
|
2047
|
+
playTimes?: number;
|
|
2048
|
+
resourceOwnerAccount?: string;
|
|
2049
|
+
resourceOwnerId?: number;
|
|
2050
|
+
speed?: number;
|
|
2051
|
+
videoCode?: string;
|
|
2052
|
+
voiceCode?: string;
|
|
2053
|
+
volume?: number;
|
|
2054
|
+
static names(): {
|
|
1771
2055
|
[key: string]: string;
|
|
1772
2056
|
};
|
|
1773
|
-
|
|
2057
|
+
static types(): {
|
|
2058
|
+
[key: string]: any;
|
|
2059
|
+
};
|
|
2060
|
+
constructor(map?: {
|
|
2061
|
+
[key: string]: any;
|
|
2062
|
+
});
|
|
2063
|
+
}
|
|
2064
|
+
export declare class SingleCallByVideoResponseBody extends $tea.Model {
|
|
2065
|
+
callId?: string;
|
|
2066
|
+
code?: string;
|
|
2067
|
+
message?: string;
|
|
2068
|
+
requestId?: string;
|
|
2069
|
+
static names(): {
|
|
2070
|
+
[key: string]: string;
|
|
2071
|
+
};
|
|
2072
|
+
static types(): {
|
|
2073
|
+
[key: string]: any;
|
|
2074
|
+
};
|
|
2075
|
+
constructor(map?: {
|
|
2076
|
+
[key: string]: any;
|
|
2077
|
+
});
|
|
2078
|
+
}
|
|
2079
|
+
export declare class SingleCallByVideoResponse extends $tea.Model {
|
|
2080
|
+
headers?: {
|
|
2081
|
+
[key: string]: string;
|
|
2082
|
+
};
|
|
2083
|
+
statusCode?: number;
|
|
2084
|
+
body?: SingleCallByVideoResponseBody;
|
|
1774
2085
|
static names(): {
|
|
1775
2086
|
[key: string]: string;
|
|
1776
2087
|
};
|
|
@@ -1818,10 +2129,61 @@ export declare class SingleCallByVoiceResponseBody extends $tea.Model {
|
|
|
1818
2129
|
});
|
|
1819
2130
|
}
|
|
1820
2131
|
export declare class SingleCallByVoiceResponse extends $tea.Model {
|
|
1821
|
-
headers
|
|
2132
|
+
headers?: {
|
|
2133
|
+
[key: string]: string;
|
|
2134
|
+
};
|
|
2135
|
+
statusCode?: number;
|
|
2136
|
+
body?: SingleCallByVoiceResponseBody;
|
|
2137
|
+
static names(): {
|
|
2138
|
+
[key: string]: string;
|
|
2139
|
+
};
|
|
2140
|
+
static types(): {
|
|
2141
|
+
[key: string]: any;
|
|
2142
|
+
};
|
|
2143
|
+
constructor(map?: {
|
|
2144
|
+
[key: string]: any;
|
|
2145
|
+
});
|
|
2146
|
+
}
|
|
2147
|
+
export declare class SkipVideoFileRequest extends $tea.Model {
|
|
2148
|
+
callId?: string;
|
|
2149
|
+
calledNumber?: string;
|
|
2150
|
+
outId?: string;
|
|
2151
|
+
ownerId?: number;
|
|
2152
|
+
resourceOwnerAccount?: string;
|
|
2153
|
+
resourceOwnerId?: number;
|
|
2154
|
+
skipTimes?: number;
|
|
2155
|
+
static names(): {
|
|
2156
|
+
[key: string]: string;
|
|
2157
|
+
};
|
|
2158
|
+
static types(): {
|
|
2159
|
+
[key: string]: any;
|
|
2160
|
+
};
|
|
2161
|
+
constructor(map?: {
|
|
2162
|
+
[key: string]: any;
|
|
2163
|
+
});
|
|
2164
|
+
}
|
|
2165
|
+
export declare class SkipVideoFileResponseBody extends $tea.Model {
|
|
2166
|
+
accessDeniedDetail?: string;
|
|
2167
|
+
code?: string;
|
|
2168
|
+
data?: boolean;
|
|
2169
|
+
message?: string;
|
|
2170
|
+
success?: boolean;
|
|
2171
|
+
static names(): {
|
|
2172
|
+
[key: string]: string;
|
|
2173
|
+
};
|
|
2174
|
+
static types(): {
|
|
2175
|
+
[key: string]: any;
|
|
2176
|
+
};
|
|
2177
|
+
constructor(map?: {
|
|
2178
|
+
[key: string]: any;
|
|
2179
|
+
});
|
|
2180
|
+
}
|
|
2181
|
+
export declare class SkipVideoFileResponse extends $tea.Model {
|
|
2182
|
+
headers?: {
|
|
1822
2183
|
[key: string]: string;
|
|
1823
2184
|
};
|
|
1824
|
-
|
|
2185
|
+
statusCode?: number;
|
|
2186
|
+
body?: SkipVideoFileResponseBody;
|
|
1825
2187
|
static names(): {
|
|
1826
2188
|
[key: string]: string;
|
|
1827
2189
|
};
|
|
@@ -1846,6 +2208,7 @@ export declare class SmartCallRequest extends $tea.Model {
|
|
|
1846
2208
|
earlyMediaAsr?: boolean;
|
|
1847
2209
|
enableITN?: boolean;
|
|
1848
2210
|
muteTime?: number;
|
|
2211
|
+
noiseThreshold?: number;
|
|
1849
2212
|
outId?: string;
|
|
1850
2213
|
ownerId?: number;
|
|
1851
2214
|
pauseTime?: number;
|
|
@@ -1888,10 +2251,11 @@ export declare class SmartCallResponseBody extends $tea.Model {
|
|
|
1888
2251
|
});
|
|
1889
2252
|
}
|
|
1890
2253
|
export declare class SmartCallResponse extends $tea.Model {
|
|
1891
|
-
headers
|
|
2254
|
+
headers?: {
|
|
1892
2255
|
[key: string]: string;
|
|
1893
2256
|
};
|
|
1894
|
-
|
|
2257
|
+
statusCode?: number;
|
|
2258
|
+
body?: SmartCallResponseBody;
|
|
1895
2259
|
static names(): {
|
|
1896
2260
|
[key: string]: string;
|
|
1897
2261
|
};
|
|
@@ -1935,10 +2299,11 @@ export declare class SmartCallOperateResponseBody extends $tea.Model {
|
|
|
1935
2299
|
});
|
|
1936
2300
|
}
|
|
1937
2301
|
export declare class SmartCallOperateResponse extends $tea.Model {
|
|
1938
|
-
headers
|
|
2302
|
+
headers?: {
|
|
1939
2303
|
[key: string]: string;
|
|
1940
2304
|
};
|
|
1941
|
-
|
|
2305
|
+
statusCode?: number;
|
|
2306
|
+
body?: SmartCallOperateResponseBody;
|
|
1942
2307
|
static names(): {
|
|
1943
2308
|
[key: string]: string;
|
|
1944
2309
|
};
|
|
@@ -1981,10 +2346,11 @@ export declare class StartRobotTaskResponseBody extends $tea.Model {
|
|
|
1981
2346
|
});
|
|
1982
2347
|
}
|
|
1983
2348
|
export declare class StartRobotTaskResponse extends $tea.Model {
|
|
1984
|
-
headers
|
|
2349
|
+
headers?: {
|
|
1985
2350
|
[key: string]: string;
|
|
1986
2351
|
};
|
|
1987
|
-
|
|
2352
|
+
statusCode?: number;
|
|
2353
|
+
body?: StartRobotTaskResponseBody;
|
|
1988
2354
|
static names(): {
|
|
1989
2355
|
[key: string]: string;
|
|
1990
2356
|
};
|
|
@@ -2026,10 +2392,11 @@ export declare class StopCallInConfigResponseBody extends $tea.Model {
|
|
|
2026
2392
|
});
|
|
2027
2393
|
}
|
|
2028
2394
|
export declare class StopCallInConfigResponse extends $tea.Model {
|
|
2029
|
-
headers
|
|
2395
|
+
headers?: {
|
|
2030
2396
|
[key: string]: string;
|
|
2031
2397
|
};
|
|
2032
|
-
|
|
2398
|
+
statusCode?: number;
|
|
2399
|
+
body?: StopCallInConfigResponseBody;
|
|
2033
2400
|
static names(): {
|
|
2034
2401
|
[key: string]: string;
|
|
2035
2402
|
};
|
|
@@ -2071,10 +2438,11 @@ export declare class StopRobotTaskResponseBody extends $tea.Model {
|
|
|
2071
2438
|
});
|
|
2072
2439
|
}
|
|
2073
2440
|
export declare class StopRobotTaskResponse extends $tea.Model {
|
|
2074
|
-
headers
|
|
2441
|
+
headers?: {
|
|
2075
2442
|
[key: string]: string;
|
|
2076
2443
|
};
|
|
2077
|
-
|
|
2444
|
+
statusCode?: number;
|
|
2445
|
+
body?: StopRobotTaskResponseBody;
|
|
2078
2446
|
static names(): {
|
|
2079
2447
|
[key: string]: string;
|
|
2080
2448
|
};
|
|
@@ -2125,10 +2493,11 @@ export declare class SubmitHotlineTransferRegisterResponseBody extends $tea.Mode
|
|
|
2125
2493
|
});
|
|
2126
2494
|
}
|
|
2127
2495
|
export declare class SubmitHotlineTransferRegisterResponse extends $tea.Model {
|
|
2128
|
-
headers
|
|
2496
|
+
headers?: {
|
|
2129
2497
|
[key: string]: string;
|
|
2130
2498
|
};
|
|
2131
|
-
|
|
2499
|
+
statusCode?: number;
|
|
2500
|
+
body?: SubmitHotlineTransferRegisterResponseBody;
|
|
2132
2501
|
static names(): {
|
|
2133
2502
|
[key: string]: string;
|
|
2134
2503
|
};
|
|
@@ -2139,14 +2508,14 @@ export declare class SubmitHotlineTransferRegisterResponse extends $tea.Model {
|
|
|
2139
2508
|
[key: string]: any;
|
|
2140
2509
|
});
|
|
2141
2510
|
}
|
|
2142
|
-
export declare class
|
|
2511
|
+
export declare class UpgradeVideoFileRequest extends $tea.Model {
|
|
2512
|
+
callId?: string;
|
|
2143
2513
|
calledNumber?: string;
|
|
2144
|
-
|
|
2514
|
+
mediaType?: string;
|
|
2515
|
+
outId?: string;
|
|
2145
2516
|
ownerId?: number;
|
|
2146
2517
|
resourceOwnerAccount?: string;
|
|
2147
2518
|
resourceOwnerId?: number;
|
|
2148
|
-
ttsParam?: string;
|
|
2149
|
-
ttsParamHead?: string;
|
|
2150
2519
|
static names(): {
|
|
2151
2520
|
[key: string]: string;
|
|
2152
2521
|
};
|
|
@@ -2157,11 +2526,14 @@ export declare class UploadRobotTaskCalledFileRequest extends $tea.Model {
|
|
|
2157
2526
|
[key: string]: any;
|
|
2158
2527
|
});
|
|
2159
2528
|
}
|
|
2160
|
-
export declare class
|
|
2529
|
+
export declare class UpgradeVideoFileResponseBody extends $tea.Model {
|
|
2530
|
+
accessDeniedDetail?: string;
|
|
2161
2531
|
code?: string;
|
|
2162
|
-
data?:
|
|
2532
|
+
data?: {
|
|
2533
|
+
[key: string]: any;
|
|
2534
|
+
};
|
|
2163
2535
|
message?: string;
|
|
2164
|
-
|
|
2536
|
+
success?: boolean;
|
|
2165
2537
|
static names(): {
|
|
2166
2538
|
[key: string]: string;
|
|
2167
2539
|
};
|
|
@@ -2172,11 +2544,12 @@ export declare class UploadRobotTaskCalledFileResponseBody extends $tea.Model {
|
|
|
2172
2544
|
[key: string]: any;
|
|
2173
2545
|
});
|
|
2174
2546
|
}
|
|
2175
|
-
export declare class
|
|
2176
|
-
headers
|
|
2547
|
+
export declare class UpgradeVideoFileResponse extends $tea.Model {
|
|
2548
|
+
headers?: {
|
|
2177
2549
|
[key: string]: string;
|
|
2178
2550
|
};
|
|
2179
|
-
|
|
2551
|
+
statusCode?: number;
|
|
2552
|
+
body?: UpgradeVideoFileResponseBody;
|
|
2180
2553
|
static names(): {
|
|
2181
2554
|
[key: string]: string;
|
|
2182
2555
|
};
|
|
@@ -2187,9 +2560,14 @@ export declare class UploadRobotTaskCalledFileResponse extends $tea.Model {
|
|
|
2187
2560
|
[key: string]: any;
|
|
2188
2561
|
});
|
|
2189
2562
|
}
|
|
2190
|
-
export declare class
|
|
2191
|
-
|
|
2192
|
-
|
|
2563
|
+
export declare class UploadRobotTaskCalledFileRequest extends $tea.Model {
|
|
2564
|
+
calledNumber?: string;
|
|
2565
|
+
id?: number;
|
|
2566
|
+
ownerId?: number;
|
|
2567
|
+
resourceOwnerAccount?: string;
|
|
2568
|
+
resourceOwnerId?: number;
|
|
2569
|
+
ttsParam?: string;
|
|
2570
|
+
ttsParamHead?: string;
|
|
2193
2571
|
static names(): {
|
|
2194
2572
|
[key: string]: string;
|
|
2195
2573
|
};
|
|
@@ -2200,10 +2578,11 @@ export declare class GetCallInfoResponseBodyData extends $tea.Model {
|
|
|
2200
2578
|
[key: string]: any;
|
|
2201
2579
|
});
|
|
2202
2580
|
}
|
|
2203
|
-
export declare class
|
|
2204
|
-
|
|
2205
|
-
|
|
2206
|
-
|
|
2581
|
+
export declare class UploadRobotTaskCalledFileResponseBody extends $tea.Model {
|
|
2582
|
+
code?: string;
|
|
2583
|
+
data?: string;
|
|
2584
|
+
message?: string;
|
|
2585
|
+
requestId?: string;
|
|
2207
2586
|
static names(): {
|
|
2208
2587
|
[key: string]: string;
|
|
2209
2588
|
};
|
|
@@ -2214,15 +2593,26 @@ export declare class GetHotlineQualificationByOrderResponseBodyData extends $tea
|
|
|
2214
2593
|
[key: string]: any;
|
|
2215
2594
|
});
|
|
2216
2595
|
}
|
|
2217
|
-
export declare class
|
|
2218
|
-
|
|
2219
|
-
|
|
2220
|
-
|
|
2221
|
-
|
|
2222
|
-
|
|
2223
|
-
|
|
2224
|
-
|
|
2225
|
-
|
|
2596
|
+
export declare class UploadRobotTaskCalledFileResponse extends $tea.Model {
|
|
2597
|
+
headers?: {
|
|
2598
|
+
[key: string]: string;
|
|
2599
|
+
};
|
|
2600
|
+
statusCode?: number;
|
|
2601
|
+
body?: UploadRobotTaskCalledFileResponseBody;
|
|
2602
|
+
static names(): {
|
|
2603
|
+
[key: string]: string;
|
|
2604
|
+
};
|
|
2605
|
+
static types(): {
|
|
2606
|
+
[key: string]: any;
|
|
2607
|
+
};
|
|
2608
|
+
constructor(map?: {
|
|
2609
|
+
[key: string]: any;
|
|
2610
|
+
});
|
|
2611
|
+
}
|
|
2612
|
+
export declare class GetHotlineQualificationByOrderResponseBodyData extends $tea.Model {
|
|
2613
|
+
orderId?: string;
|
|
2614
|
+
qualificationId?: string;
|
|
2615
|
+
status?: string;
|
|
2226
2616
|
static names(): {
|
|
2227
2617
|
[key: string]: string;
|
|
2228
2618
|
};
|
|
@@ -2429,25 +2819,6 @@ export declare class QueryVoiceFileAuditInfoResponseBodyData extends $tea.Model
|
|
|
2429
2819
|
[key: string]: any;
|
|
2430
2820
|
});
|
|
2431
2821
|
}
|
|
2432
|
-
export declare class RefreshMqttTokenResponseBodyData extends $tea.Model {
|
|
2433
|
-
clientId?: string;
|
|
2434
|
-
expireTime?: string;
|
|
2435
|
-
host?: string;
|
|
2436
|
-
instanceId?: string;
|
|
2437
|
-
p2pTopic?: string;
|
|
2438
|
-
serverId?: string;
|
|
2439
|
-
token?: string;
|
|
2440
|
-
username?: string;
|
|
2441
|
-
static names(): {
|
|
2442
|
-
[key: string]: string;
|
|
2443
|
-
};
|
|
2444
|
-
static types(): {
|
|
2445
|
-
[key: string]: any;
|
|
2446
|
-
};
|
|
2447
|
-
constructor(map?: {
|
|
2448
|
-
[key: string]: any;
|
|
2449
|
-
});
|
|
2450
|
-
}
|
|
2451
2822
|
export declare class SetTransferCalleePoolConfigRequestDetails extends $tea.Model {
|
|
2452
2823
|
called?: string;
|
|
2453
2824
|
caller?: string;
|
|
@@ -2480,94 +2851,677 @@ export default class Client extends OpenApi {
|
|
|
2480
2851
|
getEndpoint(productId: string, regionId: string, endpointRule: string, network: string, suffix: string, endpointMap: {
|
|
2481
2852
|
[key: string]: string;
|
|
2482
2853
|
}, endpoint: string): string;
|
|
2483
|
-
|
|
2484
|
-
|
|
2854
|
+
/**
|
|
2855
|
+
* ### QPS limits
|
|
2856
|
+
* You can call this operation up to 200 times per second per account.
|
|
2857
|
+
*
|
|
2858
|
+
* @param request AddVirtualNumberRelationRequest
|
|
2859
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2860
|
+
* @return AddVirtualNumberRelationResponse
|
|
2861
|
+
*/
|
|
2485
2862
|
addVirtualNumberRelationWithOptions(request: AddVirtualNumberRelationRequest, runtime: $Util.RuntimeOptions): Promise<AddVirtualNumberRelationResponse>;
|
|
2863
|
+
/**
|
|
2864
|
+
* ### QPS limits
|
|
2865
|
+
* You can call this operation up to 200 times per second per account.
|
|
2866
|
+
*
|
|
2867
|
+
* @param request AddVirtualNumberRelationRequest
|
|
2868
|
+
* @return AddVirtualNumberRelationResponse
|
|
2869
|
+
*/
|
|
2486
2870
|
addVirtualNumberRelation(request: AddVirtualNumberRelationRequest): Promise<AddVirtualNumberRelationResponse>;
|
|
2871
|
+
/**
|
|
2872
|
+
* * In an intelligent speech interaction task, you can use the robot communication scripts preset in the Voice Messaging Service console, or invoke the callback function to return the response mode configured by the business party in each call.
|
|
2873
|
+
* * The BatchRobotSmartCall operation is used to initiate an outbound robocall task by using the robot communication scripts preset in the Voice Messaging Service console.
|
|
2874
|
+
* ## Prerequisites
|
|
2875
|
+
* * You have passed the real-name verification for an enterprise user and passed the enterprise qualification review.
|
|
2876
|
+
* * You have purchased numbers in the [Voice Messaging Service console](https://dyvms.console.aliyun.com/dyvms.htm#/number/normal).
|
|
2877
|
+
* * You have added communication scripts on the [Communication script management](https://dyvms.console.aliyun.com/dyvms.htm#/smart-call/saas/robot/list) page, and the communication scripts have been approved.
|
|
2878
|
+
* > Before you call this operation, make sure that you are familiar with the [billing](https://www.aliyun.com/price/product#/vms/detail) of Voice Messaging Service (VMS).
|
|
2879
|
+
*
|
|
2880
|
+
* @param request BatchRobotSmartCallRequest
|
|
2881
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2882
|
+
* @return BatchRobotSmartCallResponse
|
|
2883
|
+
*/
|
|
2487
2884
|
batchRobotSmartCallWithOptions(request: BatchRobotSmartCallRequest, runtime: $Util.RuntimeOptions): Promise<BatchRobotSmartCallResponse>;
|
|
2885
|
+
/**
|
|
2886
|
+
* * In an intelligent speech interaction task, you can use the robot communication scripts preset in the Voice Messaging Service console, or invoke the callback function to return the response mode configured by the business party in each call.
|
|
2887
|
+
* * The BatchRobotSmartCall operation is used to initiate an outbound robocall task by using the robot communication scripts preset in the Voice Messaging Service console.
|
|
2888
|
+
* ## Prerequisites
|
|
2889
|
+
* * You have passed the real-name verification for an enterprise user and passed the enterprise qualification review.
|
|
2890
|
+
* * You have purchased numbers in the [Voice Messaging Service console](https://dyvms.console.aliyun.com/dyvms.htm#/number/normal).
|
|
2891
|
+
* * You have added communication scripts on the [Communication script management](https://dyvms.console.aliyun.com/dyvms.htm#/smart-call/saas/robot/list) page, and the communication scripts have been approved.
|
|
2892
|
+
* > Before you call this operation, make sure that you are familiar with the [billing](https://www.aliyun.com/price/product#/vms/detail) of Voice Messaging Service (VMS).
|
|
2893
|
+
*
|
|
2894
|
+
* @param request BatchRobotSmartCallRequest
|
|
2895
|
+
* @return BatchRobotSmartCallResponse
|
|
2896
|
+
*/
|
|
2488
2897
|
batchRobotSmartCall(request: BatchRobotSmartCallRequest): Promise<BatchRobotSmartCallResponse>;
|
|
2898
|
+
/**
|
|
2899
|
+
* ### QPS limits
|
|
2900
|
+
* You can call this operation up to 100 times per second per account.
|
|
2901
|
+
*
|
|
2902
|
+
* @param request CancelOrderRobotTaskRequest
|
|
2903
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2904
|
+
* @return CancelOrderRobotTaskResponse
|
|
2905
|
+
*/
|
|
2489
2906
|
cancelOrderRobotTaskWithOptions(request: CancelOrderRobotTaskRequest, runtime: $Util.RuntimeOptions): Promise<CancelOrderRobotTaskResponse>;
|
|
2907
|
+
/**
|
|
2908
|
+
* ### QPS limits
|
|
2909
|
+
* You can call this operation up to 100 times per second per account.
|
|
2910
|
+
*
|
|
2911
|
+
* @param request CancelOrderRobotTaskRequest
|
|
2912
|
+
* @return CancelOrderRobotTaskResponse
|
|
2913
|
+
*/
|
|
2490
2914
|
cancelOrderRobotTask(request: CancelOrderRobotTaskRequest): Promise<CancelOrderRobotTaskResponse>;
|
|
2915
|
+
/**
|
|
2916
|
+
* Only a task in progress can be terminated by calling the CancelRobotTask operation, and the task cannot be resumed after it is terminated.
|
|
2917
|
+
* ### QPS limits
|
|
2918
|
+
* You can call this operation up to 100 times per second per account.
|
|
2919
|
+
*
|
|
2920
|
+
* @param request CancelRobotTaskRequest
|
|
2921
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2922
|
+
* @return CancelRobotTaskResponse
|
|
2923
|
+
*/
|
|
2491
2924
|
cancelRobotTaskWithOptions(request: CancelRobotTaskRequest, runtime: $Util.RuntimeOptions): Promise<CancelRobotTaskResponse>;
|
|
2925
|
+
/**
|
|
2926
|
+
* Only a task in progress can be terminated by calling the CancelRobotTask operation, and the task cannot be resumed after it is terminated.
|
|
2927
|
+
* ### QPS limits
|
|
2928
|
+
* You can call this operation up to 100 times per second per account.
|
|
2929
|
+
*
|
|
2930
|
+
* @param request CancelRobotTaskRequest
|
|
2931
|
+
* @return CancelRobotTaskResponse
|
|
2932
|
+
*/
|
|
2492
2933
|
cancelRobotTask(request: CancelRobotTaskRequest): Promise<CancelRobotTaskResponse>;
|
|
2934
|
+
changeMediaTypeWithOptions(request: ChangeMediaTypeRequest, runtime: $Util.RuntimeOptions): Promise<ChangeMediaTypeResponse>;
|
|
2935
|
+
changeMediaType(request: ChangeMediaTypeRequest): Promise<ChangeMediaTypeResponse>;
|
|
2936
|
+
/**
|
|
2937
|
+
* You can create up to 1,000 voice notifications for each task.
|
|
2938
|
+
* ### QPS limits
|
|
2939
|
+
* You can call this operation up to 100 times per second per account.
|
|
2940
|
+
*
|
|
2941
|
+
* @param request CreateCallTaskRequest
|
|
2942
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2943
|
+
* @return CreateCallTaskResponse
|
|
2944
|
+
*/
|
|
2493
2945
|
createCallTaskWithOptions(request: CreateCallTaskRequest, runtime: $Util.RuntimeOptions): Promise<CreateCallTaskResponse>;
|
|
2946
|
+
/**
|
|
2947
|
+
* You can create up to 1,000 voice notifications for each task.
|
|
2948
|
+
* ### QPS limits
|
|
2949
|
+
* You can call this operation up to 100 times per second per account.
|
|
2950
|
+
*
|
|
2951
|
+
* @param request CreateCallTaskRequest
|
|
2952
|
+
* @return CreateCallTaskResponse
|
|
2953
|
+
*/
|
|
2494
2954
|
createCallTask(request: CreateCallTaskRequest): Promise<CreateCallTaskResponse>;
|
|
2955
|
+
/**
|
|
2956
|
+
* You can call this operation to initiate an outbound robocall task by using the robot communication scripts preset in the Voice Messaging Service console. In an intelligent speech interaction task, you can use the robot communication scripts preset in the Voice Messaging Service console, or invoke the callback function to return the response mode configured by the business party in each call.
|
|
2957
|
+
* ### QPS limits
|
|
2958
|
+
* You can call this operation up to 100 times per second per account.
|
|
2959
|
+
*
|
|
2960
|
+
* @param request CreateRobotTaskRequest
|
|
2961
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2962
|
+
* @return CreateRobotTaskResponse
|
|
2963
|
+
*/
|
|
2495
2964
|
createRobotTaskWithOptions(request: CreateRobotTaskRequest, runtime: $Util.RuntimeOptions): Promise<CreateRobotTaskResponse>;
|
|
2965
|
+
/**
|
|
2966
|
+
* You can call this operation to initiate an outbound robocall task by using the robot communication scripts preset in the Voice Messaging Service console. In an intelligent speech interaction task, you can use the robot communication scripts preset in the Voice Messaging Service console, or invoke the callback function to return the response mode configured by the business party in each call.
|
|
2967
|
+
* ### QPS limits
|
|
2968
|
+
* You can call this operation up to 100 times per second per account.
|
|
2969
|
+
*
|
|
2970
|
+
* @param request CreateRobotTaskRequest
|
|
2971
|
+
* @return CreateRobotTaskResponse
|
|
2972
|
+
*/
|
|
2496
2973
|
createRobotTask(request: CreateRobotTaskRequest): Promise<CreateRobotTaskResponse>;
|
|
2974
|
+
degradeVideoFileWithOptions(request: DegradeVideoFileRequest, runtime: $Util.RuntimeOptions): Promise<DegradeVideoFileResponse>;
|
|
2975
|
+
degradeVideoFile(request: DegradeVideoFileRequest): Promise<DegradeVideoFileResponse>;
|
|
2976
|
+
/**
|
|
2977
|
+
* You can call this operation to delete only tasks that are not started, that are completed, and that are terminated.
|
|
2978
|
+
* ### QPS limits
|
|
2979
|
+
* You can call this operation up to 100 times per second per account.
|
|
2980
|
+
*
|
|
2981
|
+
* @param request DeleteRobotTaskRequest
|
|
2982
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
2983
|
+
* @return DeleteRobotTaskResponse
|
|
2984
|
+
*/
|
|
2497
2985
|
deleteRobotTaskWithOptions(request: DeleteRobotTaskRequest, runtime: $Util.RuntimeOptions): Promise<DeleteRobotTaskResponse>;
|
|
2986
|
+
/**
|
|
2987
|
+
* You can call this operation to delete only tasks that are not started, that are completed, and that are terminated.
|
|
2988
|
+
* ### QPS limits
|
|
2989
|
+
* You can call this operation up to 100 times per second per account.
|
|
2990
|
+
*
|
|
2991
|
+
* @param request DeleteRobotTaskRequest
|
|
2992
|
+
* @return DeleteRobotTaskResponse
|
|
2993
|
+
*/
|
|
2498
2994
|
deleteRobotTask(request: DeleteRobotTaskRequest): Promise<DeleteRobotTaskResponse>;
|
|
2995
|
+
/**
|
|
2996
|
+
* ### QPS limits
|
|
2997
|
+
* You can call this operation up to 100 times per second per account.
|
|
2998
|
+
*
|
|
2999
|
+
* @param request ExecuteCallTaskRequest
|
|
3000
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
3001
|
+
* @return ExecuteCallTaskResponse
|
|
3002
|
+
*/
|
|
2499
3003
|
executeCallTaskWithOptions(request: ExecuteCallTaskRequest, runtime: $Util.RuntimeOptions): Promise<ExecuteCallTaskResponse>;
|
|
3004
|
+
/**
|
|
3005
|
+
* ### QPS limits
|
|
3006
|
+
* You can call this operation up to 100 times per second per account.
|
|
3007
|
+
*
|
|
3008
|
+
* @param request ExecuteCallTaskRequest
|
|
3009
|
+
* @return ExecuteCallTaskResponse
|
|
3010
|
+
*/
|
|
2500
3011
|
executeCallTask(request: ExecuteCallTaskRequest): Promise<ExecuteCallTaskResponse>;
|
|
2501
|
-
|
|
2502
|
-
|
|
3012
|
+
getCallProgressWithOptions(request: GetCallProgressRequest, runtime: $Util.RuntimeOptions): Promise<GetCallProgressResponse>;
|
|
3013
|
+
getCallProgress(request: GetCallProgressRequest): Promise<GetCallProgressResponse>;
|
|
3014
|
+
/**
|
|
3015
|
+
* ### QPS limits
|
|
3016
|
+
* You can call this operation up to 100 times per second per account.
|
|
3017
|
+
*
|
|
3018
|
+
* @param request GetHotlineQualificationByOrderRequest
|
|
3019
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
3020
|
+
* @return GetHotlineQualificationByOrderResponse
|
|
3021
|
+
*/
|
|
2503
3022
|
getHotlineQualificationByOrderWithOptions(request: GetHotlineQualificationByOrderRequest, runtime: $Util.RuntimeOptions): Promise<GetHotlineQualificationByOrderResponse>;
|
|
3023
|
+
/**
|
|
3024
|
+
* ### QPS limits
|
|
3025
|
+
* You can call this operation up to 100 times per second per account.
|
|
3026
|
+
*
|
|
3027
|
+
* @param request GetHotlineQualificationByOrderRequest
|
|
3028
|
+
* @return GetHotlineQualificationByOrderResponse
|
|
3029
|
+
*/
|
|
2504
3030
|
getHotlineQualificationByOrder(request: GetHotlineQualificationByOrderRequest): Promise<GetHotlineQualificationByOrderResponse>;
|
|
2505
|
-
|
|
2506
|
-
|
|
2507
|
-
|
|
2508
|
-
|
|
3031
|
+
/**
|
|
3032
|
+
* ### QPS limits
|
|
3033
|
+
* You can call this operation up to five times per second per account.
|
|
3034
|
+
*
|
|
3035
|
+
* @param request GetTokenRequest
|
|
3036
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
3037
|
+
* @return GetTokenResponse
|
|
3038
|
+
*/
|
|
2509
3039
|
getTokenWithOptions(request: GetTokenRequest, runtime: $Util.RuntimeOptions): Promise<GetTokenResponse>;
|
|
3040
|
+
/**
|
|
3041
|
+
* ### QPS limits
|
|
3042
|
+
* You can call this operation up to five times per second per account.
|
|
3043
|
+
*
|
|
3044
|
+
* @param request GetTokenRequest
|
|
3045
|
+
* @return GetTokenResponse
|
|
3046
|
+
*/
|
|
2510
3047
|
getToken(request: GetTokenRequest): Promise<GetTokenResponse>;
|
|
3048
|
+
getVideoFieldUrlWithOptions(request: GetVideoFieldUrlRequest, runtime: $Util.RuntimeOptions): Promise<GetVideoFieldUrlResponse>;
|
|
3049
|
+
getVideoFieldUrl(request: GetVideoFieldUrlRequest): Promise<GetVideoFieldUrlResponse>;
|
|
3050
|
+
/**
|
|
3051
|
+
* * Your enterprise qualification is approved. For more information, see [Submit enterprise qualifications](~~149795~~).
|
|
3052
|
+
* * Voice numbers are purchased. For more information, see [Purchase numbers](~~149794~~).
|
|
3053
|
+
* * When the subscriber answers the call, the subscriber hears a voice that instructs the subscriber to press a key as needed. If the [message receipt](~~112503~~) feature is enabled, the Voice Messaging Service (VMS) platform returns the information about the key pressed by the subscriber to the business system. The key information includes the order confirmation, questionnaire survey, and satisfaction survey completed by the subscriber.
|
|
3054
|
+
* ## QPS limits
|
|
3055
|
+
* You can call this operation up to 100 times per second per account.
|
|
3056
|
+
*
|
|
3057
|
+
* @param request IvrCallRequest
|
|
3058
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
3059
|
+
* @return IvrCallResponse
|
|
3060
|
+
*/
|
|
2511
3061
|
ivrCallWithOptions(request: IvrCallRequest, runtime: $Util.RuntimeOptions): Promise<IvrCallResponse>;
|
|
3062
|
+
/**
|
|
3063
|
+
* * Your enterprise qualification is approved. For more information, see [Submit enterprise qualifications](~~149795~~).
|
|
3064
|
+
* * Voice numbers are purchased. For more information, see [Purchase numbers](~~149794~~).
|
|
3065
|
+
* * When the subscriber answers the call, the subscriber hears a voice that instructs the subscriber to press a key as needed. If the [message receipt](~~112503~~) feature is enabled, the Voice Messaging Service (VMS) platform returns the information about the key pressed by the subscriber to the business system. The key information includes the order confirmation, questionnaire survey, and satisfaction survey completed by the subscriber.
|
|
3066
|
+
* ## QPS limits
|
|
3067
|
+
* You can call this operation up to 100 times per second per account.
|
|
3068
|
+
*
|
|
3069
|
+
* @param request IvrCallRequest
|
|
3070
|
+
* @return IvrCallResponse
|
|
3071
|
+
*/
|
|
2512
3072
|
ivrCall(request: IvrCallRequest): Promise<IvrCallResponse>;
|
|
3073
|
+
/**
|
|
3074
|
+
* ### QPS limits
|
|
3075
|
+
* You can call this operation up to 100 times per second per account.
|
|
3076
|
+
*
|
|
3077
|
+
* @param request ListCallTaskRequest
|
|
3078
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
3079
|
+
* @return ListCallTaskResponse
|
|
3080
|
+
*/
|
|
2513
3081
|
listCallTaskWithOptions(request: ListCallTaskRequest, runtime: $Util.RuntimeOptions): Promise<ListCallTaskResponse>;
|
|
3082
|
+
/**
|
|
3083
|
+
* ### QPS limits
|
|
3084
|
+
* You can call this operation up to 100 times per second per account.
|
|
3085
|
+
*
|
|
3086
|
+
* @param request ListCallTaskRequest
|
|
3087
|
+
* @return ListCallTaskResponse
|
|
3088
|
+
*/
|
|
2514
3089
|
listCallTask(request: ListCallTaskRequest): Promise<ListCallTaskResponse>;
|
|
3090
|
+
/**
|
|
3091
|
+
* ### QPS limits
|
|
3092
|
+
* You can call this operation up to 100 times per second per account.
|
|
3093
|
+
*
|
|
3094
|
+
* @param request ListCallTaskDetailRequest
|
|
3095
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
3096
|
+
* @return ListCallTaskDetailResponse
|
|
3097
|
+
*/
|
|
2515
3098
|
listCallTaskDetailWithOptions(request: ListCallTaskDetailRequest, runtime: $Util.RuntimeOptions): Promise<ListCallTaskDetailResponse>;
|
|
3099
|
+
/**
|
|
3100
|
+
* ### QPS limits
|
|
3101
|
+
* You can call this operation up to 100 times per second per account.
|
|
3102
|
+
*
|
|
3103
|
+
* @param request ListCallTaskDetailRequest
|
|
3104
|
+
* @return ListCallTaskDetailResponse
|
|
3105
|
+
*/
|
|
2516
3106
|
listCallTaskDetail(request: ListCallTaskDetailRequest): Promise<ListCallTaskDetailResponse>;
|
|
3107
|
+
/**
|
|
3108
|
+
* ### QPS limits
|
|
3109
|
+
* You can call this operation up to 100 times per second per account.
|
|
3110
|
+
*
|
|
3111
|
+
* @param request ListHotlineTransferNumberRequest
|
|
3112
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
3113
|
+
* @return ListHotlineTransferNumberResponse
|
|
3114
|
+
*/
|
|
2517
3115
|
listHotlineTransferNumberWithOptions(request: ListHotlineTransferNumberRequest, runtime: $Util.RuntimeOptions): Promise<ListHotlineTransferNumberResponse>;
|
|
3116
|
+
/**
|
|
3117
|
+
* ### QPS limits
|
|
3118
|
+
* You can call this operation up to 100 times per second per account.
|
|
3119
|
+
*
|
|
3120
|
+
* @param request ListHotlineTransferNumberRequest
|
|
3121
|
+
* @return ListHotlineTransferNumberResponse
|
|
3122
|
+
*/
|
|
2518
3123
|
listHotlineTransferNumber(request: ListHotlineTransferNumberRequest): Promise<ListHotlineTransferNumberResponse>;
|
|
3124
|
+
/**
|
|
3125
|
+
* ### QPS limits
|
|
3126
|
+
* You can call this operation up to 100 times per second per account.
|
|
3127
|
+
*
|
|
3128
|
+
* @param request ListHotlineTransferRegisterFileRequest
|
|
3129
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
3130
|
+
* @return ListHotlineTransferRegisterFileResponse
|
|
3131
|
+
*/
|
|
2519
3132
|
listHotlineTransferRegisterFileWithOptions(request: ListHotlineTransferRegisterFileRequest, runtime: $Util.RuntimeOptions): Promise<ListHotlineTransferRegisterFileResponse>;
|
|
3133
|
+
/**
|
|
3134
|
+
* ### QPS limits
|
|
3135
|
+
* You can call this operation up to 100 times per second per account.
|
|
3136
|
+
*
|
|
3137
|
+
* @param request ListHotlineTransferRegisterFileRequest
|
|
3138
|
+
* @return ListHotlineTransferRegisterFileResponse
|
|
3139
|
+
*/
|
|
2520
3140
|
listHotlineTransferRegisterFile(request: ListHotlineTransferRegisterFileRequest): Promise<ListHotlineTransferRegisterFileResponse>;
|
|
3141
|
+
pauseVideoFileWithOptions(request: PauseVideoFileRequest, runtime: $Util.RuntimeOptions): Promise<PauseVideoFileResponse>;
|
|
3142
|
+
pauseVideoFile(request: PauseVideoFileRequest): Promise<PauseVideoFileResponse>;
|
|
3143
|
+
playVideoFileWithOptions(request: PlayVideoFileRequest, runtime: $Util.RuntimeOptions): Promise<PlayVideoFileResponse>;
|
|
3144
|
+
playVideoFile(request: PlayVideoFileRequest): Promise<PlayVideoFileResponse>;
|
|
3145
|
+
/**
|
|
3146
|
+
* QueryCallDetailByCallId is a common query operation. You can call this operation to query the details of a voice notification, voice verification code, interactive voice response (IVR), intelligent inbound voice call, intelligent outbound voice call, or intelligent robocall.
|
|
3147
|
+
* ### QPS limits
|
|
3148
|
+
* You can call this operation up to 100 times per second per account.
|
|
3149
|
+
*
|
|
3150
|
+
* @param request QueryCallDetailByCallIdRequest
|
|
3151
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
3152
|
+
* @return QueryCallDetailByCallIdResponse
|
|
3153
|
+
*/
|
|
2521
3154
|
queryCallDetailByCallIdWithOptions(request: QueryCallDetailByCallIdRequest, runtime: $Util.RuntimeOptions): Promise<QueryCallDetailByCallIdResponse>;
|
|
3155
|
+
/**
|
|
3156
|
+
* QueryCallDetailByCallId is a common query operation. You can call this operation to query the details of a voice notification, voice verification code, interactive voice response (IVR), intelligent inbound voice call, intelligent outbound voice call, or intelligent robocall.
|
|
3157
|
+
* ### QPS limits
|
|
3158
|
+
* You can call this operation up to 100 times per second per account.
|
|
3159
|
+
*
|
|
3160
|
+
* @param request QueryCallDetailByCallIdRequest
|
|
3161
|
+
* @return QueryCallDetailByCallIdResponse
|
|
3162
|
+
*/
|
|
2522
3163
|
queryCallDetailByCallId(request: QueryCallDetailByCallIdRequest): Promise<QueryCallDetailByCallIdResponse>;
|
|
2523
3164
|
queryCallDetailByTaskIdWithOptions(request: QueryCallDetailByTaskIdRequest, runtime: $Util.RuntimeOptions): Promise<QueryCallDetailByTaskIdResponse>;
|
|
2524
3165
|
queryCallDetailByTaskId(request: QueryCallDetailByTaskIdRequest): Promise<QueryCallDetailByTaskIdResponse>;
|
|
3166
|
+
/**
|
|
3167
|
+
* ### QPS limits
|
|
3168
|
+
* You can call this operation up to 100 times per second per account.
|
|
3169
|
+
*
|
|
3170
|
+
* @param request QueryCallInPoolTransferConfigRequest
|
|
3171
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
3172
|
+
* @return QueryCallInPoolTransferConfigResponse
|
|
3173
|
+
*/
|
|
2525
3174
|
queryCallInPoolTransferConfigWithOptions(request: QueryCallInPoolTransferConfigRequest, runtime: $Util.RuntimeOptions): Promise<QueryCallInPoolTransferConfigResponse>;
|
|
3175
|
+
/**
|
|
3176
|
+
* ### QPS limits
|
|
3177
|
+
* You can call this operation up to 100 times per second per account.
|
|
3178
|
+
*
|
|
3179
|
+
* @param request QueryCallInPoolTransferConfigRequest
|
|
3180
|
+
* @return QueryCallInPoolTransferConfigResponse
|
|
3181
|
+
*/
|
|
2526
3182
|
queryCallInPoolTransferConfig(request: QueryCallInPoolTransferConfigRequest): Promise<QueryCallInPoolTransferConfigResponse>;
|
|
3183
|
+
/**
|
|
3184
|
+
* ### QPS limits
|
|
3185
|
+
* You can call this operation up to 100 times per second per account.
|
|
3186
|
+
*
|
|
3187
|
+
* @param request QueryCallInTransferRecordRequest
|
|
3188
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
3189
|
+
* @return QueryCallInTransferRecordResponse
|
|
3190
|
+
*/
|
|
2527
3191
|
queryCallInTransferRecordWithOptions(request: QueryCallInTransferRecordRequest, runtime: $Util.RuntimeOptions): Promise<QueryCallInTransferRecordResponse>;
|
|
3192
|
+
/**
|
|
3193
|
+
* ### QPS limits
|
|
3194
|
+
* You can call this operation up to 100 times per second per account.
|
|
3195
|
+
*
|
|
3196
|
+
* @param request QueryCallInTransferRecordRequest
|
|
3197
|
+
* @return QueryCallInTransferRecordResponse
|
|
3198
|
+
*/
|
|
2528
3199
|
queryCallInTransferRecord(request: QueryCallInTransferRecordRequest): Promise<QueryCallInTransferRecordResponse>;
|
|
2529
3200
|
queryRobotInfoListWithOptions(request: QueryRobotInfoListRequest, runtime: $Util.RuntimeOptions): Promise<QueryRobotInfoListResponse>;
|
|
2530
3201
|
queryRobotInfoList(request: QueryRobotInfoListRequest): Promise<QueryRobotInfoListResponse>;
|
|
3202
|
+
/**
|
|
3203
|
+
* ### QPS limits
|
|
3204
|
+
* You can call this operation up to 100 times per second per account.
|
|
3205
|
+
*
|
|
3206
|
+
* @param request QueryRobotTaskCallDetailRequest
|
|
3207
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
3208
|
+
* @return QueryRobotTaskCallDetailResponse
|
|
3209
|
+
*/
|
|
2531
3210
|
queryRobotTaskCallDetailWithOptions(request: QueryRobotTaskCallDetailRequest, runtime: $Util.RuntimeOptions): Promise<QueryRobotTaskCallDetailResponse>;
|
|
3211
|
+
/**
|
|
3212
|
+
* ### QPS limits
|
|
3213
|
+
* You can call this operation up to 100 times per second per account.
|
|
3214
|
+
*
|
|
3215
|
+
* @param request QueryRobotTaskCallDetailRequest
|
|
3216
|
+
* @return QueryRobotTaskCallDetailResponse
|
|
3217
|
+
*/
|
|
2532
3218
|
queryRobotTaskCallDetail(request: QueryRobotTaskCallDetailRequest): Promise<QueryRobotTaskCallDetailResponse>;
|
|
3219
|
+
/**
|
|
3220
|
+
* ### QPS limits
|
|
3221
|
+
* You can call this operation up to 100 times per second per account.
|
|
3222
|
+
*
|
|
3223
|
+
* @param request QueryRobotTaskCallListRequest
|
|
3224
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
3225
|
+
* @return QueryRobotTaskCallListResponse
|
|
3226
|
+
*/
|
|
2533
3227
|
queryRobotTaskCallListWithOptions(request: QueryRobotTaskCallListRequest, runtime: $Util.RuntimeOptions): Promise<QueryRobotTaskCallListResponse>;
|
|
3228
|
+
/**
|
|
3229
|
+
* ### QPS limits
|
|
3230
|
+
* You can call this operation up to 100 times per second per account.
|
|
3231
|
+
*
|
|
3232
|
+
* @param request QueryRobotTaskCallListRequest
|
|
3233
|
+
* @return QueryRobotTaskCallListResponse
|
|
3234
|
+
*/
|
|
2534
3235
|
queryRobotTaskCallList(request: QueryRobotTaskCallListRequest): Promise<QueryRobotTaskCallListResponse>;
|
|
3236
|
+
/**
|
|
3237
|
+
* ### QPS limits
|
|
3238
|
+
* You can call this operation up to 100 times per second per account.
|
|
3239
|
+
*
|
|
3240
|
+
* @param request QueryRobotTaskDetailRequest
|
|
3241
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
3242
|
+
* @return QueryRobotTaskDetailResponse
|
|
3243
|
+
*/
|
|
2535
3244
|
queryRobotTaskDetailWithOptions(request: QueryRobotTaskDetailRequest, runtime: $Util.RuntimeOptions): Promise<QueryRobotTaskDetailResponse>;
|
|
3245
|
+
/**
|
|
3246
|
+
* ### QPS limits
|
|
3247
|
+
* You can call this operation up to 100 times per second per account.
|
|
3248
|
+
*
|
|
3249
|
+
* @param request QueryRobotTaskDetailRequest
|
|
3250
|
+
* @return QueryRobotTaskDetailResponse
|
|
3251
|
+
*/
|
|
2536
3252
|
queryRobotTaskDetail(request: QueryRobotTaskDetailRequest): Promise<QueryRobotTaskDetailResponse>;
|
|
3253
|
+
/**
|
|
3254
|
+
* ### QPS limits
|
|
3255
|
+
* You can call this operation up to 100 times per second per account.
|
|
3256
|
+
*
|
|
3257
|
+
* @param request QueryRobotTaskListRequest
|
|
3258
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
3259
|
+
* @return QueryRobotTaskListResponse
|
|
3260
|
+
*/
|
|
2537
3261
|
queryRobotTaskListWithOptions(request: QueryRobotTaskListRequest, runtime: $Util.RuntimeOptions): Promise<QueryRobotTaskListResponse>;
|
|
3262
|
+
/**
|
|
3263
|
+
* ### QPS limits
|
|
3264
|
+
* You can call this operation up to 100 times per second per account.
|
|
3265
|
+
*
|
|
3266
|
+
* @param request QueryRobotTaskListRequest
|
|
3267
|
+
* @return QueryRobotTaskListResponse
|
|
3268
|
+
*/
|
|
2538
3269
|
queryRobotTaskList(request: QueryRobotTaskListRequest): Promise<QueryRobotTaskListResponse>;
|
|
3270
|
+
/**
|
|
3271
|
+
* ### QPS limits
|
|
3272
|
+
* You can call this operation up to 100 times per second per account.
|
|
3273
|
+
*
|
|
3274
|
+
* @param request QueryRobotv2AllListRequest
|
|
3275
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
3276
|
+
* @return QueryRobotv2AllListResponse
|
|
3277
|
+
*/
|
|
2539
3278
|
queryRobotv2AllListWithOptions(request: QueryRobotv2AllListRequest, runtime: $Util.RuntimeOptions): Promise<QueryRobotv2AllListResponse>;
|
|
3279
|
+
/**
|
|
3280
|
+
* ### QPS limits
|
|
3281
|
+
* You can call this operation up to 100 times per second per account.
|
|
3282
|
+
*
|
|
3283
|
+
* @param request QueryRobotv2AllListRequest
|
|
3284
|
+
* @return QueryRobotv2AllListResponse
|
|
3285
|
+
*/
|
|
2540
3286
|
queryRobotv2AllList(request: QueryRobotv2AllListRequest): Promise<QueryRobotv2AllListResponse>;
|
|
3287
|
+
queryVideoPlayProgressWithOptions(request: QueryVideoPlayProgressRequest, runtime: $Util.RuntimeOptions): Promise<QueryVideoPlayProgressResponse>;
|
|
3288
|
+
queryVideoPlayProgress(request: QueryVideoPlayProgressRequest): Promise<QueryVideoPlayProgressResponse>;
|
|
3289
|
+
/**
|
|
3290
|
+
* ### QPS limits
|
|
3291
|
+
* You can call this operation up to 100 times per second per account.
|
|
3292
|
+
*
|
|
3293
|
+
* @param request QueryVirtualNumberRequest
|
|
3294
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
3295
|
+
* @return QueryVirtualNumberResponse
|
|
3296
|
+
*/
|
|
2541
3297
|
queryVirtualNumberWithOptions(request: QueryVirtualNumberRequest, runtime: $Util.RuntimeOptions): Promise<QueryVirtualNumberResponse>;
|
|
3298
|
+
/**
|
|
3299
|
+
* ### QPS limits
|
|
3300
|
+
* You can call this operation up to 100 times per second per account.
|
|
3301
|
+
*
|
|
3302
|
+
* @param request QueryVirtualNumberRequest
|
|
3303
|
+
* @return QueryVirtualNumberResponse
|
|
3304
|
+
*/
|
|
2542
3305
|
queryVirtualNumber(request: QueryVirtualNumberRequest): Promise<QueryVirtualNumberResponse>;
|
|
3306
|
+
/**
|
|
3307
|
+
* ### QPS limits
|
|
3308
|
+
* You can call this operation up to 200 times per second per account.
|
|
3309
|
+
*
|
|
3310
|
+
* @param request QueryVirtualNumberRelationRequest
|
|
3311
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
3312
|
+
* @return QueryVirtualNumberRelationResponse
|
|
3313
|
+
*/
|
|
2543
3314
|
queryVirtualNumberRelationWithOptions(request: QueryVirtualNumberRelationRequest, runtime: $Util.RuntimeOptions): Promise<QueryVirtualNumberRelationResponse>;
|
|
3315
|
+
/**
|
|
3316
|
+
* ### QPS limits
|
|
3317
|
+
* You can call this operation up to 200 times per second per account.
|
|
3318
|
+
*
|
|
3319
|
+
* @param request QueryVirtualNumberRelationRequest
|
|
3320
|
+
* @return QueryVirtualNumberRelationResponse
|
|
3321
|
+
*/
|
|
2544
3322
|
queryVirtualNumberRelation(request: QueryVirtualNumberRelationRequest): Promise<QueryVirtualNumberRelationResponse>;
|
|
2545
3323
|
queryVoiceFileAuditInfoWithOptions(request: QueryVoiceFileAuditInfoRequest, runtime: $Util.RuntimeOptions): Promise<QueryVoiceFileAuditInfoResponse>;
|
|
2546
3324
|
queryVoiceFileAuditInfo(request: QueryVoiceFileAuditInfoRequest): Promise<QueryVoiceFileAuditInfoResponse>;
|
|
2547
3325
|
recoverCallInConfigWithOptions(request: RecoverCallInConfigRequest, runtime: $Util.RuntimeOptions): Promise<RecoverCallInConfigResponse>;
|
|
2548
3326
|
recoverCallInConfig(request: RecoverCallInConfigRequest): Promise<RecoverCallInConfigResponse>;
|
|
2549
|
-
|
|
2550
|
-
|
|
3327
|
+
resumeVideoFileWithOptions(request: ResumeVideoFileRequest, runtime: $Util.RuntimeOptions): Promise<ResumeVideoFileResponse>;
|
|
3328
|
+
resumeVideoFile(request: ResumeVideoFileRequest): Promise<ResumeVideoFileResponse>;
|
|
3329
|
+
seekVideoFileWithOptions(request: SeekVideoFileRequest, runtime: $Util.RuntimeOptions): Promise<SeekVideoFileResponse>;
|
|
3330
|
+
seekVideoFile(request: SeekVideoFileRequest): Promise<SeekVideoFileResponse>;
|
|
3331
|
+
/**
|
|
3332
|
+
* ### QPS limits
|
|
3333
|
+
* You can call this operation up to 100 times per second per account.
|
|
3334
|
+
*
|
|
3335
|
+
* @param request SendVerificationRequest
|
|
3336
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
3337
|
+
* @return SendVerificationResponse
|
|
3338
|
+
*/
|
|
2551
3339
|
sendVerificationWithOptions(request: SendVerificationRequest, runtime: $Util.RuntimeOptions): Promise<SendVerificationResponse>;
|
|
3340
|
+
/**
|
|
3341
|
+
* ### QPS limits
|
|
3342
|
+
* You can call this operation up to 100 times per second per account.
|
|
3343
|
+
*
|
|
3344
|
+
* @param request SendVerificationRequest
|
|
3345
|
+
* @return SendVerificationResponse
|
|
3346
|
+
*/
|
|
2552
3347
|
sendVerification(request: SendVerificationRequest): Promise<SendVerificationResponse>;
|
|
3348
|
+
/**
|
|
3349
|
+
* ### QPS limits
|
|
3350
|
+
* You can call this operation up to 100 times per second per account.
|
|
3351
|
+
*
|
|
3352
|
+
* @param request SetTransferCalleePoolConfigRequest
|
|
3353
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
3354
|
+
* @return SetTransferCalleePoolConfigResponse
|
|
3355
|
+
*/
|
|
2553
3356
|
setTransferCalleePoolConfigWithOptions(request: SetTransferCalleePoolConfigRequest, runtime: $Util.RuntimeOptions): Promise<SetTransferCalleePoolConfigResponse>;
|
|
3357
|
+
/**
|
|
3358
|
+
* ### QPS limits
|
|
3359
|
+
* You can call this operation up to 100 times per second per account.
|
|
3360
|
+
*
|
|
3361
|
+
* @param request SetTransferCalleePoolConfigRequest
|
|
3362
|
+
* @return SetTransferCalleePoolConfigResponse
|
|
3363
|
+
*/
|
|
2554
3364
|
setTransferCalleePoolConfig(request: SetTransferCalleePoolConfigRequest): Promise<SetTransferCalleePoolConfigResponse>;
|
|
3365
|
+
/**
|
|
3366
|
+
* * Due to business adjustments, the updates of the voice notification and voice verification code services have been stopped in regions outside the Chinese mainland and the services have been discontinued since March 2022. Only qualified customers can continue using the voice notification and voice verification code services.
|
|
3367
|
+
* * For more information about voice plans or voice service billing, see [Pricing of VMS on China site (aliyun.com)](~~150083~~).
|
|
3368
|
+
* ### QPS limits
|
|
3369
|
+
* You can call this operation up to 1,000 times per second per account.
|
|
3370
|
+
*
|
|
3371
|
+
* @param request SingleCallByTtsRequest
|
|
3372
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
3373
|
+
* @return SingleCallByTtsResponse
|
|
3374
|
+
*/
|
|
2555
3375
|
singleCallByTtsWithOptions(request: SingleCallByTtsRequest, runtime: $Util.RuntimeOptions): Promise<SingleCallByTtsResponse>;
|
|
3376
|
+
/**
|
|
3377
|
+
* * Due to business adjustments, the updates of the voice notification and voice verification code services have been stopped in regions outside the Chinese mainland and the services have been discontinued since March 2022. Only qualified customers can continue using the voice notification and voice verification code services.
|
|
3378
|
+
* * For more information about voice plans or voice service billing, see [Pricing of VMS on China site (aliyun.com)](~~150083~~).
|
|
3379
|
+
* ### QPS limits
|
|
3380
|
+
* You can call this operation up to 1,000 times per second per account.
|
|
3381
|
+
*
|
|
3382
|
+
* @param request SingleCallByTtsRequest
|
|
3383
|
+
* @return SingleCallByTtsResponse
|
|
3384
|
+
*/
|
|
2556
3385
|
singleCallByTts(request: SingleCallByTtsRequest): Promise<SingleCallByTtsResponse>;
|
|
3386
|
+
singleCallByVideoWithOptions(request: SingleCallByVideoRequest, runtime: $Util.RuntimeOptions): Promise<SingleCallByVideoResponse>;
|
|
3387
|
+
singleCallByVideo(request: SingleCallByVideoRequest): Promise<SingleCallByVideoResponse>;
|
|
3388
|
+
/**
|
|
3389
|
+
* > Due to business adjustments, the updates of the voice notification and voice verification code services have been stopped in regions outside the Chinese mainland and the services have been discontinued since March 2022. Only qualified customers can continue using the voice notification and voice verification code services.
|
|
3390
|
+
* You can call the [SingleCallByTts](~~393519~~) operation to send voice notifications with variables.
|
|
3391
|
+
* ### QPS limits
|
|
3392
|
+
* You can call this operation up to 1,200 times per second per account.
|
|
3393
|
+
*
|
|
3394
|
+
* @param request SingleCallByVoiceRequest
|
|
3395
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
3396
|
+
* @return SingleCallByVoiceResponse
|
|
3397
|
+
*/
|
|
2557
3398
|
singleCallByVoiceWithOptions(request: SingleCallByVoiceRequest, runtime: $Util.RuntimeOptions): Promise<SingleCallByVoiceResponse>;
|
|
3399
|
+
/**
|
|
3400
|
+
* > Due to business adjustments, the updates of the voice notification and voice verification code services have been stopped in regions outside the Chinese mainland and the services have been discontinued since March 2022. Only qualified customers can continue using the voice notification and voice verification code services.
|
|
3401
|
+
* You can call the [SingleCallByTts](~~393519~~) operation to send voice notifications with variables.
|
|
3402
|
+
* ### QPS limits
|
|
3403
|
+
* You can call this operation up to 1,200 times per second per account.
|
|
3404
|
+
*
|
|
3405
|
+
* @param request SingleCallByVoiceRequest
|
|
3406
|
+
* @return SingleCallByVoiceResponse
|
|
3407
|
+
*/
|
|
2558
3408
|
singleCallByVoice(request: SingleCallByVoiceRequest): Promise<SingleCallByVoiceResponse>;
|
|
3409
|
+
skipVideoFileWithOptions(request: SkipVideoFileRequest, runtime: $Util.RuntimeOptions): Promise<SkipVideoFileResponse>;
|
|
3410
|
+
skipVideoFile(request: SkipVideoFileRequest): Promise<SkipVideoFileResponse>;
|
|
3411
|
+
/**
|
|
3412
|
+
* * The SmartCall operation must be used together with the [intelligent outbound HTTP operation](~~112703~~). After the call initiated by the Voice Messaging Service (VMS) platform is connected, the VMS platform sends the text converted from speech back to the business side, and the business side then returns the follow-up action to the VMS platform.
|
|
3413
|
+
* * The SmartCall operation does not support the following characters: `@ = : "" $ { } ^ * ¥`.
|
|
3414
|
+
* ### QPS limits
|
|
3415
|
+
* You can call this operation up to 1,000 times per second per account.
|
|
3416
|
+
*
|
|
3417
|
+
* @param request SmartCallRequest
|
|
3418
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
3419
|
+
* @return SmartCallResponse
|
|
3420
|
+
*/
|
|
2559
3421
|
smartCallWithOptions(request: SmartCallRequest, runtime: $Util.RuntimeOptions): Promise<SmartCallResponse>;
|
|
3422
|
+
/**
|
|
3423
|
+
* * The SmartCall operation must be used together with the [intelligent outbound HTTP operation](~~112703~~). After the call initiated by the Voice Messaging Service (VMS) platform is connected, the VMS platform sends the text converted from speech back to the business side, and the business side then returns the follow-up action to the VMS platform.
|
|
3424
|
+
* * The SmartCall operation does not support the following characters: `@ = : "" $ { } ^ * ¥`.
|
|
3425
|
+
* ### QPS limits
|
|
3426
|
+
* You can call this operation up to 1,000 times per second per account.
|
|
3427
|
+
*
|
|
3428
|
+
* @param request SmartCallRequest
|
|
3429
|
+
* @return SmartCallResponse
|
|
3430
|
+
*/
|
|
2560
3431
|
smartCall(request: SmartCallRequest): Promise<SmartCallResponse>;
|
|
3432
|
+
/**
|
|
3433
|
+
* You can call this operation to initiate a specified action on the called number of an outbound robocall when the call is transferred to an agent of the call center.
|
|
3434
|
+
* > You can only initiate the action of bridging a called number and an agent of the call center.
|
|
3435
|
+
* ### QPS limits
|
|
3436
|
+
* You can call this operation up to 100 times per second per account.
|
|
3437
|
+
*
|
|
3438
|
+
* @param request SmartCallOperateRequest
|
|
3439
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
3440
|
+
* @return SmartCallOperateResponse
|
|
3441
|
+
*/
|
|
2561
3442
|
smartCallOperateWithOptions(request: SmartCallOperateRequest, runtime: $Util.RuntimeOptions): Promise<SmartCallOperateResponse>;
|
|
3443
|
+
/**
|
|
3444
|
+
* You can call this operation to initiate a specified action on the called number of an outbound robocall when the call is transferred to an agent of the call center.
|
|
3445
|
+
* > You can only initiate the action of bridging a called number and an agent of the call center.
|
|
3446
|
+
* ### QPS limits
|
|
3447
|
+
* You can call this operation up to 100 times per second per account.
|
|
3448
|
+
*
|
|
3449
|
+
* @param request SmartCallOperateRequest
|
|
3450
|
+
* @return SmartCallOperateResponse
|
|
3451
|
+
*/
|
|
2562
3452
|
smartCallOperate(request: SmartCallOperateRequest): Promise<SmartCallOperateResponse>;
|
|
3453
|
+
/**
|
|
3454
|
+
* ### QPS limits
|
|
3455
|
+
* You can call this operation up to 100 times per second per account.
|
|
3456
|
+
*
|
|
3457
|
+
* @param request StartRobotTaskRequest
|
|
3458
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
3459
|
+
* @return StartRobotTaskResponse
|
|
3460
|
+
*/
|
|
2563
3461
|
startRobotTaskWithOptions(request: StartRobotTaskRequest, runtime: $Util.RuntimeOptions): Promise<StartRobotTaskResponse>;
|
|
3462
|
+
/**
|
|
3463
|
+
* ### QPS limits
|
|
3464
|
+
* You can call this operation up to 100 times per second per account.
|
|
3465
|
+
*
|
|
3466
|
+
* @param request StartRobotTaskRequest
|
|
3467
|
+
* @return StartRobotTaskResponse
|
|
3468
|
+
*/
|
|
2564
3469
|
startRobotTask(request: StartRobotTaskRequest): Promise<StartRobotTaskResponse>;
|
|
2565
3470
|
stopCallInConfigWithOptions(request: StopCallInConfigRequest, runtime: $Util.RuntimeOptions): Promise<StopCallInConfigResponse>;
|
|
2566
3471
|
stopCallInConfig(request: StopCallInConfigRequest): Promise<StopCallInConfigResponse>;
|
|
3472
|
+
/**
|
|
3473
|
+
* After you stop a robocall task, you can call the [StartRobotTask](~~StartRobotTask~~) operation to start it again.
|
|
3474
|
+
* ### QPS limits
|
|
3475
|
+
* You can call this operation up to 100 times per second per account.
|
|
3476
|
+
*
|
|
3477
|
+
* @param request StopRobotTaskRequest
|
|
3478
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
3479
|
+
* @return StopRobotTaskResponse
|
|
3480
|
+
*/
|
|
2567
3481
|
stopRobotTaskWithOptions(request: StopRobotTaskRequest, runtime: $Util.RuntimeOptions): Promise<StopRobotTaskResponse>;
|
|
3482
|
+
/**
|
|
3483
|
+
* After you stop a robocall task, you can call the [StartRobotTask](~~StartRobotTask~~) operation to start it again.
|
|
3484
|
+
* ### QPS limits
|
|
3485
|
+
* You can call this operation up to 100 times per second per account.
|
|
3486
|
+
*
|
|
3487
|
+
* @param request StopRobotTaskRequest
|
|
3488
|
+
* @return StopRobotTaskResponse
|
|
3489
|
+
*/
|
|
2568
3490
|
stopRobotTask(request: StopRobotTaskRequest): Promise<StopRobotTaskResponse>;
|
|
3491
|
+
/**
|
|
3492
|
+
* ### QPS limits
|
|
3493
|
+
* You can call this operation up to 100 times per second per account.
|
|
3494
|
+
*
|
|
3495
|
+
* @param request SubmitHotlineTransferRegisterRequest
|
|
3496
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
3497
|
+
* @return SubmitHotlineTransferRegisterResponse
|
|
3498
|
+
*/
|
|
2569
3499
|
submitHotlineTransferRegisterWithOptions(request: SubmitHotlineTransferRegisterRequest, runtime: $Util.RuntimeOptions): Promise<SubmitHotlineTransferRegisterResponse>;
|
|
3500
|
+
/**
|
|
3501
|
+
* ### QPS limits
|
|
3502
|
+
* You can call this operation up to 100 times per second per account.
|
|
3503
|
+
*
|
|
3504
|
+
* @param request SubmitHotlineTransferRegisterRequest
|
|
3505
|
+
* @return SubmitHotlineTransferRegisterResponse
|
|
3506
|
+
*/
|
|
2570
3507
|
submitHotlineTransferRegister(request: SubmitHotlineTransferRegisterRequest): Promise<SubmitHotlineTransferRegisterResponse>;
|
|
3508
|
+
upgradeVideoFileWithOptions(request: UpgradeVideoFileRequest, runtime: $Util.RuntimeOptions): Promise<UpgradeVideoFileResponse>;
|
|
3509
|
+
upgradeVideoFile(request: UpgradeVideoFileRequest): Promise<UpgradeVideoFileResponse>;
|
|
3510
|
+
/**
|
|
3511
|
+
* ### QPS limits
|
|
3512
|
+
* You can call this operation up to 100 times per second per account.
|
|
3513
|
+
*
|
|
3514
|
+
* @param request UploadRobotTaskCalledFileRequest
|
|
3515
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
3516
|
+
* @return UploadRobotTaskCalledFileResponse
|
|
3517
|
+
*/
|
|
2571
3518
|
uploadRobotTaskCalledFileWithOptions(request: UploadRobotTaskCalledFileRequest, runtime: $Util.RuntimeOptions): Promise<UploadRobotTaskCalledFileResponse>;
|
|
3519
|
+
/**
|
|
3520
|
+
* ### QPS limits
|
|
3521
|
+
* You can call this operation up to 100 times per second per account.
|
|
3522
|
+
*
|
|
3523
|
+
* @param request UploadRobotTaskCalledFileRequest
|
|
3524
|
+
* @return UploadRobotTaskCalledFileResponse
|
|
3525
|
+
*/
|
|
2572
3526
|
uploadRobotTaskCalledFile(request: UploadRobotTaskCalledFileRequest): Promise<UploadRobotTaskCalledFileResponse>;
|
|
2573
3527
|
}
|