tencentcloud-sdk-ccc 3.0.1201 → 3.0.1203
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20200210/models.rb +7 -3
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 13619776580a0796dd2e4445e0663baa37effd30
|
|
4
|
+
data.tar.gz: 02affbf00173e23850689344171cb057e2cfefff
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 99192e6bab7cbf4c9b5c772dbf9e61f8ded0ea7dad25b515f2f96211c78866b3ae1d3bc581fcdb85f906bf5052531b5bd4364ceef5bb452488d9c8d4cbad9598
|
|
7
|
+
data.tar.gz: 8ffb089613095445daf90d99142046933d1e48689cac2b5d56e9c0765a7794c6bca6fc76b3241c90c61245fe645fcf2a9f9d7f7156f7655e2f6078bffe780a3d
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1203
|
data/lib/v20200210/models.rb
CHANGED
|
@@ -1329,7 +1329,7 @@ module TencentCloud
|
|
|
1329
1329
|
# "APIUrl": "https://api.minimax.chat/v1/t2a_v2",
|
|
1330
1330
|
# "APIKey": "eyxxxx",
|
|
1331
1331
|
# "GroupId": "181000000000000",
|
|
1332
|
-
# "VoiceType":"female-tianmei
|
|
1332
|
+
# "VoiceType":"female-tianmei",
|
|
1333
1333
|
# "Speed": 1.2
|
|
1334
1334
|
# }
|
|
1335
1335
|
# </code></pre>
|
|
@@ -1411,13 +1411,15 @@ module TencentCloud
|
|
|
1411
1411
|
# @type LLMExtraBody: String
|
|
1412
1412
|
# @param MaxCallDurationMs: 最大通话时长, 默认不限制。单位毫秒(ms)
|
|
1413
1413
|
# @type MaxCallDurationMs: Integer
|
|
1414
|
+
# @param MaxRingTimeoutSecond: 最大振铃时长,达到时长阈值自动挂断。 **仅自携号码支持当前参数**
|
|
1415
|
+
# @type MaxRingTimeoutSecond: Integer
|
|
1414
1416
|
|
|
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
|
|
1417
|
+
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
1418
|
extend Gem::Deprecate
|
|
1417
1419
|
deprecate :PromptVariables, :none, 2026, 1
|
|
1418
1420
|
deprecate :PromptVariables=, :none, 2026, 1
|
|
1419
1421
|
|
|
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)
|
|
1422
|
+
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
1423
|
@SdkAppId = sdkappid
|
|
1422
1424
|
@Callee = callee
|
|
1423
1425
|
@LLMType = llmtype
|
|
@@ -1455,6 +1457,7 @@ module TencentCloud
|
|
|
1455
1457
|
@VoicemailAction = voicemailaction
|
|
1456
1458
|
@LLMExtraBody = llmextrabody
|
|
1457
1459
|
@MaxCallDurationMs = maxcalldurationms
|
|
1460
|
+
@MaxRingTimeoutSecond = maxringtimeoutsecond
|
|
1458
1461
|
end
|
|
1459
1462
|
|
|
1460
1463
|
def deserialize(params)
|
|
@@ -1526,6 +1529,7 @@ module TencentCloud
|
|
|
1526
1529
|
@VoicemailAction = params['VoicemailAction']
|
|
1527
1530
|
@LLMExtraBody = params['LLMExtraBody']
|
|
1528
1531
|
@MaxCallDurationMs = params['MaxCallDurationMs']
|
|
1532
|
+
@MaxRingTimeoutSecond = params['MaxRingTimeoutSecond']
|
|
1529
1533
|
end
|
|
1530
1534
|
end
|
|
1531
1535
|
|
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.
|
|
4
|
+
version: 3.0.1203
|
|
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-
|
|
11
|
+
date: 2026-01-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|