tencentcloud-sdk-ccc 3.0.1201 → 3.0.1206

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 912d9b26d4778aaf0ca1989af41641ac785e60b9
4
- data.tar.gz: 106fba16c8762aa1eff32c3b93438db2610d7229
3
+ metadata.gz: fecaa96ffcbbfb8f06e9a3e370f7a459c2c8e678
4
+ data.tar.gz: 7ea0e2f9c4b930f36de895dba0d4a5119abce07d
5
5
  SHA512:
6
- metadata.gz: 4cf3378848c8dde50ecc8b847e4aa829926d2b61b061785fabedfa115f0afea9be38863271ab9effdcf56f47a9eba61d888451d66e2ef4525320b392bca1ddf8
7
- data.tar.gz: 199175905929fc34e7df1ce7125f4a4527e1180db5e9d75c0ad193cc64a2edb18b79656948056c8687de0f9208c221ea4439dc3fab53244c7b9f458f1c51151f
6
+ metadata.gz: 282da0bdbab0e395576303b4a1d9787f6bfc46380f86735911952c77487f801c3134b70b8e7a5176a13b07cbfcface765dea0672b94644fcef64f868e071548d
7
+ data.tar.gz: 47d89828c14a6fd0eced4f9c3c21824ac06479dab70b2458d80904bd814d80bc585e628606bd5a634fa69f128f9e2c8e64a9e517982cf88bc312a456a3a6936a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1201
1
+ 3.0.1206
@@ -490,6 +490,7 @@ module TencentCloud
490
490
  # 2 已完成:任务中所有呼叫完成
491
491
  # 3结束中:任务到期,但仍有部分呼叫未结束
492
492
  # 4已结束:任务到期终止
493
+ # 5已暂停:可恢复继续执行
493
494
  # @type State: Integer
494
495
  # @param TaskId: 任务Id
495
496
  # @type TaskId: Integer
@@ -1329,7 +1330,7 @@ module TencentCloud
1329
1330
  # "APIUrl": "https://api.minimax.chat/v1/t2a_v2",
1330
1331
  # "APIKey": "eyxxxx",
1331
1332
  # "GroupId": "181000000000000",
1332
- # "VoiceType":"female-tianmei-jingpin",
1333
+ # "VoiceType":"female-tianmei",
1333
1334
  # "Speed": 1.2
1334
1335
  # }
1335
1336
  # </code></pre>
@@ -1411,13 +1412,15 @@ module TencentCloud
1411
1412
  # @type LLMExtraBody: String
1412
1413
  # @param MaxCallDurationMs: 最大通话时长, 默认不限制。单位毫秒(ms)
1413
1414
  # @type MaxCallDurationMs: Integer
1415
+ # @param MaxRingTimeoutSecond: 最大振铃时长,达到时长阈值自动挂断。 **仅自携号码支持当前参数**
1416
+ # @type MaxRingTimeoutSecond: Integer
1414
1417
 
1415
- attr_accessor :SdkAppId, :Callee, :LLMType, :APIKey, :APIUrl, :SystemPrompt, :Model, :VoiceType, :Callers, :WelcomeMessage, :WelcomeType, :WelcomeMessagePriority, :MaxDuration, :Languages, :InterruptMode, :InterruptSpeechDuration, :EndFunctionEnable, :EndFunctionDesc, :TransferFunctionEnable, :TransferItems, :NotifyDuration, :NotifyMessage, :NotifyMaxCount, :CustomTTSConfig, :PromptVariables, :VadSilenceTime, :ExtractConfig, :Temperature, :Variables, :TopP, :VadLevel, :ToneWord, :EnableComplianceAudio, :EnableVoicemailDetection, :VoicemailAction, :LLMExtraBody, :MaxCallDurationMs
1418
+ attr_accessor :SdkAppId, :Callee, :LLMType, :APIKey, :APIUrl, :SystemPrompt, :Model, :VoiceType, :Callers, :WelcomeMessage, :WelcomeType, :WelcomeMessagePriority, :MaxDuration, :Languages, :InterruptMode, :InterruptSpeechDuration, :EndFunctionEnable, :EndFunctionDesc, :TransferFunctionEnable, :TransferItems, :NotifyDuration, :NotifyMessage, :NotifyMaxCount, :CustomTTSConfig, :PromptVariables, :VadSilenceTime, :ExtractConfig, :Temperature, :Variables, :TopP, :VadLevel, :ToneWord, :EnableComplianceAudio, :EnableVoicemailDetection, :VoicemailAction, :LLMExtraBody, :MaxCallDurationMs, :MaxRingTimeoutSecond
1416
1419
  extend Gem::Deprecate
