tencentcloud-sdk-nodejs 4.0.944 → 4.0.945

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.
Files changed (77) hide show
  1. package/CHANGELOG.md +334 -0
  2. package/SERVICE_CHANGELOG.md +496 -65
  3. package/package.json +1 -1
  4. package/products.md +18 -18
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/ccc/v20200210/ccc_client.ts +18 -6
  7. package/src/services/ccc/v20200210/ccc_models.ts +145 -0
  8. package/src/services/clb/v20180317/clb_models.ts +9 -1
  9. package/src/services/cme/v20191029/cme_models.ts +10 -6
  10. package/src/services/cynosdb/v20190107/cynosdb_client.ts +0 -14
  11. package/src/services/cynosdb/v20190107/cynosdb_models.ts +0 -44
  12. package/src/services/emr/v20190103/emr_models.ts +3 -3
  13. package/src/services/faceid/v20180301/faceid_models.ts +4 -0
  14. package/src/services/iecp/v20210914/iecp_client.ts +521 -806
  15. package/src/services/iecp/v20210914/iecp_models.ts +358 -1422
  16. package/src/services/ims/v20201229/ims_client.ts +8 -3
  17. package/src/services/ims/v20201229/ims_models.ts +2 -2
  18. package/src/services/monitor/v20180724/monitor_client.ts +16 -44
  19. package/src/services/monitor/v20180724/monitor_models.ts +54 -103
  20. package/src/services/ocr/v20181119/ocr_client.ts +1 -1
  21. package/src/services/ocr/v20181119/ocr_models.ts +3 -1
  22. package/src/services/postgres/v20170312/postgres_client.ts +14 -1
  23. package/src/services/postgres/v20170312/postgres_models.ts +109 -14
  24. package/src/services/rce/v20201103/rce_models.ts +18 -15
  25. package/src/services/tcss/v20201101/tcss_client.ts +1 -0
  26. package/src/services/tcss/v20201101/tcss_models.ts +91 -3
  27. package/src/services/teo/v20220901/teo_client.ts +3 -2
  28. package/src/services/teo/v20220901/teo_models.ts +56 -27
  29. package/src/services/tke/v20180525/tke_models.ts +5 -5
  30. package/src/services/tke/v20220501/tke_models.ts +5 -5
  31. package/src/services/tse/v20201207/tse_models.ts +10 -0
  32. package/src/services/tsf/v20180326/tsf_client.ts +8 -22
  33. package/src/services/tsf/v20180326/tsf_models.ts +9 -29
  34. package/src/services/wedata/v20210820/wedata_models.ts +5 -0
  35. package/tencentcloud/common/sdk_version.d.ts +1 -1
  36. package/tencentcloud/common/sdk_version.js +1 -1
  37. package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +7 -3
  38. package/tencentcloud/services/ccc/v20200210/ccc_client.js +9 -3
  39. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +143 -0
  40. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +9 -1
  41. package/tencentcloud/services/cme/v20191029/cme_models.d.ts +10 -6
  42. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +1 -7
  43. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +0 -8
  44. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +0 -42
  45. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +3 -3
  46. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +4 -0
  47. package/tencentcloud/services/iecp/v20210914/iecp_client.d.ts +155 -275
  48. package/tencentcloud/services/iecp/v20210914/iecp_client.js +240 -400
  49. package/tencentcloud/services/iecp/v20210914/iecp_models.d.ts +288 -1307
  50. package/tencentcloud/services/ims/v20201229/ims_client.d.ts +8 -3
  51. package/tencentcloud/services/ims/v20201229/ims_client.js +8 -3
  52. package/tencentcloud/services/ims/v20201229/ims_models.d.ts +2 -2
  53. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +5 -17
  54. package/tencentcloud/services/monitor/v20180724/monitor_client.js +6 -22
  55. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +54 -99
  56. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
  57. package/tencentcloud/services/ocr/v20181119/ocr_client.js +1 -1
  58. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +3 -1
  59. package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +5 -1
  60. package/tencentcloud/services/postgres/v20170312/postgres_client.js +6 -0
  61. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +106 -14
  62. package/tencentcloud/services/rce/v20201103/rce_models.d.ts +18 -15
  63. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +90 -3
  64. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +55 -27
  65. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +5 -5
  66. package/tencentcloud/services/tke/v20220501/tke_models.d.ts +5 -5
  67. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +10 -0
  68. package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +3 -9
  69. package/tencentcloud/services/tsf/v20180326/tsf_client.js +3 -11
  70. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +9 -27
  71. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +5 -0
  72. package/test/ccc.v20200210.test.js +12 -2
  73. package/test/cynosdb.v20190107.test.js +0 -10
  74. package/test/iecp.v20210914.test.js +156 -356
  75. package/test/monitor.v20180724.test.js +4 -24
  76. package/test/postgres.v20170312.test.js +10 -0
  77. package/test/tsf.v20180326.test.js +2 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.944",
