tencentcloud-sdk-nodejs-ccc 4.1.184 → 4.1.187

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-ccc",
3
- "version": "4.1.184",
3
+ "version": "4.1.187",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -809,6 +809,16 @@ export interface CreateAICallRequest {
809
809
  * 最大振铃时长,达到时长阈值自动挂断。 **仅自携号码支持当前参数**
810
810
  */
811
811
  MaxRingTimeoutSecond?: number;
812
+ /**
813
+ * 环境音场景,没有的话不填。
814
+ coffee_shops:咖啡店氛围,背景中有人聊天
815
+ busy_office:客服中心
816
+ */
817
+ AmbientSoundType?: string;
818
+ /**
819
+ * 环境音音量。如果AmbientSoundType 为空,该字段不填。取值的范围是 [0,2]。值越低,环境音越小;值越高,环境音越响亮。如果未设置,则使用默认值 1。
820
+ */
821
+ AmbientSoundVolume?: number;
812
822
  }
813
823
  /**
814
824
  * 带有技能组优先级的座席信息
@@ -4246,6 +4256,14 @@ export interface TelCdrInfo {
4246
4256
  * 如果是智能体相关通话,这里是智能体名称
4247
4257
  */
4248
4258
  AIAgentName?: string;
4259
+ /**
4260
+ * 接通后系统挂断原因,枚举类似
4261
+ */
4262
+ SysHangupReason?: number;
4263
+ /**
4264
+ * 接通后系统挂断原因,文字描述信息
4265
+ */
4266
+ SysHangupReasonString?: string;
4249
4267
  }
4250
4268
  /**
4251
4269
  * 技能组信息