tencentcloud-sdk-nodejs-ccc 4.1.191 → 4.1.198
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
|
@@ -1699,19 +1699,19 @@ export interface AICallExtractConfigElement {
|
|
|
1699
1699
|
*/
|
|
1700
1700
|
export interface AICallExtractResultInfo {
|
|
1701
1701
|
/**
|
|
1702
|
-
*
|
|
1702
|
+
* <p>提取的类型是文本</p>
|
|
1703
1703
|
*/
|
|
1704
1704
|
Text?: string;
|
|
1705
1705
|
/**
|
|
1706
|
-
*
|
|
1706
|
+
* <p>提取的类型是选项</p>
|
|
1707
1707
|
*/
|
|
1708
1708
|
Chosen?: Array<string>;
|
|
1709
1709
|
/**
|
|
1710
|
-
*
|
|
1710
|
+
* <p>提取类型是布尔值</p>
|
|
1711
1711
|
*/
|
|
1712
1712
|
Boolean?: boolean;
|
|
1713
1713
|
/**
|
|
1714
|
-
*
|
|
1714
|
+
* <p>提取类型是数字</p>
|
|
1715
1715
|
*/
|
|
1716
1716
|
Number?: number;
|
|
1717
1717
|
}
|
|
@@ -1904,11 +1904,11 @@ export interface DescribeSkillGroupInfoListResponse {
|
|
|
1904
1904
|
*/
|
|
1905
1905
|
export interface DescribeNumbersResponse {
|
|
1906
1906
|
/**
|
|
1907
|
-
*
|
|
1907
|
+
* <p>总数量</p>
|
|
1908
1908
|
*/
|
|
1909
1909
|
TotalCount?: number;
|
|
1910
1910
|
/**
|
|
1911
|
-
*
|
|
1911
|
+
* <p>号码列表</p>
|
|
1912
1912
|
*/
|
|
1913
1913
|
Numbers?: Array<NumberInfo>;
|
|
1914
1914
|
/**
|
|
@@ -3214,15 +3214,15 @@ export interface DescribeIMCdrsResponse {
|
|
|
3214
3214
|
*/
|
|
3215
3215
|
export interface DescribeNumbersRequest {
|
|
3216
3216
|
/**
|
|
3217
|
-
*
|
|
3217
|
+
* <p>应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc</p>
|
|
3218
3218
|
*/
|
|
3219
3219
|
SdkAppId: number;
|
|
3220
3220
|
/**
|
|
3221
|
-
*
|
|
3221
|
+
* <p>页数,从0开始</p>
|
|
3222
3222
|
*/
|
|
3223
3223
|
PageNumber?: number;
|
|
3224
3224
|
/**
|
|
3225
|
-
*
|
|
3225
|
+
* <p>分页大小,默认20</p>
|
|
3226
3226
|
*/
|
|
3227
3227
|
PageSize?: number;
|
|
3228
3228
|
}
|
|
@@ -3510,28 +3510,32 @@ export interface DescribeCompanyListResponse {
|
|
|
3510
3510
|
*/
|
|
3511
3511
|
export interface NumberInfo {
|
|
3512
3512
|
/**
|
|
3513
|
-
*
|
|
3513
|
+
* <p>号码</p>
|
|
3514
3514
|
*/
|
|
3515
3515
|
Number?: string;
|
|
3516
3516
|
/**
|
|
3517
|
-
*
|
|
3517
|
+
* <p>绑定的外呼技能组</p>
|
|
3518
3518
|
*/
|
|
3519
3519
|
CallOutSkillGroupIds?: Array<number | bigint>;
|
|
3520
3520
|
/**
|
|
3521
|
-
*
|
|
3521
|
+
* <p>号码状态,1-正常,2-欠费停用,4-管理员停用,5-违规停用</p>
|
|
3522
3522
|
*/
|
|
3523
3523
|
State?: number;
|
|
3524
|
+
/**
|
|
3525
|
+
* <p>是否自携号码</p><p>枚举值:</p><ul><li>0: 非自携</li><li>1: 自携</li></ul>
|
|
3526
|
+
*/
|
|
3527
|
+
CostType?: number;
|
|
3524
3528
|
}
|
|
3525
3529
|
/**
|
|
3526
3530
|
* DeleteStaff请求参数结构体
|
|
3527
3531
|
*/
|
|
3528
3532
|
export interface DeleteStaffRequest {
|
|
3529
3533
|
/**
|
|
3530
|
-
*
|
|
3534
|
+
* <p>应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc</p>
|
|
3531
3535
|
*/
|
|
3532
3536
|
SdkAppId: number;
|
|
3533
3537
|
/**
|
|
3534
|
-
*
|
|
3538
|
+
* <p>待删除客服邮箱列表,一次最大支持200个。</p>
|
|
3535
3539
|
*/
|
|
3536
3540
|
StaffList: Array<string>;
|
|
3537
3541
|
}
|
|
@@ -4862,9 +4866,13 @@ export interface DescribeStaffStatusMetricsRequest {
|
|
|
4862
4866
|
*/
|
|
4863
4867
|
export interface DeleteStaffResponse {
|
|
4864
4868
|
/**
|
|
4865
|
-
*
|
|
4869
|
+
* <p>无法删除的状态为在线的客服列表</p>
|
|
4866
4870
|
*/
|
|
4867
4871
|
OnlineStaffList?: Array<string>;
|
|
4872
|
+
/**
|
|
4873
|
+
* <p>坐席删除详情</p>
|
|
4874
|
+
*/
|
|
4875
|
+
DeleteStatusInfo?: string;
|
|
4868
4876
|
/**
|
|
4869
4877
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
4870
4878
|
*/
|