3
+ "version": "4.0.945",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -39,7 +39,7 @@
39
39
  | car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2024-06-19 01:14:59 |
40
40
  | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2024-07-26 01:15:04 |
41
41
  | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2024-08-28 01:11:56 |
42
- | ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2024-08-22 01:10:57 |
42
+ | ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2024-09-24 13:17:26 |
43
43
  | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2024-09-19 01:11:20 |
44
44
  | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2024-08-28 01:14:49 |
45
45
  | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2024-07-26 01:17:46 |
@@ -57,13 +57,13 @@
57
57
  | cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
58
58
  | cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
59
59
  | ckafka | [消息队列 CKafka 版](https://cloud.tencent.com/document/product/597) | 2024-09-16 01:22:56 |
60
- | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2024-09-03 01:25:28 |
60
+ | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2024-09-25 01:12:46 |
61
61
  | cloudapp | [云应用](https://cloud.tencent.com/document/product/1689) | 2024-07-18 10:12:45 |
62
62
  | cloudaudit | [操作审计](https://cloud.tencent.com/document/product/629) | 2024-01-15 01:09:37 |
63
63
  | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2024-03-20 01:11:31 |
64
64
  | cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2024-08-23 01:19:08 |
65
65
  | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2024-09-16 01:25:08 |
66
- | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2024-07-29 01:23:21 |
66
+ | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2024-09-25 01:13:30 |
67
67
  | cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2024-08-28 01:24:04 |
68
68
  | cms | [内容安全](https://cloud.tencent.com/document/product/669) | 2024-06-20 01:24:47 |
69
69
  | config | [配置审计](https://cloud.tencent.com/document/product/1579) | 2024-03-20 01:12:18 |
@@ -75,7 +75,7 @@
75
75
  | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2024-09-24 01:13:45 |
76
76
  | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2024-09-20 12:58:49 |
77
77
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
78
- | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-09-19 01:26:29 |
78
+ | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-09-25 01:15:47 |
79
79
  | dasb | [运维安全中心(堡垒机)](https://cloud.tencent.com/document/product/1025) | 2024-09-13 01:25:56 |
80
80
  | dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
81
81
  | dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-05-18 01:20:11 |
@@ -97,12 +97,12 @@
97
97
  | ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2024-08-20 01:35:54 |
98
98
  | eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2024-06-25 01:14:34 |
99
99
  | eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
100
- | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-09-24 01:18:41 |
100
+ | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-09-25 01:19:43 |
101
101
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-09-10 15:12:32 |
102
102
  | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-09-24 01:19:13 |
103
103
  | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-09-24 01:19:36 |
104
104
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2024-09-11 01:42:57 |
105
- | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-09-24 01:19:58 |
105
+ | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-09-25 01:20:56 |
106
106
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2024-07-05 01:10:44 |
107
107
  | ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2024-03-20 01:17:13 |
108
108
  | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2024-09-12 01:43:09 |
@@ -120,9 +120,9 @@
120
120
  | ic | [图片瘦身](https://cloud.tencent.com/document/product/636) | 2023-03-02 01:23:21 |
121
121
  | icr | [对话机器人](https://cloud.tencent.com/document/product/1268) | 2024-04-22 01:17:48 |
122
122
  | ie | [智能编辑](https://cloud.tencent.com/document/product/1186) | 2023-08-17 03:20:18 |
123
- | iecp | [物联网边缘计算平台](https://cloud.tencent.com/document/product/1118) | 2024-06-20 01:46:44 |
123
+ | iecp | [物联网边缘计算平台](https://cloud.tencent.com/document/product/1118) | 2024-09-25 01:22:07 |
124
124
  | iir | [智能识图](https://cloud.tencent.com/document/product/1217) | 2022-04-04 06:48:05 |
125
- | ims | [图片内容安全](https://cloud.tencent.com/document/product/1125) | 2024-09-20 13:04:24 |
125
+ | ims | [图片内容安全](https://cloud.tencent.com/document/product/1125) | 2024-09-25 01:22:24 |
126
126
  | ioa | [iOA 零信任安全管理系统](https://cloud.tencent.com/document/product/1092) | 2024-08-13 01:52:20 |
127
127
  | iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2023-07-17 01:22:28 |
128
128
  | iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2024-06-05 01:47:50 |
@@ -149,7 +149,7 @@
149
149
  | mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2024-07-02 01:19:41 |
150
150
  | mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2024-08-23 01:55:12 |
151
151
  | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2024-08-28 02:04:37 |
152
- | monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2024-08-28 02:05:12 |
152
+ | monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2024-09-25 01:26:32 |
153
153
  | mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-09-20 13:07:52 |
154
154
  | mqtt | [消息队列 MQTT 版](https://cloud.tencent.com/document/product/1778) | 2024-09-23 01:21:43 |
155
155
  | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2024-09-20 13:08:23 |
@@ -159,15 +159,15 @@
159
159
  | nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2024-05-07 01:22:11 |
160
160
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
161
161
  | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2024-09-04 01:54:37 |
162
- | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-09-16 02:10:16 |
162
+ | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-09-25 01:28:00 |
163
163
  | omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2024-09-16 02:11:25 |
164
164
  | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2024-09-23 12:16:37 |
165
165
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2024-06-26 01:21:35 |
166
166
  | pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2023-05-18 01:44:14 |
167
- | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2024-09-24 01:27:27 |
167
+ | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2024-09-25 01:28:57 |
168
168
  | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2024-08-28 02:14:34 |
169
169
  | pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2024-08-09 02:01:53 |
170
- | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2024-09-10 02:00:15 |
170
+ | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2024-09-25 01:29:30 |
171
171
  | redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2024-09-11 02:05:34 |
172
172
  | region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2024-09-13 02:02:09 |
173
173
  | rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-12-25 00:16:39 |
@@ -204,13 +204,13 @@
204
204
  | tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
205
205
  | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2024-06-18 02:13:19 |
206
206
  | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2024-09-05 02:07:24 |
207
- | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2024-09-20 13:11:46 |
207
+ | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2024-09-25 01:32:38 |
208
208
  | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2024-07-10 01:25:35 |
209
209
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2024-06-04 02:17:43 |
210
210
  | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2024-09-13 02:12:41 |
211
211
  | tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2024-08-07 02:22:38 |
212
212
  | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2024-07-24 02:14:59 |
213
- | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2024-09-24 01:32:25 |
213
+ | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2024-09-25 01:34:27 |
214
214
  | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2024-09-05 02:14:49 |
215
215
  | tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
216
216
  | tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2023-08-17 05:26:08 |
@@ -220,7 +220,7 @@
220
220
  | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2024-08-19 02:22:39 |
221
221
  | tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2024-06-07 02:37:51 |
222
222
  | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2024-03-20 01:27:28 |
223
- | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2024-09-12 02:23:02 |
223
+ | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2024-09-25 01:35:57 |
224
224
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
225
225
  | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2024-08-27 10:28:06 |
226
226
  | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2024-09-13 02:18:44 |
@@ -230,8 +230,8 @@
230
230
  | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2024-09-09 02:22:32 |
231
231
  | trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2024-07-31 02:17:29 |
232
232
  | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-09-23 10:17:53 |
233
- | tse | [微服务引擎](https://cloud.tencent.com/document/product/1364) | 2024-09-10 02:19:25 |
234
- | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2024-09-11 02:25:39 |
233
+ | tse | [微服务引擎](https://cloud.tencent.com/document/product/1364) | 2024-09-25 01:36:42 |
234
+ | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2024-09-25 01:37:11 |
235
235
  | tsi | [腾讯同传系统](https://cloud.tencent.com/document/product/1399) | 2024-08-02 02:22:13 |
236
236
  | tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2024-03-20 01:30:06 |
237
237
  | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2024-08-21 02:26:53 |
@@ -247,7 +247,7 @@
247
247
  | vtc | [视频转译](https://cloud.tencent.com/document/product/1769) | 2024-09-10 02:27:11 |
248
248
  | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2024-09-09 02:31:32 |
249
249
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2024-03-20 01:32:09 |
250
- | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2024-09-13 02:29:56 |
250
+ | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2024-09-25 01:40:14 |
251
251
  | weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2024-05-15 01:38:36 |
252
252
  | wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
253
253
  | yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2024-06-05 02:38:46 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.944"
1
+ export const sdkVersion = "4.0.945"
@@ -96,6 +96,7 @@ import {
96
96
  PSTNSessionInfo,
97
97
  Message,
98
98
  AbortPredictiveDialingCampaignResponse,
99
+ CreateAICallRequest,
99
100
  DescribeNumbersRequest,
100
101
  ExtensionInfo,
101
102
  BindNumberCallOutSkillGroupRequest,
@@ -140,6 +141,7 @@ import {
140
141
  UploadIvrAudioFailedInfo,
141
142
  DescribeCallInMetricsResponse,
142
143
  ModifyCompanyApplyRequest,
144
+ CreateAICallResponse,
143
145
  DescribeCompanyListRequest,
144
146
  CreateIVRSessionResponse,
145
147
  IMSatisfaction,
@@ -215,13 +217,13 @@ export class Client extends AbstractClient {
215
217
  }
216
218
 
217
219
  /**
218
- * 获取坐席信息列表
220
+ * 创建ai外呼会话(仅支持高级版座席)
219
221
  */
220
- async DescribeStaffInfoList(
221
- req: DescribeStaffInfoListRequest,
222
- cb?: (error: string, rep: DescribeStaffInfoListResponse) => void
223
- ): Promise<DescribeStaffInfoListResponse> {
224
- return this.request("DescribeStaffInfoList", req, cb)
222
+ async CreateAICall(
223
+ req: CreateAICallRequest,
224
+ cb?: (error: string, rep: CreateAICallResponse) => void
225
+ ): Promise<CreateAICallResponse> {
226
+ return this.request("CreateAICall", req, cb)
225
227
  }
226
228
 
227
229
  /**
@@ -556,6 +558,16 @@ export class Client extends AbstractClient {
556
558
  return this.request("ModifyStaffPassword", req, cb)
557
559
  }
558
560
 
561
+ /**
562
+ * 获取坐席信息列表
563
+ */
564
+ async DescribeStaffInfoList(
565
+ req: DescribeStaffInfoListRequest,
566
+ cb?: (error: string, rep: DescribeStaffInfoListResponse) => void
567
+ ): Promise<DescribeStaffInfoListResponse> {
568
+ return this.request("DescribeStaffInfoList", req, cb)
569
+ }
570
+
559
571
  /**
560
572
  * 查询预测式外呼任务
561
573
  */
@@ -2064,6 +2064,137 @@ export interface AbortPredictiveDialingCampaignResponse {
2064
2064
  RequestId?: string
2065
2065
  }
2066
2066
 
2067
+ /**
2068
+ * CreateAICall请求参数结构体
2069
+ */
2070
+ export interface CreateAICallRequest {
2071
+ /**
2072
+ * 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
2073
+ */
2074
+ SdkAppId: number
2075
+ /**
2076
+ * 被叫
2077
+ */
2078
+ Callee: string
2079
+ /**
2080
+ * 用于设定AI座席人设、说话规则、任务等的全局提示词。
2081
+ */
2082
+ SystemPrompt: string
2083
+ /**
2084
+ * LLM类型
2085
+ */
2086
+ LLMType: string
2087
+ /**
2088
+ * 模型(当前仅支持openai协议的模型)
2089
+ */
2090
+ Model: string
2091
+ /**
2092
+ * API密钥
2093
+ */
2094
+ APIKey: string
2095
+ /**
2096
+ * API URL,仅支持兼容openai协议的模型,填写url时后缀不要带/chat/completions
2097
+ */
2098
+ APIUrl: string
2099
+ /**
2100
+ * 音色,目前仅支持以下音色:
2101
+ 汉语:
2102
+ ZhiMei:智美,客服女声
2103
+ ZhiXi: 智希 通用女声
2104
+ ZhiQi:智琪 客服女声
2105
+ ZhiTian:智甜 女童声
2106
+ AiXiaoJing:爱小静 对话女声
2107
+
2108
+ 英语:
2109
+ WeRose:英文女声
2110
+ Monika:英文女声
2111
+
2112
+ 日语:
2113
+ Nanami
2114
+
2115
+ 韩语:
2116
+ SunHi
2117
+
2118
+ 印度尼西亚语(印度尼西亚):
2119
+ Gadis
2120
+
2121
+ 马来语(马来西亚):
2122
+ Yasmin
2123
+
2124
+ 泰米尔语(马来西亚):
2125
+ Kani
2126
+
2127
+ 泰语(泰国):
2128
+ Achara
2129
+
2130
+ 越南语(越南):
2131
+ HoaiMy
2132
+
2133
+
2134
+ */
2135
+ VoiceType: string
2136
+ /**
2137
+ * 主叫号码列表
2138
+ */
2139
+ Callers?: Array<string>
2140
+ /**
2141
+ * 用于设定AI座席欢迎语。
2142
+ */
2143
+ WelcomeMessage?: string
2144
+ /**
2145
+ * 0:使用welcomeMessage(为空时,被叫先说话;不为空时,机器人先说话)
2146
+ 1: 使用ai根据prompt自动生成welcomeMessage并先说话
2147
+ */
2148
+ WelcomeType?: number
2149
+ /**
2150
+ * 最大等待时长(毫秒),默认60秒,超过这个时间用户没说话,自动挂断
2151
+ */
2152
+ MaxDuration?: number
2153
+ /**
2154
+ * 语音识别支持的语言, 默认是"zh" 中文,
2155
+ 填写数组,最长4个语言,第一个语言为主要识别语言,后面为可选语言,
2156
+ 注意:主要语言为中国方言时,可选语言无效
2157
+ 目前全量支持的语言如下,等号左面是语言英文名,右面是Language字段需要填写的值,该值遵循ISO639:
2158
+ 1. Chinese = "zh" # 中文
2159
+ 2. Chinese_TW = "zh-TW" # 中国台湾
2160
+ 3. Chinese_DIALECT = "zh-dialect" # 中国方言
2161
+ 4. English = "en" # 英语
2162
+ 5. Vietnamese = "vi" # 越南语
2163
+ 6. Japanese = "ja" # 日语
2164
+ 7. Korean = "ko" # 汉语
2165
+ 8. Indonesia = "id" # 印度尼西亚语
2166
+ 9. Thai = "th" # 泰语
2167
+ 10. Portuguese = "pt" # 葡萄牙语
2168
+ 11. Turkish = "tr" # 土耳其语
2169
+ 12. Arabic = "ar" # 阿拉伯语
2170
+ 13. Spanish = "es" # 西班牙语
2171
+ 14. Hindi = "hi" # 印地语
2172
+ 15. French = "fr" # 法语
2173
+ 16. Malay = "ms" # 马来语
2174
+ 17. Filipino = "fil" # 菲律宾语
2175
+ 18. German = "de" # 德语
2176
+ 19. Italian = "it" # 意大利语
2177
+ 20. Russian = "ru" # 俄语
2178
+ */
2179
+ Languages?: Array<string>
2180
+ /**
2181
+ * 打断AI说话模式,默认为0,0表示服务端自动打断,1表示服务端不打断,由端上发送打断信令进行打断
2182
+ */
2183
+ InterruptMode?: number
2184
+ /**
2185
+ * InterruptMode为0时使用,单位为毫秒,默认为500ms。表示服务端检测到持续InterruptSpeechDuration毫秒的人声则进行打断。
2186
+ */
2187
+ InterruptSpeechDuration?: number
2188
+ /**
2189
+ * 模型是否支持(或者开启)call_end function calling
2190
+ */
2191
+ EndFunctionEnable?: boolean
2192
+ /**
2193
+ * EndFunctionEnable为true时生效;call_end function calling的desc,默认为 "End the call when user has to leave (like says bye) or you are instructed to do so."
2194
+ */
2195
+ EndFunctionDesc?: string
2196
+ }
2197
+
2067
2198
  /**
2068
2199
  * DescribeNumbers请求参数结构体
2069
2200
  */
@@ -3228,6 +3359,20 @@ export interface ModifyCompanyApplyRequest {
3228
3359
  CompanyInfo: CompanyApplyInfo
3229
3360
  }
3230
3361
 
3362
+ /**
3363
+ * CreateAICall返回参数结构体
3364
+ */
3365
+ export interface CreateAICallResponse {
3366
+ /**
3367
+ * 新创建的会话 ID
3368
+ */
3369
+ SessionId?: string
3370
+ /**
3371
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3372
+ */
3373
+ RequestId?: string
3374
+ }
3375
+
3231
3376
  /**
3232
3377
  * DescribeCompanyList请求参数结构体
3233
3378
  */
@@ -3709,7 +3709,7 @@ export interface CreateListenerRequest {
3709
3709
  */
3710
3710
  Scheduler?: string
3711
3711
  /**
3712
- * 是否开启SNI特性,此参数仅适用于HTTPS监听器。0表示开启,1表示未开启。
3712
+ * 是否开启SNI特性,此参数仅适用于HTTPS监听器。0表示未开启,1表示开启。
3713
3713
  */
3714
3714
  SniSwitch?: number
3715
3715
  /**
@@ -3756,6 +3756,14 @@ export interface CreateListenerRequest {
3756
3756
  * 全端口段监听器的结束端口
3757
3757
  */
3758
3758
  FullEndPorts?: Array<number | bigint>
3759
+ /**
3760
+ * 内网http监听器开启h2c开关
3761
+ */
3762
+ H2cSwitch?: boolean
3763
+ /**
3764
+ * TCP_SSL监听器支持关闭SSL后仍然支持混绑,此参数为关闭开关
3765
+ */
3766
+ SslCloseSwitch?: boolean
3759
3767
  }
3760
3768
 
3761
3769
  /**
@@ -2578,7 +2578,7 @@ export interface TextSlotInfo {
2578
2578
  /**
2579
2579
  * 文本内容。
2580
2580
  */
2581
- Text: string
2581
+ Text?: string
2582
2582
  }
2583
2583
 
2584
2584
  /**
@@ -2977,7 +2977,7 @@ export interface SlotInfo {
2977
2977
  /**
2978
2978
  * 卡槽 Id。
2979
2979
  */
2980
- Id: number
2980
+ Id?: number
2981
2981
  /**
2982
2982
  * 卡槽类型,可取值有:
2983
2983
  <li> AUDIO:音频卡槽,可替换素材类型为 AUDIO 的音频素材;</li>
@@ -2985,20 +2985,24 @@ export interface SlotInfo {
2985
2985
  <li> IMAGE:图片卡槽,可替换素材类型为 IMAGE 的图片素材;</li>
2986
2986
  <li> TEXT:文本卡槽,可替换文本内容。</li>
2987
2987
  */
2988
- Type: string
2988
+ Type?: string
2989
2989
  /**
2990
2990
  * 默认素材ID。当卡槽类型为 AUDIO,VIDEO,或 IMAGE 中的一种时有效。
2991
2991
  */
2992
- DefaultMaterialId: string
2992
+ DefaultMaterialId?: string
2993
2993
  /**
2994
2994
  * 默认文本卡槽信息。当卡槽类型为 TEXT 时有效。
2995
2995
  注意:此字段可能返回 null,表示取不到有效值。
2996
2996
  */
2997
- DefaultTextSlotInfo: TextSlotInfo
2997
+ DefaultTextSlotInfo?: TextSlotInfo
2998
2998
  /**
2999
2999
  * 素材时长,单位秒。
3000
3000
  */
3001
- Duration: number
3001
+ Duration?: number
3002
+ /**
3003
+ * 卡槽起始时间,单位秒。
3004
+ */
3005
+ StartTime?: number
3002
3006
  }
3003
3007
 
3004
3008
  /**
@@ -94,7 +94,6 @@ import {
94
94
  DescribeResourcePackageSaleSpecRequest,
95
95
  UnbindClusterResourcePackagesResponse,
96
96
  RollBackClusterResponse,
97
- DescribeRollbackTimeValidityRequest,
98
97
  DescribeClusterInstanceGrpsResponse,
99
98
  ModifyBackupConfigResponse,
100
99
  ModifyClusterDatabaseRequest,
@@ -174,7 +173,6 @@ import {
174
173
  NetAddr,
175
174
  OpenWanRequest,
176
175
  ModifyAccountPrivilegesResponse,
177
- DescribeRollbackTimeValidityResponse,
178
176
  InquirePriceCreateRequest,
179
177
  ModifyAuditServiceRequest,
180
178
  ModifyClusterNameResponse,
@@ -1855,18 +1853,6 @@ export class Client extends AbstractClient {
1855
1853
  return this.request("DescribeClusterInstanceGroups", req, cb)
1856
1854
  }
1857
1855
 
1858
- /**
1859
- * 历史废弃接口,从云API下线
1860
-
1861
- 指定时间和集群查询是否可回滚
1862
- */
1863
- async DescribeRollbackTimeValidity(
1864
- req: DescribeRollbackTimeValidityRequest,
1865
- cb?: (error: string, rep: DescribeRollbackTimeValidityResponse) => void
1866
- ): Promise<DescribeRollbackTimeValidityResponse> {
1867
- return this.request("DescribeRollbackTimeValidity", req, cb)
1868
- }
1869
-
1870
1856
  /**
1871
1857
  * 查询实例安全组信息
1872
1858
  */
@@ -2342,24 +2342,6 @@ export interface RollBackClusterResponse {
2342
2342
  RequestId?: string
2343
2343
  }
2344
2344
 
2345
- /**
2346
- * DescribeRollbackTimeValidity请求参数结构体
2347
- */
2348
- export interface DescribeRollbackTimeValidityRequest {
2349
- /**
2350
- * 集群ID
2351
- */
2352
- ClusterId: string
2353
- /**
2354
- * 期望回滚的时间点
2355
- */
2356
- ExpectTime: string
2357
- /**
2358
- * 回滚时间点的允许误差范围
2359
- */
2360
- ExpectTimeThresh: number
2361
- }
2362
-
2363
2345
  /**
2364
2346
  * DescribeClusterInstanceGrps返回参数结构体
2365
2347
  */
@@ -4118,32 +4100,6 @@ export interface ModifyAccountPrivilegesResponse {
4118
4100
  RequestId?: string
4119
4101
  }
4120
4102
 
4121
- /**
4122
- * DescribeRollbackTimeValidity返回参数结构体
4123
- */
4124
- export interface DescribeRollbackTimeValidityResponse {
4125
- /**
4126
- * 存储poolID
4127
- */
4128
- PoolId?: number
4129
- /**
4130
- * 回滚任务ID,后续按该时间点回滚时,需要传入
4131
- */
4132
- QueryId?: number
4133
- /**
4134
- * 时间点是否有效:pass,检测通过;fail,检测失败
4135
- */
4136
- Status?: string
4137
- /**
4138
- * 建议时间点,在Status为fail时,该值才有效
4139
- */
4140
- SuggestTime?: string
4141
- /**
4142
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4143
- */
4144
- RequestId?: string
4145
- }
4146
-
4147
4103
  /**
4148
4104
  * InquirePriceCreate请求参数结构体
4149
4105
  */
@@ -4987,11 +4987,11 @@ export interface DescribeSLInstanceListRequest {
4987
4987
  */
4988
4988
  OrderField?: string
4989
4989
  /**
4990
- * 按照OrderField升序或者降序进行排序。取值范围:<li>0:表示降序。</li><li>1:表示升序。</li>默认值为0。
4990
+ * 按照OrderField升序或者降序进行排序。取值范围:<li>0:表示升序。</li><li>1:表示降序。</li>默认值为0。
4991
4991
  */
4992
4992
  Asc?: number
4993
4993
  /**
4994
- * 自定义查询过滤器。
4994
+ * 自定义查询过滤器。示例:<li>根据ClusterId过滤实例:[{"Name":"ClusterId","Values":["emr-xxxxxxxx"]}]</li><li>根据clusterName过滤实例:[{"Name": "ClusterName","Values": ["cluster_name"]}]</li><li>根据ClusterStatus过滤实例:[{"Name": "ClusterStatus","Values": ["2"]}]</li>
4995
4995
  */
4996
4996
  Filters?: Array<Filters>
4997
4997
  }
@@ -6066,7 +6066,7 @@ export interface DescribeInstancesListRequest {
6066
6066
  */
6067
6067
  Asc?: number
6068
6068
  /**
6069
- * 自定义查询
6069
+ * 自定义查询过滤器。示例:<li>根据ClusterId过滤实例:[{"Name":"ClusterId","Values":["emr-xxxxxxxx"]}]</li><li>根据clusterName过滤实例:[{"Name": "ClusterName","Values": ["cluster_name"]}]</li><li>根据ClusterStatus过滤实例:[{"Name": "ClusterStatus","Values": ["2"]}]</li>
6070
6070
  */
6071
6071
  Filters?: Array<Filters>
6072
6072
  }
@@ -1891,6 +1891,10 @@ export interface GetEidTokenConfig {
1891
1891
  * 用户语音回答过程中是否开启张嘴识别检测,默认不开启,仅在意愿核身问答模式中使用。
1892
1892
  */
1893
1893
  MouthOpenRecognition?: boolean
1894
+ /**
1895
+ * 意愿核身语音播报速度,配置后问答模式和点头模式的语音播报环节都会生效,默认值为0: 0:智能语速(根据播报文案的长度自动调整语音播报速度) 1:固定1倍速 2:固定1.2倍速 3:固定1.5倍速
1896
+ */
1897
+ Speed?: number
1894
1898
  }
1895
1899
 
1896
1900
  /**