@alicloud/dyvmsapi20170525 2.1.3 → 2.3.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 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 AddRtcAccountRequest extends $tea.Model {
8
- deviceId?: string;
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 AddRtcAccountResponseBody extends $tea.Model {
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 AddRtcAccountResponse extends $tea.Model {
38
- headers: {
41
+ export declare class AddVirtualNumberRelationResponse extends $tea.Model {
42
+ headers?: {
39
43
  [key: string]: string;
40
44
  };
41
- body: AddRtcAccountResponseBody;
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 AddVirtualNumberRelationRequest extends $tea.Model {
53
- corpNameList?: string;
54
- numberList?: string;
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
- routeType?: number;
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 AddVirtualNumberRelationResponseBody extends $tea.Model {
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 AddVirtualNumberRelationResponse extends $tea.Model {
87
- headers: {
97
+ export declare class BatchRobotSmartCallResponse extends $tea.Model {
98
+ headers?: {
88
99
  [key: string]: string;
89
100
  };
90
- body: AddVirtualNumberRelationResponseBody;
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 BatchRobotSmartCallRequest extends $tea.Model {
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
- scheduleCall?: boolean;
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 BatchRobotSmartCallResponseBody extends $tea.Model {
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 BatchRobotSmartCallResponse extends $tea.Model {
142
- headers: {
143
+ export declare class CancelOrderRobotTaskResponse extends $tea.Model {
144
+ headers?: {
143
145
  [key: string]: string;
144
146
  };
145
- body: BatchRobotSmartCallResponseBody;
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 CancelOrderRobotTaskRequest extends $tea.Model {
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 CancelOrderRobotTaskResponseBody extends $tea.Model {
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 CancelOrderRobotTaskResponse extends $tea.Model {
187
- headers: {
189
+ export declare class CancelRobotTaskResponse extends $tea.Model {
190
+ headers?: {
188
191
  [key: string]: string;
189
192
  };
190
- body: CancelOrderRobotTaskResponseBody;
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 CancelRobotTaskRequest extends $tea.Model {
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 CancelRobotTaskResponseBody extends $tea.Model {
223
+ export declare class ChangeMediaTypeResponseBody extends $tea.Model {
224
+ accessDeniedDetail?: string;
217
225
  code?: string;
218
- data?: string;
219
226
  message?: string;
220
- requestId?: string;
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 CancelRobotTaskResponse extends $tea.Model {
232
- headers: {
239
+ export declare class ChangeMediaTypeResponse extends $tea.Model {
240
+ headers?: {
233
241
  [key: string]: string;
234
242
  };
235
- body: CancelRobotTaskResponseBody;
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
- body: CreateCallTaskResponseBody;
298
+ statusCode?: number;
299
+ body?: CreateCallTaskResponseBody;
290
300
  static names(): {
291
301
  [key: string]: string;
292
302
  };
@@ -337,10 +347,63 @@ export declare class CreateRobotTaskResponseBody extends $tea.Model {
337
347
  });
338
348
  }
339
349
  export declare class CreateRobotTaskResponse extends $tea.Model {
340
- headers: {
350
+ headers?: {
351
+ [key: string]: string;
352
+ };
353
+ statusCode?: number;
354
+ body?: CreateRobotTaskResponseBody;
355
+ static names(): {
356
+ [key: string]: string;
357
+ };
358
+ static types(): {
359
+ [key: string]: any;
360
+ };
361
+ constructor(map?: {
362
+ [key: string]: any;
363
+ });
364
+ }
365
+ export declare class DegradeVideoFileRequest extends $tea.Model {
366
+ callId?: string;
367
+ calledNumber?: string;
368
+ mediaType?: string;
369
+ outId?: string;
370
+ ownerId?: number;
371
+ resourceOwnerAccount?: string;
372
+ resourceOwnerId?: number;
373
+ static names(): {
374
+ [key: string]: string;
375
+ };
376
+ static types(): {
377
+ [key: string]: any;
378
+ };
379
+ constructor(map?: {
380
+ [key: string]: any;
381
+ });
382
+ }
383
+ export declare class DegradeVideoFileResponseBody extends $tea.Model {
384
+ accessDeniedDetail?: string;
385
+ code?: string;
386
+ data?: {
387
+ [key: string]: any;
388
+ };
389
+ message?: string;
390
+ success?: boolean;
391
+ static names(): {
341
392
  [key: string]: string;
342
393
  };
343
- body: CreateRobotTaskResponseBody;
394
+ static types(): {
395
+ [key: string]: any;
396
+ };
397
+ constructor(map?: {
398
+ [key: string]: any;
399
+ });
400
+ }
401
+ export declare class DegradeVideoFileResponse extends $tea.Model {
402
+ headers?: {
403
+ [key: string]: string;
404
+ };
405
+ statusCode?: number;
406
+ body?: DegradeVideoFileResponseBody;
344
407
  static names(): {
345
408
  [key: string]: string;
346
409
  };
@@ -382,10 +445,11 @@ export declare class DeleteRobotTaskResponseBody extends $tea.Model {
382
445
  });
383
446
  }
384
447
  export declare class DeleteRobotTaskResponse extends $tea.Model {
385
- headers: {
448
+ headers?: {
386
449
  [key: string]: string;
387
450
  };
388
- body: DeleteRobotTaskResponseBody;
451
+ statusCode?: number;
452
+ body?: DeleteRobotTaskResponseBody;
389
453
  static names(): {
390
454
  [key: string]: string;
391
455
  };
@@ -428,10 +492,11 @@ export declare class ExecuteCallTaskResponseBody extends $tea.Model {
428
492
  });
429
493
  }
430
494
  export declare class ExecuteCallTaskResponse extends $tea.Model {
431
- headers: {
495
+ headers?: {
432
496
  [key: string]: string;
433
497
  };
434
- body: ExecuteCallTaskResponseBody;
498
+ statusCode?: number;
499
+ body?: ExecuteCallTaskResponseBody;
435
500
  static names(): {
436
501
  [key: string]: string;
437
502
  };
@@ -442,11 +507,12 @@ export declare class ExecuteCallTaskResponse extends $tea.Model {
442
507
  [key: string]: any;
443
508
  });
444
509
  }
445
- export declare class GetCallInfoRequest extends $tea.Model {
510
+ export declare class GetCallMediaTypeRequest extends $tea.Model {
511
+ callId?: string;
512
+ calledNumber?: string;
446
513
  ownerId?: number;
447
514
  resourceOwnerAccount?: string;
448
515
  resourceOwnerId?: number;
449
- rtcId?: string;
450
516
  static names(): {
451
517
  [key: string]: string;
452
518
  };
@@ -457,11 +523,14 @@ export declare class GetCallInfoRequest extends $tea.Model {
457
523
  [key: string]: any;
458
524
  });
459
525
  }
460
- export declare class GetCallInfoResponseBody extends $tea.Model {
526
+ export declare class GetCallMediaTypeResponseBody extends $tea.Model {
527
+ accessDeniedDetail?: string;
461
528
  code?: string;
462
- data?: GetCallInfoResponseBodyData;
529
+ data?: {
530
+ [key: string]: any;
531
+ };
463
532
  message?: string;
464
- requestId?: string;
533
+ success?: boolean;
465
534
  static names(): {
466
535
  [key: string]: string;
467
536
  };
@@ -472,11 +541,12 @@ export declare class GetCallInfoResponseBody extends $tea.Model {
472
541
  [key: string]: any;
473
542
  });
474
543
  }
475
- export declare class GetCallInfoResponse extends $tea.Model {
476
- headers: {
544
+ export declare class GetCallMediaTypeResponse extends $tea.Model {
545
+ headers?: {
477
546
  [key: string]: string;
478
547
  };
479
- body: GetCallInfoResponseBody;
548
+ statusCode?: number;
549
+ body?: GetCallMediaTypeResponseBody;
480
550
  static names(): {
481
551
  [key: string]: string;
482
552
  };
@@ -487,8 +557,9 @@ export declare class GetCallInfoResponse extends $tea.Model {
487
557
  [key: string]: any;
488
558
  });
489
559
  }
490
- export declare class GetHotlineQualificationByOrderRequest extends $tea.Model {
491
- orderId?: string;
560
+ export declare class GetCallProgressRequest extends $tea.Model {
561
+ callId?: string;
562
+ calledNum?: string;
492
563
  ownerId?: number;
493
564
  resourceOwnerAccount?: string;
494
565
  resourceOwnerId?: number;
@@ -502,11 +573,14 @@ export declare class GetHotlineQualificationByOrderRequest extends $tea.Model {
502
573
  [key: string]: any;
503
574
  });
504
575
  }
505
- export declare class GetHotlineQualificationByOrderResponseBody extends $tea.Model {
576
+ export declare class GetCallProgressResponseBody extends $tea.Model {
577
+ accessDeniedDetail?: string;
506
578
  code?: string;
507
- data?: GetHotlineQualificationByOrderResponseBodyData;
508
579
  message?: string;
509
- requestId?: string;
580
+ model?: {
581
+ [key: string]: any;
582
+ };
583
+ success?: boolean;
510
584
  static names(): {
511
585
  [key: string]: string;
512
586
  };
@@ -517,11 +591,12 @@ export declare class GetHotlineQualificationByOrderResponseBody extends $tea.Mod
517
591
  [key: string]: any;
518
592
  });
519
593
  }
520
- export declare class GetHotlineQualificationByOrderResponse extends $tea.Model {
521
- headers: {
594
+ export declare class GetCallProgressResponse extends $tea.Model {
595
+ headers?: {
522
596
  [key: string]: string;
523
597
  };
524
- body: GetHotlineQualificationByOrderResponseBody;
598
+ statusCode?: number;
599
+ body?: GetCallProgressResponseBody;
525
600
  static names(): {
526
601
  [key: string]: string;
527
602
  };
@@ -532,7 +607,8 @@ export declare class GetHotlineQualificationByOrderResponse extends $tea.Model {
532
607
  [key: string]: any;
533
608
  });
534
609
  }
535
- export declare class GetMqttTokenRequest extends $tea.Model {
610
+ export declare class GetHotlineQualificationByOrderRequest extends $tea.Model {
611
+ orderId?: string;
536
612
  ownerId?: number;
537
613
  resourceOwnerAccount?: string;
538
614
  resourceOwnerId?: number;
@@ -546,9 +622,9 @@ export declare class GetMqttTokenRequest extends $tea.Model {
546
622
  [key: string]: any;
547
623
  });
548
624
  }
549
- export declare class GetMqttTokenResponseBody extends $tea.Model {
625
+ export declare class GetHotlineQualificationByOrderResponseBody extends $tea.Model {
550
626
  code?: string;
551
- data?: GetMqttTokenResponseBodyData;
627
+ data?: GetHotlineQualificationByOrderResponseBodyData;
552
628
  message?: string;
553
629
  requestId?: string;
554
630
  static names(): {
@@ -561,11 +637,12 @@ export declare class GetMqttTokenResponseBody extends $tea.Model {
561
637
  [key: string]: any;
562
638
  });
563
639
  }
564
- export declare class GetMqttTokenResponse extends $tea.Model {
565
- headers: {
640
+ export declare class GetHotlineQualificationByOrderResponse extends $tea.Model {
641
+ headers?: {
566
642
  [key: string]: string;
567
643
  };
568
- body: GetMqttTokenResponseBody;
644
+ statusCode?: number;
645
+ body?: GetHotlineQualificationByOrderResponseBody;
569
646
  static names(): {
570
647
  [key: string]: string;
571
648
  };
@@ -576,13 +653,11 @@ export declare class GetMqttTokenResponse extends $tea.Model {
576
653
  [key: string]: any;
577
654
  });
578
655
  }
579
- export declare class GetRtcTokenRequest extends $tea.Model {
580
- deviceId?: string;
581
- isCustomAccount?: boolean;
656
+ export declare class GetTemporaryFileUrlRequest extends $tea.Model {
582
657
  ownerId?: number;
583
658
  resourceOwnerAccount?: string;
584
659
  resourceOwnerId?: number;
585
- userId?: string;
660
+ videoId?: string;
586
661
  static names(): {
587
662
  [key: string]: string;
588
663
  };
@@ -593,11 +668,15 @@ export declare class GetRtcTokenRequest extends $tea.Model {
593
668
  [key: string]: any;
594
669
  });
595
670
  }
596
- export declare class GetRtcTokenResponseBody extends $tea.Model {
671
+ export declare class GetTemporaryFileUrlResponseBody extends $tea.Model {
672
+ accessDeniedDetail?: string;
597
673
  code?: string;
674
+ data?: {
675
+ [key: string]: any;
676
+ };
598
677
  message?: string;
599
- module?: string;
600
678
  requestId?: string;
679
+ success?: boolean;
601
680
  static names(): {
602
681
  [key: string]: string;
603
682
  };
@@ -608,11 +687,12 @@ export declare class GetRtcTokenResponseBody extends $tea.Model {
608
687
  [key: string]: any;
609
688
  });
610
689
  }
611
- export declare class GetRtcTokenResponse extends $tea.Model {
612
- headers: {
690
+ export declare class GetTemporaryFileUrlResponse extends $tea.Model {
691
+ headers?: {
613
692
  [key: string]: string;
614
693
  };
615
- body: GetRtcTokenResponseBody;
694
+ statusCode?: number;
695
+ body?: GetTemporaryFileUrlResponseBody;
616
696
  static names(): {
617
697
  [key: string]: string;
618
698
  };
@@ -655,10 +735,60 @@ export declare class GetTokenResponseBody extends $tea.Model {
655
735
  });
656
736
  }
657
737
  export declare class GetTokenResponse extends $tea.Model {
658
- headers: {
738
+ headers?: {
739
+ [key: string]: string;
740
+ };
741
+ statusCode?: number;
742
+ body?: GetTokenResponseBody;
743
+ static names(): {
744
+ [key: string]: string;
745
+ };
746
+ static types(): {
747
+ [key: string]: any;
748
+ };
749
+ constructor(map?: {
750
+ [key: string]: any;
751
+ });
752
+ }
753
+ export declare class GetVideoFieldUrlRequest extends $tea.Model {
754
+ ownerId?: number;
755
+ resourceOwnerAccount?: string;
756
+ resourceOwnerId?: number;
757
+ videoFile?: string;
758
+ static names(): {
759
+ [key: string]: string;
760
+ };
761
+ static types(): {
762
+ [key: string]: any;
763
+ };
764
+ constructor(map?: {
765
+ [key: string]: any;
766
+ });
767
+ }
768
+ export declare class GetVideoFieldUrlResponseBody extends $tea.Model {
769
+ accessDeniedDetail?: string;
770
+ code?: string;
771
+ message?: string;
772
+ model?: {
773
+ [key: string]: any;
774
+ };
775
+ success?: boolean;
776
+ static names(): {
659
777
  [key: string]: string;
660
778
  };
661
- body: GetTokenResponseBody;
779
+ static types(): {
780
+ [key: string]: any;
781
+ };
782
+ constructor(map?: {
783
+ [key: string]: any;
784
+ });
785
+ }
786
+ export declare class GetVideoFieldUrlResponse extends $tea.Model {
787
+ headers?: {
788
+ [key: string]: string;
789
+ };
790
+ statusCode?: number;
791
+ body?: GetVideoFieldUrlResponseBody;
662
792
  static names(): {
663
793
  [key: string]: string;
664
794
  };
@@ -709,10 +839,11 @@ export declare class IvrCallResponseBody extends $tea.Model {
709
839
  });
710
840
  }
711
841
  export declare class IvrCallResponse extends $tea.Model {
712
- headers: {
842
+ headers?: {
713
843
  [key: string]: string;
714
844
  };
715
- body: IvrCallResponseBody;
845
+ statusCode?: number;
846
+ body?: IvrCallResponseBody;
716
847
  static names(): {
717
848
  [key: string]: string;
718
849
  };
@@ -762,10 +893,11 @@ export declare class ListCallTaskResponseBody extends $tea.Model {
762
893
  });
763
894
  }
764
895
  export declare class ListCallTaskResponse extends $tea.Model {
765
- headers: {
896
+ headers?: {
766
897
  [key: string]: string;
767
898
  };
768
- body: ListCallTaskResponseBody;
899
+ statusCode?: number;
900
+ body?: ListCallTaskResponseBody;
769
901
  static names(): {
770
902
  [key: string]: string;
771
903
  };
@@ -814,10 +946,11 @@ export declare class ListCallTaskDetailResponseBody extends $tea.Model {
814
946
  });
815
947
  }
816
948
  export declare class ListCallTaskDetailResponse extends $tea.Model {
817
- headers: {
949
+ headers?: {
818
950
  [key: string]: string;
819
951
  };
820
- body: ListCallTaskDetailResponseBody;
952
+ statusCode?: number;
953
+ body?: ListCallTaskDetailResponseBody;
821
954
  static names(): {
822
955
  [key: string]: string;
823
956
  };
@@ -862,10 +995,11 @@ export declare class ListHotlineTransferNumberResponseBody extends $tea.Model {
862
995
  });
863
996
  }
864
997
  export declare class ListHotlineTransferNumberResponse extends $tea.Model {
865
- headers: {
998
+ headers?: {
866
999
  [key: string]: string;
867
1000
  };
868
- body: ListHotlineTransferNumberResponseBody;
1001
+ statusCode?: number;
1002
+ body?: ListHotlineTransferNumberResponseBody;
869
1003
  static names(): {
870
1004
  [key: string]: string;
871
1005
  };
@@ -910,10 +1044,111 @@ export declare class ListHotlineTransferRegisterFileResponseBody extends $tea.Mo
910
1044
  });
911
1045
  }
912
1046
  export declare class ListHotlineTransferRegisterFileResponse extends $tea.Model {
913
- headers: {
1047
+ headers?: {
1048
+ [key: string]: string;
1049
+ };
1050
+ statusCode?: number;
1051
+ body?: ListHotlineTransferRegisterFileResponseBody;
1052
+ static names(): {
1053
+ [key: string]: string;
1054
+ };
1055
+ static types(): {
1056
+ [key: string]: any;
1057
+ };
1058
+ constructor(map?: {
1059
+ [key: string]: any;
1060
+ });
1061
+ }
1062
+ export declare class PauseVideoFileRequest extends $tea.Model {
1063
+ callId?: string;
1064
+ calledNumber?: string;
1065
+ ownerId?: number;
1066
+ resourceOwnerAccount?: string;
1067
+ resourceOwnerId?: number;
1068
+ static names(): {
1069
+ [key: string]: string;
1070
+ };
1071
+ static types(): {
1072
+ [key: string]: any;
1073
+ };
1074
+ constructor(map?: {
1075
+ [key: string]: any;
1076
+ });
1077
+ }
1078
+ export declare class PauseVideoFileResponseBody extends $tea.Model {
1079
+ accessDeniedDetail?: string;
1080
+ code?: string;
1081
+ data?: {
1082
+ [key: string]: any;
1083
+ };
1084
+ message?: string;
1085
+ success?: boolean;
1086
+ static names(): {
1087
+ [key: string]: string;
1088
+ };
1089
+ static types(): {
1090
+ [key: string]: any;
1091
+ };
1092
+ constructor(map?: {
1093
+ [key: string]: any;
1094
+ });
1095
+ }
1096
+ export declare class PauseVideoFileResponse extends $tea.Model {
1097
+ headers?: {
1098
+ [key: string]: string;
1099
+ };
1100
+ statusCode?: number;
1101
+ body?: PauseVideoFileResponseBody;
1102
+ static names(): {
1103
+ [key: string]: string;
1104
+ };
1105
+ static types(): {
1106
+ [key: string]: any;
1107
+ };
1108
+ constructor(map?: {
1109
+ [key: string]: any;
1110
+ });
1111
+ }
1112
+ export declare class PlayVideoFileRequest extends $tea.Model {
1113
+ callId?: string;
1114
+ calledNumber?: string;
1115
+ outId?: string;
1116
+ ownerId?: number;
1117
+ resourceOwnerAccount?: string;
1118
+ resourceOwnerId?: number;
1119
+ videoId?: string;
1120
+ static names(): {
1121
+ [key: string]: string;
1122
+ };
1123
+ static types(): {
1124
+ [key: string]: any;
1125
+ };
1126
+ constructor(map?: {
1127
+ [key: string]: any;
1128
+ });
1129
+ }
1130
+ export declare class PlayVideoFileResponseBody extends $tea.Model {
1131
+ accessDeniedDetail?: string;
1132
+ code?: string;
1133
+ message?: string;
1134
+ model?: boolean;
1135
+ success?: boolean;
1136
+ static names(): {
1137
+ [key: string]: string;
1138
+ };
1139
+ static types(): {
1140
+ [key: string]: any;
1141
+ };
1142
+ constructor(map?: {
1143
+ [key: string]: any;
1144
+ });
1145
+ }
1146
+ export declare class PlayVideoFileResponse extends $tea.Model {
1147
+ headers?: {
914
1148
  [key: string]: string;
915
1149
  };
916
- body: ListHotlineTransferRegisterFileResponseBody;
1150
+ statusCode?: number;
1151
+ body?: PlayVideoFileResponseBody;
917
1152
  static names(): {
918
1153
  [key: string]: string;
919
1154
  };
@@ -957,10 +1192,11 @@ export declare class QueryCallDetailByCallIdResponseBody extends $tea.Model {
957
1192
  });
958
1193
  }
959
1194
  export declare class QueryCallDetailByCallIdResponse extends $tea.Model {
960
- headers: {
1195
+ headers?: {
961
1196
  [key: string]: string;
962
1197
  };
963
- body: QueryCallDetailByCallIdResponseBody;
1198
+ statusCode?: number;
1199
+ body?: QueryCallDetailByCallIdResponseBody;
964
1200
  static names(): {
965
1201
  [key: string]: string;
966
1202
  };
@@ -1004,10 +1240,11 @@ export declare class QueryCallDetailByTaskIdResponseBody extends $tea.Model {
1004
1240
  });
1005
1241
  }
1006
1242
  export declare class QueryCallDetailByTaskIdResponse extends $tea.Model {
1007
- headers: {
1243
+ headers?: {
1008
1244
  [key: string]: string;
1009
1245
  };
1010
- body: QueryCallDetailByTaskIdResponseBody;
1246
+ statusCode?: number;
1247
+ body?: QueryCallDetailByTaskIdResponseBody;
1011
1248
  static names(): {
1012
1249
  [key: string]: string;
1013
1250
  };
@@ -1049,10 +1286,11 @@ export declare class QueryCallInPoolTransferConfigResponseBody extends $tea.Mode
1049
1286
  });
1050
1287
  }
1051
1288
  export declare class QueryCallInPoolTransferConfigResponse extends $tea.Model {
1052
- headers: {
1289
+ headers?: {
1053
1290
  [key: string]: string;
1054
1291
  };
1055
- body: QueryCallInPoolTransferConfigResponseBody;
1292
+ statusCode?: number;
1293
+ body?: QueryCallInPoolTransferConfigResponseBody;
1056
1294
  static names(): {
1057
1295
  [key: string]: string;
1058
1296
  };
@@ -1098,10 +1336,11 @@ export declare class QueryCallInTransferRecordResponseBody extends $tea.Model {
1098
1336
  });
1099
1337
  }
1100
1338
  export declare class QueryCallInTransferRecordResponse extends $tea.Model {
1101
- headers: {
1339
+ headers?: {
1102
1340
  [key: string]: string;
1103
1341
  };
1104
- body: QueryCallInTransferRecordResponseBody;
1342
+ statusCode?: number;
1343
+ body?: QueryCallInTransferRecordResponseBody;
1105
1344
  static names(): {
1106
1345
  [key: string]: string;
1107
1346
  };
@@ -1143,10 +1382,11 @@ export declare class QueryRobotInfoListResponseBody extends $tea.Model {
1143
1382
  });
1144
1383
  }
1145
1384
  export declare class QueryRobotInfoListResponse extends $tea.Model {
1146
- headers: {
1385
+ headers?: {
1147
1386
  [key: string]: string;
1148
1387
  };
1149
- body: QueryRobotInfoListResponseBody;
1388
+ statusCode?: number;
1389
+ body?: QueryRobotInfoListResponseBody;
1150
1390
  static names(): {
1151
1391
  [key: string]: string;
1152
1392
  };
@@ -1190,10 +1430,11 @@ export declare class QueryRobotTaskCallDetailResponseBody extends $tea.Model {
1190
1430
  });
1191
1431
  }
1192
1432
  export declare class QueryRobotTaskCallDetailResponse extends $tea.Model {
1193
- headers: {
1433
+ headers?: {
1194
1434
  [key: string]: string;
1195
1435
  };
1196
- body: QueryRobotTaskCallDetailResponseBody;
1436
+ statusCode?: number;
1437
+ body?: QueryRobotTaskCallDetailResponseBody;
1197
1438
  static names(): {
1198
1439
  [key: string]: string;
1199
1440
  };
@@ -1244,10 +1485,11 @@ export declare class QueryRobotTaskCallListResponseBody extends $tea.Model {
1244
1485
  });
1245
1486
  }
1246
1487
  export declare class QueryRobotTaskCallListResponse extends $tea.Model {
1247
- headers: {
1488
+ headers?: {
1248
1489
  [key: string]: string;
1249
1490
  };
1250
- body: QueryRobotTaskCallListResponseBody;
1491
+ statusCode?: number;
1492
+ body?: QueryRobotTaskCallListResponseBody;
1251
1493
  static names(): {
1252
1494
  [key: string]: string;
1253
1495
  };
@@ -1289,10 +1531,11 @@ export declare class QueryRobotTaskDetailResponseBody extends $tea.Model {
1289
1531
  });
1290
1532
  }
1291
1533
  export declare class QueryRobotTaskDetailResponse extends $tea.Model {
1292
- headers: {
1534
+ headers?: {
1293
1535
  [key: string]: string;
1294
1536
  };
1295
- body: QueryRobotTaskDetailResponseBody;
1537
+ statusCode?: number;
1538
+ body?: QueryRobotTaskDetailResponseBody;
1296
1539
  static names(): {
1297
1540
  [key: string]: string;
1298
1541
  };
@@ -1341,10 +1584,11 @@ export declare class QueryRobotTaskListResponseBody extends $tea.Model {
1341
1584
  });
1342
1585
  }
1343
1586
  export declare class QueryRobotTaskListResponse extends $tea.Model {
1344
- headers: {
1587
+ headers?: {
1345
1588
  [key: string]: string;
1346
1589
  };
1347
- body: QueryRobotTaskListResponseBody;
1590
+ statusCode?: number;
1591
+ body?: QueryRobotTaskListResponseBody;
1348
1592
  static names(): {
1349
1593
  [key: string]: string;
1350
1594
  };
@@ -1385,10 +1629,61 @@ export declare class QueryRobotv2AllListResponseBody extends $tea.Model {
1385
1629
  });
1386
1630
  }
1387
1631
  export declare class QueryRobotv2AllListResponse extends $tea.Model {
1388
- headers: {
1632
+ headers?: {
1633
+ [key: string]: string;
1634
+ };
1635
+ statusCode?: number;
1636
+ body?: QueryRobotv2AllListResponseBody;
1637
+ static names(): {
1389
1638
  [key: string]: string;
1390
1639
  };
1391
- body: QueryRobotv2AllListResponseBody;
1640
+ static types(): {
1641
+ [key: string]: any;
1642
+ };
1643
+ constructor(map?: {
1644
+ [key: string]: any;
1645
+ });
1646
+ }
1647
+ export declare class QueryVideoPlayProgressRequest extends $tea.Model {
1648
+ callId?: string;
1649
+ calledNumber?: string;
1650
+ ownerId?: number;
1651
+ resourceOwnerAccount?: string;
1652
+ resourceOwnerId?: number;
1653
+ static names(): {
1654
+ [key: string]: string;
1655
+ };
1656
+ static types(): {
1657
+ [key: string]: any;
1658
+ };
1659
+ constructor(map?: {
1660
+ [key: string]: any;
1661
+ });
1662
+ }
1663
+ export declare class QueryVideoPlayProgressResponseBody extends $tea.Model {
1664
+ accessDeniedDetail?: string;
1665
+ code?: string;
1666
+ data?: {
1667
+ [key: string]: any;
1668
+ };
1669
+ message?: string;
1670
+ success?: boolean;
1671
+ static names(): {
1672
+ [key: string]: string;
1673
+ };
1674
+ static types(): {
1675
+ [key: string]: any;
1676
+ };
1677
+ constructor(map?: {
1678
+ [key: string]: any;
1679
+ });
1680
+ }
1681
+ export declare class QueryVideoPlayProgressResponse extends $tea.Model {
1682
+ headers?: {
1683
+ [key: string]: string;
1684
+ };
1685
+ statusCode?: number;
1686
+ body?: QueryVideoPlayProgressResponseBody;
1392
1687
  static names(): {
1393
1688
  [key: string]: string;
1394
1689
  };
@@ -1432,10 +1727,11 @@ export declare class QueryVirtualNumberResponseBody extends $tea.Model {
1432
1727
  });
1433
1728
  }
1434
1729
  export declare class QueryVirtualNumberResponse extends $tea.Model {
1435
- headers: {
1730
+ headers?: {
1436
1731
  [key: string]: string;
1437
1732
  };
1438
- body: QueryVirtualNumberResponseBody;
1733
+ statusCode?: number;
1734
+ body?: QueryVirtualNumberResponseBody;
1439
1735
  static names(): {
1440
1736
  [key: string]: string;
1441
1737
  };
@@ -1484,10 +1780,11 @@ export declare class QueryVirtualNumberRelationResponseBody extends $tea.Model {
1484
1780
  });
1485
1781
  }
1486
1782
  export declare class QueryVirtualNumberRelationResponse extends $tea.Model {
1487
- headers: {
1783
+ headers?: {
1488
1784
  [key: string]: string;
1489
1785
  };
1490
- body: QueryVirtualNumberRelationResponseBody;
1786
+ statusCode?: number;
1787
+ body?: QueryVirtualNumberRelationResponseBody;
1491
1788
  static names(): {
1492
1789
  [key: string]: string;
1493
1790
  };
@@ -1530,10 +1827,11 @@ export declare class QueryVoiceFileAuditInfoResponseBody extends $tea.Model {
1530
1827
  });
1531
1828
  }
1532
1829
  export declare class QueryVoiceFileAuditInfoResponse extends $tea.Model {
1533
- headers: {
1830
+ headers?: {
1534
1831
  [key: string]: string;
1535
1832
  };
1536
- body: QueryVoiceFileAuditInfoResponseBody;
1833
+ statusCode?: number;
1834
+ body?: QueryVoiceFileAuditInfoResponseBody;
1537
1835
  static names(): {
1538
1836
  [key: string]: string;
1539
1837
  };
@@ -1575,10 +1873,11 @@ export declare class RecoverCallInConfigResponseBody extends $tea.Model {
1575
1873
  });
1576
1874
  }
1577
1875
  export declare class RecoverCallInConfigResponse extends $tea.Model {
1578
- headers: {
1876
+ headers?: {
1579
1877
  [key: string]: string;
1580
1878
  };
1581
- body: RecoverCallInConfigResponseBody;
1879
+ statusCode?: number;
1880
+ body?: RecoverCallInConfigResponseBody;
1582
1881
  static names(): {
1583
1882
  [key: string]: string;
1584
1883
  };
@@ -1589,8 +1888,9 @@ export declare class RecoverCallInConfigResponse extends $tea.Model {
1589
1888
  [key: string]: any;
1590
1889
  });
1591
1890
  }
1592
- export declare class RefreshMqttTokenRequest extends $tea.Model {
1593
- clientId?: string;
1891
+ export declare class ResumeVideoFileRequest extends $tea.Model {
1892
+ callId?: string;
1893
+ calledNumber?: string;
1594
1894
  ownerId?: number;
1595
1895
  resourceOwnerAccount?: string;
1596
1896
  resourceOwnerId?: number;
@@ -1604,11 +1904,14 @@ export declare class RefreshMqttTokenRequest extends $tea.Model {
1604
1904
  [key: string]: any;
1605
1905
  });
1606
1906
  }
1607
- export declare class RefreshMqttTokenResponseBody extends $tea.Model {
1907
+ export declare class ResumeVideoFileResponseBody extends $tea.Model {
1908
+ accessDeniedDetail?: string;
1608
1909
  code?: string;
1609
- data?: RefreshMqttTokenResponseBodyData;
1910
+ data?: {
1911
+ [key: string]: any;
1912
+ };
1610
1913
  message?: string;
1611
- requestId?: string;
1914
+ success?: boolean;
1612
1915
  static names(): {
1613
1916
  [key: string]: string;
1614
1917
  };
@@ -1619,11 +1922,63 @@ export declare class RefreshMqttTokenResponseBody extends $tea.Model {
1619
1922
  [key: string]: any;
1620
1923
  });
1621
1924
  }
1622
- export declare class RefreshMqttTokenResponse extends $tea.Model {
1623
- headers: {
1925
+ export declare class ResumeVideoFileResponse extends $tea.Model {
1926
+ headers?: {
1624
1927
  [key: string]: string;
1625
1928
  };
1626
- body: RefreshMqttTokenResponseBody;
1929
+ statusCode?: number;
1930
+ body?: ResumeVideoFileResponseBody;
1931
+ static names(): {
1932
+ [key: string]: string;
1933
+ };
1934
+ static types(): {
1935
+ [key: string]: any;
1936
+ };
1937
+ constructor(map?: {
1938
+ [key: string]: any;
1939
+ });
1940
+ }
1941
+ export declare class SeekVideoFileRequest extends $tea.Model {
1942
+ callId?: string;
1943
+ calledNumber?: string;
1944
+ ownerId?: number;
1945
+ resourceOwnerAccount?: string;
1946
+ resourceOwnerId?: number;
1947
+ seekTimes?: number;
1948
+ static names(): {
1949
+ [key: string]: string;
1950
+ };
1951
+ static types(): {
1952
+ [key: string]: any;
1953
+ };
1954
+ constructor(map?: {
1955
+ [key: string]: any;
1956
+ });
1957
+ }
1958
+ export declare class SeekVideoFileResponseBody extends $tea.Model {
1959
+ accessDeniedDetail?: string;
1960
+ code?: string;
1961
+ data?: {
1962
+ [key: string]: any;
1963
+ };
1964
+ message?: string;
1965
+ success?: boolean;
1966
+ static names(): {
1967
+ [key: string]: string;
1968
+ };
1969
+ static types(): {
1970
+ [key: string]: any;
1971
+ };
1972
+ constructor(map?: {
1973
+ [key: string]: any;
1974
+ });
1975
+ }
1976
+ export declare class SeekVideoFileResponse extends $tea.Model {
1977
+ headers?: {
1978
+ [key: string]: string;
1979
+ };
1980
+ statusCode?: number;
1981
+ body?: SeekVideoFileResponseBody;
1627
1982
  static names(): {
1628
1983
  [key: string]: string;
1629
1984
  };
@@ -1667,10 +2022,11 @@ export declare class SendVerificationResponseBody extends $tea.Model {
1667
2022
  });
1668
2023
  }
1669
2024
  export declare class SendVerificationResponse extends $tea.Model {
1670
- headers: {
2025
+ headers?: {
1671
2026
  [key: string]: string;
1672
2027
  };
1673
- body: SendVerificationResponseBody;
2028
+ statusCode?: number;
2029
+ body?: SendVerificationResponseBody;
1674
2030
  static names(): {
1675
2031
  [key: string]: string;
1676
2032
  };
@@ -1715,10 +2071,11 @@ export declare class SetTransferCalleePoolConfigResponseBody extends $tea.Model
1715
2071
  });
1716
2072
  }
1717
2073
  export declare class SetTransferCalleePoolConfigResponse extends $tea.Model {
1718
- headers: {
2074
+ headers?: {
1719
2075
  [key: string]: string;
1720
2076
  };
1721
- body: SetTransferCalleePoolConfigResponseBody;
2077
+ statusCode?: number;
2078
+ body?: SetTransferCalleePoolConfigResponseBody;
1722
2079
  static names(): {
1723
2080
  [key: string]: string;
1724
2081
  };
@@ -1767,10 +2124,64 @@ export declare class SingleCallByTtsResponseBody extends $tea.Model {
1767
2124
  });
1768
2125
  }
1769
2126
  export declare class SingleCallByTtsResponse extends $tea.Model {
1770
- headers: {
2127
+ headers?: {
1771
2128
  [key: string]: string;
1772
2129
  };
1773
- body: SingleCallByTtsResponseBody;
2130
+ statusCode?: number;
2131
+ body?: SingleCallByTtsResponseBody;
2132
+ static names(): {
2133
+ [key: string]: string;
2134
+ };
2135
+ static types(): {
2136
+ [key: string]: any;
2137
+ };
2138
+ constructor(map?: {
2139
+ [key: string]: any;
2140
+ });
2141
+ }
2142
+ export declare class SingleCallByVideoRequest extends $tea.Model {
2143
+ calledNumber?: string;
2144
+ calledShowNumber?: string;
2145
+ outId?: string;
2146
+ ownerId?: number;
2147
+ playTimes?: number;
2148
+ resourceOwnerAccount?: string;
2149
+ resourceOwnerId?: number;
2150
+ speed?: number;
2151
+ videoCode?: string;
2152
+ voiceCode?: string;
2153
+ volume?: number;
2154
+ static names(): {
2155
+ [key: string]: string;
2156
+ };
2157
+ static types(): {
2158
+ [key: string]: any;
2159
+ };
2160
+ constructor(map?: {
2161
+ [key: string]: any;
2162
+ });
2163
+ }
2164
+ export declare class SingleCallByVideoResponseBody extends $tea.Model {
2165
+ callId?: string;
2166
+ code?: string;
2167
+ message?: string;
2168
+ requestId?: string;
2169
+ static names(): {
2170
+ [key: string]: string;
2171
+ };
2172
+ static types(): {
2173
+ [key: string]: any;
2174
+ };
2175
+ constructor(map?: {
2176
+ [key: string]: any;
2177
+ });
2178
+ }
2179
+ export declare class SingleCallByVideoResponse extends $tea.Model {
2180
+ headers?: {
2181
+ [key: string]: string;
2182
+ };
2183
+ statusCode?: number;
2184
+ body?: SingleCallByVideoResponseBody;
1774
2185
  static names(): {
1775
2186
  [key: string]: string;
1776
2187
  };
@@ -1818,10 +2229,61 @@ export declare class SingleCallByVoiceResponseBody extends $tea.Model {
1818
2229
  });
1819
2230
  }
1820
2231
  export declare class SingleCallByVoiceResponse extends $tea.Model {
1821
- headers: {
2232
+ headers?: {
2233
+ [key: string]: string;
2234
+ };
2235
+ statusCode?: number;
2236
+ body?: SingleCallByVoiceResponseBody;
2237
+ static names(): {
2238
+ [key: string]: string;
2239
+ };
2240
+ static types(): {
2241
+ [key: string]: any;
2242
+ };
2243
+ constructor(map?: {
2244
+ [key: string]: any;
2245
+ });
2246
+ }
2247
+ export declare class SkipVideoFileRequest extends $tea.Model {
2248
+ callId?: string;
2249
+ calledNumber?: string;
2250
+ outId?: string;
2251
+ ownerId?: number;
2252
+ resourceOwnerAccount?: string;
2253
+ resourceOwnerId?: number;
2254
+ skipTimes?: number;
2255
+ static names(): {
2256
+ [key: string]: string;
2257
+ };
2258
+ static types(): {
2259
+ [key: string]: any;
2260
+ };
2261
+ constructor(map?: {
2262
+ [key: string]: any;
2263
+ });
2264
+ }
2265
+ export declare class SkipVideoFileResponseBody extends $tea.Model {
2266
+ accessDeniedDetail?: string;
2267
+ code?: string;
2268
+ data?: boolean;
2269
+ message?: string;
2270
+ success?: boolean;
2271
+ static names(): {
2272
+ [key: string]: string;
2273
+ };
2274
+ static types(): {
2275
+ [key: string]: any;
2276
+ };
2277
+ constructor(map?: {
2278
+ [key: string]: any;
2279
+ });
2280
+ }
2281
+ export declare class SkipVideoFileResponse extends $tea.Model {
2282
+ headers?: {
1822
2283
  [key: string]: string;
1823
2284
  };
1824
- body: SingleCallByVoiceResponseBody;
2285
+ statusCode?: number;
2286
+ body?: SkipVideoFileResponseBody;
1825
2287
  static names(): {
1826
2288
  [key: string]: string;
1827
2289
  };
@@ -1846,6 +2308,7 @@ export declare class SmartCallRequest extends $tea.Model {
1846
2308
  earlyMediaAsr?: boolean;
1847
2309
  enableITN?: boolean;
1848
2310
  muteTime?: number;
2311
+ noiseThreshold?: number;
1849
2312
  outId?: string;
1850
2313
  ownerId?: number;
1851
2314
  pauseTime?: number;
@@ -1888,10 +2351,11 @@ export declare class SmartCallResponseBody extends $tea.Model {
1888
2351
  });
1889
2352
  }
1890
2353
  export declare class SmartCallResponse extends $tea.Model {
1891
- headers: {
2354
+ headers?: {
1892
2355
  [key: string]: string;
1893
2356
  };
1894
- body: SmartCallResponseBody;
2357
+ statusCode?: number;
2358
+ body?: SmartCallResponseBody;
1895
2359
  static names(): {
1896
2360
  [key: string]: string;
1897
2361
  };
@@ -1935,10 +2399,11 @@ export declare class SmartCallOperateResponseBody extends $tea.Model {
1935
2399
  });
1936
2400
  }
1937
2401
  export declare class SmartCallOperateResponse extends $tea.Model {
1938
- headers: {
2402
+ headers?: {
1939
2403
  [key: string]: string;
1940
2404
  };
1941
- body: SmartCallOperateResponseBody;
2405
+ statusCode?: number;
2406
+ body?: SmartCallOperateResponseBody;
1942
2407
  static names(): {
1943
2408
  [key: string]: string;
1944
2409
  };
@@ -1981,10 +2446,11 @@ export declare class StartRobotTaskResponseBody extends $tea.Model {
1981
2446
  });
1982
2447
  }
1983
2448
  export declare class StartRobotTaskResponse extends $tea.Model {
1984
- headers: {
2449
+ headers?: {
1985
2450
  [key: string]: string;
1986
2451
  };
1987
- body: StartRobotTaskResponseBody;
2452
+ statusCode?: number;
2453
+ body?: StartRobotTaskResponseBody;
1988
2454
  static names(): {
1989
2455
  [key: string]: string;
1990
2456
  };
@@ -2026,10 +2492,11 @@ export declare class StopCallInConfigResponseBody extends $tea.Model {
2026
2492
  });
2027
2493
  }
2028
2494
  export declare class StopCallInConfigResponse extends $tea.Model {
2029
- headers: {
2495
+ headers?: {
2030
2496
  [key: string]: string;
2031
2497
  };
2032
- body: StopCallInConfigResponseBody;
2498
+ statusCode?: number;
2499
+ body?: StopCallInConfigResponseBody;
2033
2500
  static names(): {
2034
2501
  [key: string]: string;
2035
2502
  };
@@ -2071,10 +2538,11 @@ export declare class StopRobotTaskResponseBody extends $tea.Model {
2071
2538
  });
2072
2539
  }
2073
2540
  export declare class StopRobotTaskResponse extends $tea.Model {
2074
- headers: {
2541
+ headers?: {
2075
2542
  [key: string]: string;
2076
2543
  };
2077
- body: StopRobotTaskResponseBody;
2544
+ statusCode?: number;
2545
+ body?: StopRobotTaskResponseBody;
2078
2546
  static names(): {
2079
2547
  [key: string]: string;
2080
2548
  };
@@ -2125,10 +2593,11 @@ export declare class SubmitHotlineTransferRegisterResponseBody extends $tea.Mode
2125
2593
  });
2126
2594
  }
2127
2595
  export declare class SubmitHotlineTransferRegisterResponse extends $tea.Model {
2128
- headers: {
2596
+ headers?: {
2129
2597
  [key: string]: string;
2130
2598
  };
2131
- body: SubmitHotlineTransferRegisterResponseBody;
2599
+ statusCode?: number;
2600
+ body?: SubmitHotlineTransferRegisterResponseBody;
2132
2601
  static names(): {
2133
2602
  [key: string]: string;
2134
2603
  };
@@ -2139,14 +2608,14 @@ export declare class SubmitHotlineTransferRegisterResponse extends $tea.Model {
2139
2608
  [key: string]: any;
2140
2609
  });
2141
2610
  }
2142
- export declare class UploadRobotTaskCalledFileRequest extends $tea.Model {
2611
+ export declare class UpgradeVideoFileRequest extends $tea.Model {
2612
+ callId?: string;
2143
2613
  calledNumber?: string;
2144
- id?: number;
2614
+ mediaType?: string;
2615
+ outId?: string;
2145
2616
  ownerId?: number;
2146
2617
  resourceOwnerAccount?: string;
2147
2618
  resourceOwnerId?: number;
2148
- ttsParam?: string;
2149
- ttsParamHead?: string;
2150
2619
  static names(): {
2151
2620
  [key: string]: string;
2152
2621
  };
@@ -2157,11 +2626,14 @@ export declare class UploadRobotTaskCalledFileRequest extends $tea.Model {
2157
2626
  [key: string]: any;
2158
2627
  });
2159
2628
  }
2160
- export declare class UploadRobotTaskCalledFileResponseBody extends $tea.Model {
2629
+ export declare class UpgradeVideoFileResponseBody extends $tea.Model {
2630
+ accessDeniedDetail?: string;
2161
2631
  code?: string;
2162
- data?: string;
2632
+ data?: {
2633
+ [key: string]: any;
2634
+ };
2163
2635
  message?: string;
2164
- requestId?: string;
2636
+ success?: boolean;
2165
2637
  static names(): {
2166
2638
  [key: string]: string;
2167
2639
  };
@@ -2172,11 +2644,12 @@ export declare class UploadRobotTaskCalledFileResponseBody extends $tea.Model {
2172
2644
  [key: string]: any;
2173
2645
  });
2174
2646
  }
2175
- export declare class UploadRobotTaskCalledFileResponse extends $tea.Model {
2176
- headers: {
2647
+ export declare class UpgradeVideoFileResponse extends $tea.Model {
2648
+ headers?: {
2177
2649
  [key: string]: string;
2178
2650
  };
2179
- body: UploadRobotTaskCalledFileResponseBody;
2651
+ statusCode?: number;
2652
+ body?: UpgradeVideoFileResponseBody;
2180
2653
  static names(): {
2181
2654
  [key: string]: string;
2182
2655
  };
@@ -2187,9 +2660,14 @@ export declare class UploadRobotTaskCalledFileResponse extends $tea.Model {
2187
2660
  [key: string]: any;
2188
2661
  });
2189
2662
  }
2190
- export declare class GetCallInfoResponseBodyData extends $tea.Model {
2191
- channelId?: string;
2192
- status?: string;
2663
+ export declare class UploadRobotTaskCalledFileRequest extends $tea.Model {
2664
+ calledNumber?: string;
2665
+ id?: number;
2666
+ ownerId?: number;
2667
+ resourceOwnerAccount?: string;
2668
+ resourceOwnerId?: number;
2669
+ ttsParam?: string;
2670
+ ttsParamHead?: string;
2193
2671
  static names(): {
2194
2672
  [key: string]: string;
2195
2673
  };
@@ -2200,10 +2678,11 @@ export declare class GetCallInfoResponseBodyData extends $tea.Model {
2200
2678
  [key: string]: any;
2201
2679
  });
2202
2680
  }
2203
- export declare class GetHotlineQualificationByOrderResponseBodyData extends $tea.Model {
2204
- orderId?: string;
2205
- qualificationId?: string;
2206
- status?: string;
2681
+ export declare class UploadRobotTaskCalledFileResponseBody extends $tea.Model {
2682
+ code?: string;
2683
+ data?: string;
2684
+ message?: string;
2685
+ requestId?: string;
2207
2686
  static names(): {
2208
2687
  [key: string]: string;
2209
2688
  };
@@ -2214,15 +2693,26 @@ export declare class GetHotlineQualificationByOrderResponseBodyData extends $tea
2214
2693
  [key: string]: any;
2215
2694
  });
2216
2695
  }
2217
- export declare class GetMqttTokenResponseBodyData extends $tea.Model {
2218
- clientId?: string;
2219
- expireTime?: string;
2220
- host?: string;
2221
- instanceId?: string;
2222
- p2pTopic?: string;
2223
- serverId?: string;
2224
- token?: string;
2225
- username?: string;
2696
+ export declare class UploadRobotTaskCalledFileResponse extends $tea.Model {
2697
+ headers?: {
2698
+ [key: string]: string;
2699
+ };
2700
+ statusCode?: number;
2701
+ body?: UploadRobotTaskCalledFileResponseBody;
2702
+ static names(): {
2703
+ [key: string]: string;
2704
+ };
2705
+ static types(): {
2706
+ [key: string]: any;
2707
+ };
2708
+ constructor(map?: {
2709
+ [key: string]: any;
2710
+ });
2711
+ }
2712
+ export declare class GetHotlineQualificationByOrderResponseBodyData extends $tea.Model {
2713
+ orderId?: string;
2714
+ qualificationId?: string;
2715
+ status?: string;
2226
2716
  static names(): {
2227
2717
  [key: string]: string;
2228
2718
  };
@@ -2429,25 +2919,6 @@ export declare class QueryVoiceFileAuditInfoResponseBodyData extends $tea.Model
2429
2919
  [key: string]: any;
2430
2920
  });
2431
2921
  }
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
2922
  export declare class SetTransferCalleePoolConfigRequestDetails extends $tea.Model {
2452
2923
  called?: string;
2453
2924
  caller?: string;
@@ -2480,94 +2951,681 @@ export default class Client extends OpenApi {
2480
2951
  getEndpoint(productId: string, regionId: string, endpointRule: string, network: string, suffix: string, endpointMap: {
2481
2952
  [key: string]: string;
2482
2953
  }, endpoint: string): string;
2483
- addRtcAccountWithOptions(request: AddRtcAccountRequest, runtime: $Util.RuntimeOptions): Promise<AddRtcAccountResponse>;
2484
- addRtcAccount(request: AddRtcAccountRequest): Promise<AddRtcAccountResponse>;
2954
+ /**
2955
+ * ### QPS limits
2956
+ * You can call this operation up to 200 times per second per account.
2957
+ *
2958
+ * @param request AddVirtualNumberRelationRequest
2959
+ * @param runtime runtime options for this request RuntimeOptions
2960
+ * @return AddVirtualNumberRelationResponse
2961
+ */
2485
2962
  addVirtualNumberRelationWithOptions(request: AddVirtualNumberRelationRequest, runtime: $Util.RuntimeOptions): Promise<AddVirtualNumberRelationResponse>;
2963
+ /**
2964
+ * ### QPS limits
2965
+ * You can call this operation up to 200 times per second per account.
2966
+ *
2967
+ * @param request AddVirtualNumberRelationRequest
2968
+ * @return AddVirtualNumberRelationResponse
2969
+ */
2486
2970
  addVirtualNumberRelation(request: AddVirtualNumberRelationRequest): Promise<AddVirtualNumberRelationResponse>;
2971
+ /**
2972
+ * * 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.
2973
+ * * The BatchRobotSmartCall operation is used to initiate an outbound robocall task by using the robot communication scripts preset in the Voice Messaging Service console.
2974
+ * ## Prerequisites
2975
+ * * You have passed the real-name verification for an enterprise user and passed the enterprise qualification review.
2976
+ * * You have purchased numbers in the [Voice Messaging Service console](https://dyvms.console.aliyun.com/dyvms.htm#/number/normal).
2977
+ * * 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.
2978
+ * > 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).
2979
+ *
2980
+ * @param request BatchRobotSmartCallRequest
2981
+ * @param runtime runtime options for this request RuntimeOptions
2982
+ * @return BatchRobotSmartCallResponse
2983
+ */
2487
2984
  batchRobotSmartCallWithOptions(request: BatchRobotSmartCallRequest, runtime: $Util.RuntimeOptions): Promise<BatchRobotSmartCallResponse>;
2985
+ /**
2986
+ * * 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.
2987
+ * * The BatchRobotSmartCall operation is used to initiate an outbound robocall task by using the robot communication scripts preset in the Voice Messaging Service console.
2988
+ * ## Prerequisites
2989
+ * * You have passed the real-name verification for an enterprise user and passed the enterprise qualification review.
2990
+ * * You have purchased numbers in the [Voice Messaging Service console](https://dyvms.console.aliyun.com/dyvms.htm#/number/normal).
2991
+ * * 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.
2992
+ * > 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).
2993
+ *
2994
+ * @param request BatchRobotSmartCallRequest
2995
+ * @return BatchRobotSmartCallResponse
2996
+ */
2488
2997
  batchRobotSmartCall(request: BatchRobotSmartCallRequest): Promise<BatchRobotSmartCallResponse>;
2998
+ /**
2999
+ * ### QPS limits
3000
+ * You can call this operation up to 100 times per second per account.
3001
+ *
3002
+ * @param request CancelOrderRobotTaskRequest
3003
+ * @param runtime runtime options for this request RuntimeOptions
3004
+ * @return CancelOrderRobotTaskResponse
3005
+ */
2489
3006
  cancelOrderRobotTaskWithOptions(request: CancelOrderRobotTaskRequest, runtime: $Util.RuntimeOptions): Promise<CancelOrderRobotTaskResponse>;
3007
+ /**
3008
+ * ### QPS limits
3009
+ * You can call this operation up to 100 times per second per account.
3010
+ *
3011
+ * @param request CancelOrderRobotTaskRequest
3012
+ * @return CancelOrderRobotTaskResponse
3013
+ */
2490
3014
  cancelOrderRobotTask(request: CancelOrderRobotTaskRequest): Promise<CancelOrderRobotTaskResponse>;
3015
+ /**
3016
+ * Only a task in progress can be terminated by calling the CancelRobotTask operation, and the task cannot be resumed after it is terminated.
3017
+ * ### QPS limits
3018
+ * You can call this operation up to 100 times per second per account.
3019
+ *
3020
+ * @param request CancelRobotTaskRequest
3021
+ * @param runtime runtime options for this request RuntimeOptions
3022
+ * @return CancelRobotTaskResponse
3023
+ */
2491
3024
  cancelRobotTaskWithOptions(request: CancelRobotTaskRequest, runtime: $Util.RuntimeOptions): Promise<CancelRobotTaskResponse>;
3025
+ /**
3026
+ * Only a task in progress can be terminated by calling the CancelRobotTask operation, and the task cannot be resumed after it is terminated.
3027
+ * ### QPS limits
3028
+ * You can call this operation up to 100 times per second per account.
3029
+ *
3030
+ * @param request CancelRobotTaskRequest
3031
+ * @return CancelRobotTaskResponse
3032
+ */
2492
3033
  cancelRobotTask(request: CancelRobotTaskRequest): Promise<CancelRobotTaskResponse>;
3034
+ changeMediaTypeWithOptions(request: ChangeMediaTypeRequest, runtime: $Util.RuntimeOptions): Promise<ChangeMediaTypeResponse>;
3035
+ changeMediaType(request: ChangeMediaTypeRequest): Promise<ChangeMediaTypeResponse>;
3036
+ /**
3037
+ * You can create up to 1,000 voice notifications for each task.
3038
+ * ### QPS limits
3039
+ * You can call this operation up to 100 times per second per account.
3040
+ *
3041
+ * @param request CreateCallTaskRequest
3042
+ * @param runtime runtime options for this request RuntimeOptions
3043
+ * @return CreateCallTaskResponse
3044
+ */
2493
3045
  createCallTaskWithOptions(request: CreateCallTaskRequest, runtime: $Util.RuntimeOptions): Promise<CreateCallTaskResponse>;
3046
+ /**
3047
+ * You can create up to 1,000 voice notifications for each task.
3048
+ * ### QPS limits
3049
+ * You can call this operation up to 100 times per second per account.
3050
+ *
3051
+ * @param request CreateCallTaskRequest
3052
+ * @return CreateCallTaskResponse
3053
+ */
2494
3054
  createCallTask(request: CreateCallTaskRequest): Promise<CreateCallTaskResponse>;
3055
+ /**
3056
+ * 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.
3057
+ * ### QPS limits
3058
+ * You can call this operation up to 100 times per second per account.
3059
+ *
3060
+ * @param request CreateRobotTaskRequest
3061
+ * @param runtime runtime options for this request RuntimeOptions
3062
+ * @return CreateRobotTaskResponse
3063
+ */
2495
3064
  createRobotTaskWithOptions(request: CreateRobotTaskRequest, runtime: $Util.RuntimeOptions): Promise<CreateRobotTaskResponse>;
3065
+ /**
3066
+ * 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.
3067
+ * ### QPS limits
3068
+ * You can call this operation up to 100 times per second per account.
3069
+ *
3070
+ * @param request CreateRobotTaskRequest
3071
+ * @return CreateRobotTaskResponse
3072
+ */
2496
3073
  createRobotTask(request: CreateRobotTaskRequest): Promise<CreateRobotTaskResponse>;
3074
+ degradeVideoFileWithOptions(request: DegradeVideoFileRequest, runtime: $Util.RuntimeOptions): Promise<DegradeVideoFileResponse>;
3075
+ degradeVideoFile(request: DegradeVideoFileRequest): Promise<DegradeVideoFileResponse>;
3076
+ /**
3077
+ * You can call this operation to delete only tasks that are not started, that are completed, and that are terminated.
3078
+ * ### QPS limits
3079
+ * You can call this operation up to 100 times per second per account.
3080
+ *
3081
+ * @param request DeleteRobotTaskRequest
3082
+ * @param runtime runtime options for this request RuntimeOptions
3083
+ * @return DeleteRobotTaskResponse
3084
+ */
2497
3085
  deleteRobotTaskWithOptions(request: DeleteRobotTaskRequest, runtime: $Util.RuntimeOptions): Promise<DeleteRobotTaskResponse>;
3086
+ /**
3087
+ * You can call this operation to delete only tasks that are not started, that are completed, and that are terminated.
3088
+ * ### QPS limits
3089
+ * You can call this operation up to 100 times per second per account.
3090
+ *
3091
+ * @param request DeleteRobotTaskRequest
3092
+ * @return DeleteRobotTaskResponse
3093
+ */
2498
3094
  deleteRobotTask(request: DeleteRobotTaskRequest): Promise<DeleteRobotTaskResponse>;
3095
+ /**
3096
+ * ### QPS limits
3097
+ * You can call this operation up to 100 times per second per account.
3098
+ *
3099
+ * @param request ExecuteCallTaskRequest
3100
+ * @param runtime runtime options for this request RuntimeOptions
3101
+ * @return ExecuteCallTaskResponse
3102
+ */
2499
3103
  executeCallTaskWithOptions(request: ExecuteCallTaskRequest, runtime: $Util.RuntimeOptions): Promise<ExecuteCallTaskResponse>;
3104
+ /**
3105
+ * ### QPS limits
3106
+ * You can call this operation up to 100 times per second per account.
3107
+ *
3108
+ * @param request ExecuteCallTaskRequest
3109
+ * @return ExecuteCallTaskResponse
3110
+ */
2500
3111
  executeCallTask(request: ExecuteCallTaskRequest): Promise<ExecuteCallTaskResponse>;
2501
- getCallInfoWithOptions(request: GetCallInfoRequest, runtime: $Util.RuntimeOptions): Promise<GetCallInfoResponse>;
2502
- getCallInfo(request: GetCallInfoRequest): Promise<GetCallInfoResponse>;
3112
+ getCallMediaTypeWithOptions(request: GetCallMediaTypeRequest, runtime: $Util.RuntimeOptions): Promise<GetCallMediaTypeResponse>;
3113
+ getCallMediaType(request: GetCallMediaTypeRequest): Promise<GetCallMediaTypeResponse>;
3114
+ getCallProgressWithOptions(request: GetCallProgressRequest, runtime: $Util.RuntimeOptions): Promise<GetCallProgressResponse>;
3115
+ getCallProgress(request: GetCallProgressRequest): Promise<GetCallProgressResponse>;
3116
+ /**
3117
+ * ### QPS limits
3118
+ * You can call this operation up to 100 times per second per account.
3119
+ *
3120
+ * @param request GetHotlineQualificationByOrderRequest
3121
+ * @param runtime runtime options for this request RuntimeOptions
3122
+ * @return GetHotlineQualificationByOrderResponse
3123
+ */
2503
3124
  getHotlineQualificationByOrderWithOptions(request: GetHotlineQualificationByOrderRequest, runtime: $Util.RuntimeOptions): Promise<GetHotlineQualificationByOrderResponse>;
3125
+ /**
3126
+ * ### QPS limits
3127
+ * You can call this operation up to 100 times per second per account.
3128
+ *
3129
+ * @param request GetHotlineQualificationByOrderRequest
3130
+ * @return GetHotlineQualificationByOrderResponse
3131
+ */
2504
3132
  getHotlineQualificationByOrder(request: GetHotlineQualificationByOrderRequest): Promise<GetHotlineQualificationByOrderResponse>;
2505
- getMqttTokenWithOptions(request: GetMqttTokenRequest, runtime: $Util.RuntimeOptions): Promise<GetMqttTokenResponse>;
2506
- getMqttToken(request: GetMqttTokenRequest): Promise<GetMqttTokenResponse>;
2507
- getRtcTokenWithOptions(request: GetRtcTokenRequest, runtime: $Util.RuntimeOptions): Promise<GetRtcTokenResponse>;
2508
- getRtcToken(request: GetRtcTokenRequest): Promise<GetRtcTokenResponse>;
3133
+ getTemporaryFileUrlWithOptions(request: GetTemporaryFileUrlRequest, runtime: $Util.RuntimeOptions): Promise<GetTemporaryFileUrlResponse>;
3134
+ getTemporaryFileUrl(request: GetTemporaryFileUrlRequest): Promise<GetTemporaryFileUrlResponse>;
3135
+ /**
3136
+ * ### QPS limits
3137
+ * You can call this operation up to five times per second per account.
3138
+ *
3139
+ * @param request GetTokenRequest
3140
+ * @param runtime runtime options for this request RuntimeOptions
3141
+ * @return GetTokenResponse
3142
+ */
2509
3143
  getTokenWithOptions(request: GetTokenRequest, runtime: $Util.RuntimeOptions): Promise<GetTokenResponse>;
3144
+ /**
3145
+ * ### QPS limits
3146
+ * You can call this operation up to five times per second per account.
3147
+ *
3148
+ * @param request GetTokenRequest
3149
+ * @return GetTokenResponse
3150
+ */
2510
3151
  getToken(request: GetTokenRequest): Promise<GetTokenResponse>;
3152
+ getVideoFieldUrlWithOptions(request: GetVideoFieldUrlRequest, runtime: $Util.RuntimeOptions): Promise<GetVideoFieldUrlResponse>;
3153
+ getVideoFieldUrl(request: GetVideoFieldUrlRequest): Promise<GetVideoFieldUrlResponse>;
3154
+ /**
3155
+ * * Your enterprise qualification is approved. For more information, see [Submit enterprise qualifications](~~149795~~).
3156
+ * * Voice numbers are purchased. For more information, see [Purchase numbers](~~149794~~).
3157
+ * * 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.
3158
+ * ## QPS limits
3159
+ * You can call this operation up to 100 times per second per account.
3160
+ *
3161
+ * @param request IvrCallRequest
3162
+ * @param runtime runtime options for this request RuntimeOptions
3163
+ * @return IvrCallResponse
3164
+ */
2511
3165
  ivrCallWithOptions(request: IvrCallRequest, runtime: $Util.RuntimeOptions): Promise<IvrCallResponse>;
3166
+ /**
3167
+ * * Your enterprise qualification is approved. For more information, see [Submit enterprise qualifications](~~149795~~).
3168
+ * * Voice numbers are purchased. For more information, see [Purchase numbers](~~149794~~).
3169
+ * * 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.
3170
+ * ## QPS limits
3171
+ * You can call this operation up to 100 times per second per account.
3172
+ *
3173
+ * @param request IvrCallRequest
3174
+ * @return IvrCallResponse
3175
+ */
2512
3176
  ivrCall(request: IvrCallRequest): Promise<IvrCallResponse>;
3177
+ /**
3178
+ * ### QPS limits
3179
+ * You can call this operation up to 100 times per second per account.
3180
+ *
3181
+ * @param request ListCallTaskRequest
3182
+ * @param runtime runtime options for this request RuntimeOptions
3183
+ * @return ListCallTaskResponse
3184
+ */
2513
3185
  listCallTaskWithOptions(request: ListCallTaskRequest, runtime: $Util.RuntimeOptions): Promise<ListCallTaskResponse>;
3186
+ /**
3187
+ * ### QPS limits
3188
+ * You can call this operation up to 100 times per second per account.
3189
+ *
3190
+ * @param request ListCallTaskRequest
3191
+ * @return ListCallTaskResponse
3192
+ */
2514
3193
  listCallTask(request: ListCallTaskRequest): Promise<ListCallTaskResponse>;
3194
+ /**
3195
+ * ### QPS limits
3196
+ * You can call this operation up to 100 times per second per account.
3197
+ *
3198
+ * @param request ListCallTaskDetailRequest
3199
+ * @param runtime runtime options for this request RuntimeOptions
3200
+ * @return ListCallTaskDetailResponse
3201
+ */
2515
3202
  listCallTaskDetailWithOptions(request: ListCallTaskDetailRequest, runtime: $Util.RuntimeOptions): Promise<ListCallTaskDetailResponse>;
3203
+ /**
3204
+ * ### QPS limits
3205
+ * You can call this operation up to 100 times per second per account.
3206
+ *
3207
+ * @param request ListCallTaskDetailRequest
3208
+ * @return ListCallTaskDetailResponse
3209
+ */
2516
3210
  listCallTaskDetail(request: ListCallTaskDetailRequest): Promise<ListCallTaskDetailResponse>;
3211
+ /**
3212
+ * ### QPS limits
3213
+ * You can call this operation up to 100 times per second per account.
3214
+ *
3215
+ * @param request ListHotlineTransferNumberRequest
3216
+ * @param runtime runtime options for this request RuntimeOptions
3217
+ * @return ListHotlineTransferNumberResponse
3218
+ */
2517
3219
  listHotlineTransferNumberWithOptions(request: ListHotlineTransferNumberRequest, runtime: $Util.RuntimeOptions): Promise<ListHotlineTransferNumberResponse>;
3220
+ /**
3221
+ * ### QPS limits
3222
+ * You can call this operation up to 100 times per second per account.
3223
+ *
3224
+ * @param request ListHotlineTransferNumberRequest
3225
+ * @return ListHotlineTransferNumberResponse
3226
+ */
2518
3227
  listHotlineTransferNumber(request: ListHotlineTransferNumberRequest): Promise<ListHotlineTransferNumberResponse>;
3228
+ /**
3229
+ * ### QPS limits
3230
+ * You can call this operation up to 100 times per second per account.
3231
+ *
3232
+ * @param request ListHotlineTransferRegisterFileRequest
3233
+ * @param runtime runtime options for this request RuntimeOptions
3234
+ * @return ListHotlineTransferRegisterFileResponse
3235
+ */
2519
3236
  listHotlineTransferRegisterFileWithOptions(request: ListHotlineTransferRegisterFileRequest, runtime: $Util.RuntimeOptions): Promise<ListHotlineTransferRegisterFileResponse>;
3237
+ /**
3238
+ * ### QPS limits
3239
+ * You can call this operation up to 100 times per second per account.
3240
+ *
3241
+ * @param request ListHotlineTransferRegisterFileRequest
3242
+ * @return ListHotlineTransferRegisterFileResponse
3243
+ */
2520
3244
  listHotlineTransferRegisterFile(request: ListHotlineTransferRegisterFileRequest): Promise<ListHotlineTransferRegisterFileResponse>;
3245
+ pauseVideoFileWithOptions(request: PauseVideoFileRequest, runtime: $Util.RuntimeOptions): Promise<PauseVideoFileResponse>;
3246
+ pauseVideoFile(request: PauseVideoFileRequest): Promise<PauseVideoFileResponse>;
3247
+ playVideoFileWithOptions(request: PlayVideoFileRequest, runtime: $Util.RuntimeOptions): Promise<PlayVideoFileResponse>;
3248
+ playVideoFile(request: PlayVideoFileRequest): Promise<PlayVideoFileResponse>;
3249
+ /**
3250
+ * 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.
3251
+ * ### QPS limits
3252
+ * You can call this operation up to 100 times per second per account.
3253
+ *
3254
+ * @param request QueryCallDetailByCallIdRequest
3255
+ * @param runtime runtime options for this request RuntimeOptions
3256
+ * @return QueryCallDetailByCallIdResponse
3257
+ */
2521
3258
  queryCallDetailByCallIdWithOptions(request: QueryCallDetailByCallIdRequest, runtime: $Util.RuntimeOptions): Promise<QueryCallDetailByCallIdResponse>;
3259
+ /**
3260
+ * 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.
3261
+ * ### QPS limits
3262
+ * You can call this operation up to 100 times per second per account.
3263
+ *
3264
+ * @param request QueryCallDetailByCallIdRequest
3265
+ * @return QueryCallDetailByCallIdResponse
3266
+ */
2522
3267
  queryCallDetailByCallId(request: QueryCallDetailByCallIdRequest): Promise<QueryCallDetailByCallIdResponse>;
2523
3268
  queryCallDetailByTaskIdWithOptions(request: QueryCallDetailByTaskIdRequest, runtime: $Util.RuntimeOptions): Promise<QueryCallDetailByTaskIdResponse>;
2524
3269
  queryCallDetailByTaskId(request: QueryCallDetailByTaskIdRequest): Promise<QueryCallDetailByTaskIdResponse>;
3270
+ /**
3271
+ * ### QPS limits
3272
+ * You can call this operation up to 100 times per second per account.
3273
+ *
3274
+ * @param request QueryCallInPoolTransferConfigRequest
3275
+ * @param runtime runtime options for this request RuntimeOptions
3276
+ * @return QueryCallInPoolTransferConfigResponse
3277
+ */
2525
3278
  queryCallInPoolTransferConfigWithOptions(request: QueryCallInPoolTransferConfigRequest, runtime: $Util.RuntimeOptions): Promise<QueryCallInPoolTransferConfigResponse>;
3279
+ /**
3280
+ * ### QPS limits
3281
+ * You can call this operation up to 100 times per second per account.
3282
+ *
3283
+ * @param request QueryCallInPoolTransferConfigRequest
3284
+ * @return QueryCallInPoolTransferConfigResponse
3285
+ */
2526
3286
  queryCallInPoolTransferConfig(request: QueryCallInPoolTransferConfigRequest): Promise<QueryCallInPoolTransferConfigResponse>;
3287
+ /**
3288
+ * ### QPS limits
3289
+ * You can call this operation up to 100 times per second per account.
3290
+ *
3291
+ * @param request QueryCallInTransferRecordRequest
3292
+ * @param runtime runtime options for this request RuntimeOptions
3293
+ * @return QueryCallInTransferRecordResponse
3294
+ */
2527
3295
  queryCallInTransferRecordWithOptions(request: QueryCallInTransferRecordRequest, runtime: $Util.RuntimeOptions): Promise<QueryCallInTransferRecordResponse>;
3296
+ /**
3297
+ * ### QPS limits
3298
+ * You can call this operation up to 100 times per second per account.
3299
+ *
3300
+ * @param request QueryCallInTransferRecordRequest
3301
+ * @return QueryCallInTransferRecordResponse
3302
+ */
2528
3303
  queryCallInTransferRecord(request: QueryCallInTransferRecordRequest): Promise<QueryCallInTransferRecordResponse>;
2529
3304
  queryRobotInfoListWithOptions(request: QueryRobotInfoListRequest, runtime: $Util.RuntimeOptions): Promise<QueryRobotInfoListResponse>;
2530
3305
  queryRobotInfoList(request: QueryRobotInfoListRequest): Promise<QueryRobotInfoListResponse>;
3306
+ /**
3307
+ * ### QPS limits
3308
+ * You can call this operation up to 100 times per second per account.
3309
+ *
3310
+ * @param request QueryRobotTaskCallDetailRequest
3311
+ * @param runtime runtime options for this request RuntimeOptions
3312
+ * @return QueryRobotTaskCallDetailResponse
3313
+ */
2531
3314
  queryRobotTaskCallDetailWithOptions(request: QueryRobotTaskCallDetailRequest, runtime: $Util.RuntimeOptions): Promise<QueryRobotTaskCallDetailResponse>;
3315
+ /**
3316
+ * ### QPS limits
3317
+ * You can call this operation up to 100 times per second per account.
3318
+ *
3319
+ * @param request QueryRobotTaskCallDetailRequest
3320
+ * @return QueryRobotTaskCallDetailResponse
3321
+ */
2532
3322
  queryRobotTaskCallDetail(request: QueryRobotTaskCallDetailRequest): Promise<QueryRobotTaskCallDetailResponse>;
3323
+ /**
3324
+ * ### QPS limits
3325
+ * You can call this operation up to 100 times per second per account.
3326
+ *
3327
+ * @param request QueryRobotTaskCallListRequest
3328
+ * @param runtime runtime options for this request RuntimeOptions
3329
+ * @return QueryRobotTaskCallListResponse
3330
+ */
2533
3331
  queryRobotTaskCallListWithOptions(request: QueryRobotTaskCallListRequest, runtime: $Util.RuntimeOptions): Promise<QueryRobotTaskCallListResponse>;
3332
+ /**
3333
+ * ### QPS limits
3334
+ * You can call this operation up to 100 times per second per account.
3335
+ *
3336
+ * @param request QueryRobotTaskCallListRequest
3337
+ * @return QueryRobotTaskCallListResponse
3338
+ */
2534
3339
  queryRobotTaskCallList(request: QueryRobotTaskCallListRequest): Promise<QueryRobotTaskCallListResponse>;
3340
+ /**
3341
+ * ### QPS limits
3342
+ * You can call this operation up to 100 times per second per account.
3343
+ *
3344
+ * @param request QueryRobotTaskDetailRequest
3345
+ * @param runtime runtime options for this request RuntimeOptions
3346
+ * @return QueryRobotTaskDetailResponse
3347
+ */
2535
3348
  queryRobotTaskDetailWithOptions(request: QueryRobotTaskDetailRequest, runtime: $Util.RuntimeOptions): Promise<QueryRobotTaskDetailResponse>;
3349
+ /**
3350
+ * ### QPS limits
3351
+ * You can call this operation up to 100 times per second per account.
3352
+ *
3353
+ * @param request QueryRobotTaskDetailRequest
3354
+ * @return QueryRobotTaskDetailResponse
3355
+ */
2536
3356
  queryRobotTaskDetail(request: QueryRobotTaskDetailRequest): Promise<QueryRobotTaskDetailResponse>;
3357
+ /**
3358
+ * ### QPS limits
3359
+ * You can call this operation up to 100 times per second per account.
3360
+ *
3361
+ * @param request QueryRobotTaskListRequest
3362
+ * @param runtime runtime options for this request RuntimeOptions
3363
+ * @return QueryRobotTaskListResponse
3364
+ */
2537
3365
  queryRobotTaskListWithOptions(request: QueryRobotTaskListRequest, runtime: $Util.RuntimeOptions): Promise<QueryRobotTaskListResponse>;
3366
+ /**
3367
+ * ### QPS limits
3368
+ * You can call this operation up to 100 times per second per account.
3369
+ *
3370
+ * @param request QueryRobotTaskListRequest
3371
+ * @return QueryRobotTaskListResponse
3372
+ */
2538
3373
  queryRobotTaskList(request: QueryRobotTaskListRequest): Promise<QueryRobotTaskListResponse>;
3374
+ /**
3375
+ * ### QPS limits
3376
+ * You can call this operation up to 100 times per second per account.
3377
+ *
3378
+ * @param request QueryRobotv2AllListRequest
3379
+ * @param runtime runtime options for this request RuntimeOptions
3380
+ * @return QueryRobotv2AllListResponse
3381
+ */
2539
3382
  queryRobotv2AllListWithOptions(request: QueryRobotv2AllListRequest, runtime: $Util.RuntimeOptions): Promise<QueryRobotv2AllListResponse>;
3383
+ /**
3384
+ * ### QPS limits
3385
+ * You can call this operation up to 100 times per second per account.
3386
+ *
3387
+ * @param request QueryRobotv2AllListRequest
3388
+ * @return QueryRobotv2AllListResponse
3389
+ */
2540
3390
  queryRobotv2AllList(request: QueryRobotv2AllListRequest): Promise<QueryRobotv2AllListResponse>;
3391
+ queryVideoPlayProgressWithOptions(request: QueryVideoPlayProgressRequest, runtime: $Util.RuntimeOptions): Promise<QueryVideoPlayProgressResponse>;
3392
+ queryVideoPlayProgress(request: QueryVideoPlayProgressRequest): Promise<QueryVideoPlayProgressResponse>;
3393
+ /**
3394
+ * ### QPS limits
3395
+ * You can call this operation up to 100 times per second per account.
3396
+ *
3397
+ * @param request QueryVirtualNumberRequest
3398
+ * @param runtime runtime options for this request RuntimeOptions
3399
+ * @return QueryVirtualNumberResponse
3400
+ */
2541
3401
  queryVirtualNumberWithOptions(request: QueryVirtualNumberRequest, runtime: $Util.RuntimeOptions): Promise<QueryVirtualNumberResponse>;
3402
+ /**
3403
+ * ### QPS limits
3404
+ * You can call this operation up to 100 times per second per account.
3405
+ *
3406
+ * @param request QueryVirtualNumberRequest
3407
+ * @return QueryVirtualNumberResponse
3408
+ */
2542
3409
  queryVirtualNumber(request: QueryVirtualNumberRequest): Promise<QueryVirtualNumberResponse>;
3410
+ /**
3411
+ * ### QPS limits
3412
+ * You can call this operation up to 200 times per second per account.
3413
+ *
3414
+ * @param request QueryVirtualNumberRelationRequest
3415
+ * @param runtime runtime options for this request RuntimeOptions
3416
+ * @return QueryVirtualNumberRelationResponse
3417
+ */
2543
3418
  queryVirtualNumberRelationWithOptions(request: QueryVirtualNumberRelationRequest, runtime: $Util.RuntimeOptions): Promise<QueryVirtualNumberRelationResponse>;
3419
+ /**
3420
+ * ### QPS limits
3421
+ * You can call this operation up to 200 times per second per account.
3422
+ *
3423
+ * @param request QueryVirtualNumberRelationRequest
3424
+ * @return QueryVirtualNumberRelationResponse
3425
+ */
2544
3426
  queryVirtualNumberRelation(request: QueryVirtualNumberRelationRequest): Promise<QueryVirtualNumberRelationResponse>;
2545
3427
  queryVoiceFileAuditInfoWithOptions(request: QueryVoiceFileAuditInfoRequest, runtime: $Util.RuntimeOptions): Promise<QueryVoiceFileAuditInfoResponse>;
2546
3428
  queryVoiceFileAuditInfo(request: QueryVoiceFileAuditInfoRequest): Promise<QueryVoiceFileAuditInfoResponse>;
2547
3429
  recoverCallInConfigWithOptions(request: RecoverCallInConfigRequest, runtime: $Util.RuntimeOptions): Promise<RecoverCallInConfigResponse>;
2548
3430
  recoverCallInConfig(request: RecoverCallInConfigRequest): Promise<RecoverCallInConfigResponse>;
2549
- refreshMqttTokenWithOptions(request: RefreshMqttTokenRequest, runtime: $Util.RuntimeOptions): Promise<RefreshMqttTokenResponse>;
2550
- refreshMqttToken(request: RefreshMqttTokenRequest): Promise<RefreshMqttTokenResponse>;
3431
+ resumeVideoFileWithOptions(request: ResumeVideoFileRequest, runtime: $Util.RuntimeOptions): Promise<ResumeVideoFileResponse>;
3432
+ resumeVideoFile(request: ResumeVideoFileRequest): Promise<ResumeVideoFileResponse>;
3433
+ seekVideoFileWithOptions(request: SeekVideoFileRequest, runtime: $Util.RuntimeOptions): Promise<SeekVideoFileResponse>;
3434
+ seekVideoFile(request: SeekVideoFileRequest): Promise<SeekVideoFileResponse>;
3435
+ /**
3436
+ * ### QPS limits
3437
+ * You can call this operation up to 100 times per second per account.
3438
+ *
3439
+ * @param request SendVerificationRequest
3440
+ * @param runtime runtime options for this request RuntimeOptions
3441
+ * @return SendVerificationResponse
3442
+ */
2551
3443
  sendVerificationWithOptions(request: SendVerificationRequest, runtime: $Util.RuntimeOptions): Promise<SendVerificationResponse>;
3444
+ /**
3445
+ * ### QPS limits
3446
+ * You can call this operation up to 100 times per second per account.
3447
+ *
3448
+ * @param request SendVerificationRequest
3449
+ * @return SendVerificationResponse
3450
+ */
2552
3451
  sendVerification(request: SendVerificationRequest): Promise<SendVerificationResponse>;
3452
+ /**
3453
+ * ### QPS limits
3454
+ * You can call this operation up to 100 times per second per account.
3455
+ *
3456
+ * @param request SetTransferCalleePoolConfigRequest
3457
+ * @param runtime runtime options for this request RuntimeOptions
3458
+ * @return SetTransferCalleePoolConfigResponse
3459
+ */
2553
3460
  setTransferCalleePoolConfigWithOptions(request: SetTransferCalleePoolConfigRequest, runtime: $Util.RuntimeOptions): Promise<SetTransferCalleePoolConfigResponse>;
3461
+ /**
3462
+ * ### QPS limits
3463
+ * You can call this operation up to 100 times per second per account.
3464
+ *
3465
+ * @param request SetTransferCalleePoolConfigRequest
3466
+ * @return SetTransferCalleePoolConfigResponse
3467
+ */
2554
3468
  setTransferCalleePoolConfig(request: SetTransferCalleePoolConfigRequest): Promise<SetTransferCalleePoolConfigResponse>;
3469
+ /**
3470
+ * * 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.
3471
+ * * For more information about voice plans or voice service billing, see [Pricing of VMS on China site (aliyun.com)](~~150083~~).
3472
+ * ### QPS limits
3473
+ * You can call this operation up to 1,000 times per second per account.
3474
+ *
3475
+ * @param request SingleCallByTtsRequest
3476
+ * @param runtime runtime options for this request RuntimeOptions
3477
+ * @return SingleCallByTtsResponse
3478
+ */
2555
3479
  singleCallByTtsWithOptions(request: SingleCallByTtsRequest, runtime: $Util.RuntimeOptions): Promise<SingleCallByTtsResponse>;
3480
+ /**
3481
+ * * 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.
3482
+ * * For more information about voice plans or voice service billing, see [Pricing of VMS on China site (aliyun.com)](~~150083~~).
3483
+ * ### QPS limits
3484
+ * You can call this operation up to 1,000 times per second per account.
3485
+ *
3486
+ * @param request SingleCallByTtsRequest
3487
+ * @return SingleCallByTtsResponse
3488
+ */
2556
3489
  singleCallByTts(request: SingleCallByTtsRequest): Promise<SingleCallByTtsResponse>;
3490
+ singleCallByVideoWithOptions(request: SingleCallByVideoRequest, runtime: $Util.RuntimeOptions): Promise<SingleCallByVideoResponse>;
3491
+ singleCallByVideo(request: SingleCallByVideoRequest): Promise<SingleCallByVideoResponse>;
3492
+ /**
3493
+ * > 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.
3494
+ * You can call the [SingleCallByTts](~~393519~~) operation to send voice notifications with variables.
3495
+ * ### QPS limits
3496
+ * You can call this operation up to 1,200 times per second per account.
3497
+ *
3498
+ * @param request SingleCallByVoiceRequest
3499
+ * @param runtime runtime options for this request RuntimeOptions
3500
+ * @return SingleCallByVoiceResponse
3501
+ */
2557
3502
  singleCallByVoiceWithOptions(request: SingleCallByVoiceRequest, runtime: $Util.RuntimeOptions): Promise<SingleCallByVoiceResponse>;
3503
+ /**
3504
+ * > 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.
3505
+ * You can call the [SingleCallByTts](~~393519~~) operation to send voice notifications with variables.
3506
+ * ### QPS limits
3507
+ * You can call this operation up to 1,200 times per second per account.
3508
+ *
3509
+ * @param request SingleCallByVoiceRequest
3510
+ * @return SingleCallByVoiceResponse
3511
+ */
2558
3512
  singleCallByVoice(request: SingleCallByVoiceRequest): Promise<SingleCallByVoiceResponse>;
3513
+ skipVideoFileWithOptions(request: SkipVideoFileRequest, runtime: $Util.RuntimeOptions): Promise<SkipVideoFileResponse>;
3514
+ skipVideoFile(request: SkipVideoFileRequest): Promise<SkipVideoFileResponse>;
3515
+ /**
3516
+ * * 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.
3517
+ * * The SmartCall operation does not support the following characters: `@ = : "" $ { } ^ * ¥`.
3518
+ * ### QPS limits
3519
+ * You can call this operation up to 1,000 times per second per account.
3520
+ *
3521
+ * @param request SmartCallRequest
3522
+ * @param runtime runtime options for this request RuntimeOptions
3523
+ * @return SmartCallResponse
3524
+ */
2559
3525
  smartCallWithOptions(request: SmartCallRequest, runtime: $Util.RuntimeOptions): Promise<SmartCallResponse>;
3526
+ /**
3527
+ * * 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.
3528
+ * * The SmartCall operation does not support the following characters: `@ = : "" $ { } ^ * ¥`.
3529
+ * ### QPS limits
3530
+ * You can call this operation up to 1,000 times per second per account.
3531
+ *
3532
+ * @param request SmartCallRequest
3533
+ * @return SmartCallResponse
3534
+ */
2560
3535
  smartCall(request: SmartCallRequest): Promise<SmartCallResponse>;
3536
+ /**
3537
+ * 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.
3538
+ * > You can only initiate the action of bridging a called number and an agent of the call center.
3539
+ * ### QPS limits
3540
+ * You can call this operation up to 100 times per second per account.
3541
+ *
3542
+ * @param request SmartCallOperateRequest
3543
+ * @param runtime runtime options for this request RuntimeOptions
3544
+ * @return SmartCallOperateResponse
3545
+ */
2561
3546
  smartCallOperateWithOptions(request: SmartCallOperateRequest, runtime: $Util.RuntimeOptions): Promise<SmartCallOperateResponse>;
3547
+ /**
3548
+ * 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.
3549
+ * > You can only initiate the action of bridging a called number and an agent of the call center.
3550
+ * ### QPS limits
3551
+ * You can call this operation up to 100 times per second per account.
3552
+ *
3553
+ * @param request SmartCallOperateRequest
3554
+ * @return SmartCallOperateResponse
3555
+ */
2562
3556
  smartCallOperate(request: SmartCallOperateRequest): Promise<SmartCallOperateResponse>;
3557
+ /**
3558
+ * ### QPS limits
3559
+ * You can call this operation up to 100 times per second per account.
3560
+ *
3561
+ * @param request StartRobotTaskRequest
3562
+ * @param runtime runtime options for this request RuntimeOptions
3563
+ * @return StartRobotTaskResponse
3564
+ */
2563
3565
  startRobotTaskWithOptions(request: StartRobotTaskRequest, runtime: $Util.RuntimeOptions): Promise<StartRobotTaskResponse>;
3566
+ /**
3567
+ * ### QPS limits
3568
+ * You can call this operation up to 100 times per second per account.
3569
+ *
3570
+ * @param request StartRobotTaskRequest
3571
+ * @return StartRobotTaskResponse
3572
+ */
2564
3573
  startRobotTask(request: StartRobotTaskRequest): Promise<StartRobotTaskResponse>;
2565
3574
  stopCallInConfigWithOptions(request: StopCallInConfigRequest, runtime: $Util.RuntimeOptions): Promise<StopCallInConfigResponse>;
2566
3575
  stopCallInConfig(request: StopCallInConfigRequest): Promise<StopCallInConfigResponse>;
3576
+ /**
3577
+ * After you stop a robocall task, you can call the [StartRobotTask](~~StartRobotTask~~) operation to start it again.
3578
+ * ### QPS limits
3579
+ * You can call this operation up to 100 times per second per account.
3580
+ *
3581
+ * @param request StopRobotTaskRequest
3582
+ * @param runtime runtime options for this request RuntimeOptions
3583
+ * @return StopRobotTaskResponse
3584
+ */
2567
3585
  stopRobotTaskWithOptions(request: StopRobotTaskRequest, runtime: $Util.RuntimeOptions): Promise<StopRobotTaskResponse>;
3586
+ /**
3587
+ * After you stop a robocall task, you can call the [StartRobotTask](~~StartRobotTask~~) operation to start it again.
3588
+ * ### QPS limits
3589
+ * You can call this operation up to 100 times per second per account.
3590
+ *
3591
+ * @param request StopRobotTaskRequest
3592
+ * @return StopRobotTaskResponse
3593
+ */
2568
3594
  stopRobotTask(request: StopRobotTaskRequest): Promise<StopRobotTaskResponse>;
3595
+ /**
3596
+ * ### QPS limits
3597
+ * You can call this operation up to 100 times per second per account.
3598
+ *
3599
+ * @param request SubmitHotlineTransferRegisterRequest
3600
+ * @param runtime runtime options for this request RuntimeOptions
3601
+ * @return SubmitHotlineTransferRegisterResponse
3602
+ */
2569
3603
  submitHotlineTransferRegisterWithOptions(request: SubmitHotlineTransferRegisterRequest, runtime: $Util.RuntimeOptions): Promise<SubmitHotlineTransferRegisterResponse>;
3604
+ /**
3605
+ * ### QPS limits
3606
+ * You can call this operation up to 100 times per second per account.
3607
+ *
3608
+ * @param request SubmitHotlineTransferRegisterRequest
3609
+ * @return SubmitHotlineTransferRegisterResponse
3610
+ */
2570
3611
  submitHotlineTransferRegister(request: SubmitHotlineTransferRegisterRequest): Promise<SubmitHotlineTransferRegisterResponse>;
3612
+ upgradeVideoFileWithOptions(request: UpgradeVideoFileRequest, runtime: $Util.RuntimeOptions): Promise<UpgradeVideoFileResponse>;
3613
+ upgradeVideoFile(request: UpgradeVideoFileRequest): Promise<UpgradeVideoFileResponse>;
3614
+ /**
3615
+ * ### QPS limits
3616
+ * You can call this operation up to 100 times per second per account.
3617
+ *
3618
+ * @param request UploadRobotTaskCalledFileRequest
3619
+ * @param runtime runtime options for this request RuntimeOptions
3620
+ * @return UploadRobotTaskCalledFileResponse
3621
+ */
2571
3622
  uploadRobotTaskCalledFileWithOptions(request: UploadRobotTaskCalledFileRequest, runtime: $Util.RuntimeOptions): Promise<UploadRobotTaskCalledFileResponse>;
3623
+ /**
3624
+ * ### QPS limits
3625
+ * You can call this operation up to 100 times per second per account.
3626
+ *
3627
+ * @param request UploadRobotTaskCalledFileRequest
3628
+ * @return UploadRobotTaskCalledFileResponse
3629
+ */
2572
3630
  uploadRobotTaskCalledFile(request: UploadRobotTaskCalledFileRequest): Promise<UploadRobotTaskCalledFileResponse>;
2573
3631
  }