@alicloud/dyvmsapi20170525 4.0.0 → 4.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client.d.ts +345 -0
- package/dist/client.js +1689 -150
- package/dist/client.js.map +1 -1
- package/dist/models/CloudAgentLoginRequest.d.ts +69 -0
- package/dist/models/CloudAgentLoginRequest.js +68 -0
- package/dist/models/CloudAgentLoginRequest.js.map +1 -0
- package/dist/models/CloudAgentLoginResponse.d.ts +19 -0
- package/dist/models/CloudAgentLoginResponse.js +69 -0
- package/dist/models/CloudAgentLoginResponse.js.map +1 -0
- package/dist/models/CloudAgentLoginResponseBody.d.ts +52 -0
- package/dist/models/CloudAgentLoginResponseBody.js +90 -0
- package/dist/models/CloudAgentLoginResponseBody.js.map +1 -0
- package/dist/models/CloudAgentLogoutRequest.d.ts +57 -0
- package/dist/models/CloudAgentLogoutRequest.js +66 -0
- package/dist/models/CloudAgentLogoutRequest.js.map +1 -0
- package/dist/models/CloudAgentLogoutResponse.d.ts +19 -0
- package/dist/models/CloudAgentLogoutResponse.js +69 -0
- package/dist/models/CloudAgentLogoutResponse.js.map +1 -0
- package/dist/models/CloudAgentLogoutResponseBody.d.ts +50 -0
- package/dist/models/CloudAgentLogoutResponseBody.js +88 -0
- package/dist/models/CloudAgentLogoutResponseBody.js.map +1 -0
- package/dist/models/CloudAgentSetUserDataRequest.d.ts +53 -0
- package/dist/models/CloudAgentSetUserDataRequest.js +64 -0
- package/dist/models/CloudAgentSetUserDataRequest.js.map +1 -0
- package/dist/models/CloudAgentSetUserDataResponse.d.ts +19 -0
- package/dist/models/CloudAgentSetUserDataResponse.js +69 -0
- package/dist/models/CloudAgentSetUserDataResponse.js.map +1 -0
- package/dist/models/CloudAgentSetUserDataResponseBody.d.ts +50 -0
- package/dist/models/CloudAgentSetUserDataResponseBody.js +88 -0
- package/dist/models/CloudAgentSetUserDataResponseBody.js.map +1 -0
- package/dist/models/CloudAgentUnlinkRequest.d.ts +55 -0
- package/dist/models/CloudAgentUnlinkRequest.js +66 -0
- package/dist/models/CloudAgentUnlinkRequest.js.map +1 -0
- package/dist/models/CloudAgentUnlinkResponse.d.ts +19 -0
- package/dist/models/CloudAgentUnlinkResponse.js +69 -0
- package/dist/models/CloudAgentUnlinkResponse.js.map +1 -0
- package/dist/models/CloudAgentUnlinkResponseBody.d.ts +50 -0
- package/dist/models/CloudAgentUnlinkResponseBody.js +88 -0
- package/dist/models/CloudAgentUnlinkResponseBody.js.map +1 -0
- package/dist/models/CloudBatchCreateAgentRequest.d.ts +194 -0
- package/dist/models/CloudBatchCreateAgentRequest.js +104 -0
- package/dist/models/CloudBatchCreateAgentRequest.js.map +1 -0
- package/dist/models/CloudBatchCreateAgentResponse.d.ts +19 -0
- package/dist/models/CloudBatchCreateAgentResponse.js +69 -0
- package/dist/models/CloudBatchCreateAgentResponse.js.map +1 -0
- package/dist/models/CloudBatchCreateAgentResponseBody.d.ts +74 -0
- package/dist/models/CloudBatchCreateAgentResponseBody.js +94 -0
- package/dist/models/CloudBatchCreateAgentResponseBody.js.map +1 -0
- package/dist/models/CloudBatchGetAgentStatusRequest.d.ts +36 -0
- package/dist/models/CloudBatchGetAgentStatusRequest.js +66 -0
- package/dist/models/CloudBatchGetAgentStatusRequest.js.map +1 -0
- package/dist/models/CloudBatchGetAgentStatusResponse.d.ts +19 -0
- package/dist/models/CloudBatchGetAgentStatusResponse.js +69 -0
- package/dist/models/CloudBatchGetAgentStatusResponse.js.map +1 -0
- package/dist/models/CloudBatchGetAgentStatusResponseBody.d.ts +82 -0
- package/dist/models/CloudBatchGetAgentStatusResponseBody.js +96 -0
- package/dist/models/CloudBatchGetAgentStatusResponseBody.js.map +1 -0
- package/dist/models/CloudBatchUpdateAgentRequest.d.ts +196 -0
- package/dist/models/CloudBatchUpdateAgentRequest.js +106 -0
- package/dist/models/CloudBatchUpdateAgentRequest.js.map +1 -0
- package/dist/models/CloudBatchUpdateAgentResponse.d.ts +19 -0
- package/dist/models/CloudBatchUpdateAgentResponse.js +69 -0
- package/dist/models/CloudBatchUpdateAgentResponse.js.map +1 -0
- package/dist/models/CloudBatchUpdateAgentResponseBody.d.ts +58 -0
- package/dist/models/CloudBatchUpdateAgentResponseBody.js +90 -0
- package/dist/models/CloudBatchUpdateAgentResponseBody.js.map +1 -0
- 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 +302 -0
- package/dist/models/CloudCreateAgentResponseBody.js +188 -0
- package/dist/models/CloudCreateAgentResponseBody.js.map +1 -0
- package/dist/models/CloudCreateTaskResponseBody.d.ts +0 -2
- package/dist/models/CloudCreateTaskResponseBody.js +0 -2
- package/dist/models/CloudCreateTaskResponseBody.js.map +1 -1
- package/dist/models/CloudDeleteAgentRequest.d.ts +36 -0
- package/dist/models/CloudDeleteAgentRequest.js +66 -0
- package/dist/models/CloudDeleteAgentRequest.js.map +1 -0
- package/dist/models/CloudDeleteAgentResponse.d.ts +19 -0
- package/dist/models/CloudDeleteAgentResponse.js +69 -0
- package/dist/models/CloudDeleteAgentResponse.js.map +1 -0
- package/dist/models/CloudDeleteAgentResponseBody.d.ts +47 -0
- package/dist/models/CloudDeleteAgentResponseBody.js +88 -0
- package/dist/models/CloudDeleteAgentResponseBody.js.map +1 -0
- package/dist/models/CloudDeleteAgentTelRequest.d.ts +46 -0
- package/dist/models/CloudDeleteAgentTelRequest.js +68 -0
- package/dist/models/CloudDeleteAgentTelRequest.js.map +1 -0
- package/dist/models/CloudDeleteAgentTelResponse.d.ts +19 -0
- package/dist/models/CloudDeleteAgentTelResponse.js +69 -0
- package/dist/models/CloudDeleteAgentTelResponse.js.map +1 -0
- package/dist/models/CloudDeleteAgentTelResponseBody.d.ts +47 -0
- package/dist/models/CloudDeleteAgentTelResponseBody.js +88 -0
- package/dist/models/CloudDeleteAgentTelResponseBody.js.map +1 -0
- package/dist/models/CloudGetAgentRequest.d.ts +36 -0
- package/dist/models/CloudGetAgentRequest.js +66 -0
- package/dist/models/CloudGetAgentRequest.js.map +1 -0
- package/dist/models/CloudGetAgentResponse.d.ts +19 -0
- package/dist/models/CloudGetAgentResponse.js +69 -0
- package/dist/models/CloudGetAgentResponse.js.map +1 -0
- package/dist/models/CloudGetAgentResponseBody.d.ts +312 -0
- package/dist/models/CloudGetAgentResponseBody.js +175 -0
- package/dist/models/CloudGetAgentResponseBody.js.map +1 -0
- package/dist/models/CloudGetAgentStatusRequest.d.ts +36 -0
- package/dist/models/CloudGetAgentStatusRequest.js +66 -0
- package/dist/models/CloudGetAgentStatusRequest.js.map +1 -0
- package/dist/models/CloudGetAgentStatusResponse.d.ts +19 -0
- package/dist/models/CloudGetAgentStatusResponse.js +69 -0
- package/dist/models/CloudGetAgentStatusResponse.js.map +1 -0
- package/dist/models/CloudGetAgentStatusResponseBody.d.ts +82 -0
- package/dist/models/CloudGetAgentStatusResponseBody.js +96 -0
- package/dist/models/CloudGetAgentStatusResponseBody.js.map +1 -0
- package/dist/models/CloudInterruptIvrRequest.d.ts +57 -0
- package/dist/models/CloudInterruptIvrRequest.js +66 -0
- package/dist/models/CloudInterruptIvrRequest.js.map +1 -0
- package/dist/models/CloudInterruptIvrResponse.d.ts +19 -0
- package/dist/models/CloudInterruptIvrResponse.js +69 -0
- package/dist/models/CloudInterruptIvrResponse.js.map +1 -0
- package/dist/models/CloudInterruptIvrResponseBody.d.ts +50 -0
- package/dist/models/CloudInterruptIvrResponseBody.js +88 -0
- package/dist/models/CloudInterruptIvrResponseBody.js.map +1 -0
- package/dist/models/CloudListAgentTelRequest.d.ts +44 -0
- package/dist/models/CloudListAgentTelRequest.js +68 -0
- package/dist/models/CloudListAgentTelRequest.js.map +1 -0
- package/dist/models/CloudListAgentTelResponse.d.ts +19 -0
- package/dist/models/CloudListAgentTelResponse.js +69 -0
- package/dist/models/CloudListAgentTelResponse.js.map +1 -0
- package/dist/models/CloudListAgentTelResponseBody.d.ts +139 -0
- package/dist/models/CloudListAgentTelResponseBody.js +128 -0
- package/dist/models/CloudListAgentTelResponseBody.js.map +1 -0
- package/dist/models/CloudListFreeAgentRequest.d.ts +26 -0
- package/dist/models/CloudListFreeAgentRequest.js +64 -0
- package/dist/models/CloudListFreeAgentRequest.js.map +1 -0
- package/dist/models/CloudListFreeAgentResponse.d.ts +19 -0
- package/dist/models/CloudListFreeAgentResponse.js +69 -0
- package/dist/models/CloudListFreeAgentResponse.js.map +1 -0
- package/dist/models/CloudListFreeAgentResponseBody.d.ts +71 -0
- package/dist/models/CloudListFreeAgentResponseBody.js +112 -0
- package/dist/models/CloudListFreeAgentResponseBody.js.map +1 -0
- package/dist/models/CloudListOnlineAgentRequest.d.ts +66 -0
- package/dist/models/CloudListOnlineAgentRequest.js +74 -0
- package/dist/models/CloudListOnlineAgentRequest.js.map +1 -0
- package/dist/models/CloudListOnlineAgentResponse.d.ts +19 -0
- package/dist/models/CloudListOnlineAgentResponse.js +69 -0
- package/dist/models/CloudListOnlineAgentResponse.js.map +1 -0
- package/dist/models/CloudListOnlineAgentResponseBody.d.ts +131 -0
- package/dist/models/CloudListOnlineAgentResponseBody.js +126 -0
- package/dist/models/CloudListOnlineAgentResponseBody.js.map +1 -0
- package/dist/models/CloudPreviewoutcallRequest.d.ts +139 -0
- package/dist/models/CloudPreviewoutcallRequest.js +86 -0
- package/dist/models/CloudPreviewoutcallRequest.js.map +1 -0
- package/dist/models/CloudPreviewoutcallResponse.d.ts +19 -0
- package/dist/models/CloudPreviewoutcallResponse.js +69 -0
- package/dist/models/CloudPreviewoutcallResponse.js.map +1 -0
- package/dist/models/CloudPreviewoutcallResponseBody.d.ts +50 -0
- package/dist/models/CloudPreviewoutcallResponseBody.js +88 -0
- package/dist/models/CloudPreviewoutcallResponseBody.js.map +1 -0
- package/dist/models/CloudQueryAgentCnoAndNameRequest.d.ts +34 -0
- package/dist/models/CloudQueryAgentCnoAndNameRequest.js +66 -0
- package/dist/models/CloudQueryAgentCnoAndNameRequest.js.map +1 -0
- package/dist/models/CloudQueryAgentCnoAndNameResponse.d.ts +19 -0
- package/dist/models/CloudQueryAgentCnoAndNameResponse.js +69 -0
- package/dist/models/CloudQueryAgentCnoAndNameResponse.js.map +1 -0
- package/dist/models/CloudQueryAgentCnoAndNameResponseBody.d.ts +71 -0
- package/dist/models/CloudQueryAgentCnoAndNameResponseBody.js +112 -0
- package/dist/models/CloudQueryAgentCnoAndNameResponseBody.js.map +1 -0
- package/dist/models/CloudQueryAgentGroupRequest.d.ts +36 -0
- package/dist/models/CloudQueryAgentGroupRequest.js +66 -0
- package/dist/models/CloudQueryAgentGroupRequest.js.map +1 -0
- package/dist/models/CloudQueryAgentGroupResponse.d.ts +19 -0
- package/dist/models/CloudQueryAgentGroupResponse.js +69 -0
- package/dist/models/CloudQueryAgentGroupResponse.js.map +1 -0
- package/dist/models/CloudQueryAgentGroupResponseBody.d.ts +98 -0
- package/dist/models/CloudQueryAgentGroupResponseBody.js +100 -0
- package/dist/models/CloudQueryAgentGroupResponseBody.js.map +1 -0
- package/dist/models/CloudQueryAgentRequest.d.ts +130 -0
- package/dist/models/CloudQueryAgentRequest.js +90 -0
- package/dist/models/CloudQueryAgentRequest.js.map +1 -0
- package/dist/models/CloudQueryAgentResponse.d.ts +19 -0
- package/dist/models/CloudQueryAgentResponse.js +69 -0
- package/dist/models/CloudQueryAgentResponse.js.map +1 -0
- package/dist/models/CloudQueryAgentResponseBody.d.ts +466 -0
- package/dist/models/CloudQueryAgentResponseBody.js +246 -0
- package/dist/models/CloudQueryAgentResponseBody.js.map +1 -0
- package/dist/models/CloudQueryAgentSkillRequest.d.ts +36 -0
- package/dist/models/CloudQueryAgentSkillRequest.js +66 -0
- package/dist/models/CloudQueryAgentSkillRequest.js.map +1 -0
- package/dist/models/CloudQueryAgentSkillResponse.d.ts +19 -0
- package/dist/models/CloudQueryAgentSkillResponse.js +69 -0
- package/dist/models/CloudQueryAgentSkillResponse.js.map +1 -0
- package/dist/models/CloudQueryAgentSkillResponseBody.d.ts +115 -0
- package/dist/models/CloudQueryAgentSkillResponseBody.js +122 -0
- package/dist/models/CloudQueryAgentSkillResponseBody.js.map +1 -0
- package/dist/models/CloudUpdateAgentRequest.d.ts +212 -0
- package/dist/models/CloudUpdateAgentRequest.js +110 -0
- package/dist/models/CloudUpdateAgentRequest.js.map +1 -0
- package/dist/models/CloudUpdateAgentResponse.d.ts +19 -0
- package/dist/models/CloudUpdateAgentResponse.js +69 -0
- package/dist/models/CloudUpdateAgentResponse.js.map +1 -0
- package/dist/models/CloudUpdateAgentResponseBody.d.ts +310 -0
- package/dist/models/CloudUpdateAgentResponseBody.js +190 -0
- package/dist/models/CloudUpdateAgentResponseBody.js.map +1 -0
- package/dist/models/CloudWebcallRequest.d.ts +169 -0
- package/dist/models/CloudWebcallRequest.js +94 -0
- package/dist/models/CloudWebcallRequest.js.map +1 -0
- package/dist/models/CloudWebcallResponse.d.ts +19 -0
- package/dist/models/CloudWebcallResponse.js +69 -0
- package/dist/models/CloudWebcallResponse.js.map +1 -0
- package/dist/models/CloudWebcallResponseBody.d.ts +50 -0
- package/dist/models/CloudWebcallResponseBody.js +88 -0
- package/dist/models/CloudWebcallResponseBody.js.map +1 -0
- package/dist/models/model.d.ts +105 -0
- package/dist/models/model.js +217 -5
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +1993 -171
- package/src/models/CloudAgentLoginRequest.ts +92 -0
- package/src/models/CloudAgentLoginResponse.ts +40 -0
- package/src/models/CloudAgentLoginResponseBody.ts +86 -0
- package/src/models/CloudAgentLogoutRequest.ts +78 -0
- package/src/models/CloudAgentLogoutResponse.ts +40 -0
- package/src/models/CloudAgentLogoutResponseBody.ts +84 -0
- package/src/models/CloudAgentSetUserDataRequest.ts +72 -0
- package/src/models/CloudAgentSetUserDataResponse.ts +40 -0
- package/src/models/CloudAgentSetUserDataResponseBody.ts +84 -0
- package/src/models/CloudAgentUnlinkRequest.ts +76 -0
- package/src/models/CloudAgentUnlinkResponse.ts +40 -0
- package/src/models/CloudAgentUnlinkResponseBody.ts +84 -0
- package/src/models/CloudBatchCreateAgentRequest.ts +253 -0
- package/src/models/CloudBatchCreateAgentResponse.ts +40 -0
- package/src/models/CloudBatchCreateAgentResponseBody.ts +114 -0
- package/src/models/CloudBatchGetAgentStatusRequest.ts +57 -0
- package/src/models/CloudBatchGetAgentStatusResponse.ts +40 -0
- package/src/models/CloudBatchGetAgentStatusResponseBody.ts +124 -0
- package/src/models/CloudBatchUpdateAgentRequest.ts +257 -0
- package/src/models/CloudBatchUpdateAgentResponse.ts +40 -0
- package/src/models/CloudBatchUpdateAgentResponseBody.ts +94 -0
- package/src/models/CloudCreateAgentRequest.ts +261 -0
- package/src/models/CloudCreateAgentResponse.ts +40 -0
- package/src/models/CloudCreateAgentResponseBody.ts +418 -0
- package/src/models/CloudCreateTaskResponseBody.ts +0 -2
- package/src/models/CloudDeleteAgentRequest.ts +57 -0
- package/src/models/CloudDeleteAgentResponse.ts +40 -0
- package/src/models/CloudDeleteAgentResponseBody.ts +81 -0
- package/src/models/CloudDeleteAgentTelRequest.ts +69 -0
- package/src/models/CloudDeleteAgentTelResponse.ts +40 -0
- package/src/models/CloudDeleteAgentTelResponseBody.ts +81 -0
- package/src/models/CloudGetAgentRequest.ts +57 -0
- package/src/models/CloudGetAgentResponse.ts +40 -0
- package/src/models/CloudGetAgentResponseBody.ts +424 -0
- package/src/models/CloudGetAgentStatusRequest.ts +57 -0
- package/src/models/CloudGetAgentStatusResponse.ts +40 -0
- package/src/models/CloudGetAgentStatusResponseBody.ts +124 -0
- package/src/models/CloudInterruptIvrRequest.ts +78 -0
- package/src/models/CloudInterruptIvrResponse.ts +40 -0
- package/src/models/CloudInterruptIvrResponseBody.ts +84 -0
- package/src/models/CloudListAgentTelRequest.ts +67 -0
- package/src/models/CloudListAgentTelResponse.ts +40 -0
- package/src/models/CloudListAgentTelResponseBody.ts +204 -0
- package/src/models/CloudListFreeAgentRequest.ts +45 -0
- package/src/models/CloudListFreeAgentResponse.ts +40 -0
- package/src/models/CloudListFreeAgentResponseBody.ts +120 -0
- package/src/models/CloudListOnlineAgentRequest.ts +95 -0
- package/src/models/CloudListOnlineAgentResponse.ts +40 -0
- package/src/models/CloudListOnlineAgentResponseBody.ts +194 -0
- package/src/models/CloudPreviewoutcallRequest.ts +180 -0
- package/src/models/CloudPreviewoutcallResponse.ts +40 -0
- package/src/models/CloudPreviewoutcallResponseBody.ts +84 -0
- package/src/models/CloudQueryAgentCnoAndNameRequest.ts +55 -0
- package/src/models/CloudQueryAgentCnoAndNameResponse.ts +40 -0
- package/src/models/CloudQueryAgentCnoAndNameResponseBody.ts +120 -0
- package/src/models/CloudQueryAgentGroupRequest.ts +57 -0
- package/src/models/CloudQueryAgentGroupResponse.ts +40 -0
- package/src/models/CloudQueryAgentGroupResponseBody.ts +144 -0
- package/src/models/CloudQueryAgentRequest.ts +175 -0
- package/src/models/CloudQueryAgentResponse.ts +40 -0
- package/src/models/CloudQueryAgentResponseBody.ts +631 -0
- package/src/models/CloudQueryAgentSkillRequest.ts +57 -0
- package/src/models/CloudQueryAgentSkillResponse.ts +40 -0
- package/src/models/CloudQueryAgentSkillResponseBody.ts +174 -0
- package/src/models/CloudUpdateAgentRequest.ts +277 -0
- package/src/models/CloudUpdateAgentResponse.ts +40 -0
- package/src/models/CloudUpdateAgentResponseBody.ts +428 -0
- package/src/models/CloudWebcallRequest.ts +218 -0
- package/src/models/CloudWebcallResponse.ts +40 -0
- package/src/models/CloudWebcallResponseBody.ts +84 -0
- package/src/models/model.ts +105 -0
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class CloudListOnlineAgentRequest extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* 坐席工号,指定座席工号则查询该工号座席的监控信息,可指定多个座席工号,指定多个座席工号使用英文逗号","分隔,不指定则查询所有队列监控信息,不指定则查询该账户下所有座席的监控信息
|
|
9
|
+
*
|
|
10
|
+
* @example
|
|
11
|
+
* 1111,1112
|
|
12
|
+
*/
|
|
13
|
+
cnos?: string;
|
|
14
|
+
/**
|
|
15
|
+
* @remarks
|
|
16
|
+
* 呼叫中心 id
|
|
17
|
+
*
|
|
18
|
+
* This parameter is required.
|
|
19
|
+
*
|
|
20
|
+
* @example
|
|
21
|
+
* 7000002
|
|
22
|
+
*/
|
|
23
|
+
enterpriseId?: number;
|
|
24
|
+
ownerId?: number;
|
|
25
|
+
/**
|
|
26
|
+
* @remarks
|
|
27
|
+
* 置忙原因,根据座席置忙原因过滤监控数据,可指定多个置忙原因,指定多个置忙原因使用英文逗号","分隔,不指定则默认查询所有设置状态的座席
|
|
28
|
+
*
|
|
29
|
+
* @example
|
|
30
|
+
* 示例值
|
|
31
|
+
*/
|
|
32
|
+
pauseDescription?: string;
|
|
33
|
+
/**
|
|
34
|
+
* @remarks
|
|
35
|
+
* 置忙类型,根据座席置忙类型过滤监控数据,可指定多个置忙类型,指定多个置忙类型使用英文逗号","分隔,不指定则默认查询所有设置状态的座席。<br>取值说明1普通,2休息,3 IM,4 强制
|
|
36
|
+
*
|
|
37
|
+
* @example
|
|
38
|
+
* 1
|
|
39
|
+
*/
|
|
40
|
+
pauseType?: string;
|
|
41
|
+
/**
|
|
42
|
+
* @remarks
|
|
43
|
+
* 队列号,指定队列号则查询该队列号所对应队列的监控信息,支持同时查询多个队列号对应队列的监控信息,多个队列号使用英文逗号","分隔,不指定则查询所有队列监控信息
|
|
44
|
+
*
|
|
45
|
+
* @example
|
|
46
|
+
* 123,124
|
|
47
|
+
*/
|
|
48
|
+
qnos?: string;
|
|
49
|
+
resourceOwnerAccount?: string;
|
|
50
|
+
resourceOwnerId?: number;
|
|
51
|
+
/**
|
|
52
|
+
* @remarks
|
|
53
|
+
* 坐席状态,s1:空闲,s2:置忙,s3:整理,s4:呼叫中,s5:响铃,s6通话 可传多个状态码,多个值之间以","分隔
|
|
54
|
+
*
|
|
55
|
+
* @example
|
|
56
|
+
* s1
|
|
57
|
+
*/
|
|
58
|
+
stateCode?: string;
|
|
59
|
+
static names(): { [key: string]: string } {
|
|
60
|
+
return {
|
|
61
|
+
cnos: 'Cnos',
|
|
62
|
+
enterpriseId: 'EnterpriseId',
|
|
63
|
+
ownerId: 'OwnerId',
|
|
64
|
+
pauseDescription: 'PauseDescription',
|
|
65
|
+
pauseType: 'PauseType',
|
|
66
|
+
qnos: 'Qnos',
|
|
67
|
+
resourceOwnerAccount: 'ResourceOwnerAccount',
|
|
68
|
+
resourceOwnerId: 'ResourceOwnerId',
|
|
69
|
+
stateCode: 'StateCode',
|
|
70
|
+
};
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
static types(): { [key: string]: any } {
|
|
74
|
+
return {
|
|
75
|
+
cnos: 'string',
|
|
76
|
+
enterpriseId: 'number',
|
|
77
|
+
ownerId: 'number',
|
|
78
|
+
pauseDescription: 'string',
|
|
79
|
+
pauseType: 'string',
|
|
80
|
+
qnos: 'string',
|
|
81
|
+
resourceOwnerAccount: 'string',
|
|
82
|
+
resourceOwnerId: 'number',
|
|
83
|
+
stateCode: 'string',
|
|
84
|
+
};
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
validate() {
|
|
88
|
+
super.validate();
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
constructor(map?: { [key: string]: any }) {
|
|
92
|
+
super(map);
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { CloudListOnlineAgentResponseBody } from "./CloudListOnlineAgentResponseBody";
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export class CloudListOnlineAgentResponse extends $dara.Model {
|
|
7
|
+
headers?: { [key: string]: string };
|
|
8
|
+
statusCode?: number;
|
|
9
|
+
body?: CloudListOnlineAgentResponseBody;
|
|
10
|
+
static names(): { [key: string]: string } {
|
|
11
|
+
return {
|
|
12
|
+
headers: 'headers',
|
|
13
|
+
statusCode: 'statusCode',
|
|
14
|
+
body: 'body',
|
|
15
|
+
};
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
static types(): { [key: string]: any } {
|
|
19
|
+
return {
|
|
20
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
21
|
+
statusCode: 'number',
|
|
22
|
+
body: CloudListOnlineAgentResponseBody,
|
|
23
|
+
};
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
validate() {
|
|
27
|
+
if(this.headers) {
|
|
28
|
+
$dara.Model.validateMap(this.headers);
|
|
29
|
+
}
|
|
30
|
+
if(this.body && typeof (this.body as any).validate === 'function') {
|
|
31
|
+
(this.body as any).validate();
|
|
32
|
+
}
|
|
33
|
+
super.validate();
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
constructor(map?: { [key: string]: any }) {
|
|
37
|
+
super(map);
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
|
|
@@ -0,0 +1,194 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class CloudListOnlineAgentResponseBodyDataAgentStatuses extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* 绑定电话
|
|
9
|
+
*
|
|
10
|
+
* @example
|
|
11
|
+
* 22223333
|
|
12
|
+
*/
|
|
13
|
+
bindTel?: string;
|
|
14
|
+
/**
|
|
15
|
+
* @remarks
|
|
16
|
+
* 座席工号
|
|
17
|
+
*
|
|
18
|
+
* @example
|
|
19
|
+
* 1111
|
|
20
|
+
*/
|
|
21
|
+
cno?: string;
|
|
22
|
+
/**
|
|
23
|
+
* @remarks
|
|
24
|
+
* 设备状态,-1 失效,0 空闲,1 已锁定,2 呼叫中,3 响铃,4 通话中
|
|
25
|
+
*
|
|
26
|
+
* @example
|
|
27
|
+
* 0
|
|
28
|
+
*/
|
|
29
|
+
deviceStatus?: number;
|
|
30
|
+
/**
|
|
31
|
+
* @remarks
|
|
32
|
+
* 设备状态时长
|
|
33
|
+
*
|
|
34
|
+
* @example
|
|
35
|
+
* 0
|
|
36
|
+
*/
|
|
37
|
+
deviceStatusDuration?: number;
|
|
38
|
+
/**
|
|
39
|
+
* @remarks
|
|
40
|
+
* 登录状态,0离线,1在线,2置忙,3整理
|
|
41
|
+
*
|
|
42
|
+
* @example
|
|
43
|
+
* 1
|
|
44
|
+
*/
|
|
45
|
+
loginStatus?: number;
|
|
46
|
+
/**
|
|
47
|
+
* @remarks
|
|
48
|
+
* 登录状态时长
|
|
49
|
+
*
|
|
50
|
+
* @example
|
|
51
|
+
* 7
|
|
52
|
+
*/
|
|
53
|
+
loginStatusDuration?: number;
|
|
54
|
+
/**
|
|
55
|
+
* @remarks
|
|
56
|
+
* 登录时间
|
|
57
|
+
*
|
|
58
|
+
* @example
|
|
59
|
+
* 1774821736
|
|
60
|
+
*/
|
|
61
|
+
loginTime?: string;
|
|
62
|
+
/**
|
|
63
|
+
* @remarks
|
|
64
|
+
* 座席名称
|
|
65
|
+
*
|
|
66
|
+
* @example
|
|
67
|
+
* 示例值示例值
|
|
68
|
+
*/
|
|
69
|
+
name?: string;
|
|
70
|
+
/**
|
|
71
|
+
* @remarks
|
|
72
|
+
* 座席状态(结合了登录状态和设备状态),失效,空闲,置忙,整理,呼叫中,响铃,通话
|
|
73
|
+
*
|
|
74
|
+
* @example
|
|
75
|
+
* 示例值示例值示例值
|
|
76
|
+
*/
|
|
77
|
+
state?: string;
|
|
78
|
+
static names(): { [key: string]: string } {
|
|
79
|
+
return {
|
|
80
|
+
bindTel: 'BindTel',
|
|
81
|
+
cno: 'Cno',
|
|
82
|
+
deviceStatus: 'DeviceStatus',
|
|
83
|
+
deviceStatusDuration: 'DeviceStatusDuration',
|
|
84
|
+
loginStatus: 'LoginStatus',
|
|
85
|
+
loginStatusDuration: 'LoginStatusDuration',
|
|
86
|
+
loginTime: 'LoginTime',
|
|
87
|
+
name: 'Name',
|
|
88
|
+
state: 'State',
|
|
89
|
+
};
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
static types(): { [key: string]: any } {
|
|
93
|
+
return {
|
|
94
|
+
bindTel: 'string',
|
|
95
|
+
cno: 'string',
|
|
96
|
+
deviceStatus: 'number',
|
|
97
|
+
deviceStatusDuration: 'number',
|
|
98
|
+
loginStatus: 'number',
|
|
99
|
+
loginStatusDuration: 'number',
|
|
100
|
+
loginTime: 'string',
|
|
101
|
+
name: 'string',
|
|
102
|
+
state: 'string',
|
|
103
|
+
};
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
validate() {
|
|
107
|
+
super.validate();
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
constructor(map?: { [key: string]: any }) {
|
|
111
|
+
super(map);
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
export class CloudListOnlineAgentResponseBodyData extends $dara.Model {
|
|
116
|
+
/**
|
|
117
|
+
* @remarks
|
|
118
|
+
* 座席状态数组
|
|
119
|
+
*/
|
|
120
|
+
agentStatuses?: CloudListOnlineAgentResponseBodyDataAgentStatuses[];
|
|
121
|
+
static names(): { [key: string]: string } {
|
|
122
|
+
return {
|
|
123
|
+
agentStatuses: 'AgentStatuses',
|
|
124
|
+
};
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
static types(): { [key: string]: any } {
|
|
128
|
+
return {
|
|
129
|
+
agentStatuses: { 'type': 'array', 'itemType': CloudListOnlineAgentResponseBodyDataAgentStatuses },
|
|
130
|
+
};
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
validate() {
|
|
134
|
+
if(Array.isArray(this.agentStatuses)) {
|
|
135
|
+
$dara.Model.validateArray(this.agentStatuses);
|
|
136
|
+
}
|
|
137
|
+
super.validate();
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
constructor(map?: { [key: string]: any }) {
|
|
141
|
+
super(map);
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
export class CloudListOnlineAgentResponseBody extends $dara.Model {
|
|
146
|
+
accessDeniedDetail?: string;
|
|
147
|
+
/**
|
|
148
|
+
* @example
|
|
149
|
+
* OK
|
|
150
|
+
*/
|
|
151
|
+
code?: string;
|
|
152
|
+
data?: CloudListOnlineAgentResponseBodyData;
|
|
153
|
+
/**
|
|
154
|
+
* @example
|
|
155
|
+
* OK
|
|
156
|
+
*/
|
|
157
|
+
message?: string;
|
|
158
|
+
/**
|
|
159
|
+
* @example
|
|
160
|
+
* D9CB3933-9FE3-4870-BA8E-2BEE91B69D23
|
|
161
|
+
*/
|
|
162
|
+
requestId?: string;
|
|
163
|
+
static names(): { [key: string]: string } {
|
|
164
|
+
return {
|
|
165
|
+
accessDeniedDetail: 'AccessDeniedDetail',
|
|
166
|
+
code: 'Code',
|
|
167
|
+
data: 'Data',
|
|
168
|
+
message: 'Message',
|
|
169
|
+
requestId: 'RequestId',
|
|
170
|
+
};
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
static types(): { [key: string]: any } {
|
|
174
|
+
return {
|
|
175
|
+
accessDeniedDetail: 'string',
|
|
176
|
+
code: 'string',
|
|
177
|
+
data: CloudListOnlineAgentResponseBodyData,
|
|
178
|
+
message: 'string',
|
|
179
|
+
requestId: 'string',
|
|
180
|
+
};
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
validate() {
|
|
184
|
+
if(this.data && typeof (this.data as any).validate === 'function') {
|
|
185
|
+
(this.data as any).validate();
|
|
186
|
+
}
|
|
187
|
+
super.validate();
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
constructor(map?: { [key: string]: any }) {
|
|
191
|
+
super(map);
|
|
192
|
+
}
|
|
193
|
+
}
|
|
194
|
+
|
|
@@ -0,0 +1,180 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class CloudPreviewoutcallRequest extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* 备用外呼号码;tel没呼通时呼叫备用号码,最多支持5个号码,多个之间用逗号分隔
|
|
9
|
+
*
|
|
10
|
+
* @example
|
|
11
|
+
* 41008502
|
|
12
|
+
*/
|
|
13
|
+
backupTels?: string;
|
|
14
|
+
/**
|
|
15
|
+
* @remarks
|
|
16
|
+
* 通道变量可以在以下场景中使用:1. 事件推送,作为推送字段使用2. 通话记录中,将字段存储在自定义字段3. 通过SIP-Header方式将字段传到呼叫的下游链路格式如: [{"name":"mainUniqueId","value":"cdr_main_unique_id","type":"2"},{"name":"callType","value":"cdr_call_type","type":"2"}]name:变量名称value:变量值type:变量类型,1.普通变量 2.PJSIP_HEADER变量(用于将变量通过SIP-Header方式传到客户侧,最多支持5个)
|
|
17
|
+
*
|
|
18
|
+
* @example
|
|
19
|
+
* [{"name":"mainUniqueId","value":"cdr_main_unique_id","type":"2"},{"name":"callType","value":"cdr_call_type","type":"2"}]
|
|
20
|
+
*/
|
|
21
|
+
callVariables?: string;
|
|
22
|
+
/**
|
|
23
|
+
* @remarks
|
|
24
|
+
* 此次通话录音是否进行ASR转写;0.不进行 1.进行 默认:1
|
|
25
|
+
*
|
|
26
|
+
* @example
|
|
27
|
+
* 1
|
|
28
|
+
*/
|
|
29
|
+
cdrIsAsr?: number;
|
|
30
|
+
/**
|
|
31
|
+
* @remarks
|
|
32
|
+
* 外显号码集合, 格式如: [{"clid":"1708587xxxx","priority":1},{"clid":"1304412xxxx","priority":2},{"clid":"0107990xxxx","priority":3}] clid:外显号码(String类型)(必填)priority:优先级(Integer类型)(非必填) 特别说明: 一次呼叫最多允许传10个指定号码;若指定了号码优先级,要求所有传入的号码都必传
|
|
33
|
+
*
|
|
34
|
+
* @example
|
|
35
|
+
* [{"clid":"1708587xxxx","priority":1},{"clid":"1304412xxxx","priority":2},{"clid":"0107990xxxx","priority":3}]
|
|
36
|
+
*/
|
|
37
|
+
clidList?: string;
|
|
38
|
+
/**
|
|
39
|
+
* @remarks
|
|
40
|
+
* 座席工号;3-10位数字
|
|
41
|
+
*
|
|
42
|
+
* This parameter is required.
|
|
43
|
+
*
|
|
44
|
+
* @example
|
|
45
|
+
* 1111
|
|
46
|
+
*/
|
|
47
|
+
cno?: string;
|
|
48
|
+
/**
|
|
49
|
+
* @remarks
|
|
50
|
+
* 外显导航标识
|
|
51
|
+
*
|
|
52
|
+
* @example
|
|
53
|
+
* 12333
|
|
54
|
+
*/
|
|
55
|
+
crnId?: string;
|
|
56
|
+
/**
|
|
57
|
+
* @remarks
|
|
58
|
+
* 呼叫客户侧超时时间;取值范围 5<=dialTelTimeout<=60,默认45(单位:s)
|
|
59
|
+
*
|
|
60
|
+
* @example
|
|
61
|
+
* 26
|
|
62
|
+
*/
|
|
63
|
+
dialTelTimeout?: number;
|
|
64
|
+
/**
|
|
65
|
+
* @remarks
|
|
66
|
+
* 呼叫中心 id
|
|
67
|
+
*
|
|
68
|
+
* This parameter is required.
|
|
69
|
+
*
|
|
70
|
+
* @example
|
|
71
|
+
* 7000002
|
|
72
|
+
*/
|
|
73
|
+
enterpriseId?: number;
|
|
74
|
+
/**
|
|
75
|
+
* @remarks
|
|
76
|
+
* 是否满意度调查;0.不进行满意度调查 1.进行满意度调查,默认:取企业配置
|
|
77
|
+
*
|
|
78
|
+
* @example
|
|
79
|
+
* 0
|
|
80
|
+
*/
|
|
81
|
+
isInvestigation?: number;
|
|
82
|
+
/**
|
|
83
|
+
* @remarks
|
|
84
|
+
* 可传入企业中继号码或设置好的客户侧外显号码
|
|
85
|
+
*
|
|
86
|
+
* @example
|
|
87
|
+
* 41008502
|
|
88
|
+
*/
|
|
89
|
+
obClid?: string;
|
|
90
|
+
/**
|
|
91
|
+
* @remarks
|
|
92
|
+
* 指定外显区号;传入区号,在指定区号下外显号码;如果obClid和obClidAreaCode都传的情况下,按照obClid外显
|
|
93
|
+
*
|
|
94
|
+
* @example
|
|
95
|
+
* 010
|
|
96
|
+
*/
|
|
97
|
+
obClidAreaCode?: string;
|
|
98
|
+
/**
|
|
99
|
+
* @remarks
|
|
100
|
+
* 客户侧外显号码组;使用clidGroup需要账号支持按标识路由,使用此参数时clid参数无效
|
|
101
|
+
*
|
|
102
|
+
* @example
|
|
103
|
+
* 333
|
|
104
|
+
*/
|
|
105
|
+
obClidGroup?: string;
|
|
106
|
+
/**
|
|
107
|
+
* @remarks
|
|
108
|
+
* 请求唯一id;取值:如果没有传入值则系统会生产。如果是加密的号码,需要URLEncode后传入
|
|
109
|
+
*
|
|
110
|
+
* @example
|
|
111
|
+
* req1234567
|
|
112
|
+
*/
|
|
113
|
+
requestUniqueId?: string;
|
|
114
|
+
/**
|
|
115
|
+
* @remarks
|
|
116
|
+
* 需要进行呼叫的客户方电话号码,固话带区号,手机不加0。 当开启号码隐藏设置时,可从弹屏事件中获取customerNumberKey的值,进行外呼;[加密外呼](../字段定义/接口部分/加密外呼号码加密规则.md);如果是加密的号码,需要URLEncode后传入;当外呼相关配置-支持分机号外呼开启后,此字段可支持传手机号-分机号格式
|
|
117
|
+
*
|
|
118
|
+
* This parameter is required.
|
|
119
|
+
*
|
|
120
|
+
* @example
|
|
121
|
+
* 1774821736
|
|
122
|
+
*/
|
|
123
|
+
tel?: string;
|
|
124
|
+
/**
|
|
125
|
+
* @remarks
|
|
126
|
+
* 呼叫座席侧超时时间;取值范围 5<=timeout<=60,默认30(单位:s)
|
|
127
|
+
*
|
|
128
|
+
* @example
|
|
129
|
+
* 16
|
|
130
|
+
*/
|
|
131
|
+
timeout?: number;
|
|
132
|
+
static names(): { [key: string]: string } {
|
|
133
|
+
return {
|
|
134
|
+
backupTels: 'BackupTels',
|
|
135
|
+
callVariables: 'CallVariables',
|
|
136
|
+
cdrIsAsr: 'CdrIsAsr',
|
|
137
|
+
clidList: 'ClidList',
|
|
138
|
+
cno: 'Cno',
|
|
139
|
+
crnId: 'CrnId',
|
|
140
|
+
dialTelTimeout: 'DialTelTimeout',
|
|
141
|
+
enterpriseId: 'EnterpriseId',
|
|
142
|
+
isInvestigation: 'IsInvestigation',
|
|
143
|
+
obClid: 'ObClid',
|
|
144
|
+
obClidAreaCode: 'ObClidAreaCode',
|
|
145
|
+
obClidGroup: 'ObClidGroup',
|
|
146
|
+
requestUniqueId: 'RequestUniqueId',
|
|
147
|
+
tel: 'Tel',
|
|
148
|
+
timeout: 'Timeout',
|
|
149
|
+
};
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
static types(): { [key: string]: any } {
|
|
153
|
+
return {
|
|
154
|
+
backupTels: 'string',
|
|
155
|
+
callVariables: 'string',
|
|
156
|
+
cdrIsAsr: 'number',
|
|
157
|
+
clidList: 'string',
|
|
158
|
+
cno: 'string',
|
|
159
|
+
crnId: 'string',
|
|
160
|
+
dialTelTimeout: 'number',
|
|
161
|
+
enterpriseId: 'number',
|
|
162
|
+
isInvestigation: 'number',
|
|
163
|
+
obClid: 'string',
|
|
164
|
+
obClidAreaCode: 'string',
|
|
165
|
+
obClidGroup: 'string',
|
|
166
|
+
requestUniqueId: 'string',
|
|
167
|
+
tel: 'string',
|
|
168
|
+
timeout: 'number',
|
|
169
|
+
};
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
validate() {
|
|
173
|
+
super.validate();
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
constructor(map?: { [key: string]: any }) {
|
|
177
|
+
super(map);
|
|
178
|
+
}
|
|
179
|
+
}
|
|
180
|
+
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { CloudPreviewoutcallResponseBody } from "./CloudPreviewoutcallResponseBody";
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export class CloudPreviewoutcallResponse extends $dara.Model {
|
|
7
|
+
headers?: { [key: string]: string };
|
|
8
|
+
statusCode?: number;
|
|
9
|
+
body?: CloudPreviewoutcallResponseBody;
|
|
10
|
+
static names(): { [key: string]: string } {
|
|
11
|
+
return {
|
|
12
|
+
headers: 'headers',
|
|
13
|
+
statusCode: 'statusCode',
|
|
14
|
+
body: 'body',
|
|
15
|
+
};
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
static types(): { [key: string]: any } {
|
|
19
|
+
return {
|
|
20
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
21
|
+
statusCode: 'number',
|
|
22
|
+
body: CloudPreviewoutcallResponseBody,
|
|
23
|
+
};
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
validate() {
|
|
27
|
+
if(this.headers) {
|
|
28
|
+
$dara.Model.validateMap(this.headers);
|
|
29
|
+
}
|
|
30
|
+
if(this.body && typeof (this.body as any).validate === 'function') {
|
|
31
|
+
(this.body as any).validate();
|
|
32
|
+
}
|
|
33
|
+
super.validate();
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
constructor(map?: { [key: string]: any }) {
|
|
37
|
+
super(map);
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class CloudPreviewoutcallResponseBodyData extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* 结果
|
|
9
|
+
*
|
|
10
|
+
* @example
|
|
11
|
+
* 0
|
|
12
|
+
*/
|
|
13
|
+
result?: number;
|
|
14
|
+
static names(): { [key: string]: string } {
|
|
15
|
+
return {
|
|
16
|
+
result: 'Result',
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
static types(): { [key: string]: any } {
|
|
21
|
+
return {
|
|
22
|
+
result: 'number',
|
|
23
|
+
};
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
validate() {
|
|
27
|
+
super.validate();
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
constructor(map?: { [key: string]: any }) {
|
|
31
|
+
super(map);
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
export class CloudPreviewoutcallResponseBody extends $dara.Model {
|
|
36
|
+
accessDeniedDetail?: string;
|
|
37
|
+
/**
|
|
38
|
+
* @example
|
|
39
|
+
* OK
|
|
40
|
+
*/
|
|
41
|
+
code?: string;
|
|
42
|
+
data?: CloudPreviewoutcallResponseBodyData;
|
|
43
|
+
/**
|
|
44
|
+
* @example
|
|
45
|
+
* OK
|
|
46
|
+
*/
|
|
47
|
+
message?: string;
|
|
48
|
+
/**
|
|
49
|
+
* @example
|
|
50
|
+
* 7BF47617-7851-48F7-A3A1-2021342A78E2
|
|
51
|
+
*/
|
|
52
|
+
requestId?: string;
|
|
53
|
+
static names(): { [key: string]: string } {
|
|
54
|
+
return {
|
|
55
|
+
accessDeniedDetail: 'AccessDeniedDetail',
|
|
56
|
+
code: 'Code',
|
|
57
|
+
data: 'Data',
|
|
58
|
+
message: 'Message',
|
|
59
|
+
requestId: 'RequestId',
|
|
60
|
+
};
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
static types(): { [key: string]: any } {
|
|
64
|
+
return {
|
|
65
|
+
accessDeniedDetail: 'string',
|
|
66
|
+
code: 'string',
|
|
67
|
+
data: CloudPreviewoutcallResponseBodyData,
|
|
68
|
+
message: 'string',
|
|
69
|
+
requestId: 'string',
|
|
70
|
+
};
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
validate() {
|
|
74
|
+
if(this.data && typeof (this.data as any).validate === 'function') {
|
|
75
|
+
(this.data as any).validate();
|
|
76
|
+
}
|
|
77
|
+
super.validate();
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
constructor(map?: { [key: string]: any }) {
|
|
81
|
+
super(map);
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class CloudQueryAgentCnoAndNameRequest extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* 座席号之间用,分隔 例cnos=2000,20001 最多支持1000个座席
|
|
9
|
+
*
|
|
10
|
+
* @example
|
|
11
|
+
* 2000,20001
|
|
12
|
+
*/
|
|
13
|
+
cnos?: string;
|
|
14
|
+
/**
|
|
15
|
+
* @remarks
|
|
16
|
+
* 呼叫中心 id
|
|
17
|
+
*
|
|
18
|
+
* This parameter is required.
|
|
19
|
+
*
|
|
20
|
+
* @example
|
|
21
|
+
* 7000002
|
|
22
|
+
*/
|
|
23
|
+
enterpriseId?: number;
|
|
24
|
+
ownerId?: number;
|
|
25
|
+
resourceOwnerAccount?: string;
|
|
26
|
+
resourceOwnerId?: number;
|
|
27
|
+
static names(): { [key: string]: string } {
|
|
28
|
+
return {
|
|
29
|
+
cnos: 'Cnos',
|
|
30
|
+
enterpriseId: 'EnterpriseId',
|
|
31
|
+
ownerId: 'OwnerId',
|
|
32
|
+
resourceOwnerAccount: 'ResourceOwnerAccount',
|
|
33
|
+
resourceOwnerId: 'ResourceOwnerId',
|
|
34
|
+
};
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
static types(): { [key: string]: any } {
|
|
38
|
+
return {
|
|
39
|
+
cnos: 'string',
|
|
40
|
+
enterpriseId: 'number',
|
|
41
|
+
ownerId: 'number',
|
|
42
|
+
resourceOwnerAccount: 'string',
|
|
43
|
+
resourceOwnerId: 'number',
|
|
44
|
+
};
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
validate() {
|
|
48
|
+
super.validate();
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
constructor(map?: { [key: string]: any }) {
|
|
52
|
+
super(map);
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
|