@alicloud/dyvmsapi20170525 3.2.0 → 4.1.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 +671 -103
- package/dist/client.js.map +1 -1
- package/dist/models/CloudCreateAgentRequest.d.ts +200 -0
- package/dist/models/CloudCreateAgentRequest.js +106 -0
- package/dist/models/CloudCreateAgentRequest.js.map +1 -0
- package/dist/models/CloudCreateAgentResponse.d.ts +19 -0
- package/dist/models/CloudCreateAgentResponse.js +69 -0
- package/dist/models/CloudCreateAgentResponse.js.map +1 -0
- package/dist/models/CloudCreateAgentResponseBody.d.ts +304 -0
- package/dist/models/CloudCreateAgentResponseBody.js +190 -0
- package/dist/models/CloudCreateAgentResponseBody.js.map +1 -0
- 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 +192 -0
- package/dist/models/CloudCreateTaskResponseBody.js +146 -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/model.d.ts +24 -3
- package/dist/models/model.js +53 -10
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +902 -184
- package/src/models/CloudCreateAgentRequest.ts +261 -0
- package/src/models/{QueryVirtualNumberResponse.ts → CloudCreateAgentResponse.ts} +4 -4
- package/src/models/CloudCreateAgentResponseBody.ts +420 -0
- package/src/models/CloudCreateTaskRequest.ts +549 -0
- package/src/models/CloudCreateTaskResponse.ts +40 -0
- package/src/models/CloudCreateTaskResponseBody.ts +284 -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/{QueryVirtualNumberRequest.ts → CloudStartTaskRequest.ts} +14 -33
- 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/model.ts +24 -3
- package/dist/models/QueryVirtualNumberRequest.d.ts +0 -51
- 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,82 @@ 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 - CloudCreateAgentRequest
|
|
149
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
150
|
+
* @returns CloudCreateAgentResponse
|
|
151
|
+
*/
|
|
152
|
+
cloudCreateAgentWithOptions(request: $_model.CloudCreateAgentRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CloudCreateAgentResponse>;
|
|
153
|
+
/**
|
|
154
|
+
* 座席新增
|
|
155
|
+
*
|
|
156
|
+
* @param request - CloudCreateAgentRequest
|
|
157
|
+
* @returns CloudCreateAgentResponse
|
|
158
|
+
*/
|
|
159
|
+
cloudCreateAgent(request: $_model.CloudCreateAgentRequest): Promise<$_model.CloudCreateAgentResponse>;
|
|
160
|
+
/**
|
|
161
|
+
* 新增任务
|
|
162
|
+
*
|
|
163
|
+
* @param request - CloudCreateTaskRequest
|
|
164
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
165
|
+
* @returns CloudCreateTaskResponse
|
|
166
|
+
*/
|
|
167
|
+
cloudCreateTaskWithOptions(request: $_model.CloudCreateTaskRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CloudCreateTaskResponse>;
|
|
168
|
+
/**
|
|
169
|
+
* 新增任务
|
|
170
|
+
*
|
|
171
|
+
* @param request - CloudCreateTaskRequest
|
|
172
|
+
* @returns CloudCreateTaskResponse
|
|
173
|
+
*/
|
|
174
|
+
cloudCreateTask(request: $_model.CloudCreateTaskRequest): Promise<$_model.CloudCreateTaskResponse>;
|
|
175
|
+
/**
|
|
176
|
+
* 任务号码导入
|
|
177
|
+
*
|
|
178
|
+
* @param tmpReq - CloudImportTaskTelRequest
|
|
179
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
180
|
+
* @returns CloudImportTaskTelResponse
|
|
181
|
+
*/
|
|
182
|
+
cloudImportTaskTelWithOptions(tmpReq: $_model.CloudImportTaskTelRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CloudImportTaskTelResponse>;
|
|
183
|
+
/**
|
|
184
|
+
* 任务号码导入
|
|
185
|
+
*
|
|
186
|
+
* @param request - CloudImportTaskTelRequest
|
|
187
|
+
* @returns CloudImportTaskTelResponse
|
|
188
|
+
*/
|
|
189
|
+
cloudImportTaskTel(request: $_model.CloudImportTaskTelRequest): Promise<$_model.CloudImportTaskTelResponse>;
|
|
190
|
+
/**
|
|
191
|
+
* 任务启动
|
|
192
|
+
*
|
|
193
|
+
* @param request - CloudStartTaskRequest
|
|
194
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
195
|
+
* @returns CloudStartTaskResponse
|
|
196
|
+
*/
|
|
197
|
+
cloudStartTaskWithOptions(request: $_model.CloudStartTaskRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CloudStartTaskResponse>;
|
|
198
|
+
/**
|
|
199
|
+
* 任务启动
|
|
200
|
+
*
|
|
201
|
+
* @param request - CloudStartTaskRequest
|
|
202
|
+
* @returns CloudStartTaskResponse
|
|
203
|
+
*/
|
|
204
|
+
cloudStartTask(request: $_model.CloudStartTaskRequest): Promise<$_model.CloudStartTaskResponse>;
|
|
205
|
+
/**
|
|
206
|
+
* 更新任务
|
|
207
|
+
*
|
|
208
|
+
* @param request - CloudUpdateTaskRequest
|
|
209
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
210
|
+
* @returns CloudUpdateTaskResponse
|
|
211
|
+
*/
|
|
212
|
+
cloudUpdateTaskWithOptions(request: $_model.CloudUpdateTaskRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CloudUpdateTaskResponse>;
|
|
213
|
+
/**
|
|
214
|
+
* 更新任务
|
|
215
|
+
*
|
|
216
|
+
* @param request - CloudUpdateTaskRequest
|
|
217
|
+
* @returns CloudUpdateTaskResponse
|
|
218
|
+
*/
|
|
219
|
+
cloudUpdateTask(request: $_model.CloudUpdateTaskRequest): Promise<$_model.CloudUpdateTaskResponse>;
|
|
220
|
+
/**
|
|
221
|
+
* 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
222
|
*
|
|
144
223
|
* @remarks
|
|
145
224
|
* You can create up to 1,000 voice notifications for each task.
|
|
@@ -152,7 +231,7 @@ export default class Client extends OpenApi {
|
|
|
152
231
|
*/
|
|
153
232
|
createCallTaskWithOptions(request: $_model.CreateCallTaskRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateCallTaskResponse>;
|
|
154
233
|
/**
|
|
155
|
-
*
|
|
234
|
+
* 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
235
|
*
|
|
157
236
|
* @remarks
|
|
158
237
|
* You can create up to 1,000 voice notifications for each task.
|
|
@@ -189,7 +268,7 @@ export default class Client extends OpenApi {
|
|
|
189
268
|
*/
|
|
190
269
|
createRobotTask(request: $_model.CreateRobotTaskRequest): Promise<$_model.CreateRobotTaskResponse>;
|
|
191
270
|
/**
|
|
192
|
-
*
|
|
271
|
+
* Downgrades from a video call to a voice call.
|
|
193
272
|
*
|
|
194
273
|
* @param request - DegradeVideoFileRequest
|
|
195
274
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -197,7 +276,7 @@ export default class Client extends OpenApi {
|
|
|
197
276
|
*/
|
|
198
277
|
degradeVideoFileWithOptions(request: $_model.DegradeVideoFileRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DegradeVideoFileResponse>;
|
|
199
278
|
/**
|
|
200
|
-
*
|
|
279
|
+
* Downgrades from a video call to a voice call.
|
|
201
280
|
*
|
|
202
281
|
* @param request - DegradeVideoFileRequest
|
|
203
282
|
* @returns DegradeVideoFileResponse
|
|
@@ -252,7 +331,7 @@ export default class Client extends OpenApi {
|
|
|
252
331
|
*/
|
|
253
332
|
executeCallTask(request: $_model.ExecuteCallTaskRequest): Promise<$_model.ExecuteCallTaskResponse>;
|
|
254
333
|
/**
|
|
255
|
-
*
|
|
334
|
+
* Obtains the call type during a call.
|
|
256
335
|
*
|
|
257
336
|
* @param request - GetCallMediaTypeRequest
|
|
258
337
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -260,7 +339,7 @@ export default class Client extends OpenApi {
|
|
|
260
339
|
*/
|
|
261
340
|
getCallMediaTypeWithOptions(request: $_model.GetCallMediaTypeRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetCallMediaTypeResponse>;
|
|
262
341
|
/**
|
|
263
|
-
*
|
|
342
|
+
* Obtains the call type during a call.
|
|
264
343
|
*
|
|
265
344
|
* @param request - GetCallMediaTypeRequest
|
|
266
345
|
* @returns GetCallMediaTypeResponse
|
|
@@ -305,7 +384,7 @@ export default class Client extends OpenApi {
|
|
|
305
384
|
*/
|
|
306
385
|
getHotlineQualificationByOrder(request: $_model.GetHotlineQualificationByOrderRequest): Promise<$_model.GetHotlineQualificationByOrderResponse>;
|
|
307
386
|
/**
|
|
308
|
-
*
|
|
387
|
+
* 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
388
|
*
|
|
310
389
|
* @param request - GetTemporaryFileUrlRequest
|
|
311
390
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -313,7 +392,7 @@ export default class Client extends OpenApi {
|
|
|
313
392
|
*/
|
|
314
393
|
getTemporaryFileUrlWithOptions(request: $_model.GetTemporaryFileUrlRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetTemporaryFileUrlResponse>;
|
|
315
394
|
/**
|
|
316
|
-
*
|
|
395
|
+
* 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
396
|
*
|
|
318
397
|
* @param request - GetTemporaryFileUrlRequest
|
|
319
398
|
* @returns GetTemporaryFileUrlResponse
|
|
@@ -387,7 +466,7 @@ export default class Client extends OpenApi {
|
|
|
387
466
|
*/
|
|
388
467
|
ivrCall(request: $_model.IvrCallRequest): Promise<$_model.IvrCallResponse>;
|
|
389
468
|
/**
|
|
390
|
-
* Queries task
|
|
469
|
+
* 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
470
|
*
|
|
392
471
|
* @remarks
|
|
393
472
|
* ### QPS limits
|
|
@@ -399,7 +478,7 @@ export default class Client extends OpenApi {
|
|
|
399
478
|
*/
|
|
400
479
|
listCallTaskWithOptions(request: $_model.ListCallTaskRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListCallTaskResponse>;
|
|
401
480
|
/**
|
|
402
|
-
* Queries task
|
|
481
|
+
* 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
482
|
*
|
|
404
483
|
* @remarks
|
|
405
484
|
* ### QPS limits
|
|
@@ -410,7 +489,7 @@ export default class Client extends OpenApi {
|
|
|
410
489
|
*/
|
|
411
490
|
listCallTask(request: $_model.ListCallTaskRequest): Promise<$_model.ListCallTaskResponse>;
|
|
412
491
|
/**
|
|
413
|
-
* Queries the
|
|
492
|
+
* Queries the details of call tasks based on task IDs after call tasks are complete.
|
|
414
493
|
*
|
|
415
494
|
* @remarks
|
|
416
495
|
* ### QPS limits
|
|
@@ -422,7 +501,7 @@ export default class Client extends OpenApi {
|
|
|
422
501
|
*/
|
|
423
502
|
listCallTaskDetailWithOptions(request: $_model.ListCallTaskDetailRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListCallTaskDetailResponse>;
|
|
424
503
|
/**
|
|
425
|
-
* Queries the
|
|
504
|
+
* Queries the details of call tasks based on task IDs after call tasks are complete.
|
|
426
505
|
*
|
|
427
506
|
* @remarks
|
|
428
507
|
* ### QPS limits
|
|
@@ -471,7 +550,7 @@ export default class Client extends OpenApi {
|
|
|
471
550
|
*/
|
|
472
551
|
listServiceInstanceForPage(request: $_model.ListServiceInstanceForPageRequest): Promise<$_model.ListServiceInstanceForPageResponse>;
|
|
473
552
|
/**
|
|
474
|
-
*
|
|
553
|
+
* Pauses video playback when a video file is played back during a voice call.
|
|
475
554
|
*
|
|
476
555
|
* @param request - PauseVideoFileRequest
|
|
477
556
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -479,14 +558,14 @@ export default class Client extends OpenApi {
|
|
|
479
558
|
*/
|
|
480
559
|
pauseVideoFileWithOptions(request: $_model.PauseVideoFileRequest, runtime: $dara.RuntimeOptions): Promise<$_model.PauseVideoFileResponse>;
|
|
481
560
|
/**
|
|
482
|
-
*
|
|
561
|
+
* Pauses video playback when a video file is played back during a voice call.
|
|
483
562
|
*
|
|
484
563
|
* @param request - PauseVideoFileRequest
|
|
485
564
|
* @returns PauseVideoFileResponse
|
|
486
565
|
*/
|
|
487
566
|
pauseVideoFile(request: $_model.PauseVideoFileRequest): Promise<$_model.PauseVideoFileResponse>;
|
|
488
567
|
/**
|
|
489
|
-
*
|
|
568
|
+
* Plays back a video file during a voice call.
|
|
490
569
|
*
|
|
491
570
|
* @param request - PlayVideoFileRequest
|
|
492
571
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -494,7 +573,7 @@ export default class Client extends OpenApi {
|
|
|
494
573
|
*/
|
|
495
574
|
playVideoFileWithOptions(request: $_model.PlayVideoFileRequest, runtime: $dara.RuntimeOptions): Promise<$_model.PlayVideoFileResponse>;
|
|
496
575
|
/**
|
|
497
|
-
*
|
|
576
|
+
* Plays back a video file during a voice call.
|
|
498
577
|
*
|
|
499
578
|
* @param request - PlayVideoFileRequest
|
|
500
579
|
* @returns PlayVideoFileResponse
|
|
@@ -587,7 +666,7 @@ export default class Client extends OpenApi {
|
|
|
587
666
|
*/
|
|
588
667
|
queryCallInTransferRecord(request: $_model.QueryCallInTransferRecordRequest): Promise<$_model.QueryCallInTransferRecordResponse>;
|
|
589
668
|
/**
|
|
590
|
-
* Queries a list of robots.
|
|
669
|
+
* Queries a list of robots to obtain their details.
|
|
591
670
|
*
|
|
592
671
|
* @param request - QueryRobotInfoListRequest
|
|
593
672
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -595,14 +674,14 @@ export default class Client extends OpenApi {
|
|
|
595
674
|
*/
|
|
596
675
|
queryRobotInfoListWithOptions(request: $_model.QueryRobotInfoListRequest, runtime: $dara.RuntimeOptions): Promise<$_model.QueryRobotInfoListResponse>;
|
|
597
676
|
/**
|
|
598
|
-
* Queries a list of robots.
|
|
677
|
+
* Queries a list of robots to obtain their details.
|
|
599
678
|
*
|
|
600
679
|
* @param request - QueryRobotInfoListRequest
|
|
601
680
|
* @returns QueryRobotInfoListResponse
|
|
602
681
|
*/
|
|
603
682
|
queryRobotInfoList(request: $_model.QueryRobotInfoListRequest): Promise<$_model.QueryRobotInfoListResponse>;
|
|
604
683
|
/**
|
|
605
|
-
* Queries the call details of a called number
|
|
684
|
+
* Queries the call details of a called number.
|
|
606
685
|
*
|
|
607
686
|
* @remarks
|
|
608
687
|
* ### QPS limits
|
|
@@ -614,7 +693,7 @@ export default class Client extends OpenApi {
|
|
|
614
693
|
*/
|
|
615
694
|
queryRobotTaskCallDetailWithOptions(request: $_model.QueryRobotTaskCallDetailRequest, runtime: $dara.RuntimeOptions): Promise<$_model.QueryRobotTaskCallDetailResponse>;
|
|
616
695
|
/**
|
|
617
|
-
* Queries the call details of a called number
|
|
696
|
+
* Queries the call details of a called number.
|
|
618
697
|
*
|
|
619
698
|
* @remarks
|
|
620
699
|
* ### QPS limits
|
|
@@ -717,7 +796,7 @@ export default class Client extends OpenApi {
|
|
|
717
796
|
*/
|
|
718
797
|
queryRobotv2AllList(request: $_model.QueryRobotv2AllListRequest): Promise<$_model.QueryRobotv2AllListResponse>;
|
|
719
798
|
/**
|
|
720
|
-
*
|
|
799
|
+
* Queries the video playback progress after you play a video file during a voice call.
|
|
721
800
|
*
|
|
722
801
|
* @param request - QueryVideoPlayProgressRequest
|
|
723
802
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -725,37 +804,14 @@ export default class Client extends OpenApi {
|
|
|
725
804
|
*/
|
|
726
805
|
queryVideoPlayProgressWithOptions(request: $_model.QueryVideoPlayProgressRequest, runtime: $dara.RuntimeOptions): Promise<$_model.QueryVideoPlayProgressResponse>;
|
|
727
806
|
/**
|
|
728
|
-
*
|
|
807
|
+
* Queries the video playback progress after you play a video file during a voice call.
|
|
729
808
|
*
|
|
730
809
|
* @param request - QueryVideoPlayProgressRequest
|
|
731
810
|
* @returns QueryVideoPlayProgressResponse
|
|
732
811
|
*/
|
|
733
812
|
queryVideoPlayProgress(request: $_model.QueryVideoPlayProgressRequest): Promise<$_model.QueryVideoPlayProgressResponse>;
|
|
734
813
|
/**
|
|
735
|
-
*
|
|
736
|
-
*
|
|
737
|
-
* @remarks
|
|
738
|
-
* ### QPS limits
|
|
739
|
-
* You can call this operation up to 100 times per second per account.
|
|
740
|
-
*
|
|
741
|
-
* @param request - QueryVirtualNumberRequest
|
|
742
|
-
* @param runtime - runtime options for this request RuntimeOptions
|
|
743
|
-
* @returns QueryVirtualNumberResponse
|
|
744
|
-
*/
|
|
745
|
-
queryVirtualNumberWithOptions(request: $_model.QueryVirtualNumberRequest, runtime: $dara.RuntimeOptions): Promise<$_model.QueryVirtualNumberResponse>;
|
|
746
|
-
/**
|
|
747
|
-
* Queries a list of virtual numbers.
|
|
748
|
-
*
|
|
749
|
-
* @remarks
|
|
750
|
-
* ### QPS limits
|
|
751
|
-
* You can call this operation up to 100 times per second per account.
|
|
752
|
-
*
|
|
753
|
-
* @param request - QueryVirtualNumberRequest
|
|
754
|
-
* @returns QueryVirtualNumberResponse
|
|
755
|
-
*/
|
|
756
|
-
queryVirtualNumber(request: $_model.QueryVirtualNumberRequest): Promise<$_model.QueryVirtualNumberResponse>;
|
|
757
|
-
/**
|
|
758
|
-
* Queries a list of associations between virtual numbers and real numbers.
|
|
814
|
+
* 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.
|
|
759
815
|
*
|
|
760
816
|
* @remarks
|
|
761
817
|
* ### QPS limits
|
|
@@ -767,7 +823,7 @@ export default class Client extends OpenApi {
|
|
|
767
823
|
*/
|
|
768
824
|
queryVirtualNumberRelationWithOptions(request: $_model.QueryVirtualNumberRelationRequest, runtime: $dara.RuntimeOptions): Promise<$_model.QueryVirtualNumberRelationResponse>;
|
|
769
825
|
/**
|
|
770
|
-
*
|
|
826
|
+
* 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.
|
|
771
827
|
*
|
|
772
828
|
* @remarks
|
|
773
829
|
* ### QPS limits
|
|
@@ -838,7 +894,7 @@ export default class Client extends OpenApi {
|
|
|
838
894
|
*/
|
|
839
895
|
recoverCallInConfig(request: $_model.RecoverCallInConfigRequest): Promise<$_model.RecoverCallInConfigResponse>;
|
|
840
896
|
/**
|
|
841
|
-
*
|
|
897
|
+
* Resumes video playback after you pause video playback during a voice call.
|
|
842
898
|
*
|
|
843
899
|
* @param request - ResumeVideoFileRequest
|
|
844
900
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -846,7 +902,7 @@ export default class Client extends OpenApi {
|
|
|
846
902
|
*/
|
|
847
903
|
resumeVideoFileWithOptions(request: $_model.ResumeVideoFileRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ResumeVideoFileResponse>;
|
|
848
904
|
/**
|
|
849
|
-
*
|
|
905
|
+
* Resumes video playback after you pause video playback during a voice call.
|
|
850
906
|
*
|
|
851
907
|
* @param request - ResumeVideoFileRequest
|
|
852
908
|
* @returns ResumeVideoFileResponse
|
|
@@ -941,7 +997,7 @@ export default class Client extends OpenApi {
|
|
|
941
997
|
*/
|
|
942
998
|
singleCallByTts(request: $_model.SingleCallByTtsRequest): Promise<$_model.SingleCallByTtsResponse>;
|
|
943
999
|
/**
|
|
944
|
-
*
|
|
1000
|
+
* Sends voice file notifications or video file notifications to a single called number.
|
|
945
1001
|
*
|
|
946
1002
|
* @param request - SingleCallByVideoRequest
|
|
947
1003
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -949,7 +1005,7 @@ export default class Client extends OpenApi {
|
|
|
949
1005
|
*/
|
|
950
1006
|
singleCallByVideoWithOptions(request: $_model.SingleCallByVideoRequest, runtime: $dara.RuntimeOptions): Promise<$_model.SingleCallByVideoResponse>;
|
|
951
1007
|
/**
|
|
952
|
-
*
|
|
1008
|
+
* Sends voice file notifications or video file notifications to a single called number.
|
|
953
1009
|
*
|
|
954
1010
|
* @param request - SingleCallByVideoRequest
|
|
955
1011
|
* @returns SingleCallByVideoResponse
|
|
@@ -983,7 +1039,7 @@ export default class Client extends OpenApi {
|
|
|
983
1039
|
*/
|
|
984
1040
|
singleCallByVoice(request: $_model.SingleCallByVoiceRequest): Promise<$_model.SingleCallByVoiceResponse>;
|
|
985
1041
|
/**
|
|
986
|
-
*
|
|
1042
|
+
* Fast forwards or rewinds a video when you play the video.
|
|
987
1043
|
*
|
|
988
1044
|
* @param request - SkipVideoFileRequest
|
|
989
1045
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -991,7 +1047,7 @@ export default class Client extends OpenApi {
|
|
|
991
1047
|
*/
|
|
992
1048
|
skipVideoFileWithOptions(request: $_model.SkipVideoFileRequest, runtime: $dara.RuntimeOptions): Promise<$_model.SkipVideoFileResponse>;
|
|
993
1049
|
/**
|
|
994
|
-
*
|
|
1050
|
+
* Fast forwards or rewinds a video when you play the video.
|
|
995
1051
|
*
|
|
996
1052
|
* @param request - SkipVideoFileRequest
|
|
997
1053
|
* @returns SkipVideoFileResponse
|
|
@@ -1115,7 +1171,7 @@ export default class Client extends OpenApi {
|
|
|
1115
1171
|
*/
|
|
1116
1172
|
stopRobotTask(request: $_model.StopRobotTaskRequest): Promise<$_model.StopRobotTaskResponse>;
|
|
1117
1173
|
/**
|
|
1118
|
-
* Submits a
|
|
1174
|
+
* Submits a 400 number for registration.
|
|
1119
1175
|
*
|
|
1120
1176
|
* @remarks
|
|
1121
1177
|
* ### QPS limits
|
|
@@ -1127,7 +1183,7 @@ export default class Client extends OpenApi {
|
|
|
1127
1183
|
*/
|
|
1128
1184
|
submitHotlineTransferRegisterWithOptions(request: $_model.SubmitHotlineTransferRegisterRequest, runtime: $dara.RuntimeOptions): Promise<$_model.SubmitHotlineTransferRegisterResponse>;
|
|
1129
1185
|
/**
|
|
1130
|
-
* Submits a
|
|
1186
|
+
* Submits a 400 number for registration.
|
|
1131
1187
|
*
|
|
1132
1188
|
* @remarks
|
|
1133
1189
|
* ### QPS limits
|
|
@@ -1138,7 +1194,7 @@ export default class Client extends OpenApi {
|
|
|
1138
1194
|
*/
|
|
1139
1195
|
submitHotlineTransferRegister(request: $_model.SubmitHotlineTransferRegisterRequest): Promise<$_model.SubmitHotlineTransferRegisterResponse>;
|
|
1140
1196
|
/**
|
|
1141
|
-
*
|
|
1197
|
+
* Upgrades from a voice call to a video call.
|
|
1142
1198
|
*
|
|
1143
1199
|
* @param request - UpgradeVideoFileRequest
|
|
1144
1200
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1146,7 +1202,7 @@ export default class Client extends OpenApi {
|
|
|
1146
1202
|
*/
|
|
1147
1203
|
upgradeVideoFileWithOptions(request: $_model.UpgradeVideoFileRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpgradeVideoFileResponse>;
|
|
1148
1204
|
/**
|
|
1149
|
-
*
|
|
1205
|
+
* Upgrades from a voice call to a video call.
|
|
1150
1206
|
*
|
|
1151
1207
|
* @param request - UpgradeVideoFileRequest
|
|
1152
1208
|
* @returns UpgradeVideoFileResponse
|