tencentcloud-sdk-nodejs-ccc 4.1.190 → 4.1.192

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-ccc",
3
- "version": "4.1.190",
3
+ "version": "4.1.192",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1383,32 +1383,32 @@ export interface AICallExtractResultElement {
1383
1383
  */
1384
1384
  export interface DescribeTelCallInfoResponse {
1385
1385
  /**
1386
- * 呼出套餐包消耗分钟数
1386
+ * <p>呼出套餐包消耗分钟数</p>
1387
1387
  */
1388
1388
  TelCallOutCount?: number;
1389
1389
  /**
1390
- * 呼入套餐包消耗分钟数
1390
+ * <p>呼入套餐包消耗分钟数</p>
1391
1391
  */
1392
1392
  TelCallInCount?: number;
1393
1393
  /**
1394
- * 坐席使用统计个数
1394
+ * <p>坐席使用统计个数</p>
1395
1395
  */
1396
1396
  SeatUsedCount?: number;
1397
1397
  /**
1398
- * 音频套餐包消耗分钟数
1398
+ * <p>音频套餐包消耗分钟数</p>
1399
1399
  * @deprecated
1400
1400
  */
1401
1401
  VoipCallInCount?: number;
1402
1402
  /**
1403
- * 音频套餐包消耗分钟数
1403
+ * <p>音频套餐包消耗分钟数</p>
1404
1404
  */
1405
1405
  VOIPCallInCount?: number;
1406
1406
  /**
1407
- * 离线语音转文字套餐包消耗分钟数
1407
+ * <p>离线语音转文字套餐包消耗分钟数</p>
1408
1408
  */
1409
1409
  AsrOfflineCount?: number;
1410
1410
  /**
1411
- * 实时语音转文字套餐包消耗分钟数
1411
+ * <p>实时语音转文字套餐包消耗分钟数</p>
1412
1412
  */
1413
1413
  AsrRealtimeCount?: number;
1414
1414
  /**
@@ -1964,11 +1964,11 @@ export interface UploadIvrAudioRequest {
1964
1964
  */
1965
1965
  export interface DescribeStaffInfoListResponse {
1966
1966
  /**
1967
- * 坐席用户总数
1967
+ * <p>坐席用户总数</p>
1968
1968
  */
1969
1969
  TotalCount?: number;
1970
1970
  /**
1971
- * 坐席用户信息列表
1971
+ * <p>坐席用户信息列表</p>
1972
1972
  */
1973
1973
  StaffList?: Array<StaffInfo>;
1974
1974
  /**
@@ -2650,27 +2650,27 @@ export interface UpdatePredictiveDialingCampaignRequest {
2650
2650
  */
2651
2651
  export interface DescribeStaffInfoListRequest {
2652
2652
  /**
2653
- * 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
2653
+ * <p>应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc</p>
2654
2654
  */
2655
2655
  SdkAppId: number;
2656
2656
  /**
2657
- * 分页尺寸,上限 9999
2657
+ * <p>分页尺寸,上限 9999</p>
2658
2658
  */
2659
2659
  PageSize: number;
2660
2660
  /**
2661
- * 分页页码,从 0 开始
2661
+ * <p>分页页码,从 0 开始</p>
2662
2662
  */
2663
2663
  PageNumber: number;
2664
2664
  /**
2665
- * 坐席账号,查询单个坐席时使用
2665
+ * <p>坐席账号,查询单个坐席时使用</p>
2666
2666
  */
2667
2667
  StaffMail?: string;
2668
2668
  /**
2669
- * 查询修改时间大于等于ModifiedTime的坐席时使用
2669
+ * <p>查询修改时间大于等于ModifiedTime的坐席时使用</p>
2670
2670
  */
2671
2671
  ModifiedTime?: number;
2672
2672
  /**
2673
- * 技能组ID
2673
+ * <p>技能组ID</p>
2674
2674
  */
2675
2675
  SkillGroupId?: number;
2676
2676
  }
@@ -3661,15 +3661,15 @@ export interface DescribePredictiveDialingCampaignsResponse {
3661
3661
  */
3662
3662
  export interface DescribeTelCallInfoRequest {
3663
3663
  /**
3664
- * 起始时间戳,Unix 时间戳(查询维度仅支持天,例如查询5月1日应该传startTime:"2023-05-01 00:00:00","endTime":"2023-05-01 23:59:59"的时间戳,查5月1日和5月2日的应该传startTime:"2023-05-01 00:00:00","endTime":"2023-05-02 23:59:59"的时间戳)
3664
+ * <p>起始时间戳,Unix 时间戳(查询维度仅支持天,例如查询5月1日应该传startTime:&quot;2023-05-01 00:00:00&quot;,&quot;endTime&quot;:&quot;2023-05-01 23:59:59&quot;的时间戳,查5月1日和5月2日的应该传startTime:&quot;2023-05-01 00:00:00&quot;,&quot;endTime&quot;:&quot;2023-05-02 23:59:59&quot;的时间戳)</p>
3665
3665
  */
3666
3666
  StartTimeStamp: number;
3667
3667
  /**
3668
- * 结束时间戳,Unix 时间戳,查询时间范围最大为90天(查询维度仅支持天,例如查询5月1日应该传startTime:"2023-05-01 00:00:00","endTime":"2023-05-01 23:59:59"的时间戳,查5月1日和5月2日的应该传startTime:"2023-05-01 00:00:00","endTime":"2023-05-02 23:59:59"的时间戳)
3668
+ * <p>结束时间戳,Unix 时间戳,查询时间范围最大为90天(查询维度仅支持天,例如查询5月1日应该传startTime:&quot;2023-05-01 00:00:00&quot;,&quot;endTime&quot;:&quot;2023-05-01 23:59:59&quot;的时间戳,查5月1日和5月2日的应该传startTime:&quot;2023-05-01 00:00:00&quot;,&quot;endTime&quot;:&quot;2023-05-02 23:59:59&quot;的时间戳)</p>
3669
3669
  */
3670
3670
  EndTimeStamp: number;
3671
3671
  /**
3672
- * 应用ID列表,多个ID时,返回值为多个ID使用总和
3672
+ * <p>应用ID列表,多个ID时,返回值为多个ID使用总和</p>
3673
3673
  */
3674
3674
  SdkAppIdList: Array<number | bigint>;
3675
3675
  }