tencentcloud-sdk-nodejs-iotexplorer 4.1.129 → 4.1.131

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-iotexplorer",
3
- "version": "4.1.129",
3
+ "version": "4.1.131",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -531,7 +531,7 @@ export interface DescribeCloudStorageOrderRequest {
531
531
  OrderId: string;
532
532
  }
533
533
  /**
534
- * TTS配置信息。
534
+ * 会话配置信息。
535
535
  */
536
536
  export interface TalkConversationConfigInfo {
537
537
  /**
@@ -554,6 +554,14 @@ export interface TalkConversationConfigInfo {
554
554
  * 是否启用情绪识别
555
555
  */
556
556
  EmotionEnabled?: boolean;
557
+ /**
558
+ * 是否启用语义vad
559
+ */
560
+ SemanticVADEnabled?: boolean;
561
+ /**
562
+ * 是否启用噪声过滤
563
+ */
564
+ NoiseFilterEnabled?: boolean;
557
565
  }
558
566
  /**
559
567
  * GetTWeTalkProductConfigList请求参数结构体