@alicloud/dyvmsapi20170525 3.1.0 → 4.0.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 +117 -61
- package/dist/client.js +625 -103
- package/dist/client.js.map +1 -1
- package/dist/models/CloudCreateTaskRequest.d.ts +430 -0
- package/dist/models/CloudCreateTaskRequest.js +164 -0
- package/dist/models/CloudCreateTaskRequest.js.map +1 -0
- package/dist/models/CloudCreateTaskResponse.d.ts +19 -0
- package/dist/models/CloudCreateTaskResponse.js +69 -0
- package/dist/models/CloudCreateTaskResponse.js.map +1 -0
- package/dist/models/CloudCreateTaskResponseBody.d.ts +194 -0
- package/dist/models/CloudCreateTaskResponseBody.js +148 -0
- package/dist/models/CloudCreateTaskResponseBody.js.map +1 -0
- package/dist/models/CloudImportTaskTelRequest.d.ts +161 -0
- package/dist/models/CloudImportTaskTelRequest.js +114 -0
- package/dist/models/CloudImportTaskTelRequest.js.map +1 -0
- package/dist/models/{QueryVirtualNumberResponse.d.ts → CloudImportTaskTelResponse.d.ts} +3 -3
- package/dist/models/{QueryVirtualNumberResponse.js → CloudImportTaskTelResponse.js} +6 -6
- package/dist/models/{QueryVirtualNumberResponse.js.map → CloudImportTaskTelResponse.js.map} +1 -1
- package/dist/models/CloudImportTaskTelResponseBody.d.ts +82 -0
- package/dist/models/CloudImportTaskTelResponseBody.js +96 -0
- package/dist/models/CloudImportTaskTelResponseBody.js.map +1 -0
- package/dist/models/CloudImportTaskTelShrinkRequest.d.ts +101 -0
- package/dist/models/CloudImportTaskTelShrinkRequest.js +82 -0
- package/dist/models/CloudImportTaskTelShrinkRequest.js.map +1 -0
- package/dist/models/CloudStartTaskRequest.d.ts +36 -0
- package/dist/models/{QueryVirtualNumberRequest.js → CloudStartTaskRequest.js} +8 -12
- package/dist/models/CloudStartTaskRequest.js.map +1 -0
- package/dist/models/CloudStartTaskResponse.d.ts +19 -0
- package/dist/models/{QueryVirtualNumberResponseBody.js → CloudStartTaskResponse.js} +17 -10
- package/dist/models/CloudStartTaskResponse.js.map +1 -0
- package/dist/models/CloudStartTaskResponseBody.d.ts +50 -0
- package/dist/models/CloudStartTaskResponseBody.js +88 -0
- package/dist/models/CloudStartTaskResponseBody.js.map +1 -0
- package/dist/models/CloudUpdateTaskRequest.d.ts +404 -0
- package/dist/models/CloudUpdateTaskRequest.js +158 -0
- package/dist/models/CloudUpdateTaskRequest.js.map +1 -0
- package/dist/models/CloudUpdateTaskResponse.d.ts +19 -0
- package/dist/models/CloudUpdateTaskResponse.js +69 -0
- package/dist/models/CloudUpdateTaskResponse.js.map +1 -0
- package/dist/models/CloudUpdateTaskResponseBody.d.ts +192 -0
- package/dist/models/CloudUpdateTaskResponseBody.js +146 -0
- package/dist/models/CloudUpdateTaskResponseBody.js.map +1 -0
- package/dist/models/GetHotlineQualificationByOrderResponseBody.d.ts +0 -2
- package/dist/models/GetHotlineQualificationByOrderResponseBody.js +0 -2
- package/dist/models/GetHotlineQualificationByOrderResponseBody.js.map +1 -1
- package/dist/models/ListServiceInstanceForPageRequest.d.ts +77 -0
- package/dist/models/ListServiceInstanceForPageRequest.js +96 -0
- package/dist/models/ListServiceInstanceForPageRequest.js.map +1 -0
- package/dist/models/ListServiceInstanceForPageResponse.d.ts +19 -0
- package/dist/models/ListServiceInstanceForPageResponse.js +69 -0
- package/dist/models/ListServiceInstanceForPageResponse.js.map +1 -0
- package/dist/models/ListServiceInstanceForPageResponseBody.d.ts +200 -0
- package/dist/models/ListServiceInstanceForPageResponseBody.js +142 -0
- package/dist/models/ListServiceInstanceForPageResponseBody.js.map +1 -0
- package/dist/models/{QueryVirtualNumberRequest.d.ts → ListServiceInstanceForPageShrinkRequest.d.ts} +17 -19
- package/dist/models/ListServiceInstanceForPageShrinkRequest.js +72 -0
- package/dist/models/ListServiceInstanceForPageShrinkRequest.js.map +1 -0
- package/dist/models/model.d.ts +25 -3
- package/dist/models/model.js +55 -10
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +768 -112
- package/src/models/CloudCreateTaskRequest.ts +549 -0
- package/src/models/{QueryVirtualNumberResponse.ts → CloudCreateTaskResponse.ts} +4 -4
- package/src/models/CloudCreateTaskResponseBody.ts +286 -0
- package/src/models/CloudImportTaskTelRequest.ts +221 -0
- package/src/models/CloudImportTaskTelResponse.ts +40 -0
- package/src/models/CloudImportTaskTelResponseBody.ts +124 -0
- package/src/models/CloudImportTaskTelShrinkRequest.ts +138 -0
- package/src/models/CloudStartTaskRequest.ts +57 -0
- package/src/models/CloudStartTaskResponse.ts +40 -0
- package/src/models/CloudStartTaskResponseBody.ts +84 -0
- package/src/models/CloudUpdateTaskRequest.ts +517 -0
- package/src/models/CloudUpdateTaskResponse.ts +40 -0
- package/src/models/CloudUpdateTaskResponseBody.ts +284 -0
- package/src/models/GetHotlineQualificationByOrderResponseBody.ts +0 -2
- package/src/models/ListServiceInstanceForPageRequest.ts +119 -0
- package/src/models/ListServiceInstanceForPageResponse.ts +40 -0
- package/src/models/ListServiceInstanceForPageResponseBody.ts +279 -0
- package/src/models/{QueryVirtualNumberRequest.ts → ListServiceInstanceForPageShrinkRequest.ts} +27 -27
- package/src/models/model.ts +25 -3
- package/dist/models/QueryVirtualNumberRequest.js.map +0 -1
- package/dist/models/QueryVirtualNumberResponseBody.d.ts +0 -51
- package/dist/models/QueryVirtualNumberResponseBody.js.map +0 -1
- package/src/models/QueryVirtualNumberResponseBody.ts +0 -68
package/dist/client.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ export default class Client extends OpenApi {
|
|
|
9
9
|
[key: string]: string;
|
|
10
10
|
}, endpoint: string): string;
|
|
11
11
|
/**
|
|
12
|
-
*
|
|
12
|
+
* Binds multiple real numbers to a service instance at a time.
|
|
13
13
|
*
|
|
14
14
|
* @remarks
|
|
15
15
|
* ### QPS limits
|
|
@@ -21,7 +21,7 @@ export default class Client extends OpenApi {
|
|
|
21
21
|
*/
|
|
22
22
|
addVirtualNumberRelationWithOptions(request: $_model.AddVirtualNumberRelationRequest, runtime: $dara.RuntimeOptions): Promise<$_model.AddVirtualNumberRelationResponse>;
|
|
23
23
|
/**
|
|
24
|
-
*
|
|
24
|
+
* Binds multiple real numbers to a service instance at a time.
|
|
25
25
|
*
|
|
26
26
|
* @remarks
|
|
27
27
|
* ### QPS limits
|
|
@@ -32,7 +32,7 @@ export default class Client extends OpenApi {
|
|
|
32
32
|
*/
|
|
33
33
|
addVirtualNumberRelation(request: $_model.AddVirtualNumberRelationRequest): Promise<$_model.AddVirtualNumberRelationResponse>;
|
|
34
34
|
/**
|
|
35
|
-
* Initiates
|
|
35
|
+
* Initiates outbound robocall tasks in a batch. You can set up to 100 numbers in a task.
|
|
36
36
|
*
|
|
37
37
|
* @remarks
|
|
38
38
|
* 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.
|
|
@@ -49,7 +49,7 @@ export default class Client extends OpenApi {
|
|
|
49
49
|
*/
|
|
50
50
|
batchRobotSmartCallWithOptions(request: $_model.BatchRobotSmartCallRequest, runtime: $dara.RuntimeOptions): Promise<$_model.BatchRobotSmartCallResponse>;
|
|
51
51
|
/**
|
|
52
|
-
* Initiates
|
|
52
|
+
* Initiates outbound robocall tasks in a batch. You can set up to 100 numbers in a task.
|
|
53
53
|
*
|
|
54
54
|
* @remarks
|
|
55
55
|
* 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.
|
|
@@ -65,12 +65,16 @@ export default class Client extends OpenApi {
|
|
|
65
65
|
*/
|
|
66
66
|
batchRobotSmartCall(request: $_model.BatchRobotSmartCallRequest): Promise<$_model.BatchRobotSmartCallResponse>;
|
|
67
67
|
/**
|
|
68
|
+
* Cancels the two-way call that is initiated by calling the ClickToDial operation.
|
|
69
|
+
*
|
|
68
70
|
* @param request - CancelCallRequest
|
|
69
71
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
70
72
|
* @returns CancelCallResponse
|
|
71
73
|
*/
|
|
72
74
|
cancelCallWithOptions(request: $_model.CancelCallRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CancelCallResponse>;
|
|
73
75
|
/**
|
|
76
|
+
* Cancels the two-way call that is initiated by calling the ClickToDial operation.
|
|
77
|
+
*
|
|
74
78
|
* @param request - CancelCallRequest
|
|
75
79
|
* @returns CancelCallResponse
|
|
76
80
|
*/
|
|
@@ -139,7 +143,67 @@ export default class Client extends OpenApi {
|
|
|
139
143
|
*/
|
|
140
144
|
changeMediaType(request: $_model.ChangeMediaTypeRequest): Promise<$_model.ChangeMediaTypeResponse>;
|
|
141
145
|
/**
|
|
142
|
-
*
|
|
146
|
+
* 新增任务
|
|
147
|
+
*
|
|
148
|
+
* @param request - CloudCreateTaskRequest
|
|
149
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
150
|
+
* @returns CloudCreateTaskResponse
|
|
151
|
+
*/
|
|
152
|
+
cloudCreateTaskWithOptions(request: $_model.CloudCreateTaskRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CloudCreateTaskResponse>;
|
|
153
|
+
/**
|
|
154
|
+
* 新增任务
|
|
155
|
+
*
|
|
156
|
+
* @param request - CloudCreateTaskRequest
|
|
157
|
+
* @returns CloudCreateTaskResponse
|
|
158
|
+
*/
|
|
159
|
+
cloudCreateTask(request: $_model.CloudCreateTaskRequest): Promise<$_model.CloudCreateTaskResponse>;
|
|
160
|
+
/**
|
|
161
|
+
* 任务号码导入
|
|
162
|
+
*
|
|
163
|
+
* @param tmpReq - CloudImportTaskTelRequest
|
|
164
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
165
|
+
* @returns CloudImportTaskTelResponse
|
|
166
|
+
*/
|
|
167
|
+
cloudImportTaskTelWithOptions(tmpReq: $_model.CloudImportTaskTelRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CloudImportTaskTelResponse>;
|
|
168
|
+
/**
|
|
169
|
+
* 任务号码导入
|
|
170
|
+
*
|
|
171
|
+
* @param request - CloudImportTaskTelRequest
|
|
172
|
+
* @returns CloudImportTaskTelResponse
|
|
173
|
+
*/
|
|
174
|
+
cloudImportTaskTel(request: $_model.CloudImportTaskTelRequest): Promise<$_model.CloudImportTaskTelResponse>;
|
|
175
|
+
/**
|
|
176
|
+
* 任务启动
|
|
177
|
+
*
|
|
178
|
+
* @param request - CloudStartTaskRequest
|
|
179
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
180
|
+
* @returns CloudStartTaskResponse
|
|
181
|
+
*/
|
|
182
|
+
cloudStartTaskWithOptions(request: $_model.CloudStartTaskRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CloudStartTaskResponse>;
|
|
183
|
+
/**
|
|
184
|
+
* 任务启动
|
|
185
|
+
*
|
|
186
|
+
* @param request - CloudStartTaskRequest
|
|
187
|
+
* @returns CloudStartTaskResponse
|
|
188
|
+
*/
|
|
189
|
+
cloudStartTask(request: $_model.CloudStartTaskRequest): Promise<$_model.CloudStartTaskResponse>;
|
|
190
|
+
/**
|
|
191
|
+
* 更新任务
|
|
192
|
+
*
|
|
193
|
+
* @param request - CloudUpdateTaskRequest
|
|
194
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
195
|
+
* @returns CloudUpdateTaskResponse
|
|
196
|
+
*/
|
|
197
|
+
cloudUpdateTaskWithOptions(request: $_model.CloudUpdateTaskRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CloudUpdateTaskResponse>;
|
|
198
|
+
/**
|
|
199
|
+
* 更新任务
|
|
200
|
+
*
|
|
201
|
+
* @param request - CloudUpdateTaskRequest
|
|
202
|
+
* @returns CloudUpdateTaskResponse
|
|
203
|
+
*/
|
|
204
|
+
cloudUpdateTask(request: $_model.CloudUpdateTaskRequest): Promise<$_model.CloudUpdateTaskResponse>;
|
|
205
|
+
/**
|
|
206
|
+
* Uses a service instance to create a text-to-speech (TTS) task, a voice notification task, or a voice verification code task for multiple called numbers.
|
|
143
207
|
*
|
|
144
208
|
* @remarks
|
|
145
209
|
* You can create up to 1,000 voice notifications for each task.
|
|
@@ -152,7 +216,7 @@ export default class Client extends OpenApi {
|
|
|
152
216
|
*/
|
|
153
217
|
createCallTaskWithOptions(request: $_model.CreateCallTaskRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateCallTaskResponse>;
|
|
154
218
|
/**
|
|
155
|
-
*
|
|
219
|
+
* Uses a service instance to create a text-to-speech (TTS) task, a voice notification task, or a voice verification code task for multiple called numbers.
|
|
156
220
|
*
|
|
157
221
|
* @remarks
|
|
158
222
|
* You can create up to 1,000 voice notifications for each task.
|
|
@@ -189,7 +253,7 @@ export default class Client extends OpenApi {
|
|
|
189
253
|
*/
|
|
190
254
|
createRobotTask(request: $_model.CreateRobotTaskRequest): Promise<$_model.CreateRobotTaskResponse>;
|
|
191
255
|
/**
|
|
192
|
-
*
|
|
256
|
+
* Downgrades from a video call to a voice call.
|
|
193
257
|
*
|
|
194
258
|
* @param request - DegradeVideoFileRequest
|
|
195
259
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -197,7 +261,7 @@ export default class Client extends OpenApi {
|
|
|
197
261
|
*/
|
|
198
262
|
degradeVideoFileWithOptions(request: $_model.DegradeVideoFileRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DegradeVideoFileResponse>;
|
|
199
263
|
/**
|
|
200
|
-
*
|
|
264
|
+
* Downgrades from a video call to a voice call.
|
|
201
265
|
*
|
|
202
266
|
* @param request - DegradeVideoFileRequest
|
|
203
267
|
* @returns DegradeVideoFileResponse
|
|
@@ -252,7 +316,7 @@ export default class Client extends OpenApi {
|
|
|
252
316
|
*/
|
|
253
317
|
executeCallTask(request: $_model.ExecuteCallTaskRequest): Promise<$_model.ExecuteCallTaskResponse>;
|
|
254
318
|
/**
|
|
255
|
-
*
|
|
319
|
+
* Obtains the call type during a call.
|
|
256
320
|
*
|
|
257
321
|
* @param request - GetCallMediaTypeRequest
|
|
258
322
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -260,7 +324,7 @@ export default class Client extends OpenApi {
|
|
|
260
324
|
*/
|
|
261
325
|
getCallMediaTypeWithOptions(request: $_model.GetCallMediaTypeRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetCallMediaTypeResponse>;
|
|
262
326
|
/**
|
|
263
|
-
*
|
|
327
|
+
* Obtains the call type during a call.
|
|
264
328
|
*
|
|
265
329
|
* @param request - GetCallMediaTypeRequest
|
|
266
330
|
* @returns GetCallMediaTypeResponse
|
|
@@ -305,7 +369,7 @@ export default class Client extends OpenApi {
|
|
|
305
369
|
*/
|
|
306
370
|
getHotlineQualificationByOrder(request: $_model.GetHotlineQualificationByOrderRequest): Promise<$_model.GetHotlineQualificationByOrderResponse>;
|
|
307
371
|
/**
|
|
308
|
-
*
|
|
372
|
+
* Obtains a temporary URL of a video or audio file. You can view the video or audio file immediately by using this temporary URL.
|
|
309
373
|
*
|
|
310
374
|
* @param request - GetTemporaryFileUrlRequest
|
|
311
375
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -313,7 +377,7 @@ export default class Client extends OpenApi {
|
|
|
313
377
|
*/
|
|
314
378
|
getTemporaryFileUrlWithOptions(request: $_model.GetTemporaryFileUrlRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetTemporaryFileUrlResponse>;
|
|
315
379
|
/**
|
|
316
|
-
*
|
|
380
|
+
* Obtains a temporary URL of a video or audio file. You can view the video or audio file immediately by using this temporary URL.
|
|
317
381
|
*
|
|
318
382
|
* @param request - GetTemporaryFileUrlRequest
|
|
319
383
|
* @returns GetTemporaryFileUrlResponse
|
|
@@ -387,7 +451,7 @@ export default class Client extends OpenApi {
|
|
|
387
451
|
*/
|
|
388
452
|
ivrCall(request: $_model.IvrCallRequest): Promise<$_model.IvrCallResponse>;
|
|
389
453
|
/**
|
|
390
|
-
* Queries task
|
|
454
|
+
* Queries the information about a voice call task after the task is created, including the task ID, task status, and templates used by the task.
|
|
391
455
|
*
|
|
392
456
|
* @remarks
|
|
393
457
|
* ### QPS limits
|
|
@@ -399,7 +463,7 @@ export default class Client extends OpenApi {
|
|
|
399
463
|
*/
|
|
400
464
|
listCallTaskWithOptions(request: $_model.ListCallTaskRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListCallTaskResponse>;
|
|
401
465
|
/**
|
|
402
|
-
* Queries task
|
|
466
|
+
* Queries the information about a voice call task after the task is created, including the task ID, task status, and templates used by the task.
|
|
403
467
|
*
|
|
404
468
|
* @remarks
|
|
405
469
|
* ### QPS limits
|
|
@@ -410,7 +474,7 @@ export default class Client extends OpenApi {
|
|
|
410
474
|
*/
|
|
411
475
|
listCallTask(request: $_model.ListCallTaskRequest): Promise<$_model.ListCallTaskResponse>;
|
|
412
476
|
/**
|
|
413
|
-
* Queries the
|
|
477
|
+
* Queries the details of call tasks based on task IDs after call tasks are complete.
|
|
414
478
|
*
|
|
415
479
|
* @remarks
|
|
416
480
|
* ### QPS limits
|
|
@@ -422,7 +486,7 @@ export default class Client extends OpenApi {
|
|
|
422
486
|
*/
|
|
423
487
|
listCallTaskDetailWithOptions(request: $_model.ListCallTaskDetailRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListCallTaskDetailResponse>;
|
|
424
488
|
/**
|
|
425
|
-
* Queries the
|
|
489
|
+
* Queries the details of call tasks based on task IDs after call tasks are complete.
|
|
426
490
|
*
|
|
427
491
|
* @remarks
|
|
428
492
|
* ### QPS limits
|
|
@@ -456,7 +520,22 @@ export default class Client extends OpenApi {
|
|
|
456
520
|
*/
|
|
457
521
|
listHotlineTransferRegisterFile(request: $_model.ListHotlineTransferRegisterFileRequest): Promise<$_model.ListHotlineTransferRegisterFileResponse>;
|
|
458
522
|
/**
|
|
459
|
-
*
|
|
523
|
+
* 分页查询服务实例列表
|
|
524
|
+
*
|
|
525
|
+
* @param tmpReq - ListServiceInstanceForPageRequest
|
|
526
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
527
|
+
* @returns ListServiceInstanceForPageResponse
|
|
528
|
+
*/
|
|
529
|
+
listServiceInstanceForPageWithOptions(tmpReq: $_model.ListServiceInstanceForPageRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListServiceInstanceForPageResponse>;
|
|
530
|
+
/**
|
|
531
|
+
* 分页查询服务实例列表
|
|
532
|
+
*
|
|
533
|
+
* @param request - ListServiceInstanceForPageRequest
|
|
534
|
+
* @returns ListServiceInstanceForPageResponse
|
|
535
|
+
*/
|
|
536
|
+
listServiceInstanceForPage(request: $_model.ListServiceInstanceForPageRequest): Promise<$_model.ListServiceInstanceForPageResponse>;
|
|
537
|
+
/**
|
|
538
|
+
* Pauses video playback when a video file is played back during a voice call.
|
|
460
539
|
*
|
|
461
540
|
* @param request - PauseVideoFileRequest
|
|
462
541
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -464,14 +543,14 @@ export default class Client extends OpenApi {
|
|
|
464
543
|
*/
|
|
465
544
|
pauseVideoFileWithOptions(request: $_model.PauseVideoFileRequest, runtime: $dara.RuntimeOptions): Promise<$_model.PauseVideoFileResponse>;
|
|
466
545
|
/**
|
|
467
|
-
*
|
|
546
|
+
* Pauses video playback when a video file is played back during a voice call.
|
|
468
547
|
*
|
|
469
548
|
* @param request - PauseVideoFileRequest
|
|
470
549
|
* @returns PauseVideoFileResponse
|
|
471
550
|
*/
|
|
472
551
|
pauseVideoFile(request: $_model.PauseVideoFileRequest): Promise<$_model.PauseVideoFileResponse>;
|
|
473
552
|
/**
|
|
474
|
-
*
|
|
553
|
+
* Plays back a video file during a voice call.
|
|
475
554
|
*
|
|
476
555
|
* @param request - PlayVideoFileRequest
|
|
477
556
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -479,7 +558,7 @@ export default class Client extends OpenApi {
|
|
|
479
558
|
*/
|
|
480
559
|
playVideoFileWithOptions(request: $_model.PlayVideoFileRequest, runtime: $dara.RuntimeOptions): Promise<$_model.PlayVideoFileResponse>;
|
|
481
560
|
/**
|
|
482
|
-
*
|
|
561
|
+
* Plays back a video file during a voice call.
|
|
483
562
|
*
|
|
484
563
|
* @param request - PlayVideoFileRequest
|
|
485
564
|
* @returns PlayVideoFileResponse
|
|
@@ -572,7 +651,7 @@ export default class Client extends OpenApi {
|
|
|
572
651
|
*/
|
|
573
652
|
queryCallInTransferRecord(request: $_model.QueryCallInTransferRecordRequest): Promise<$_model.QueryCallInTransferRecordResponse>;
|
|
574
653
|
/**
|
|
575
|
-
* Queries a list of robots.
|
|
654
|
+
* Queries a list of robots to obtain their details.
|
|
576
655
|
*
|
|
577
656
|
* @param request - QueryRobotInfoListRequest
|
|
578
657
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -580,14 +659,14 @@ export default class Client extends OpenApi {
|
|
|
580
659
|
*/
|
|
581
660
|
queryRobotInfoListWithOptions(request: $_model.QueryRobotInfoListRequest, runtime: $dara.RuntimeOptions): Promise<$_model.QueryRobotInfoListResponse>;
|
|
582
661
|
/**
|
|
583
|
-
* Queries a list of robots.
|
|
662
|
+
* Queries a list of robots to obtain their details.
|
|
584
663
|
*
|
|
585
664
|
* @param request - QueryRobotInfoListRequest
|
|
586
665
|
* @returns QueryRobotInfoListResponse
|
|
587
666
|
*/
|
|
588
667
|
queryRobotInfoList(request: $_model.QueryRobotInfoListRequest): Promise<$_model.QueryRobotInfoListResponse>;
|
|
589
668
|
/**
|
|
590
|
-
* Queries the call details of a called number
|
|
669
|
+
* Queries the call details of a called number.
|
|
591
670
|
*
|
|
592
671
|
* @remarks
|
|
593
672
|
* ### QPS limits
|
|
@@ -599,7 +678,7 @@ export default class Client extends OpenApi {
|
|
|
599
678
|
*/
|
|
600
679
|
queryRobotTaskCallDetailWithOptions(request: $_model.QueryRobotTaskCallDetailRequest, runtime: $dara.RuntimeOptions): Promise<$_model.QueryRobotTaskCallDetailResponse>;
|
|
601
680
|
/**
|
|
602
|
-
* Queries the call details of a called number
|
|
681
|
+
* Queries the call details of a called number.
|
|
603
682
|
*
|
|
604
683
|
* @remarks
|
|
605
684
|
* ### QPS limits
|
|
@@ -702,7 +781,7 @@ export default class Client extends OpenApi {
|
|
|
702
781
|
*/
|
|
703
782
|
queryRobotv2AllList(request: $_model.QueryRobotv2AllListRequest): Promise<$_model.QueryRobotv2AllListResponse>;
|
|
704
783
|
/**
|
|
705
|
-
*
|
|
784
|
+
* Queries the video playback progress after you play a video file during a voice call.
|
|
706
785
|
*
|
|
707
786
|
* @param request - QueryVideoPlayProgressRequest
|
|
708
787
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -710,37 +789,14 @@ export default class Client extends OpenApi {
|
|
|
710
789
|
*/
|
|
711
790
|
queryVideoPlayProgressWithOptions(request: $_model.QueryVideoPlayProgressRequest, runtime: $dara.RuntimeOptions): Promise<$_model.QueryVideoPlayProgressResponse>;
|
|
712
791
|
/**
|
|
713
|
-
*
|
|
792
|
+
* Queries the video playback progress after you play a video file during a voice call.
|
|
714
793
|
*
|
|
715
794
|
* @param request - QueryVideoPlayProgressRequest
|
|
716
795
|
* @returns QueryVideoPlayProgressResponse
|
|
717
796
|
*/
|
|
718
797
|
queryVideoPlayProgress(request: $_model.QueryVideoPlayProgressRequest): Promise<$_model.QueryVideoPlayProgressResponse>;
|
|
719
798
|
/**
|
|
720
|
-
*
|
|
721
|
-
*
|
|
722
|
-
* @remarks
|
|
723
|
-
* ### QPS limits
|
|
724
|
-
* You can call this operation up to 100 times per second per account.
|
|
725
|
-
*
|
|
726
|
-
* @param request - QueryVirtualNumberRequest
|
|
727
|
-
* @param runtime - runtime options for this request RuntimeOptions
|
|
728
|
-
* @returns QueryVirtualNumberResponse
|
|
729
|
-
*/
|
|
730
|
-
queryVirtualNumberWithOptions(request: $_model.QueryVirtualNumberRequest, runtime: $dara.RuntimeOptions): Promise<$_model.QueryVirtualNumberResponse>;
|
|
731
|
-
/**
|
|
732
|
-
* Queries a list of virtual numbers.
|
|
733
|
-
*
|
|
734
|
-
* @remarks
|
|
735
|
-
* ### QPS limits
|
|
736
|
-
* You can call this operation up to 100 times per second per account.
|
|
737
|
-
*
|
|
738
|
-
* @param request - QueryVirtualNumberRequest
|
|
739
|
-
* @returns QueryVirtualNumberResponse
|
|
740
|
-
*/
|
|
741
|
-
queryVirtualNumber(request: $_model.QueryVirtualNumberRequest): Promise<$_model.QueryVirtualNumberResponse>;
|
|
742
|
-
/**
|
|
743
|
-
* Queries a list of associations between virtual numbers and real numbers.
|
|
799
|
+
* Lists real numbers bound to service instances. The returned data includes the binding time, the number activation time, and the number of real numbers bound to a service instance.
|
|
744
800
|
*
|
|
745
801
|
* @remarks
|
|
746
802
|
* ### QPS limits
|
|
@@ -752,7 +808,7 @@ export default class Client extends OpenApi {
|
|
|
752
808
|
*/
|
|
753
809
|
queryVirtualNumberRelationWithOptions(request: $_model.QueryVirtualNumberRelationRequest, runtime: $dara.RuntimeOptions): Promise<$_model.QueryVirtualNumberRelationResponse>;
|
|
754
810
|
/**
|
|
755
|
-
*
|
|
811
|
+
* Lists real numbers bound to service instances. The returned data includes the binding time, the number activation time, and the number of real numbers bound to a service instance.
|
|
756
812
|
*
|
|
757
813
|
* @remarks
|
|
758
814
|
* ### QPS limits
|
|
@@ -823,7 +879,7 @@ export default class Client extends OpenApi {
|
|
|
823
879
|
*/
|
|
824
880
|
recoverCallInConfig(request: $_model.RecoverCallInConfigRequest): Promise<$_model.RecoverCallInConfigResponse>;
|
|
825
881
|
/**
|
|
826
|
-
*
|
|
882
|
+
* Resumes video playback after you pause video playback during a voice call.
|
|
827
883
|
*
|
|
828
884
|
* @param request - ResumeVideoFileRequest
|
|
829
885
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -831,7 +887,7 @@ export default class Client extends OpenApi {
|
|
|
831
887
|
*/
|
|
832
888
|
resumeVideoFileWithOptions(request: $_model.ResumeVideoFileRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ResumeVideoFileResponse>;
|
|
833
889
|
/**
|
|
834
|
-
*
|
|
890
|
+
* Resumes video playback after you pause video playback during a voice call.
|
|
835
891
|
*
|
|
836
892
|
* @param request - ResumeVideoFileRequest
|
|
837
893
|
* @returns ResumeVideoFileResponse
|
|
@@ -926,7 +982,7 @@ export default class Client extends OpenApi {
|
|
|
926
982
|
*/
|
|
927
983
|
singleCallByTts(request: $_model.SingleCallByTtsRequest): Promise<$_model.SingleCallByTtsResponse>;
|
|
928
984
|
/**
|
|
929
|
-
*
|
|
985
|
+
* Sends voice file notifications or video file notifications to a single called number.
|
|
930
986
|
*
|
|
931
987
|
* @param request - SingleCallByVideoRequest
|
|
932
988
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -934,7 +990,7 @@ export default class Client extends OpenApi {
|
|
|
934
990
|
*/
|
|
935
991
|
singleCallByVideoWithOptions(request: $_model.SingleCallByVideoRequest, runtime: $dara.RuntimeOptions): Promise<$_model.SingleCallByVideoResponse>;
|
|
936
992
|
/**
|
|
937
|
-
*
|
|
993
|
+
* Sends voice file notifications or video file notifications to a single called number.
|
|
938
994
|
*
|
|
939
995
|
* @param request - SingleCallByVideoRequest
|
|
940
996
|
* @returns SingleCallByVideoResponse
|
|
@@ -968,7 +1024,7 @@ export default class Client extends OpenApi {
|
|
|
968
1024
|
*/
|
|
969
1025
|
singleCallByVoice(request: $_model.SingleCallByVoiceRequest): Promise<$_model.SingleCallByVoiceResponse>;
|
|
970
1026
|
/**
|
|
971
|
-
*
|
|
1027
|
+
* Fast forwards or rewinds a video when you play the video.
|
|
972
1028
|
*
|
|
973
1029
|
* @param request - SkipVideoFileRequest
|
|
974
1030
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -976,7 +1032,7 @@ export default class Client extends OpenApi {
|
|
|
976
1032
|
*/
|
|
977
1033
|
skipVideoFileWithOptions(request: $_model.SkipVideoFileRequest, runtime: $dara.RuntimeOptions): Promise<$_model.SkipVideoFileResponse>;
|
|
978
1034
|
/**
|
|
979
|
-
*
|
|
1035
|
+
* Fast forwards or rewinds a video when you play the video.
|
|
980
1036
|
*
|
|
981
1037
|
* @param request - SkipVideoFileRequest
|
|
982
1038
|
* @returns SkipVideoFileResponse
|
|
@@ -1100,7 +1156,7 @@ export default class Client extends OpenApi {
|
|
|
1100
1156
|
*/
|
|
1101
1157
|
stopRobotTask(request: $_model.StopRobotTaskRequest): Promise<$_model.StopRobotTaskResponse>;
|
|
1102
1158
|
/**
|
|
1103
|
-
* Submits a
|
|
1159
|
+
* Submits a 400 number for registration.
|
|
1104
1160
|
*
|
|
1105
1161
|
* @remarks
|
|
1106
1162
|
* ### QPS limits
|
|
@@ -1112,7 +1168,7 @@ export default class Client extends OpenApi {
|
|
|
1112
1168
|
*/
|
|
1113
1169
|
submitHotlineTransferRegisterWithOptions(request: $_model.SubmitHotlineTransferRegisterRequest, runtime: $dara.RuntimeOptions): Promise<$_model.SubmitHotlineTransferRegisterResponse>;
|
|
1114
1170
|
/**
|
|
1115
|
-
* Submits a
|
|
1171
|
+
* Submits a 400 number for registration.
|
|
1116
1172
|
*
|
|
1117
1173
|
* @remarks
|
|
1118
1174
|
* ### QPS limits
|
|
@@ -1123,7 +1179,7 @@ export default class Client extends OpenApi {
|
|
|
1123
1179
|
*/
|
|
1124
1180
|
submitHotlineTransferRegister(request: $_model.SubmitHotlineTransferRegisterRequest): Promise<$_model.SubmitHotlineTransferRegisterResponse>;
|
|
1125
1181
|
/**
|
|
1126
|
-
*
|
|
1182
|
+
* Upgrades from a voice call to a video call.
|
|
1127
1183
|
*
|
|
1128
1184
|
* @param request - UpgradeVideoFileRequest
|
|
1129
1185
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1131,7 +1187,7 @@ export default class Client extends OpenApi {
|
|
|
1131
1187
|
*/
|
|
1132
1188
|
upgradeVideoFileWithOptions(request: $_model.UpgradeVideoFileRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpgradeVideoFileResponse>;
|
|
1133
1189
|
/**
|
|
1134
|
-
*
|
|
1190
|
+
* Upgrades from a voice call to a video call.
|
|
1135
1191
|
*
|
|
1136
1192
|
* @param request - UpgradeVideoFileRequest
|
|
1137
1193
|
* @returns UpgradeVideoFileResponse
|