tencentcloud-sdk-nodejs-ccc 4.1.231 → 4.1.243
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/package.json
CHANGED
|
@@ -1538,11 +1538,11 @@ export interface DeleteExtensionRequest {
|
|
|
1538
1538
|
*/
|
|
1539
1539
|
export interface DescribePredictiveDialingCampaignRequest {
|
|
1540
1540
|
/**
|
|
1541
|
-
*
|
|
1541
|
+
* <p>应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc</p>
|
|
1542
1542
|
*/
|
|
1543
1543
|
SdkAppId: number;
|
|
1544
1544
|
/**
|
|
1545
|
-
*
|
|
1545
|
+
* <p>任务 ID</p>
|
|
1546
1546
|
*/
|
|
1547
1547
|
CampaignId: number;
|
|
1548
1548
|
}
|
|
@@ -1551,49 +1551,65 @@ export interface DescribePredictiveDialingCampaignRequest {
|
|
|
1551
1551
|
*/
|
|
1552
1552
|
export interface DescribePredictiveDialingCampaignResponse {
|
|
1553
1553
|
/**
|
|
1554
|
-
*
|
|
1554
|
+
* <p>任务 ID</p>
|
|
1555
1555
|
*/
|
|
1556
1556
|
CampaignId?: number;
|
|
1557
1557
|
/**
|
|
1558
|
-
*
|
|
1558
|
+
* <p>任务名称</p>
|
|
1559
1559
|
*/
|
|
1560
1560
|
Name?: string;
|
|
1561
1561
|
/**
|
|
1562
|
-
*
|
|
1562
|
+
* <p>被叫呼叫顺序 0 随机 1 顺序</p>
|
|
1563
1563
|
*/
|
|
1564
1564
|
CallOrder?: number;
|
|
1565
1565
|
/**
|
|
1566
|
-
*
|
|
1566
|
+
* <p>使用的座席技能组 ID</p>
|
|
1567
1567
|
*/
|
|
1568
1568
|
SkillGroupId?: number;
|
|
1569
1569
|
/**
|
|
1570
|
-
*
|
|
1570
|
+
* <p>指定的 IVR ID</p>
|
|
1571
1571
|
*/
|
|
1572
1572
|
IVRId?: number;
|
|
1573
1573
|
/**
|
|
1574
|
-
*
|
|
1574
|
+
* <p>相同应用内多个任务运行优先级,从高到底 1 - 5</p>
|
|
1575
1575
|
*/
|
|
1576
1576
|
Priority?: number;
|
|
1577
1577
|
/**
|
|
1578
|
-
*
|
|
1578
|
+
* <p>预期呼损率,百分比,5 - 50</p>
|
|
1579
1579
|
*/
|
|
1580
1580
|
ExpectedAbandonRate?: number;
|
|
1581
1581
|
/**
|
|
1582
|
-
*
|
|
1582
|
+
* <p>呼叫重试次数,0 - 2</p>
|
|
1583
1583
|
*/
|
|
1584
1584
|
RetryTimes?: number;
|
|
1585
1585
|
/**
|
|
1586
|
-
*
|
|
1586
|
+
* <p>呼叫重试间隔时间,单位秒,60 - 86400</p>
|
|
1587
1587
|
*/
|
|
1588
1588
|
RetryInterval?: number;
|
|
1589
1589
|
/**
|
|
1590
|
-
*
|
|
1590
|
+
* <p>任务启动时间,Unix 时间戳,到此时间后会自动启动任务</p>
|
|
1591
1591
|
*/
|
|
1592
1592
|
StartTime?: number;
|
|
1593
1593
|
/**
|
|
1594
|
-
*
|
|
1594
|
+
* <p>任务结束时间,Unix 时间戳,到此时间后会自动终止任务</p>
|
|
1595
1595
|
*/
|
|
1596
1596
|
EndTime?: number;
|
|
1597
|
+
/**
|
|
1598
|
+
* <p>自定义变量</p>
|
|
1599
|
+
*/
|
|
1600
|
+
Variables?: Array<Variable>;
|
|
1601
|
+
/**
|
|
1602
|
+
* <p>UUI</p>
|
|
1603
|
+
*/
|
|
1604
|
+
UUI?: string;
|
|
1605
|
+
/**
|
|
1606
|
+
* <p>任务状态</p><p>枚举值:</p><ul><li>0: 待开始 </li><li>1: 进行中</li><li>2: 已暂停</li><li>3: 已终止</li><li>4: 已完成</li></ul>
|
|
1607
|
+
*/
|
|
1608
|
+
Status?: number;
|
|
1609
|
+
/**
|
|
1610
|
+
* <p>任务状态原因 0 正常 1 手动结束 2 超时结束</p>
|
|
1611
|
+
*/
|
|
1612
|
+
StatusReason?: number;
|
|
1597
1613
|
/**
|
|
1598
1614
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1599
1615
|
*/
|
|
@@ -1965,25 +1981,29 @@ export interface CreateStaffResponse {
|
|
|
1965
1981
|
*/
|
|
1966
1982
|
export interface DescribePredictiveDialingCampaignsRequest {
|
|
1967
1983
|
/**
|
|
1968
|
-
*
|
|
1984
|
+
* <p>应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc</p>
|
|
1969
1985
|
*/
|
|
1970
1986
|
SdkAppId: number;
|
|
1971
1987
|
/**
|
|
1972
|
-
*
|
|
1988
|
+
* <p>分页尺寸,最大为 100</p>
|
|
1973
1989
|
*/
|
|
1974
1990
|
PageSize: number;
|
|
1975
1991
|
/**
|
|
1976
|
-
*
|
|
1992
|
+
* <p>分页页码,从 0 开始</p>
|
|
1977
1993
|
*/
|
|
1978
1994
|
PageNumber: number;
|
|
1979
1995
|
/**
|
|
1980
|
-
*
|
|
1996
|
+
* <p>查询任务列表名称关键字</p>
|
|
1981
1997
|
*/
|
|
1982
1998
|
Name?: string;
|
|
1983
1999
|
/**
|
|
1984
|
-
*
|
|
2000
|
+
* <p>查询任务列表技能组 ID</p>
|
|
1985
2001
|
*/
|
|
1986
2002
|
SkillGroupId?: number;
|
|
2003
|
+
/**
|
|
2004
|
+
* <p>任务 ID</p>
|
|
2005
|
+
*/
|
|
2006
|
+
CampaignId?: number;
|
|
1987
2007
|
}
|
|
1988
2008
|
/**
|
|
1989
2009
|
* DescribeSkillGroupInfoList返回参数结构体
|
|
@@ -3949,11 +3969,11 @@ export interface DescribeIMCdrListResponse {
|
|
|
3949
3969
|
*/
|
|
3950
3970
|
export interface DescribePredictiveDialingCampaignsResponse {
|
|
3951
3971
|
/**
|
|
3952
|
-
*
|
|
3972
|
+
* <p>数据总量</p>
|
|
3953
3973
|
*/
|
|
3954
3974
|
TotalCount?: number;
|
|
3955
3975
|
/**
|
|
3956
|
-
*
|
|
3976
|
+
* <p>数据</p>
|
|
3957
3977
|
*/
|
|
3958
3978
|
CampaignList?: Array<DescribePredictiveDialingCampaignsElement>;
|
|
3959
3979
|
/**
|