tencentcloud-sdk-nodejs-intl-en 3.0.1355 → 3.0.1357
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 +1 -1
- package/tencentcloud/as/v20180419/models.js +67 -14
- package/tencentcloud/captcha/v20190722/models.js +2 -2
- package/tencentcloud/ccc/v20200210/ccc_client.js +8 -8
- package/tencentcloud/ccc/v20200210/models.js +2 -2
- package/tencentcloud/clb/v20180317/clb_client.js +2 -2
- package/tencentcloud/clb/v20180317/models.js +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/dc/v20180410/dc_client.js +1 -2
- package/tencentcloud/dc/v20180410/models.js +89 -22
- package/tencentcloud/gwlb/v20240906/models.js +89 -0
- package/tencentcloud/hunyuan/v20230901/hunyuan_client.js +29 -3
- package/tencentcloud/hunyuan/v20230901/models.js +242 -67
- package/tencentcloud/intlpartnersmgt/v20220928/intlpartnersmgt_client.js +23 -9
- package/tencentcloud/intlpartnersmgt/v20220928/models.js +376 -240
- package/tencentcloud/mps/v20190612/models.js +1171 -698
- package/tencentcloud/mps/v20190612/mps_client.js +84 -4
- package/tencentcloud/postgres/v20170312/models.js +33 -49
- package/tencentcloud/sms/v20210111/models.js +21 -5
- package/tencentcloud/sms/v20210111/sms_client.js +2 -4
- package/tencentcloud/ssl/v20191205/models.js +464 -0
- package/tencentcloud/ssl/v20191205/ssl_client.js +26 -0
- package/tencentcloud/teo/v20220901/models.js +2 -2
- package/tencentcloud/teo/v20220901/teo_client.js +1 -1
- package/tencentcloud/trtc/v20190722/models.js +6 -6
- package/tencentcloud/trtc/v20190722/trtc_client.js +5 -5
- package/tencentcloud/vod/v20180717/models.js +6093 -1966
- package/tencentcloud/vod/v20180717/vod_client.js +119 -61
package/package.json
CHANGED
|
@@ -66,7 +66,7 @@ class ModifyLaunchConfigurationAttributesRequest extends AbstractModel {
|
|
|
66
66
|
|
|
67
67
|
/**
|
|
68
68
|
* Types of cvm instances. different instance models specify different resource specifications. supports up to 10 instance models.
|
|
69
|
-
The launch configuration uses `InstanceType` to indicate one single instance type and `InstanceTypes` to indicate multiple instance types. specifying the `InstanceTypes` field will invalidate the original `InstanceType`. specific values can be obtained by calling the api [
|
|
69
|
+
The launch configuration uses `InstanceType` to indicate one single instance type and `InstanceTypes` to indicate multiple instance types. specifying the `InstanceTypes` field will invalidate the original `InstanceType`. specific values can be obtained by calling the api [DescribeZoneInstanceConfigInfos](https://www.tencentcloud.com/document/product/213/33254) to obtain the latest specification table or refer to [instance specifications](https://intl.cloud.tencent.com/document/product/213/11518?from_cn_redirect=1).
|
|
70
70
|
* @type {Array.<string> || null}
|
|
71
71
|
*/
|
|
72
72
|
this.InstanceTypes = null;
|
|
@@ -3083,7 +3083,7 @@ Note: the instance's project ID within the scaling group takes the project ID of
|
|
|
3083
3083
|
this.ProjectId = null;
|
|
3084
3084
|
|
|
3085
3085
|
/**
|
|
3086
|
-
* Instance model. Different instance models specify different resource specifications. The specific value can be obtained by calling the [
|
|
3086
|
+
* Instance model. Different instance models specify different resource specifications. The specific value can be obtained by calling the [DescribeZoneInstanceConfigInfos](https://www.tencentcloud.com/document/product/213/33254) API to get the latest specification table or referring to the descriptions in [Instance Types](https://intl.cloud.tencent.com/document/product/213/11518?from_cn_redirect=1).
|
|
3087
3087
|
`InstanceType` and `InstanceTypes` are mutually exclusive, and one and only one of them must be entered.
|
|
3088
3088
|
* @type {string || null}
|
|
3089
3089
|
*/
|
|
@@ -3148,7 +3148,7 @@ Note: the instance's project ID within the scaling group takes the project ID of
|
|
|
3148
3148
|
|
|
3149
3149
|
/**
|
|
3150
3150
|
* Instance model list. different instance models specify different resource specifications. supports up to 10 instance models.
|
|
3151
|
-
The `InstanceType` and `InstanceTypes` parameters are mutually exclusive. one and only one must be filled in. specific values can be obtained by calling the api [
|
|
3151
|
+
The `InstanceType` and `InstanceTypes` parameters are mutually exclusive. one and only one must be filled in. specific values can be obtained by calling the api [Instance Types](https://intl.cloud.tencent.com/document/product/213/11518?from_cn_redirect=1) to obtain the latest specification table or refer to [instance specifications](https://intl.cloud.tencent.com/document/product/213/11518?from_cn_redirect=1).
|
|
3152
3152
|
* @type {Array.<string> || null}
|
|
3153
3153
|
*/
|
|
3154
3154
|
this.InstanceTypes = null;
|
|
@@ -3183,14 +3183,19 @@ If a model in InstanceTypes does not exist or has been abolished, a verification
|
|
|
3183
3183
|
this.Tags = null;
|
|
3184
3184
|
|
|
3185
3185
|
/**
|
|
3186
|
-
*
|
|
3186
|
+
* Specifies the related settings for the cloud virtual machine HostName (HostName).
|
|
3187
|
+
windows instances do not support setting hostname.
|
|
3188
|
+
When adding new attributes, the cloud virtual machine hostname must be transmitted. other fields not transmitted will be set as default.
|
|
3189
|
+
Validates whether the host name (with suffix added if it exists) exceeds the maximum of 46 characters.
|
|
3187
3190
|
* @type {HostNameSettings || null}
|
|
3188
3191
|
*/
|
|
3189
3192
|
this.HostNameSettings = null;
|
|
3190
3193
|
|
|
3191
3194
|
/**
|
|
3192
|
-
*
|
|
3193
|
-
If this field
|
|
3195
|
+
* Specifies the related settings of the cloud server instance name (InstanceName).
|
|
3196
|
+
If the user sets this field in the launch configuration, the instance name of the instance created by the scaling group will be set according to this field and passed to CVM. if the user does not set this field in the launch configuration, the instance name of the instance created by the scaling group will be set as "as-{{ scaling group AutoScalingGroupName }}" and passed to CVM.
|
|
3197
|
+
Specifies the instance name of the cloud virtual machine when adding this attribute. other fields not transmitted will be set as default.
|
|
3198
|
+
Verifies whether the instance name (add the suffix if it exists) exceeds the maximum of 108 characters.
|
|
3194
3199
|
* @type {InstanceNameSettings || null}
|
|
3195
3200
|
*/
|
|
3196
3201
|
this.InstanceNameSettings = null;
|
|
@@ -3210,7 +3215,7 @@ If this field is configured in a launch configuration, the `InstanceName` of a C
|
|
|
3210
3215
|
this.DiskTypePolicy = null;
|
|
3211
3216
|
|
|
3212
3217
|
/**
|
|
3213
|
-
* High-Performance computing cluster ID.
|
|
3218
|
+
* High-Performance computing cluster ID. This parameter is not currently supported for the international site.
|
|
3214
3219
|
Note: this field is empty by default.
|
|
3215
3220
|
* @type {string || null}
|
|
3216
3221
|
*/
|
|
@@ -3529,7 +3534,7 @@ class AutoScalingGroup extends AbstractModel {
|
|
|
3529
3534
|
this.ServiceSettings = null;
|
|
3530
3535
|
|
|
3531
3536
|
/**
|
|
3532
|
-
* The number of IPv6 addresses that an instance has. valid values: 0 and 1. default value: 0, which means the instance does not allocate an IPv6 address. use a private network that supports ip and enable IPv6 CIDR in the subnet. for usage restrictions, see [IPv6 usage limits](https://
|
|
3537
|
+
* The number of IPv6 addresses that an instance has. valid values: 0 and 1. default value: 0, which means the instance does not allocate an IPv6 address. use a private network that supports ip and enable IPv6 CIDR in the subnet. for usage restrictions, see [IPv6 usage limits](https://www.tencentcloud.com/zh/document/product/215/78469).
|
|
3533
3538
|
* @type {number || null}
|
|
3534
3539
|
*/
|
|
3535
3540
|
this.Ipv6AddressCount = null;
|
|
@@ -3581,11 +3586,28 @@ A valid value will be returned only when `InstanceAllocationPolicy` is set to `S
|
|
|
3581
3586
|
this.CapacityRebalance = null;
|
|
3582
3587
|
|
|
3583
3588
|
/**
|
|
3584
|
-
* Instance name
|
|
3589
|
+
* Instance name index settings.
|
|
3585
3590
|
* @type {InstanceNameIndexSettings || null}
|
|
3586
3591
|
*/
|
|
3587
3592
|
this.InstanceNameIndexSettings = null;
|
|
3588
3593
|
|
|
3594
|
+
/**
|
|
3595
|
+
* Instance host name index settings.
|
|
3596
|
+
* @type {HostNameIndexSettings || null}
|
|
3597
|
+
*/
|
|
3598
|
+
this.HostNameIndexSettings = null;
|
|
3599
|
+
|
|
3600
|
+
/**
|
|
3601
|
+
* This feature allows the system to perform multiple scale out operations concurrently in order to reach the desired capacity. However, the following constraints apply:
|
|
3602
|
+
|
|
3603
|
+
- Compatibility: This option cannot be set if the InstanceAllocationPolicyis SPOT_MIXED or the ScalingMode is WAKE_UP_STOPPED_SCALING.
|
|
3604
|
+
- Concurrency Limit: The system currently supports a maximum of two concurrent scale-out operations.
|
|
3605
|
+
- Operation Restrictions: Other scaling actions such as scaling to a specific instance count or performing scale in, cannot be executed concurrently.
|
|
3606
|
+
Default: FALSE(indicating that concurrent scaling is disabled).
|
|
3607
|
+
* @type {boolean || null}
|
|
3608
|
+
*/
|
|
3609
|
+
this.ConcurrentScaleOutForDesiredCapacity = null;
|
|
3610
|
+
|
|
3589
3611
|
}
|
|
3590
3612
|
|
|
3591
3613
|
/**
|
|
@@ -3659,6 +3681,13 @@ A valid value will be returned only when `InstanceAllocationPolicy` is set to `S
|
|
|
3659
3681
|
this.InstanceNameIndexSettings = obj;
|
|
3660
3682
|
}
|
|
3661
3683
|
|
|
3684
|
+
if (params.HostNameIndexSettings) {
|
|
3685
|
+
let obj = new HostNameIndexSettings();
|
|
3686
|
+
obj.deserialize(params.HostNameIndexSettings)
|
|
3687
|
+
this.HostNameIndexSettings = obj;
|
|
3688
|
+
}
|
|
3689
|
+
this.ConcurrentScaleOutForDesiredCapacity = 'ConcurrentScaleOutForDesiredCapacity' in params ? params.ConcurrentScaleOutForDesiredCapacity : null;
|
|
3690
|
+
|
|
3662
3691
|
}
|
|
3663
3692
|
}
|
|
3664
3693
|
|
|
@@ -5059,7 +5088,7 @@ If there is no AZ or subnet in Zones/SubnetIds, a verification error will be rep
|
|
|
5059
5088
|
this.ServiceSettings = null;
|
|
5060
5089
|
|
|
5061
5090
|
/**
|
|
5062
|
-
* The number of IPv6 addresses that an instance has. valid values: 0 and 1. default value: 0, which means the instance does not allocate an IPv6 address. use a private network that supports IPv6 and enable IPv6 CIDR in the subnet. for other usage restrictions, see [IPv6 usage limits](https://
|
|
5091
|
+
* The number of IPv6 addresses that an instance has. valid values: 0 and 1. default value: 0, which means the instance does not allocate an IPv6 address. use a private network that supports IPv6 and enable IPv6 CIDR in the subnet. for other usage restrictions, see [IPv6 usage limits](https://www.tencentcloud.com/document/product/215/78469).
|
|
5063
5092
|
* @type {number || null}
|
|
5064
5093
|
*/
|
|
5065
5094
|
this.Ipv6AddressCount = null;
|
|
@@ -5118,11 +5147,28 @@ Default value: FALSE.
|
|
|
5118
5147
|
this.CapacityRebalance = null;
|
|
5119
5148
|
|
|
5120
5149
|
/**
|
|
5121
|
-
* Instance name
|
|
5150
|
+
* Instance name index settings. If not specified, it is disabled by default. When enabled, an incremental numeric index will be appended to the names of instances automatically created within the scaling group.
|
|
5122
5151
|
* @type {InstanceNameIndexSettings || null}
|
|
5123
5152
|
*/
|
|
5124
5153
|
this.InstanceNameIndexSettings = null;
|
|
5125
5154
|
|
|
5155
|
+
/**
|
|
5156
|
+
* Specifies the related settings for the instance hostname index number. If not specified, it is disabled by default. When enabled, it appends incremental numeric index to the hostname of instances auto-created within the scaling group.
|
|
5157
|
+
* @type {HostNameIndexSettings || null}
|
|
5158
|
+
*/
|
|
5159
|
+
this.HostNameIndexSettings = null;
|
|
5160
|
+
|
|
5161
|
+
/**
|
|
5162
|
+
* This feature allows the system to perform multiple scale out operations concurrently in order to reach the desired capacity. However, the following constraints apply:
|
|
5163
|
+
|
|
5164
|
+
- Compatibility: This option cannot be set if the InstanceAllocationPolicyis SPOT_MIXED or the ScalingMode is WAKE_UP_STOPPED_SCALING.
|
|
5165
|
+
- Concurrency Limit: The system currently supports a maximum of two concurrent scale-out operations.
|
|
5166
|
+
- Operation Restrictions: Other scaling actions such as scaling to a specific instance count or performing scale in, cannot be executed concurrently.
|
|
5167
|
+
Default: FALSE(indicating that concurrent scaling is disabled).
|
|
5168
|
+
* @type {boolean || null}
|
|
5169
|
+
*/
|
|
5170
|
+
this.ConcurrentScaleOutForDesiredCapacity = null;
|
|
5171
|
+
|
|
5126
5172
|
}
|
|
5127
5173
|
|
|
5128
5174
|
/**
|
|
@@ -5189,6 +5235,13 @@ Default value: FALSE.
|
|
|
5189
5235
|
this.InstanceNameIndexSettings = obj;
|
|
5190
5236
|
}
|
|
5191
5237
|
|
|
5238
|
+
if (params.HostNameIndexSettings) {
|
|
5239
|
+
let obj = new HostNameIndexSettings();
|
|
5240
|
+
obj.deserialize(params.HostNameIndexSettings)
|
|
5241
|
+
this.HostNameIndexSettings = obj;
|
|
5242
|
+
}
|
|
5243
|
+
this.ConcurrentScaleOutForDesiredCapacity = 'ConcurrentScaleOutForDesiredCapacity' in params ? params.ConcurrentScaleOutForDesiredCapacity : null;
|
|
5244
|
+
|
|
5192
5245
|
}
|
|
5193
5246
|
}
|
|
5194
5247
|
|
|
@@ -5620,7 +5673,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
5620
5673
|
this.Encrypt = null;
|
|
5621
5674
|
|
|
5622
5675
|
/**
|
|
5623
|
-
* Cloud disk performance (MB/s). This parameter is used to purchase extra performance for the cloud disk. For details on the feature and limits, see [Enhanced SSD Performance](https://intl.cloud.tencent.com/document/product/362/
|
|
5676
|
+
* Cloud disk performance (MB/s). This parameter is used to purchase extra performance for the cloud disk. For details on the feature and limits, see [Enhanced SSD Performance](https://intl.cloud.tencent.com/zh/document/product/362/39611).
|
|
5624
5677
|
This feature is only available to enhanced SSD (`CLOUD_HSSD`) and tremendous SSD (`CLOUD_TSSD`) disks with a capacity greater than 460 GB.
|
|
5625
5678
|
Note: This field may return `null`, indicating that no valid value can be obtained.
|
|
5626
5679
|
* @type {number || null}
|
|
@@ -9656,7 +9709,7 @@ Note: this field may return null, indicating that no valid value was found.
|
|
|
9656
9709
|
this.BandwidthPackageId = null;
|
|
9657
9710
|
|
|
9658
9711
|
/**
|
|
9659
|
-
* Line type. for details on various types of lines and supported regions, refer to [EIP IP address type](https://www.tencentcloud.com/document/product/
|
|
9712
|
+
* Line type. for details on various types of lines and supported regions, refer to [EIP IP address type](https://www.tencentcloud.com/zh/document/product/213/5733). default value: BGP.
|
|
9660
9713
|
|
|
9661
9714
|
<Li>BGP: general bgp line.</li>.
|
|
9662
9715
|
For a user who has enabled the static single-line IP allowlist, valid values include:.
|
|
@@ -9675,7 +9728,7 @@ Note: The static single-line IP is only supported in some regions.
|
|
|
9675
9728
|
|
|
9676
9729
|
<Li>WanIP: specifies the public ip address.</li>.
|
|
9677
9730
|
<Li>HighQualityEIP: highqualityip. only Singapore and hong kong (china) support highqualityip.</li>.
|
|
9678
|
-
<Li>AntiDDoSEIP: anti-ddos eip. only partially supported regions can use anti-ddos eip. details visible in [elastic ip product overview](https://www.tencentcloud.com/document/product/
|
|
9731
|
+
<Li>AntiDDoSEIP: anti-ddos eip. only partially supported regions can use anti-ddos eip. details visible in [elastic ip product overview](https://www.tencentcloud.com/zh/document/product/213/5733).</li>.
|
|
9679
9732
|
If needed to assign an elastic IPv4 address to a resource, specify the elastic IPv4 address type. if only use WanIP, do not set this field.
|
|
9680
9733
|
|
|
9681
9734
|
High quality IP the anti-ddos feature is only in beta test in some regions. if needed, submit a ticket for consultation (https://console.cloud.tencent.com/workorder/category).
|
|
@@ -129,13 +129,13 @@ class DescribeCaptchaResultRequest extends AbstractModel {
|
|
|
129
129
|
this.CaptchaType = null;
|
|
130
130
|
|
|
131
131
|
/**
|
|
132
|
-
* The user verification ticket returned by the frontend callback function
|
|
132
|
+
* The user verification ticket returned by the frontend callback function.
|
|
133
133
|
* @type {string || null}
|
|
134
134
|
*/
|
|
135
135
|
this.Ticket = null;
|
|
136
136
|
|
|
137
137
|
/**
|
|
138
|
-
* The user public IP obtained from the customer backend server
|
|
138
|
+
* The user public IP obtained from the customer backend server.
|
|
139
139
|
* @type {string || null}
|
|
140
140
|
*/
|
|
141
141
|
this.UserIp = null;
|
|
@@ -302,7 +302,7 @@ class CccClient extends AbstractClient {
|
|
|
302
302
|
|
|
303
303
|
/**
|
|
304
304
|
* This API is used to suspend an ongoing automatic outbound call task by TaskId. After calling this API, the task will be temporarily interrupted and no longer initiate new outbound call requests; initiated calls are not affected.
|
|
305
|
-
A paused task can continue execution via the [Restore Suspended Automatic Outbound Call Task](https://www.tencentcloud.
|
|
305
|
+
A paused task can continue execution via the [Restore Suspended Automatic Outbound Call Task](https://www.tencentcloud.com/document/product/679/125356?from_cn_redirect=1) API. If needed, refer to [Stop Automatic Outbound Call Task](https://www.tencentcloud.com/document/product/679/69192?from_cn_redirect=1) to permanently terminate the task.
|
|
306
306
|
* @param {PauseAutoCalloutTaskRequest} req
|
|
307
307
|
* @param {function(string, PauseAutoCalloutTaskResponse):void} cb
|
|
308
308
|
* @public
|
|
@@ -326,7 +326,7 @@ A paused task can continue execution via the [Restore Suspended Automatic Outbou
|
|
|
326
326
|
/**
|
|
327
327
|
* This API is used to **call the AI model directly** to trigger a **single** outbound call. It supports configuring the model, prompt content, voice, and all call elements through API parameters.
|
|
328
328
|
|
|
329
|
-
The feature requires purchase of the Intelligent Agent call package and is only available for own telephone numbers. For details, refer to the Intelligent Agent Call Purchase Guide (https://www.tencentcloud.
|
|
329
|
+
The feature requires purchase of the Intelligent Agent call package and is only available for own telephone numbers. For details, refer to the Intelligent Agent Call Purchase Guide (https://www.tencentcloud.com/document/product/679/125953?from_cn_redirect=1).
|
|
330
330
|
* @param {CreateAICallRequest} req
|
|
331
331
|
* @param {function(string, CreateAICallResponse):void} cb
|
|
332
332
|
* @public
|
|
@@ -595,7 +595,7 @@ This API is used to make calls. Currently, the agent side can only call the user
|
|
|
595
595
|
|
|
596
596
|
/**
|
|
597
597
|
* This API is used to query detailed information of an automatic outbound call task by TaskId, including basic configuration, start and end time, name list, execution status, and call status.
|
|
598
|
-
This API is usually used together with Create Bulk Automatic Outbound Call Task (https://www.tencentcloud.
|
|
598
|
+
This API is usually used together with Create Bulk Automatic Outbound Call Task (https://www.tencentcloud.com/document/product/679/69194?from_cn_redirect=1) to check whether the task configuration takes effect, the current task status, and real-time progress during execution once created.
|
|
599
599
|
* @param {DescribeAutoCalloutTaskRequest} req
|
|
600
600
|
* @param {function(string, DescribeAutoCalloutTaskResponse):void} cb
|
|
601
601
|
* @public
|
|
@@ -683,7 +683,7 @@ This API is usually used together with Create Bulk Automatic Outbound Call Task
|
|
|
683
683
|
}
|
|
684
684
|
|
|
685
685
|
/**
|
|
686
|
-
* This API is used to query specified session's post-call Tag results by Session ID after the Intelligent Agent call session ends. Related post-call Tags need to be configured in advance in the management console. For details, please refer to post-call Tags (https://www.tencentcloud.
|
|
686
|
+
* This API is used to query specified session's post-call Tag results by Session ID after the Intelligent Agent call session ends. Related post-call Tags need to be configured in advance in the management console. For details, please refer to post-call Tags (https://www.tencentcloud.com/document/product/679/119800?from_cn_redirect=1).
|
|
687
687
|
* @param {DescribeAICallExtractResultRequest} req
|
|
688
688
|
* @param {function(string, DescribeAICallExtractResultResponse):void} cb
|
|
689
689
|
* @public
|
|
@@ -837,9 +837,9 @@ This API is usually used together with Create Bulk Automatic Outbound Call Task
|
|
|
837
837
|
}
|
|
838
838
|
|
|
839
839
|
/**
|
|
840
|
-
* This API is used to create bulk automatic outbound calls. The system will automatically initiate outbound calls to the designated called number list based on task configuration. This API can call the configured Intelligent Agent to perform batch outbound call tasks. You can create a voice Intelligent Agent in the management console-Intelligent Agent Management and configure the dialogue process (https://www.tencentcloud.
|
|
840
|
+
* This API is used to create bulk automatic outbound calls. The system will automatically initiate outbound calls to the designated called number list based on task configuration. This API can call the configured Intelligent Agent to perform batch outbound call tasks. You can create a voice Intelligent Agent in the management console-Intelligent Agent Management and configure the dialogue process (https://www.tencentcloud.com/document/product/679/119796?from_cn_redirect=1). To create a single Intelligent Agent outbound call task, refer to the documentation (https://www.tencentcloud.com/document/product/679/115681?from_cn_redirect=1).
|
|
841
841
|
|
|
842
|
-
The feature requires purchase of the Intelligent Agent call package and is only available for own telephone number. For details, refer to the [Intelligent Agent Call Purchase Guide](https://www.tencentcloud.
|
|
842
|
+
The feature requires purchase of the Intelligent Agent call package and is only available for own telephone number. For details, refer to the [Intelligent Agent Call Purchase Guide](https://www.tencentcloud.com/document/product/679/125953?from_cn_redirect=1).
|
|
843
843
|
* @param {CreateAutoCalloutTaskRequest} req
|
|
844
844
|
* @param {function(string, CreateAutoCalloutTaskResponse):void} cb
|
|
845
845
|
* @public
|
|
@@ -1004,9 +1004,9 @@ The feature requires purchase of the Intelligent Agent call package and is only
|
|
|
1004
1004
|
}
|
|
1005
1005
|
|
|
1006
1006
|
/**
|
|
1007
|
-
* Used to create one-time Intelligent Agent outbound calls. You can create a voice Intelligent Agent in the management console - Intelligent Agent Management and perform dialogue process configuration (https://www.tencentcloud.
|
|
1007
|
+
* Used to create one-time Intelligent Agent outbound calls. You can create a voice Intelligent Agent in the management console - Intelligent Agent Management and perform dialogue process configuration (https://www.tencentcloud.com/document/product/679/119796?from_cn_redirect=1). This API is used to initiate a single outbound call task with a configured Intelligent Agent. To create batch Intelligent Agent outbound call tasks, refer to the documentation for creating automatic outbound call tasks (https://www.tencentcloud.com/document/product/679/69194?from_cn_redirect=1).
|
|
1008
1008
|
|
|
1009
|
-
The feature requires purchase of the Intelligent Agent call package and is only available for own telephone number. For details, refer to the [Intelligent Agent Call Purchase Guide](https://www.tencentcloud.
|
|
1009
|
+
The feature requires purchase of the Intelligent Agent call package and is only available for own telephone number. For details, refer to the [Intelligent Agent Call Purchase Guide](https://www.tencentcloud.com/document/product/679/125953?from_cn_redirect=1).
|
|
1010
1010
|
* @param {CreateAIAgentCallRequest} req
|
|
1011
1011
|
* @param {function(string, CreateAIAgentCallResponse):void} cb
|
|
1012
1012
|
* @public
|
|
@@ -1203,7 +1203,7 @@ Currently, the supported languages are as follows. The English name of the langu
|
|
|
1203
1203
|
* <p>Either the VoiceType field or a custom TTS is required. this uses your own custom TTS, while VoiceType provides some built-in voice types.</p>
|
|
1204
1204
|
<ul>
|
|
1205
1205
|
<li>Tencent TTS<br>
|
|
1206
|
-
For configuration, see <a href="https://www.tencentcloud.
|
|
1206
|
+
For configuration, see <a href="https://www.tencentcloud.com/document/product/1073/92668?from_cn_redirect=1#55924b56-1a73-4663-a7a1-a8dd82d6e823" target="_blank">tencent cloud TTS documentation link</a></li>
|
|
1207
1207
|
</ul>
|
|
1208
1208
|
<div class="v-md-pre-wrapper copy-code-mode v-md-pre-wrapper- extra-class"><pre class="v-md-prism-"><code>{
|
|
1209
1209
|
"TTSType": "tencent", // String TTS type. currently supports "tencent" and "minixmax". the rest manufacturers are under support.
|
|
@@ -10804,7 +10804,7 @@ class CreateCallOutSessionRequest extends AbstractModel {
|
|
|
10804
10804
|
this.SdkAppId = null;
|
|
10805
10805
|
|
|
10806
10806
|
/**
|
|
10807
|
-
* Agent email, underwrite the mobile number has been bound. https://www.tencentcloud.
|
|
10807
|
+
* Agent email, underwrite the mobile number has been bound. https://www.tencentcloud.com/document/product/679/76067?from_cn_redirect=1#.E6.AD.A5.E9.AA.A42.EF.BC.9A.E5.AE.8C.E5.96.84.E8.B4.A6.E5.8F.B7.E4.BF.A1.E6.81.AF.
|
|
10808
10808
|
* @type {string || null}
|
|
10809
10809
|
*/
|
|
10810
10810
|
this.UserId = null;
|
|
@@ -744,7 +744,7 @@ This API is used to perform asynchronous operations. After it returns a successf
|
|
|
744
744
|
This API is used to describe restrictions.
|
|
745
745
|
|
|
746
746
|
-SCF binding is supported only in Guangzhou, Shenzhen Finance, Shanghai, Shanghai Finance, Beijing, Chengdu, Hong Kong (China), Singapore, Tokyo, and Silicon Valley.
|
|
747
|
-
-Only the standard account type supports binding SCF. The classic account type is unsupported. We recommend upgrading to the standard account type. For more information, see [
|
|
747
|
+
-Only the standard account type supports binding SCF. The classic account type is unsupported. We recommend upgrading to the standard account type. For more information, see [Account Types](https://www.tencentcloud.com/document/product/684/15246).
|
|
748
748
|
-Classic CLB does not support binding SCF.
|
|
749
749
|
-Basic Network Type does not support binding SCF.
|
|
750
750
|
-CLB supports binding ALL SCFs in the same region by default, supports cross-VPC binding, but cross-region selection is not supported.
|
|
@@ -1309,7 +1309,7 @@ Note: The instance creation status can be queried based on the returned requestI
|
|
|
1309
1309
|
|
|
1310
1310
|
This API is used to describe restriction descriptions.
|
|
1311
1311
|
This API is used to set instance attribute restrictions.
|
|
1312
|
-
-The cloning feature supports both pay-as-you-go and monthly subscription instances. For cloned monthly subscription instances, the new instance's network billing mode switches to billing by hourly bandwidth, with its bandwidth and specifications remaining consistent with the settings of the original instance.
|
|
1312
|
+
-The cloning feature supports both pay-as-you-go and yearly/monthly subscription instances. For cloned yearly/monthly subscription instances, the new instance's network billing mode switches to billing by hourly bandwidth, with its bandwidth and specifications remaining consistent with the settings of the original instance.
|
|
1313
1313
|
-CLB instances not associated with billable items cannot be cloned (historic free activity creation).
|
|
1314
1314
|
-Classic CLB instances and Anti-DDoS CLBs cannot be cloned.
|
|
1315
1315
|
-Cloning of classic network-based instances is not supported.
|
|
@@ -1071,7 +1071,7 @@ Note: A secondary AZ will load traffic if the primary AZ is faulty. You can use
|
|
|
1071
1071
|
this.SnatIps = null;
|
|
1072
1072
|
|
|
1073
1073
|
/**
|
|
1074
|
-
*
|
|
1074
|
+
* Cluster ID. This cluster identifier is used for configuring a public cloud exclusive cluster or a cloud dedicated cluster. To apply for a public cloud exclusive cluster, [submit a ticket](https://console.cloud.tencent.com/workorder/category).
|
|
1075
1075
|
* @type {Array.<string> || null}
|
|
1076
1076
|
*/
|
|
1077
1077
|
this.ClusterIds = null;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const sdkVersion = "3.0.
|
|
1
|
+
const sdkVersion = "3.0.1357";
|
|
2
2
|
module.exports = sdkVersion
|
|
@@ -89,7 +89,6 @@ class DcClient extends AbstractClient {
|
|
|
89
89
|
|
|
90
90
|
/**
|
|
91
91
|
* This API is used to query connection access points.
|
|
92
|
-
|
|
93
92
|
* @param {DescribeAccessPointsRequest} req
|
|
94
93
|
* @param {function(string, DescribeAccessPointsResponse):void} cb
|
|
95
94
|
* @public
|
|
@@ -167,7 +166,7 @@ Only connected connections can be deleted.
|
|
|
167
166
|
}
|
|
168
167
|
|
|
169
168
|
/**
|
|
170
|
-
* This API is used to apply for an internet tunnel
|
|
169
|
+
* This API is used to apply for an internet tunnel's CIDR block.
|
|
171
170
|
* @param {ApplyInternetAddressRequest} req
|
|
172
171
|
* @param {function(string, ApplyInternetAddressResponse):void} cb
|
|
173
172
|
* @public
|