tencentcloud-sdk-nodejs-essbasic 4.1.94 → 4.1.97

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-essbasic",
3
- "version": "4.1.94",
3
+ "version": "4.1.97",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -5171,6 +5171,10 @@ export interface Intention {
5171
5171
  注:`选择点头模式时,此字段可不传,不传则使用默认语音文本:请问,您是否同意签署本协议?可点头同意。`
5172
5172
  */
5173
5173
  IntentionActions?: Array<IntentionAction>;
5174
+ /**
5175
+ * 视频核身相关配置
5176
+ */
5177
+ RuleIdConfig?: RuleIdConfig;
5174
5178
  }
5175
5179
  /**
5176
5180
  * CreateFlowBlockchainEvidenceUrl返回参数结构体
@@ -8569,6 +8573,19 @@ export interface UserInfo {
8569
8573
  */
8570
8574
  ProxyIp?: string;
8571
8575
  }
8576
+ /**
8577
+ * 视频核身相关配置
8578
+ */
8579
+ export interface RuleIdConfig {
8580
+ /**
8581
+ * 意愿核身语音播报速度,配置后问答模式和点头模式的语音播报环节都会生效,默认值为0:
8582
+ 0-智能语速(根据播报文案的长度自动调整语音播报速度)
8583
+ 1-固定1倍速
8584
+ 2-固定1.2倍速
8585
+ 3-固定1.5倍速
8586
+ */
8587
+ Speed?: number;
8588
+ }
8572
8589
  /**
8573
8590
  * CreateBatchInitOrganizationUrl请求参数结构体
8574
8591
  */