tencentcloud-sdk-nodejs 4.0.944 → 4.0.946
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/CHANGELOG.md +515 -0
- package/SERVICE_CHANGELOG.md +508 -83
- package/package.json +1 -1
- package/products.md +32 -32
- package/src/common/sdk_version.ts +1 -1
- package/src/services/aiart/v20221229/aiart_client.ts +34 -21
- package/src/services/aiart/v20221229/aiart_models.ts +6 -6
- package/src/services/ccc/v20200210/ccc_client.ts +18 -6
- package/src/services/ccc/v20200210/ccc_models.ts +145 -0
- package/src/services/clb/v20180317/clb_models.ts +9 -1
- package/src/services/cme/v20191029/cme_models.ts +10 -6
- package/src/services/cwp/v20180228/cwp_client.ts +4 -2
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +0 -14
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +0 -44
- package/src/services/dasb/v20191018/dasb_models.ts +16 -3
- package/src/services/dts/v20211206/dts_models.ts +4 -4
- package/src/services/emr/v20190103/emr_models.ts +3 -3
- package/src/services/ess/v20201111/ess_client.ts +18 -10
- package/src/services/ess/v20201111/ess_models.ts +12 -6
- package/src/services/essbasic/v20210526/essbasic_client.ts +11 -9
- package/src/services/essbasic/v20210526/essbasic_models.ts +11 -4
- package/src/services/faceid/v20180301/faceid_models.ts +4 -0
- package/src/services/iecp/v20210914/iecp_client.ts +521 -806
- package/src/services/iecp/v20210914/iecp_models.ts +358 -1422
- package/src/services/ims/v20201229/ims_client.ts +8 -3
- package/src/services/ims/v20201229/ims_models.ts +2 -2
- package/src/services/monitor/v20180724/monitor_client.ts +16 -44
- package/src/services/monitor/v20180724/monitor_models.ts +54 -103
- package/src/services/ocr/v20181119/ocr_client.ts +1 -1
- package/src/services/ocr/v20181119/ocr_models.ts +3 -1
- package/src/services/omics/v20221128/omics_client.ts +1 -0
- package/src/services/omics/v20221128/omics_models.ts +98 -11
- package/src/services/postgres/v20170312/postgres_client.ts +14 -1
- package/src/services/postgres/v20170312/postgres_models.ts +109 -14
- package/src/services/rce/v20201103/rce_models.ts +18 -15
- package/src/services/ssl/v20191205/ssl_client.ts +1 -0
- package/src/services/ssl/v20191205/ssl_models.ts +26 -0
- package/src/services/tcb/v20180608/tcb_models.ts +10 -1
- package/src/services/tcss/v20201101/tcss_client.ts +1 -0
- package/src/services/tcss/v20201101/tcss_models.ts +91 -3
- package/src/services/teo/v20220901/teo_client.ts +3 -2
- package/src/services/teo/v20220901/teo_models.ts +56 -27
- package/src/services/tke/v20180525/tke_models.ts +5 -5
- package/src/services/tke/v20220501/tke_models.ts +5 -5
- package/src/services/tse/v20201207/tse_models.ts +10 -0
- package/src/services/tsf/v20180326/tsf_client.ts +8 -22
- package/src/services/tsf/v20180326/tsf_models.ts +9 -29
- package/src/services/tts/v20190823/tts_client.ts +4 -1
- package/src/services/vpc/v20170312/vpc_models.ts +9 -0
- package/src/services/wedata/v20210820/wedata_models.ts +5 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/aiart/v20221229/aiart_client.d.ts +34 -21
- package/tencentcloud/services/aiart/v20221229/aiart_client.js +34 -21
- package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +6 -6
- package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +7 -3
- package/tencentcloud/services/ccc/v20200210/ccc_client.js +9 -3
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +143 -0
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +9 -1
- package/tencentcloud/services/cme/v20191029/cme_models.d.ts +10 -6
- package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +3 -1
- package/tencentcloud/services/cwp/v20180228/cwp_client.js +3 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +1 -7
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +0 -8
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +0 -42
- package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +16 -3
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +4 -4
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +3 -3
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +17 -9
- package/tencentcloud/services/ess/v20201111/ess_client.js +17 -9
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +12 -6
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +11 -9
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +11 -9
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +11 -4
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +4 -0
- package/tencentcloud/services/iecp/v20210914/iecp_client.d.ts +155 -275
- package/tencentcloud/services/iecp/v20210914/iecp_client.js +240 -400
- package/tencentcloud/services/iecp/v20210914/iecp_models.d.ts +288 -1307
- package/tencentcloud/services/ims/v20201229/ims_client.d.ts +8 -3
- package/tencentcloud/services/ims/v20201229/ims_client.js +8 -3
- package/tencentcloud/services/ims/v20201229/ims_models.d.ts +2 -2
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +5 -17
- package/tencentcloud/services/monitor/v20180724/monitor_client.js +6 -22
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +54 -99
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +3 -1
- package/tencentcloud/services/omics/v20221128/omics_models.d.ts +97 -11
- package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +5 -1
- package/tencentcloud/services/postgres/v20170312/postgres_client.js +6 -0
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +106 -14
- package/tencentcloud/services/rce/v20201103/rce_models.d.ts +18 -15
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +25 -0
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +10 -1
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +90 -3
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +55 -27
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +5 -5
- package/tencentcloud/services/tke/v20220501/tke_models.d.ts +5 -5
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +10 -0
- package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +3 -9
- package/tencentcloud/services/tsf/v20180326/tsf_client.js +3 -11
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +9 -27
- package/tencentcloud/services/tts/v20190823/tts_client.d.ts +4 -1
- package/tencentcloud/services/tts/v20190823/tts_client.js +4 -1
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +9 -0
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +5 -0
- package/test/ccc.v20200210.test.js +12 -2
- package/test/cynosdb.v20190107.test.js +0 -10
- package/test/iecp.v20210914.test.js +156 -356
- package/test/monitor.v20180724.test.js +4 -24
- package/test/postgres.v20170312.test.js +10 -0
- package/test/tsf.v20180326.test.js +2 -12
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
| advisor | [云顾问](https://cloud.tencent.com/document/product/1264) | 2024-03-20 01:07:31 |
|
|
7
7
|
| af | [借贷反欺诈](https://cloud.tencent.com/document/product/668) | 2024-05-31 01:07:20 |
|
|
8
8
|
| afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2024-05-31 01:07:25 |
|
|
9
|
-
| aiart | [大模型图像创作引擎](https://cloud.tencent.com/document/product/1668) | 2024-09-
|
|
9
|
+
| aiart | [大模型图像创作引擎](https://cloud.tencent.com/document/product/1668) | 2024-09-26 01:07:24 |
|
|
10
10
|
| ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2023-08-17 01:06:14 |
|
|
11
11
|
| ams | [音频内容安全](https://cloud.tencent.com/document/product/1219) | 2024-09-03 01:07:31 |
|
|
12
12
|
| anicloud | [动效素材服务](https://cloud.tencent.com/document/product/1641) | 2023-05-18 01:01:53 |
|
|
@@ -39,13 +39,13 @@
|
|
|
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-
|
|
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 |
|
|
46
46
|
| cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2024-06-18 01:18:51 |
|
|
47
47
|
| cdwch | [腾讯云数据仓库TCHouse-C](https://cloud.tencent.com/document/product/1299) | 2024-09-06 01:13:27 |
|
|
48
|
-
| cdwdoris | [腾讯云数据仓库 TCHouse-D](https://cloud.tencent.com/document/product/1387) | 2024-09-
|
|
48
|
+
| cdwdoris | [腾讯云数据仓库 TCHouse-D](https://cloud.tencent.com/document/product/1387) | 2024-09-26 01:11:32 |
|
|
49
49
|
| cdwpg | [云数据仓库 PostgreSQL](https://cloud.tencent.com/document/product/878) | 2024-03-28 01:10:53 |
|
|
50
50
|
| cdz | [专属可用区](https://cloud.tencent.com/document/product/1629) | 2024-08-28 01:17:24 |
|
|
51
51
|
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2024-09-20 12:56:59 |
|
|
@@ -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-
|
|
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-
|
|
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 |
|
|
@@ -73,10 +73,10 @@
|
|
|
73
73
|
| csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2024-09-19 01:21:01 |
|
|
74
74
|
| csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2024-03-20 01:12:25 |
|
|
75
75
|
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2024-09-24 01:13:45 |
|
|
76
|
-
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2024-09-
|
|
76
|
+
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2024-09-26 01:14:22 |
|
|
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-
|
|
79
|
-
| dasb | [运维安全中心(堡垒机)](https://cloud.tencent.com/document/product/1025) | 2024-09-
|
|
78
|
+
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-09-25 01:15:47 |
|
|
79
|
+
| dasb | [运维安全中心(堡垒机)](https://cloud.tencent.com/document/product/1025) | 2024-09-26 01:16:16 |
|
|
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 |
|
|
82
82
|
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2024-09-03 01:38:02 |
|
|
@@ -90,19 +90,19 @@
|
|
|
90
90
|
| ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2024-03-20 01:15:13 |
|
|
91
91
|
| dsgc | [数据安全治理中心](https://cloud.tencent.com/document/product/1087) | 2024-09-20 13:01:30 |
|
|
92
92
|
| dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
|
|
93
|
-
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2024-09-
|
|
93
|
+
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2024-09-26 01:18:50 |
|
|
94
94
|
| eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2024-08-19 01:36:09 |
|
|
95
95
|
| ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2024-09-05 01:32:54 |
|
|
96
96
|
| ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2024-03-20 01:15:52 |
|
|
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-
|
|
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
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-09-
|
|
103
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-09-
|
|
102
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-09-26 01:20:15 |
|
|
103
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-09-26 01:20:42 |
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
163
|
-
| omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2024-09-
|
|
162
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-09-25 01:28:00 |
|
|
163
|
+
| omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2024-09-26 01:28:34 |
|
|
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-
|
|
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-
|
|
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 |
|
|
@@ -183,7 +183,7 @@
|
|
|
183
183
|
| solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
|
|
184
184
|
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2024-08-27 02:19:04 |
|
|
185
185
|
| ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-11-15 02:18:28 |
|
|
186
|
-
| ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2024-09-
|
|
186
|
+
| ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2024-09-26 01:31:18 |
|
|
187
187
|
| sslpod | [证书监控 SSLPod](https://cloud.tencent.com/document/product/1084) | 2024-03-20 01:24:03 |
|
|
188
188
|
| ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2024-05-21 02:06:48 |
|
|
189
189
|
| sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2024-08-28 02:21:40 |
|
|
@@ -197,20 +197,20 @@
|
|
|
197
197
|
| tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
|
|
198
198
|
| tbp | [腾讯智能对话平台](https://cloud.tencent.com/document/product/1060) | 2024-03-20 01:24:24 |
|
|
199
199
|
| tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2024-08-05 02:05:20 |
|
|
200
|
-
| tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2024-09-
|
|
200
|
+
| tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2024-09-26 01:32:18 |
|
|
201
201
|
| tcbr | [云托管 CloudBase Run](https://cloud.tencent.com/document/product/1243) | 2024-08-08 02:12:50 |
|
|
202
202
|
| tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-07-21 06:17:29 |
|
|
203
203
|
| tchd | [腾讯云健康看板](https://cloud.tencent.com/document/product/1688) | 2024-03-20 01:24:49 |
|
|
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-
|
|
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
|
-
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2024-09-
|
|
210
|
+
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2024-09-26 01:34:12 |
|
|
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-
|
|
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-
|
|
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 |
|
|
@@ -229,12 +229,12 @@
|
|
|
229
229
|
| trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2024-09-10 02:17:47 |
|
|
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
|
-
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-09-
|
|
233
|
-
| tse | [微服务引擎](https://cloud.tencent.com/document/product/1364) | 2024-09-
|
|
234
|
-
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2024-09-
|
|
232
|
+
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-09-26 01:36:59 |
|
|
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
|
-
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2024-
|
|
237
|
+
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2024-09-26 01:38:14 |
|
|
238
238
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2024-03-20 01:30:08 |
|
|
239
239
|
| vcg | [视频生成](https://cloud.tencent.com/document/product/1770) | 2024-06-06 02:47:17 |
|
|
240
240
|
| vclm | [大模型视频创作引擎](https://cloud.tencent.com/document/product/1616) | 2024-09-10 02:22:16 |
|
|
@@ -242,12 +242,12 @@
|
|
|
242
242
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2024-07-26 02:26:34 |
|
|
243
243
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2024-03-20 01:30:13 |
|
|
244
244
|
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2024-09-11 19:07:13 |
|
|
245
|
-
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2024-09-
|
|
245
|
+
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2024-09-26 01:39:10 |
|
|
246
246
|
| vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2024-09-06 02:27:27 |
|
|
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-
|
|
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.
|
|
1
|
+
export const sdkVersion = "4.0.946"
|
|
@@ -97,12 +97,14 @@ export class Client extends AbstractClient {
|
|
|
97
97
|
}
|
|
98
98
|
|
|
99
99
|
/**
|
|
100
|
-
* AI
|
|
101
|
-
|
|
102
|
-
训练模型分为提交任务和查询任务2
|
|
103
|
-
-
|
|
100
|
+
* AI 写真分为上传训练图片、训练写真模型(可选跳过)、生成写真图片3个环节,需要依次调用对应接口。
|
|
101
|
+
如果选择免训练模式无需调用本接口。
|
|
102
|
+
训练模型分为提交任务和查询任务2个接口:
|
|
103
|
+
- 提交训练写真模型任务:完成上传图片后,提交一个训练写真模型异步任务,根据写真模型 ID 开始训练模型。
|
|
104
104
|
- 查询训练写真模型任务:根据写真模型 ID 查询训练任务的处理状态、处理结果。
|
|
105
|
-
|
|
105
|
+
|
|
106
|
+
每个写真模型自训练完成起1年内有效,有效期内可使用写真模型 ID 生成图片,期满后需要重新训练。
|
|
107
|
+
提交训练写真模型任务按并发计费,无默认并发额度。
|
|
106
108
|
*/
|
|
107
109
|
async SubmitTrainPortraitModelJob(
|
|
108
110
|
req: SubmitTrainPortraitModelJobRequest,
|
|
@@ -137,11 +139,14 @@ export class Client extends AbstractClient {
|
|
|
137
139
|
}
|
|
138
140
|
|
|
139
141
|
/**
|
|
140
|
-
* AI
|
|
141
|
-
|
|
142
|
-
训练模型分为提交任务和查询任务2
|
|
143
|
-
|
|
142
|
+
* AI 写真分为上传训练图片、训练写真模型(可选跳过)、生成写真图片3个环节,需要依次调用对应接口。
|
|
143
|
+
如果选择免训练模式无需调用本接口。
|
|
144
|
+
训练模型分为提交任务和查询任务2个接口:
|
|
145
|
+
|
|
146
|
+
- 提交训练写真模型任务:完成上传图片后,提交一个训练写真模型异步任务,根据写真模型 ID 开始训练模型。
|
|
144
147
|
- 查询训练写真模型任务:根据写真模型 ID 查询训练任务的处理状态、处理结果。
|
|
148
|
+
|
|
149
|
+
每个写真模型自训练完成起1年内有效,有效期内可使用写真模型 ID 生成图片,期满后需要重新训练。
|
|
145
150
|
*/
|
|
146
151
|
async QueryTrainPortraitModelJob(
|
|
147
152
|
req: QueryTrainPortraitModelJobRequest,
|
|
@@ -151,13 +156,14 @@ export class Client extends AbstractClient {
|
|
|
151
156
|
}
|
|
152
157
|
|
|
153
158
|
/**
|
|
154
|
-
* AI
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
-
|
|
159
|
+
* AI 写真分为上传训练图片、训练写真模型(可选跳过)、生成写真图片3个环节,需要依次调用对应接口。
|
|
160
|
+
生成图片分为提交任务和查询任务2个接口:
|
|
161
|
+
|
|
162
|
+
- 提交生成写真图片任务:选择风格模板,提交一个生成写真图片异步任务,根据写真模型 ID 生成写真图片,获得任务 ID。
|
|
158
163
|
- 查询生成写真图片任务:根据任务 ID 查询生成图片任务的处理状态、处理结果。
|
|
159
164
|
|
|
160
|
-
|
|
165
|
+
每个写真模型自训练完成起1年内有效,有效期内可使用写真模型 ID 生成图片,期满后需要重新训练。
|
|
166
|
+
提交生成写真图片任务默认提供1个并发。
|
|
161
167
|
*/
|
|
162
168
|
async SubmitDrawPortraitJob(
|
|
163
169
|
req: SubmitDrawPortraitJobRequest,
|
|
@@ -167,11 +173,13 @@ export class Client extends AbstractClient {
|
|
|
167
173
|
}
|
|
168
174
|
|
|
169
175
|
/**
|
|
170
|
-
* AI
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
-
|
|
176
|
+
* AI 写真分为上传训练图片、训练写真模型(可选跳过)、生成写真图片3个环节,需要依次调用对应接口。
|
|
177
|
+
生成图片分为提交任务和查询任务2个接口:
|
|
178
|
+
|
|
179
|
+
- 提交生成写真图片任务:选择风格模板,提交一个生成写真图片异步任务,根据写真模型 ID 生成写真图片,获得任务 ID。
|
|
174
180
|
- 查询生成写真图片任务:根据任务 ID 查询生成图片任务的处理状态、处理结果。
|
|
181
|
+
|
|
182
|
+
每个写真模型自训练完成起1年内有效,有效期内可使用写真模型 ID 生成图片,期满后需要重新训练。
|
|
175
183
|
*/
|
|
176
184
|
async QueryDrawPortraitJob(
|
|
177
185
|
req: QueryDrawPortraitJobRequest,
|
|
@@ -181,9 +189,14 @@ export class Client extends AbstractClient {
|
|
|
181
189
|
}
|
|
182
190
|
|
|
183
191
|
/**
|
|
184
|
-
* AI
|
|
185
|
-
|
|
186
|
-
|
|
192
|
+
* AI 写真分为上传训练图片、训练写真模型(可选跳过)、生成写真图片3个环节,需要依次调用对应接口。
|
|
193
|
+
本接口用于上传人像图片并指定对应的写真模型 ID。上传的图片要求是同一个人,建议上传单人、正脸、脸部区域占比较大、脸部清晰无遮挡、无大角度偏转、无夸张表情的图片。
|
|
194
|
+
可选模式:
|
|
195
|
+
- 常规训练模式:上传20 - 25张图片用于模型训练,完成训练后可生成写真图片。
|
|
196
|
+
- 快速训练模式:仅需上传1张图片用于模型训练,训练速度更快,完成训练后可生成写真图片。
|
|
197
|
+
- 免训练模式:仅需上传1张图片,跳过训练环节,直接生成写真图片。
|
|
198
|
+
|
|
199
|
+
上传写真训练图片默认提供1个并发。
|
|
187
200
|
*/
|
|
188
201
|
async UploadTrainPortraitImages(
|
|
189
202
|
req: UploadTrainPortraitImagesRequest,
|
|
@@ -189,11 +189,10 @@ export interface UploadTrainPortraitImagesRequest {
|
|
|
189
189
|
*/
|
|
190
190
|
BaseUrl?: string
|
|
191
191
|
/**
|
|
192
|
-
* 写真模型训练用的图像 URL
|
|
192
|
+
* 写真模型训练用的图像 URL 列表,仅常规训练模式需要上传。
|
|
193
193
|
图片数量:19 - 24 张。
|
|
194
194
|
图片内容:单人,脸部清晰,和基础图像中的人物为同一人。
|
|
195
195
|
图片限制:单边分辨率小于2000,转成 Base64 字符串后小于 5MB。
|
|
196
|
-
|
|
197
196
|
*/
|
|
198
197
|
Urls?: Array<string>
|
|
199
198
|
/**
|
|
@@ -204,10 +203,11 @@ export interface UploadTrainPortraitImagesRequest {
|
|
|
204
203
|
*/
|
|
205
204
|
Filter?: Filter
|
|
206
205
|
/**
|
|
207
|
-
*
|
|
208
|
-
|
|
209
|
-
0
|
|
210
|
-
1
|
|
206
|
+
* 训练模式。
|
|
207
|
+
默认使用常规训练模式。如果使用快速训练模式和免训练模式,只需要在 BaseUrl 中传入1张图片,Urls.N 中无需传入图片。
|
|
208
|
+
0:常规训练模式,上传多张图片用于模型训练,完成训练后可生成写真图片。
|
|
209
|
+
1:快速训练模式,仅需上传1张图片用于模型训练,训练速度更快,完成训练后可生成写真图片。
|
|
210
|
+
2:免训练模式,仅需上传1张图片,跳过模型训练环节,直接生成写真图片。
|
|
211
211
|
*/
|
|
212
212
|
TrainMode?: number
|
|
213
213
|
}
|
|
@@ -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
|
|
221
|
-
req:
|
|
222
|
-
cb?: (error: string, rep:
|
|
223
|
-
): Promise<
|
|
224
|
-
return this.request("
|
|
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
|
|
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
|
|
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
|
|
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
|
|
2988
|
+
Type?: string
|
|
2989
2989
|
/**
|
|
2990
2990
|
* 默认素材ID。当卡槽类型为 AUDIO,VIDEO,或 IMAGE 中的一种时有效。
|
|
2991
2991
|
*/
|
|
2992
|
-
DefaultMaterialId
|
|
2992
|
+
DefaultMaterialId?: string
|
|
2993
2993
|
/**
|
|
2994
2994
|
* 默认文本卡槽信息。当卡槽类型为 TEXT 时有效。
|
|
2995
2995
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2996
2996
|
*/
|
|
2997
|
-
DefaultTextSlotInfo
|
|
2997
|
+
DefaultTextSlotInfo?: TextSlotInfo
|
|
2998
2998
|
/**
|
|
2999
2999
|
* 素材时长,单位秒。
|
|
3000
3000
|
*/
|
|
3001
|
-
Duration
|
|
3001
|
+
Duration?: number
|
|
3002
|
+
/**
|
|
3003
|
+
* 卡槽起始时间,单位秒。
|
|
3004
|
+
*/
|
|
3005
|
+
StartTime?: number
|
|
3002
3006
|
}
|
|
3003
3007
|
|
|
3004
3008
|
/**
|
|
@@ -4196,8 +4196,10 @@ export class Client extends AbstractClient {
|
|
|
4196
4196
|
}
|
|
4197
4197
|
|
|
4198
4198
|
/**
|
|
4199
|
-
|
|
4200
|
-
|
|
4199
|
+
* 接口已废弃
|
|
4200
|
+
|
|
4201
|
+
获取索引列表
|
|
4202
|
+
*/
|
|
4201
4203
|
async DescribeIndexList(
|
|
4202
4204
|
req?: DescribeIndexListRequest,
|
|
4203
4205
|
cb?: (error: string, rep: DescribeIndexListResponse) => void
|