1417
1420
  deprecate :PromptVariables, :none, 2026, 1
1418
1421
  deprecate :PromptVariables=, :none, 2026, 1
1419
1422
 
1420
- def initialize(sdkappid=nil, callee=nil, llmtype=nil, apikey=nil, apiurl=nil, systemprompt=nil, model=nil, voicetype=nil, callers=nil, welcomemessage=nil, welcometype=nil, welcomemessagepriority=nil, maxduration=nil, languages=nil, interruptmode=nil, interruptspeechduration=nil, endfunctionenable=nil, endfunctiondesc=nil, transferfunctionenable=nil, transferitems=nil, notifyduration=nil, notifymessage=nil, notifymaxcount=nil, customttsconfig=nil, promptvariables=nil, vadsilencetime=nil, extractconfig=nil, temperature=nil, variables=nil, topp=nil, vadlevel=nil, toneword=nil, enablecomplianceaudio=nil, enablevoicemaildetection=nil, voicemailaction=nil, llmextrabody=nil, maxcalldurationms=nil)
1423
+ def initialize(sdkappid=nil, callee=nil, llmtype=nil, apikey=nil, apiurl=nil, systemprompt=nil, model=nil, voicetype=nil, callers=nil, welcomemessage=nil, welcometype=nil, welcomemessagepriority=nil, maxduration=nil, languages=nil, interruptmode=nil, interruptspeechduration=nil, endfunctionenable=nil, endfunctiondesc=nil, transferfunctionenable=nil, transferitems=nil, notifyduration=nil, notifymessage=nil, notifymaxcount=nil, customttsconfig=nil, promptvariables=nil, vadsilencetime=nil, extractconfig=nil, temperature=nil, variables=nil, topp=nil, vadlevel=nil, toneword=nil, enablecomplianceaudio=nil, enablevoicemaildetection=nil, voicemailaction=nil, llmextrabody=nil, maxcalldurationms=nil, maxringtimeoutsecond=nil)
1421
1424
  @SdkAppId = sdkappid
1422
1425
  @Callee = callee
1423
1426
  @LLMType = llmtype
@@ -1455,6 +1458,7 @@ module TencentCloud
1455
1458
  @VoicemailAction = voicemailaction
1456
1459
  @LLMExtraBody = llmextrabody
1457
1460
  @MaxCallDurationMs = maxcalldurationms
1461
+ @MaxRingTimeoutSecond = maxringtimeoutsecond
1458
1462
  end
1459
1463
 
1460
1464
  def deserialize(params)
@@ -1526,6 +1530,7 @@ module TencentCloud
1526
1530
  @VoicemailAction = params['VoicemailAction']
1527
1531
  @LLMExtraBody = params['LLMExtraBody']
1528
1532
  @MaxCallDurationMs = params['MaxCallDurationMs']
1533
+ @MaxRingTimeoutSecond = params['MaxRingTimeoutSecond']
1529
1534
  end
1530
1535
  end
1531
1536
 
@@ -3004,7 +3009,7 @@ module TencentCloud
3004
3009
  # @type Callees: Array
3005
3010
  # @param IvrId: 任务使用的IvrId
3006
3011
  # @type IvrId: Integer
3007
- # @param State: 任务状态 0初始 1运行中 2已完成 3结束中 4已终止
3012
+ # @param State: 任务状态 0初始 1运行中 2已完成 3结束中 4已终止 5已暂停
3008
3013
  # @type State: Integer
3009
3014
  # @param MaxRingTimeoutSecond: 最大振铃时长,达到时长阈值自动挂断。 仅自携号码支持当前参数
3010
3015
  # @type MaxRingTimeoutSecond: Integer
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-ccc
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1201
4
+ version: 3.0.1206
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-01-13 00:00:00.000000000 Z
11
+ date: 2026-01-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common