@alicloud/dyvmsapi20170525 4.2.0 → 4.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 +120 -0
- package/dist/client.js +645 -0
- package/dist/client.js.map +1 -1
- package/dist/models/CloudGetObCdrRequest.d.ts +33 -0
- package/dist/models/CloudGetObCdrRequest.js +60 -0
- package/dist/models/CloudGetObCdrRequest.js.map +1 -0
- package/dist/models/CloudGetObCdrResponse.d.ts +19 -0
- package/dist/models/CloudGetObCdrResponse.js +69 -0
- package/dist/models/CloudGetObCdrResponse.js.map +1 -0
- package/dist/models/CloudGetObCdrResponseBody.d.ts +293 -0
- package/dist/models/CloudGetObCdrResponseBody.js +175 -0
- package/dist/models/CloudGetObCdrResponseBody.js.map +1 -0
- package/dist/models/CloudGetRecordUrlRequest.d.ts +73 -0
- package/dist/models/CloudGetRecordUrlRequest.js +70 -0
- package/dist/models/CloudGetRecordUrlRequest.js.map +1 -0
- package/dist/models/CloudGetRecordUrlResponse.d.ts +19 -0
- package/dist/models/CloudGetRecordUrlResponse.js +69 -0
- package/dist/models/CloudGetRecordUrlResponse.js.map +1 -0
- package/dist/models/CloudGetRecordUrlResponseBody.d.ts +50 -0
- package/dist/models/CloudGetRecordUrlResponseBody.js +88 -0
- package/dist/models/CloudGetRecordUrlResponseBody.js.map +1 -0
- package/dist/models/CloudOutboundObClidReportRequest.d.ts +103 -0
- package/dist/models/CloudOutboundObClidReportRequest.js +76 -0
- package/dist/models/CloudOutboundObClidReportRequest.js.map +1 -0
- package/dist/models/CloudOutboundObClidReportResponse.d.ts +19 -0
- package/dist/models/CloudOutboundObClidReportResponse.js +69 -0
- package/dist/models/CloudOutboundObClidReportResponse.js.map +1 -0
- package/dist/models/CloudOutboundObClidReportResponseBody.d.ts +256 -0
- package/dist/models/CloudOutboundObClidReportResponseBody.js +158 -0
- package/dist/models/CloudOutboundObClidReportResponseBody.js.map +1 -0
- package/dist/models/CloudOutboundPreviewObReportRequest.d.ts +105 -0
- package/dist/models/CloudOutboundPreviewObReportRequest.js +76 -0
- package/dist/models/CloudOutboundPreviewObReportRequest.js.map +1 -0
- package/dist/models/CloudOutboundPreviewObReportResponse.d.ts +19 -0
- package/dist/models/CloudOutboundPreviewObReportResponse.js +69 -0
- package/dist/models/CloudOutboundPreviewObReportResponse.js.map +1 -0
- package/dist/models/CloudOutboundPreviewObReportResponseBody.d.ts +318 -0
- package/dist/models/CloudOutboundPreviewObReportResponseBody.js +176 -0
- package/dist/models/CloudOutboundPreviewObReportResponseBody.js.map +1 -0
- package/dist/models/CloudQueryIbCdrRequest.d.ts +167 -0
- package/dist/models/CloudQueryIbCdrRequest.js +94 -0
- package/dist/models/CloudQueryIbCdrRequest.js.map +1 -0
- package/dist/models/CloudQueryIbCdrResponse.d.ts +19 -0
- package/dist/models/CloudQueryIbCdrResponse.js +69 -0
- package/dist/models/CloudQueryIbCdrResponse.js.map +1 -0
- package/dist/models/CloudQueryIbCdrResponseBody.d.ts +302 -0
- package/dist/models/CloudQueryIbCdrResponseBody.js +189 -0
- package/dist/models/CloudQueryIbCdrResponseBody.js.map +1 -0
- package/dist/models/CloudQueryObCdrRequest.d.ts +215 -0
- package/dist/models/CloudQueryObCdrRequest.js +106 -0
- package/dist/models/CloudQueryObCdrRequest.js.map +1 -0
- package/dist/models/CloudQueryObCdrResponse.d.ts +19 -0
- package/dist/models/CloudQueryObCdrResponse.js +69 -0
- package/dist/models/CloudQueryObCdrResponse.js.map +1 -0
- package/dist/models/CloudQueryObCdrResponseBody.d.ts +453 -0
- package/dist/models/CloudQueryObCdrResponseBody.js +229 -0
- package/dist/models/CloudQueryObCdrResponseBody.js.map +1 -0
- package/dist/models/CloudQueryPredictiveCallCdrRequest.d.ts +199 -0
- package/dist/models/CloudQueryPredictiveCallCdrRequest.js +102 -0
- package/dist/models/CloudQueryPredictiveCallCdrRequest.js.map +1 -0
- package/dist/models/CloudQueryPredictiveCallCdrResponse.d.ts +19 -0
- package/dist/models/CloudQueryPredictiveCallCdrResponse.js +69 -0
- package/dist/models/CloudQueryPredictiveCallCdrResponse.js.map +1 -0
- package/dist/models/CloudQueryPredictiveCallCdrResponseBody.d.ts +462 -0
- package/dist/models/CloudQueryPredictiveCallCdrResponseBody.js +229 -0
- package/dist/models/CloudQueryPredictiveCallCdrResponseBody.js.map +1 -0
- package/dist/models/CloudQueryWebcallCdrRequest.d.ts +199 -0
- package/dist/models/CloudQueryWebcallCdrRequest.js +102 -0
- package/dist/models/CloudQueryWebcallCdrRequest.js.map +1 -0
- package/dist/models/CloudQueryWebcallCdrResponse.d.ts +19 -0
- package/dist/models/CloudQueryWebcallCdrResponse.js +69 -0
- package/dist/models/CloudQueryWebcallCdrResponse.js.map +1 -0
- package/dist/models/CloudQueryWebcallCdrResponseBody.d.ts +405 -0
- package/dist/models/CloudQueryWebcallCdrResponseBody.js +216 -0
- package/dist/models/CloudQueryWebcallCdrResponseBody.js.map +1 -0
- package/dist/models/model.d.ts +43 -0
- package/dist/models/model.js +94 -7
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +780 -0
- package/src/models/CloudGetObCdrRequest.ts +48 -0
- package/src/models/CloudGetObCdrResponse.ts +40 -0
- package/src/models/CloudGetObCdrResponseBody.ts +405 -0
- package/src/models/CloudGetRecordUrlRequest.ts +98 -0
- package/src/models/CloudGetRecordUrlResponse.ts +40 -0
- package/src/models/CloudGetRecordUrlResponseBody.ts +84 -0
- package/src/models/CloudOutboundObClidReportRequest.ts +134 -0
- package/src/models/CloudOutboundObClidReportResponse.ts +40 -0
- package/src/models/CloudOutboundObClidReportResponseBody.ts +351 -0
- package/src/models/CloudOutboundPreviewObReportRequest.ts +136 -0
- package/src/models/CloudOutboundPreviewObReportResponse.ts +40 -0
- package/src/models/CloudOutboundPreviewObReportResponseBody.ts +431 -0
- package/src/models/CloudQueryIbCdrRequest.ts +216 -0
- package/src/models/CloudQueryIbCdrResponse.ts +40 -0
- package/src/models/CloudQueryIbCdrResponseBody.ts +417 -0
- package/src/models/CloudQueryObCdrRequest.ts +276 -0
- package/src/models/CloudQueryObCdrResponse.ts +40 -0
- package/src/models/CloudQueryObCdrResponseBody.ts +608 -0
- package/src/models/CloudQueryPredictiveCallCdrRequest.ts +256 -0
- package/src/models/CloudQueryPredictiveCallCdrResponse.ts +40 -0
- package/src/models/CloudQueryPredictiveCallCdrResponseBody.ts +617 -0
- package/src/models/CloudQueryWebcallCdrRequest.ts +256 -0
- package/src/models/CloudQueryWebcallCdrResponse.ts +40 -0
- package/src/models/CloudQueryWebcallCdrResponseBody.ts +549 -0
- package/src/models/model.ts +43 -0
|
@@ -0,0 +1,549 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class CloudQueryWebcallCdrResponseBodyDataListRecordFile extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* 录音文件名
|
|
9
|
+
*
|
|
10
|
+
* @example
|
|
11
|
+
* name3
|
|
12
|
+
*/
|
|
13
|
+
file?: string;
|
|
14
|
+
/**
|
|
15
|
+
* @remarks
|
|
16
|
+
* 1. 混音 2. 分线录音(保留2个单声道WAV) 3.留言 5. 分线录音(保留1个双声道WAV)
|
|
17
|
+
*
|
|
18
|
+
* @example
|
|
19
|
+
* 1
|
|
20
|
+
*/
|
|
21
|
+
monitorType?: number;
|
|
22
|
+
/**
|
|
23
|
+
* @remarks
|
|
24
|
+
* 取值:record,voicemail说明:record是录音, voicemail是留言
|
|
25
|
+
*
|
|
26
|
+
* @example
|
|
27
|
+
* record
|
|
28
|
+
*/
|
|
29
|
+
type?: string;
|
|
30
|
+
static names(): { [key: string]: string } {
|
|
31
|
+
return {
|
|
32
|
+
file: 'File',
|
|
33
|
+
monitorType: 'Monitor_type',
|
|
34
|
+
type: 'Type',
|
|
35
|
+
};
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
static types(): { [key: string]: any } {
|
|
39
|
+
return {
|
|
40
|
+
file: 'string',
|
|
41
|
+
monitorType: 'number',
|
|
42
|
+
type: 'string',
|
|
43
|
+
};
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
validate() {
|
|
47
|
+
super.validate();
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
constructor(map?: { [key: string]: any }) {
|
|
51
|
+
super(map);
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
export class CloudQueryWebcallCdrResponseBodyDataList extends $dara.Model {
|
|
56
|
+
/**
|
|
57
|
+
* @example
|
|
58
|
+
* 示例值示例值
|
|
59
|
+
*/
|
|
60
|
+
agentName?: string;
|
|
61
|
+
/**
|
|
62
|
+
* @remarks
|
|
63
|
+
* 系统接听时间,时间戳,精确到s,如1480904471
|
|
64
|
+
*
|
|
65
|
+
* @example
|
|
66
|
+
* 1774822302
|
|
67
|
+
*/
|
|
68
|
+
answerTime?: string;
|
|
69
|
+
/**
|
|
70
|
+
* @remarks
|
|
71
|
+
* 服务处理时长秒数,单位是s
|
|
72
|
+
*
|
|
73
|
+
* @example
|
|
74
|
+
* 4
|
|
75
|
+
*/
|
|
76
|
+
bridgeDuration?: string;
|
|
77
|
+
/**
|
|
78
|
+
* @remarks
|
|
79
|
+
* 座席接听时间,时间戳,精确到s,如1480904471
|
|
80
|
+
*
|
|
81
|
+
* @example
|
|
82
|
+
* 1774822308
|
|
83
|
+
*/
|
|
84
|
+
bridgeTime?: string;
|
|
85
|
+
/**
|
|
86
|
+
* @remarks
|
|
87
|
+
* 通话唯一标识
|
|
88
|
+
*
|
|
89
|
+
* @example
|
|
90
|
+
* 4e18e73a-af6a-4a77-92ea-628a6effd64b
|
|
91
|
+
*/
|
|
92
|
+
callId?: string;
|
|
93
|
+
/**
|
|
94
|
+
* @remarks
|
|
95
|
+
* 呼叫类型 webcall
|
|
96
|
+
*
|
|
97
|
+
* @example
|
|
98
|
+
* webcall
|
|
99
|
+
*/
|
|
100
|
+
callType?: string;
|
|
101
|
+
/**
|
|
102
|
+
* @remarks
|
|
103
|
+
* 第二侧外显号码
|
|
104
|
+
*
|
|
105
|
+
* @example
|
|
106
|
+
* 02138276106
|
|
107
|
+
*/
|
|
108
|
+
calleeClid?: string;
|
|
109
|
+
/**
|
|
110
|
+
* @remarks
|
|
111
|
+
* 第二侧真实外显号码
|
|
112
|
+
*
|
|
113
|
+
* @example
|
|
114
|
+
* 02138276106
|
|
115
|
+
*/
|
|
116
|
+
calleeDisplayNumber?: string;
|
|
117
|
+
/**
|
|
118
|
+
* @remarks
|
|
119
|
+
* 座席电话 区号 +7或8位的固话号码,区号与固话号码之间无\\"-\\";或11位长度的手机号码。0104100596
|
|
120
|
+
*
|
|
121
|
+
* @example
|
|
122
|
+
* 0104100596
|
|
123
|
+
*/
|
|
124
|
+
calleeNumber?: string;
|
|
125
|
+
/**
|
|
126
|
+
* @remarks
|
|
127
|
+
* 客户响铃时间,时间戳,精确到s,如1480904471
|
|
128
|
+
*
|
|
129
|
+
* @example
|
|
130
|
+
* 1774822302
|
|
131
|
+
*/
|
|
132
|
+
calleeRingingTime?: string;
|
|
133
|
+
/**
|
|
134
|
+
* @remarks
|
|
135
|
+
* 外显号码
|
|
136
|
+
*
|
|
137
|
+
* @example
|
|
138
|
+
* 02138276106
|
|
139
|
+
*/
|
|
140
|
+
clid?: string;
|
|
141
|
+
/**
|
|
142
|
+
* @remarks
|
|
143
|
+
* 座席工号,如2000
|
|
144
|
+
*
|
|
145
|
+
* @example
|
|
146
|
+
* 2000
|
|
147
|
+
*/
|
|
148
|
+
cno?: string;
|
|
149
|
+
/**
|
|
150
|
+
* @remarks
|
|
151
|
+
* 客户号码归属城市,北京
|
|
152
|
+
*
|
|
153
|
+
* @example
|
|
154
|
+
* 示例值示例值示例值
|
|
155
|
+
*/
|
|
156
|
+
customerCity?: string;
|
|
157
|
+
/**
|
|
158
|
+
* @remarks
|
|
159
|
+
* 客户号码 国内固话或手机,区号 + 7或8位的固话号码,区号与固话号码之间无\\"-\\";或11位长度的手机号码。如 01041005968或18701051984 或虚拟号-分机号场景格式,如 18701051984-7538
|
|
160
|
+
*
|
|
161
|
+
* @example
|
|
162
|
+
* 18701051984
|
|
163
|
+
*/
|
|
164
|
+
customerNumber?: string;
|
|
165
|
+
/**
|
|
166
|
+
* @remarks
|
|
167
|
+
* 客户号码归属省份,如 北京
|
|
168
|
+
*
|
|
169
|
+
* @example
|
|
170
|
+
* 示例值示例值示例值
|
|
171
|
+
*/
|
|
172
|
+
customerProvince?: string;
|
|
173
|
+
/**
|
|
174
|
+
* @remarks
|
|
175
|
+
* 转话机后,话机响铃时间
|
|
176
|
+
*
|
|
177
|
+
* @example
|
|
178
|
+
* 1774822303
|
|
179
|
+
*/
|
|
180
|
+
detailRingingTime?: string;
|
|
181
|
+
/**
|
|
182
|
+
* @remarks
|
|
183
|
+
* 真实外显号码,当使用AXB场景进行外呼时,真实外显号码为虚拟号
|
|
184
|
+
*
|
|
185
|
+
* @example
|
|
186
|
+
* 02138276106
|
|
187
|
+
*/
|
|
188
|
+
displayNumber?: string;
|
|
189
|
+
/**
|
|
190
|
+
* @example
|
|
191
|
+
* 0
|
|
192
|
+
*/
|
|
193
|
+
downGrade?: string;
|
|
194
|
+
/**
|
|
195
|
+
* @example
|
|
196
|
+
* 0
|
|
197
|
+
*/
|
|
198
|
+
downGradeCounts?: string;
|
|
199
|
+
/**
|
|
200
|
+
* @remarks
|
|
201
|
+
* 结束原因,接听之后的挂机原因 1000:主通道挂机 1001:非主通道挂机 1002:被强拆
|
|
202
|
+
*
|
|
203
|
+
* @example
|
|
204
|
+
* 1000
|
|
205
|
+
*/
|
|
206
|
+
endReason?: string;
|
|
207
|
+
/**
|
|
208
|
+
* @remarks
|
|
209
|
+
* 电话结束时间,时间戳,精确到s,如1480904471
|
|
210
|
+
*
|
|
211
|
+
* @example
|
|
212
|
+
* 1774822312
|
|
213
|
+
*/
|
|
214
|
+
endTime?: string;
|
|
215
|
+
/**
|
|
216
|
+
* @example
|
|
217
|
+
* WH333
|
|
218
|
+
*/
|
|
219
|
+
gno?: string;
|
|
220
|
+
/**
|
|
221
|
+
* @remarks
|
|
222
|
+
* Id
|
|
223
|
+
*
|
|
224
|
+
* @example
|
|
225
|
+
* 14454
|
|
226
|
+
*/
|
|
227
|
+
id?: string;
|
|
228
|
+
/**
|
|
229
|
+
* @remarks
|
|
230
|
+
* 是否真人接听:1 - 是、0 - 否、空值
|
|
231
|
+
*
|
|
232
|
+
* @example
|
|
233
|
+
* 1
|
|
234
|
+
*/
|
|
235
|
+
isRealAnswer?: string;
|
|
236
|
+
/**
|
|
237
|
+
* @remarks
|
|
238
|
+
* IVR名称,默认自定义
|
|
239
|
+
*
|
|
240
|
+
* @example
|
|
241
|
+
* webcall
|
|
242
|
+
*/
|
|
243
|
+
ivrName?: string;
|
|
244
|
+
/**
|
|
245
|
+
* @remarks
|
|
246
|
+
* 中继号码
|
|
247
|
+
*
|
|
248
|
+
* @example
|
|
249
|
+
* 42003255
|
|
250
|
+
*/
|
|
251
|
+
numberTrunk?: string;
|
|
252
|
+
/**
|
|
253
|
+
* @remarks
|
|
254
|
+
* 队列号,如1000
|
|
255
|
+
*
|
|
256
|
+
* @example
|
|
257
|
+
* 1000
|
|
258
|
+
*/
|
|
259
|
+
qno?: string;
|
|
260
|
+
/**
|
|
261
|
+
* @remarks
|
|
262
|
+
* 真人接听时间,时间戳,精确到s,如1480904471
|
|
263
|
+
*
|
|
264
|
+
* @example
|
|
265
|
+
* 1775024775
|
|
266
|
+
*/
|
|
267
|
+
realAnswerTime?: string;
|
|
268
|
+
/**
|
|
269
|
+
* @remarks
|
|
270
|
+
* 通话记录录音数组
|
|
271
|
+
*/
|
|
272
|
+
recordFile?: CloudQueryWebcallCdrResponseBodyDataListRecordFile[];
|
|
273
|
+
/**
|
|
274
|
+
* @remarks
|
|
275
|
+
* 用户自定义通话标识字段
|
|
276
|
+
*
|
|
277
|
+
* @example
|
|
278
|
+
* 214b76605a43d02f4aab4e61cfa63128
|
|
279
|
+
*/
|
|
280
|
+
requestUniqueId?: string;
|
|
281
|
+
/**
|
|
282
|
+
* @remarks
|
|
283
|
+
* 号码状态识别编码,详见
|
|
284
|
+
*
|
|
285
|
+
* @example
|
|
286
|
+
* 200
|
|
287
|
+
*/
|
|
288
|
+
sipCause?: string;
|
|
289
|
+
/**
|
|
290
|
+
* @remarks
|
|
291
|
+
* 呼叫结果
|
|
292
|
+
*
|
|
293
|
+
* @example
|
|
294
|
+
* 示例值示例值
|
|
295
|
+
*/
|
|
296
|
+
sipCauseStr?: string;
|
|
297
|
+
/**
|
|
298
|
+
* @remarks
|
|
299
|
+
* 电话进入系统时间,时间戳,精确到s,如1480904471
|
|
300
|
+
*
|
|
301
|
+
* @example
|
|
302
|
+
* 1774822302
|
|
303
|
+
*/
|
|
304
|
+
startTime?: string;
|
|
305
|
+
/**
|
|
306
|
+
* @remarks
|
|
307
|
+
* 外呼结果, 如客户接听
|
|
308
|
+
*
|
|
309
|
+
* @example
|
|
310
|
+
* 示例值示例值
|
|
311
|
+
*/
|
|
312
|
+
status?: string;
|
|
313
|
+
/**
|
|
314
|
+
* @remarks
|
|
315
|
+
* status对应的状态码
|
|
316
|
+
*
|
|
317
|
+
* @example
|
|
318
|
+
* 24
|
|
319
|
+
*/
|
|
320
|
+
statusCode?: string;
|
|
321
|
+
/**
|
|
322
|
+
* @remarks
|
|
323
|
+
* 任务文件id
|
|
324
|
+
*
|
|
325
|
+
* @example
|
|
326
|
+
* 12144
|
|
327
|
+
*/
|
|
328
|
+
taskFileId?: string;
|
|
329
|
+
/**
|
|
330
|
+
* @remarks
|
|
331
|
+
* 任务id
|
|
332
|
+
*
|
|
333
|
+
* @example
|
|
334
|
+
* 13354
|
|
335
|
+
*/
|
|
336
|
+
taskId?: string;
|
|
337
|
+
/**
|
|
338
|
+
* @remarks
|
|
339
|
+
* 总通话时长秒数,单位是s
|
|
340
|
+
*
|
|
341
|
+
* @example
|
|
342
|
+
* 10
|
|
343
|
+
*/
|
|
344
|
+
totalDuration?: string;
|
|
345
|
+
/**
|
|
346
|
+
* @remarks
|
|
347
|
+
* 中继组标识
|
|
348
|
+
*
|
|
349
|
+
* @example
|
|
350
|
+
* 30019
|
|
351
|
+
*/
|
|
352
|
+
trunkGroupKey?: string;
|
|
353
|
+
/**
|
|
354
|
+
* @remarks
|
|
355
|
+
* 电话唯一标识
|
|
356
|
+
*
|
|
357
|
+
* @example
|
|
358
|
+
* uniq_1-162046xxxx.12
|
|
359
|
+
*/
|
|
360
|
+
uniqueId?: string;
|
|
361
|
+
/**
|
|
362
|
+
* @example
|
|
363
|
+
* 6
|
|
364
|
+
*/
|
|
365
|
+
waitDuration?: string;
|
|
366
|
+
static names(): { [key: string]: string } {
|
|
367
|
+
return {
|
|
368
|
+
agentName: 'AgentName',
|
|
369
|
+
answerTime: 'AnswerTime',
|
|
370
|
+
bridgeDuration: 'BridgeDuration',
|
|
371
|
+
bridgeTime: 'BridgeTime',
|
|
372
|
+
callId: 'CallId',
|
|
373
|
+
callType: 'CallType',
|
|
374
|
+
calleeClid: 'CalleeClid',
|
|
375
|
+
calleeDisplayNumber: 'CalleeDisplayNumber',
|
|
376
|
+
calleeNumber: 'CalleeNumber',
|
|
377
|
+
calleeRingingTime: 'CalleeRingingTime',
|
|
378
|
+
clid: 'Clid',
|
|
379
|
+
cno: 'Cno',
|
|
380
|
+
customerCity: 'CustomerCity',
|
|
381
|
+
customerNumber: 'CustomerNumber',
|
|
382
|
+
customerProvince: 'CustomerProvince',
|
|
383
|
+
detailRingingTime: 'DetailRingingTime',
|
|
384
|
+
displayNumber: 'DisplayNumber',
|
|
385
|
+
downGrade: 'DownGrade',
|
|
386
|
+
downGradeCounts: 'DownGradeCounts',
|
|
387
|
+
endReason: 'EndReason',
|
|
388
|
+
endTime: 'EndTime',
|
|
389
|
+
gno: 'Gno',
|
|
390
|
+
id: 'Id',
|
|
391
|
+
isRealAnswer: 'IsRealAnswer',
|
|
392
|
+
ivrName: 'IvrName',
|
|
393
|
+
numberTrunk: 'NumberTrunk',
|
|
394
|
+
qno: 'Qno',
|
|
395
|
+
realAnswerTime: 'RealAnswerTime',
|
|
396
|
+
recordFile: 'RecordFile',
|
|
397
|
+
requestUniqueId: 'RequestUniqueId',
|
|
398
|
+
sipCause: 'SipCause',
|
|
399
|
+
sipCauseStr: 'SipCauseStr',
|
|
400
|
+
startTime: 'StartTime',
|
|
401
|
+
status: 'Status',
|
|
402
|
+
statusCode: 'StatusCode',
|
|
403
|
+
taskFileId: 'TaskFileId',
|
|
404
|
+
taskId: 'TaskId',
|
|
405
|
+
totalDuration: 'TotalDuration',
|
|
406
|
+
trunkGroupKey: 'TrunkGroupKey',
|
|
407
|
+
uniqueId: 'UniqueId',
|
|
408
|
+
waitDuration: 'WaitDuration',
|
|
409
|
+
};
|
|
410
|
+
}
|
|
411
|
+
|
|
412
|
+
static types(): { [key: string]: any } {
|
|
413
|
+
return {
|
|
414
|
+
agentName: 'string',
|
|
415
|
+
answerTime: 'string',
|
|
416
|
+
bridgeDuration: 'string',
|
|
417
|
+
bridgeTime: 'string',
|
|
418
|
+
callId: 'string',
|
|
419
|
+
callType: 'string',
|
|
420
|
+
calleeClid: 'string',
|
|
421
|
+
calleeDisplayNumber: 'string',
|
|
422
|
+
calleeNumber: 'string',
|
|
423
|
+
calleeRingingTime: 'string',
|
|
424
|
+
clid: 'string',
|
|
425
|
+
cno: 'string',
|
|
426
|
+
customerCity: 'string',
|
|
427
|
+
customerNumber: 'string',
|
|
428
|
+
customerProvince: 'string',
|
|
429
|
+
detailRingingTime: 'string',
|
|
430
|
+
displayNumber: 'string',
|
|
431
|
+
downGrade: 'string',
|
|
432
|
+
downGradeCounts: 'string',
|
|
433
|
+
endReason: 'string',
|
|
434
|
+
endTime: 'string',
|
|
435
|
+
gno: 'string',
|
|
436
|
+
id: 'string',
|
|
437
|
+
isRealAnswer: 'string',
|
|
438
|
+
ivrName: 'string',
|
|
439
|
+
numberTrunk: 'string',
|
|
440
|
+
qno: 'string',
|
|
441
|
+
realAnswerTime: 'string',
|
|
442
|
+
recordFile: { 'type': 'array', 'itemType': CloudQueryWebcallCdrResponseBodyDataListRecordFile },
|
|
443
|
+
requestUniqueId: 'string',
|
|
444
|
+
sipCause: 'string',
|
|
445
|
+
sipCauseStr: 'string',
|
|
446
|
+
startTime: 'string',
|
|
447
|
+
status: 'string',
|
|
448
|
+
statusCode: 'string',
|
|
449
|
+
taskFileId: 'string',
|
|
450
|
+
taskId: 'string',
|
|
451
|
+
totalDuration: 'string',
|
|
452
|
+
trunkGroupKey: 'string',
|
|
453
|
+
uniqueId: 'string',
|
|
454
|
+
waitDuration: 'string',
|
|
455
|
+
};
|
|
456
|
+
}
|
|
457
|
+
|
|
458
|
+
validate() {
|
|
459
|
+
if(Array.isArray(this.recordFile)) {
|
|
460
|
+
$dara.Model.validateArray(this.recordFile);
|
|
461
|
+
}
|
|
462
|
+
super.validate();
|
|
463
|
+
}
|
|
464
|
+
|
|
465
|
+
constructor(map?: { [key: string]: any }) {
|
|
466
|
+
super(map);
|
|
467
|
+
}
|
|
468
|
+
}
|
|
469
|
+
|
|
470
|
+
export class CloudQueryWebcallCdrResponseBodyData extends $dara.Model {
|
|
471
|
+
/**
|
|
472
|
+
* @remarks
|
|
473
|
+
* webcall通话记录数组
|
|
474
|
+
*/
|
|
475
|
+
list?: CloudQueryWebcallCdrResponseBodyDataList[];
|
|
476
|
+
static names(): { [key: string]: string } {
|
|
477
|
+
return {
|
|
478
|
+
list: 'List',
|
|
479
|
+
};
|
|
480
|
+
}
|
|
481
|
+
|
|
482
|
+
static types(): { [key: string]: any } {
|
|
483
|
+
return {
|
|
484
|
+
list: { 'type': 'array', 'itemType': CloudQueryWebcallCdrResponseBodyDataList },
|
|
485
|
+
};
|
|
486
|
+
}
|
|
487
|
+
|
|
488
|
+
validate() {
|
|
489
|
+
if(Array.isArray(this.list)) {
|
|
490
|
+
$dara.Model.validateArray(this.list);
|
|
491
|
+
}
|
|
492
|
+
super.validate();
|
|
493
|
+
}
|
|
494
|
+
|
|
495
|
+
constructor(map?: { [key: string]: any }) {
|
|
496
|
+
super(map);
|
|
497
|
+
}
|
|
498
|
+
}
|
|
499
|
+
|
|
500
|
+
export class CloudQueryWebcallCdrResponseBody extends $dara.Model {
|
|
501
|
+
accessDeniedDetail?: string;
|
|
502
|
+
/**
|
|
503
|
+
* @example
|
|
504
|
+
* OK
|
|
505
|
+
*/
|
|
506
|
+
code?: string;
|
|
507
|
+
data?: CloudQueryWebcallCdrResponseBodyData;
|
|
508
|
+
/**
|
|
509
|
+
* @example
|
|
510
|
+
* OK
|
|
511
|
+
*/
|
|
512
|
+
message?: string;
|
|
513
|
+
/**
|
|
514
|
+
* @example
|
|
515
|
+
* 90E63D28-E31D-1EB2-8939-A9486641****
|
|
516
|
+
*/
|
|
517
|
+
requestId?: string;
|
|
518
|
+
static names(): { [key: string]: string } {
|
|
519
|
+
return {
|
|
520
|
+
accessDeniedDetail: 'AccessDeniedDetail',
|
|
521
|
+
code: 'Code',
|
|
522
|
+
data: 'Data',
|
|
523
|
+
message: 'Message',
|
|
524
|
+
requestId: 'RequestId',
|
|
525
|
+
};
|
|
526
|
+
}
|
|
527
|
+
|
|
528
|
+
static types(): { [key: string]: any } {
|
|
529
|
+
return {
|
|
530
|
+
accessDeniedDetail: 'string',
|
|
531
|
+
code: 'string',
|
|
532
|
+
data: CloudQueryWebcallCdrResponseBodyData,
|
|
533
|
+
message: 'string',
|
|
534
|
+
requestId: 'string',
|
|
535
|
+
};
|
|
536
|
+
}
|
|
537
|
+
|
|
538
|
+
validate() {
|
|
539
|
+
if(this.data && typeof (this.data as any).validate === 'function') {
|
|
540
|
+
(this.data as any).validate();
|
|
541
|
+
}
|
|
542
|
+
super.validate();
|
|
543
|
+
}
|
|
544
|
+
|
|
545
|
+
constructor(map?: { [key: string]: any }) {
|
|
546
|
+
super(map);
|
|
547
|
+
}
|
|
548
|
+
}
|
|
549
|
+
|
package/src/models/model.ts
CHANGED
|
@@ -14,6 +14,9 @@ export { CloudDeleteAgentTelResponseBodyData } from './CloudDeleteAgentTelRespon
|
|
|
14
14
|
export { CloudGetAgentResponseBodyDataAgent } from './CloudGetAgentResponseBody';
|
|
15
15
|
export { CloudGetAgentResponseBodyData } from './CloudGetAgentResponseBody';
|
|
16
16
|
export { CloudGetAgentStatusResponseBodyData } from './CloudGetAgentStatusResponseBody';
|
|
17
|
+
export { CloudGetObCdrResponseBodyDataList } from './CloudGetObCdrResponseBody';
|
|
18
|
+
export { CloudGetObCdrResponseBodyData } from './CloudGetObCdrResponseBody';
|
|
19
|
+
export { CloudGetRecordUrlResponseBodyData } from './CloudGetRecordUrlResponseBody';
|
|
17
20
|
export { CloudImportTaskTelRequestTaskTelList } from './CloudImportTaskTelRequest';
|
|
18
21
|
export { CloudImportTaskTelResponseBodyData } from './CloudImportTaskTelResponseBody';
|
|
19
22
|
export { CloudInterruptIvrResponseBodyData } from './CloudInterruptIvrResponseBody';
|
|
@@ -23,6 +26,10 @@ export { CloudListFreeAgentResponseBodyDataList } from './CloudListFreeAgentResp
|
|
|
23
26
|
export { CloudListFreeAgentResponseBodyData } from './CloudListFreeAgentResponseBody';
|
|
24
27
|
export { CloudListOnlineAgentResponseBodyDataAgentStatuses } from './CloudListOnlineAgentResponseBody';
|
|
25
28
|
export { CloudListOnlineAgentResponseBodyData } from './CloudListOnlineAgentResponseBody';
|
|
29
|
+
export { CloudOutboundObClidReportResponseBodyDataList } from './CloudOutboundObClidReportResponseBody';
|
|
30
|
+
export { CloudOutboundObClidReportResponseBodyData } from './CloudOutboundObClidReportResponseBody';
|
|
31
|
+
export { CloudOutboundPreviewObReportResponseBodyDataList } from './CloudOutboundPreviewObReportResponseBody';
|
|
32
|
+
export { CloudOutboundPreviewObReportResponseBodyData } from './CloudOutboundPreviewObReportResponseBody';
|
|
26
33
|
export { CloudPreviewoutcallResponseBodyData } from './CloudPreviewoutcallResponseBody';
|
|
27
34
|
export { CloudQueryAgentResponseBodyDataAgentsAgent } from './CloudQueryAgentResponseBody';
|
|
28
35
|
export { CloudQueryAgentResponseBodyDataAgentsQueueList } from './CloudQueryAgentResponseBody';
|
|
@@ -33,6 +40,18 @@ export { CloudQueryAgentCnoAndNameResponseBodyData } from './CloudQueryAgentCnoA
|
|
|
33
40
|
export { CloudQueryAgentGroupResponseBodyData } from './CloudQueryAgentGroupResponseBody';
|
|
34
41
|
export { CloudQueryAgentSkillResponseBodyDataList } from './CloudQueryAgentSkillResponseBody';
|
|
35
42
|
export { CloudQueryAgentSkillResponseBodyData } from './CloudQueryAgentSkillResponseBody';
|
|
43
|
+
export { CloudQueryIbCdrResponseBodyDataListRecordFile } from './CloudQueryIbCdrResponseBody';
|
|
44
|
+
export { CloudQueryIbCdrResponseBodyDataList } from './CloudQueryIbCdrResponseBody';
|
|
45
|
+
export { CloudQueryIbCdrResponseBodyData } from './CloudQueryIbCdrResponseBody';
|
|
46
|
+
export { CloudQueryObCdrResponseBodyDataListRecordFile } from './CloudQueryObCdrResponseBody';
|
|
47
|
+
export { CloudQueryObCdrResponseBodyDataList } from './CloudQueryObCdrResponseBody';
|
|
48
|
+
export { CloudQueryObCdrResponseBodyData } from './CloudQueryObCdrResponseBody';
|
|
49
|
+
export { CloudQueryPredictiveCallCdrResponseBodyDataListRecordFile } from './CloudQueryPredictiveCallCdrResponseBody';
|
|
50
|
+
export { CloudQueryPredictiveCallCdrResponseBodyDataList } from './CloudQueryPredictiveCallCdrResponseBody';
|
|
51
|
+
export { CloudQueryPredictiveCallCdrResponseBodyData } from './CloudQueryPredictiveCallCdrResponseBody';
|
|
52
|
+
export { CloudQueryWebcallCdrResponseBodyDataListRecordFile } from './CloudQueryWebcallCdrResponseBody';
|
|
53
|
+
export { CloudQueryWebcallCdrResponseBodyDataList } from './CloudQueryWebcallCdrResponseBody';
|
|
54
|
+
export { CloudQueryWebcallCdrResponseBodyData } from './CloudQueryWebcallCdrResponseBody';
|
|
36
55
|
export { CloudStartTaskResponseBodyData } from './CloudStartTaskResponseBody';
|
|
37
56
|
export { CloudUpdateAgentResponseBodyDataAgent } from './CloudUpdateAgentResponseBody';
|
|
38
57
|
export { CloudUpdateAgentResponseBodyDataAgentSkills } from './CloudUpdateAgentResponseBody';
|
|
@@ -115,6 +134,12 @@ export { CloudGetAgentResponse } from './CloudGetAgentResponse';
|
|
|
115
134
|
export { CloudGetAgentStatusRequest } from './CloudGetAgentStatusRequest';
|
|
116
135
|
export { CloudGetAgentStatusResponseBody } from './CloudGetAgentStatusResponseBody';
|
|
117
136
|
export { CloudGetAgentStatusResponse } from './CloudGetAgentStatusResponse';
|
|
137
|
+
export { CloudGetObCdrRequest } from './CloudGetObCdrRequest';
|
|
138
|
+
export { CloudGetObCdrResponseBody } from './CloudGetObCdrResponseBody';
|
|
139
|
+
export { CloudGetObCdrResponse } from './CloudGetObCdrResponse';
|
|
140
|
+
export { CloudGetRecordUrlRequest } from './CloudGetRecordUrlRequest';
|
|
141
|
+
export { CloudGetRecordUrlResponseBody } from './CloudGetRecordUrlResponseBody';
|
|
142
|
+
export { CloudGetRecordUrlResponse } from './CloudGetRecordUrlResponse';
|
|
118
143
|
export { CloudImportTaskTelRequest } from './CloudImportTaskTelRequest';
|
|
119
144
|
export { CloudImportTaskTelShrinkRequest } from './CloudImportTaskTelShrinkRequest';
|
|
120
145
|
export { CloudImportTaskTelResponseBody } from './CloudImportTaskTelResponseBody';
|
|
@@ -131,6 +156,12 @@ export { CloudListFreeAgentResponse } from './CloudListFreeAgentResponse';
|
|
|
131
156
|
export { CloudListOnlineAgentRequest } from './CloudListOnlineAgentRequest';
|
|
132
157
|
export { CloudListOnlineAgentResponseBody } from './CloudListOnlineAgentResponseBody';
|
|
133
158
|
export { CloudListOnlineAgentResponse } from './CloudListOnlineAgentResponse';
|
|
159
|
+
export { CloudOutboundObClidReportRequest } from './CloudOutboundObClidReportRequest';
|
|
160
|
+
export { CloudOutboundObClidReportResponseBody } from './CloudOutboundObClidReportResponseBody';
|
|
161
|
+
export { CloudOutboundObClidReportResponse } from './CloudOutboundObClidReportResponse';
|
|
162
|
+
export { CloudOutboundPreviewObReportRequest } from './CloudOutboundPreviewObReportRequest';
|
|
163
|
+
export { CloudOutboundPreviewObReportResponseBody } from './CloudOutboundPreviewObReportResponseBody';
|
|
164
|
+
export { CloudOutboundPreviewObReportResponse } from './CloudOutboundPreviewObReportResponse';
|
|
134
165
|
export { CloudPreviewoutcallRequest } from './CloudPreviewoutcallRequest';
|
|
135
166
|
export { CloudPreviewoutcallResponseBody } from './CloudPreviewoutcallResponseBody';
|
|
136
167
|
export { CloudPreviewoutcallResponse } from './CloudPreviewoutcallResponse';
|
|
@@ -146,6 +177,18 @@ export { CloudQueryAgentGroupResponse } from './CloudQueryAgentGroupResponse';
|
|
|
146
177
|
export { CloudQueryAgentSkillRequest } from './CloudQueryAgentSkillRequest';
|
|
147
178
|
export { CloudQueryAgentSkillResponseBody } from './CloudQueryAgentSkillResponseBody';
|
|
148
179
|
export { CloudQueryAgentSkillResponse } from './CloudQueryAgentSkillResponse';
|
|
180
|
+
export { CloudQueryIbCdrRequest } from './CloudQueryIbCdrRequest';
|
|
181
|
+
export { CloudQueryIbCdrResponseBody } from './CloudQueryIbCdrResponseBody';
|
|
182
|
+
export { CloudQueryIbCdrResponse } from './CloudQueryIbCdrResponse';
|
|
183
|
+
export { CloudQueryObCdrRequest } from './CloudQueryObCdrRequest';
|
|
184
|
+
export { CloudQueryObCdrResponseBody } from './CloudQueryObCdrResponseBody';
|
|
185
|
+
export { CloudQueryObCdrResponse } from './CloudQueryObCdrResponse';
|
|
186
|
+
export { CloudQueryPredictiveCallCdrRequest } from './CloudQueryPredictiveCallCdrRequest';
|
|
187
|
+
export { CloudQueryPredictiveCallCdrResponseBody } from './CloudQueryPredictiveCallCdrResponseBody';
|
|
188
|
+
export { CloudQueryPredictiveCallCdrResponse } from './CloudQueryPredictiveCallCdrResponse';
|
|
189
|
+
export { CloudQueryWebcallCdrRequest } from './CloudQueryWebcallCdrRequest';
|
|
190
|
+
export { CloudQueryWebcallCdrResponseBody } from './CloudQueryWebcallCdrResponseBody';
|
|
191
|
+
export { CloudQueryWebcallCdrResponse } from './CloudQueryWebcallCdrResponse';
|
|
149
192
|
export { CloudStartTaskRequest } from './CloudStartTaskRequest';
|
|
150
193
|
export { CloudStartTaskResponseBody } from './CloudStartTaskResponseBody';
|
|
151
194
|
export { CloudStartTaskResponse } from './CloudStartTaskResponse';
|