tencentcloud-sdk-nodejs-ccc 4.1.189 → 4.1.190

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.189",
3
+ "version": "4.1.190",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1159,97 +1159,105 @@ export interface DescribeChatMessagesResponse {
1159
1159
  */
1160
1160
  export interface DescribeSessionDetailResponse {
1161
1161
  /**
1162
- * 主叫号码
1162
+ * <p>主叫号码</p>
1163
1163
  */
1164
1164
  Caller?: string;
1165
1165
  /**
1166
- * 被叫号码
1166
+ * <p>被叫号码</p>
1167
1167
  */
1168
1168
  Callee?: string;
1169
1169
  /**
1170
- * 通话类型 1 呼出 2 呼入 3 音频呼入 5 预测式外呼 6 内线呼叫
1170
+ * <p>通话类型 1 呼出 2 呼入 3 音频呼入 5 预测式外呼 6 内线呼叫</p>
1171
1171
  */
1172
1172
  CallType?: number;
1173
1173
  /**
1174
- * 开始时间戳,Unix 秒级时间戳
1174
+ * <p>开始时间戳,Unix 秒级时间戳</p>
1175
1175
  */
1176
1176
  StartTimeStamp?: number;
1177
1177
  /**
1178
- * 振铃时间戳,UNIX 秒级时间戳
1178
+ * <p>振铃时间戳,UNIX 秒级时间戳</p>
1179
1179
  */
1180
1180
  RingTimestamp?: number;
1181
1181
  /**
1182
- * 接听时间戳,UNIX 秒级时间戳
1182
+ * <p>接听时间戳,UNIX 秒级时间戳</p>
1183
1183
  */
1184
1184
  AcceptTimestamp?: number;
1185
1185
  /**
1186
- * 结束时间戳,UNIX 秒级时间戳
1186
+ * <p>结束时间戳,UNIX 秒级时间戳</p>
1187
1187
  */
1188
1188
  EndedTimestamp?: number;
1189
1189
  /**
1190
- * 进入排队时间,Unix 秒级时间戳
1190
+ * <p>进入排队时间,Unix 秒级时间戳</p>
1191
1191
  */
1192
1192
  QueuedTimestamp?: number;
1193
1193
  /**
1194
- * 座席账号
1194
+ * <p>座席账号</p>
1195
1195
  */
1196
1196
  StaffUserId?: string;
1197
1197
  /**
1198
- * 参考 DescribeTelCdr 接口 EndStatus 字段
1198
+ * <p>参考 DescribeTelCdr 接口 EndStatus 字段</p>
1199
1199
  */
1200
1200
  EndStatus?: number;
1201
1201
  /**
1202
- * 排队技能组 ID
1202
+ * <p>排队技能组 ID</p>
1203
1203
  */
1204
1204
  QueuedSkillGroupId?: number;
1205
1205
  /**
1206
- * 排队技能组名称
1206
+ * <p>排队技能组名称</p>
1207
1207
  */
1208
1208
  QueuedSkillGroupName?: string;
1209
1209
  /**
1210
- * 录音链接,带鉴权和有效期,获取之后请在24 小时内拉取,不要持久化此链接。如此链接已过期,请重新调用此接口获取新的链接
1210
+ * <p>录音链接,带鉴权和有效期,获取之后请在24 小时内拉取,不要持久化此链接。如此链接已过期,请重新调用此接口获取新的链接</p>
1211
1211
  */
1212
1212
  RecordURL?: string;
1213
1213
  /**
1214
- * 录音转存第三方 COS 链接
1214
+ * <p>录音转存第三方 COS 链接</p>
1215
1215
  */
1216
1216
  CustomRecordURL?: string;
1217
1217
  /**
1218
- * 录音文本信息链接,带鉴权和有效期,获取之后请在24 小时拉取,不要持久化此链接。如此链接已过期,请重新调用此接口获取新的链接
1218
+ * <p>录音文本信息链接,带鉴权和有效期,获取之后请在24 小时拉取,不要持久化此链接。如此链接已过期,请重新调用此接口获取新的链接</p>
1219
1219
  */
1220
1220
  AsrURL?: string;
1221
1221
  /**
1222
- * 语音留言录音链接
1222
+ * <p>语音留言录音链接</p>
1223
1223
  */
1224
1224
  VoicemailRecordURL?: Array<string>;
1225
1225
  /**
1226
- * 语音留言录音文本信息链接,需在控制台购买离线语音识别套餐包并开启离线语音识别开关
1226
+ * <p>语音留言录音文本信息链接,需在控制台购买离线语音识别套餐包并开启离线语音识别开关</p>
1227
1227
  */
1228
1228
  VoicemailAsrURL?: Array<string>;
1229
1229
  /**
1230
- * IVR 按键信息
1230
+ * <p>IVR 按键信息</p>
1231
1231
  */
1232
1232
  IVRKeyPressed?: Array<IVRKeyPressedElement>;
1233
1233
  /**
1234
- * 满意度按键信息
1234
+ * <p>满意度按键信息</p>
1235
1235
  */
1236
1236
  PostIVRKeyPressed?: Array<IVRKeyPressedElement>;
1237
1237
  /**
1238
- * 挂机方 seat 座席 user 用户 system 系统
1238
+ * <p>挂机方 seat 座席 user 用户 system 系统</p>
1239
1239
  */
1240
1240
  HungUpSide?: string;
1241
1241
  /**
1242
- * 客户自定义数据(User-to-User Interface
1242
+ * <p>客户自定义数据(User-to-User Interface)</p>
1243
1243
  */
1244
1244
  UUI?: string;
1245
1245
  /**
1246
- * 通话中的事件列表
1246
+ * <p>通话中的事件列表</p>
1247
1247
  */
1248
1248
  Events?: Array<SessionEvent>;
1249
1249
  /**
1250
- * 服务参与者列表
1250
+ * <p>服务参与者列表</p>
1251
1251
  */
1252
1252
  ServeParticipants?: Array<ServeParticipant>;
1253
+ /**
1254
+ * <p>接通后系统挂断原因状态码</p><p><a href="https://cloud.tencent.com/document/product/679/123938">详见</a></p>
1255
+ */
1256
+ SysHangupReason?: number;
1257
+ /**
1258
+ * <p>接通后系统挂断原因</p><p><a href="https://cloud.tencent.com/document/product/679/123938">详见</a></p>
1259
+ */
1260
+ SysHangupReasonString?: string;
1253
1261
  /**
1254
1262
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1255
1263
  */
@@ -3157,11 +3165,11 @@ export interface Message {
3157
3165
  */
3158
3166
  export interface DescribeFlashSMSListResponse {
3159
3167
  /**
3160
- * 记录总数
3168
+ * <p>记录总数</p>
3161
3169
  */
3162
3170
  Total?: number;
3163
3171
  /**
3164
- * 闪信记录列表
3172
+ * <p>闪信记录列表</p>
3165
3173
  */
3166
3174
  FlashSMSList?: Array<FlashSMSRecord>;
3167
3175
  /**
@@ -3327,39 +3335,39 @@ export interface IVRKeyPressedElement {
3327
3335
  */
3328
3336
  export interface DescribeFlashSMSListRequest {
3329
3337
  /**
3330
- * 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
3338
+ * <p>应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc</p>
3331
3339
  */
3332
3340
  SdkAppId: number;
3333
3341
  /**
3334
- * 起始时间戳,Unix 秒级时间戳,最大支持近180天。
3342
+ * <p>起始时间戳,Unix 秒级时间戳,最大支持近180天。</p>
3335
3343
  */
3336
3344
  StartTimestamp: number;
3337
3345
  /**
3338
- * 结束时间戳,Unix 秒级时间戳,结束时间与开始时间的区间范围小于90天。
3346
+ * <p>结束时间戳,Unix 秒级时间戳,结束时间与开始时间的区间范围小于90天。</p>
3339
3347
  */
3340
3348
  EndTimestamp: number;
3341
3349
  /**
3342
- * 闪信投递号码(被叫号码)
3350
+ * <p>闪信投递号码(被叫号码)</p>
3343
3351
  */
3344
3352
  DeliveryNumber?: string;
3345
3353
  /**
3346
- * 呼叫关联的系统号码
3354
+ * <p>呼叫关联的系统号码</p>
3347
3355
  */
3348
3356
  ServingNumber?: string;
3349
3357
  /**
3350
- * 会话 ID
3358
+ * <p>会话 ID</p>
3351
3359
  */
3352
3360
  SessionId?: string;
3353
3361
  /**
3354
- * 投递结果 1 为成功,其他为失败
3362
+ * <p>投递结果 1 为成功,其他为失败</p>
3355
3363
  */
3356
3364
  DeliveryStatus?: number;
3357
3365
  /**
3358
- * 分页大小,默认 20,最大 100
3366
+ * <p>分页大小,默认 20,最大 1000</p><p>取值范围:[20, 1000]</p><p>单位:条</p><p>默认值:20</p>
3359
3367
  */
3360
3368
  PageSize?: number;
3361
3369
  /**
3362
- * 分页页码,从 0 开始
3370
+ * <p>分页页码,从 0 开始</p>
3363
3371
  */
3364
3372
  PageNumber?: number;
3365
3373
  }
@@ -3455,19 +3463,19 @@ export interface UploadIvrAudioFailedInfo {
3455
3463
  */
3456
3464
  export interface DescribeSessionDetailRequest {
3457
3465
  /**
3458
- * 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
3466
+ * <p>应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc</p>
3459
3467
  */
3460
3468
  SdkAppId: number;
3461
3469
  /**
3462
- * 通话的 session id
3470
+ * <p>通话的 session id</p>
3463
3471
  */
3464
3472
  SessionId: string;
3465
3473
  /**
3466
- * 起始时间戳,Unix 秒级时间戳,最大支持近180天。
3474
+ * <p>起始时间戳,Unix 秒级时间戳,最大支持近180天。</p>
3467
3475
  */
3468
3476
  StartTimestamp: number;
3469
3477
  /**
3470
- * 结束时间戳,Unix 秒级时间戳,结束时间与开始时间的区间范围小于90天。
3478
+ * <p>结束时间戳,Unix 秒级时间戳,结束时间与开始时间的区间范围小于90天。</p>
3471
3479
  */
3472
3480
  EndTimestamp: number;
3473
3481
  }