tencentcloud-sdk-ccc 3.0.1105 → 3.0.1125
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 +41 -34
- 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: b53f4c74efc39e9c74d65a0f0c661cadd2145558
|
4
|
+
data.tar.gz: 2e898ef5c30e9fd9180ecf41e0ed62e854457d57
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: efcf572b79a48df557397025e8bcf1beaccdaefdf90cc6469be12f5f4020e7b664c908e06b63940c3b59eeeb72777c9a3af30ed9532dbf912516ac37f48838ee
|
7
|
+
data.tar.gz: 914efbe19ec2c97058f6f1dfeeb87baa27ad29857a76a029aa539ac62631ac381c734573a5d0721680651c4927185e060f005e0a1516537a14711a9b7d0e27f0
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1125
|
data/lib/v20200210/models.rb
CHANGED
@@ -355,8 +355,8 @@ module TencentCloud
|
|
355
355
|
|
356
356
|
attr_accessor :User, :Message, :Timestamp, :Start, :End
|
357
357
|
extend Gem::Deprecate
|
358
|
-
deprecate :Timestamp, :none, 2025,
|
359
|
-
deprecate :Timestamp=, :none, 2025,
|
358
|
+
deprecate :Timestamp, :none, 2025, 8
|
359
|
+
deprecate :Timestamp=, :none, 2025, 8
|
360
360
|
|
361
361
|
def initialize(user=nil, message=nil, timestamp=nil, start=nil, _end=nil)
|
362
362
|
@User = user
|
@@ -573,8 +573,8 @@ module TencentCloud
|
|
573
573
|
|
574
574
|
attr_accessor :SdkAppId, :StaffEmail, :SkillGroupList, :StaffSkillGroupList
|
575
575
|
extend Gem::Deprecate
|
576
|
-
deprecate :SkillGroupList, :none, 2025,
|
577
|
-
deprecate :SkillGroupList=, :none, 2025,
|
576
|
+
deprecate :SkillGroupList, :none, 2025, 8
|
577
|
+
deprecate :SkillGroupList=, :none, 2025, 8
|
578
578
|
|
579
579
|
def initialize(sdkappid=nil, staffemail=nil, skillgrouplist=nil, staffskillgrouplist=nil)
|
580
580
|
@SdkAppId = sdkappid
|
@@ -1048,8 +1048,8 @@ module TencentCloud
|
|
1048
1048
|
|
1049
1049
|
attr_accessor :SdkAppId, :AIAgentId, :Callee, :Callers, :PromptVariables, :Variables
|
1050
1050
|
extend Gem::Deprecate
|
1051
|
-
deprecate :PromptVariables, :none, 2025,
|
1052
|
-
deprecate :PromptVariables=, :none, 2025,
|
1051
|
+
deprecate :PromptVariables, :none, 2025, 8
|
1052
|
+
deprecate :PromptVariables=, :none, 2025, 8
|
1053
1053
|
|
1054
1054
|
def initialize(sdkappid=nil, aiagentid=nil, callee=nil, callers=nil, promptvariables=nil, variables=nil)
|
1055
1055
|
@SdkAppId = sdkappid
|
@@ -1340,13 +1340,18 @@ module TencentCloud
|
|
1340
1340
|
# @type VadLevel: Integer
|
1341
1341
|
# @param ToneWord: 衔接语
|
1342
1342
|
# @type ToneWord: :class:`Tencentcloud::Ccc.v20200210.models.ToneWordInfo`
|
1343
|
+
# @param EnableComplianceAudio: 合规提示音,
|
1344
|
+
# 该参数传true(默认)表示通话开始播放摩斯码,提示对话内容为 AI 生成。
|
1345
|
+
# 该参数传false表示关闭合规提示音。该参数传false则代表您知晓并同意以下协议:
|
1346
|
+
# 我方充分知悉和理解,根据[《网络安全法》](https://www.gov.cn/xinwen/2016-11/07/content_5129723.htm)[《互联网信息服务深度合成管理规定》](https://www.gov.cn/zhengce/zhengceku/2022-12/12/content_5731431.htm)[《生成式人工智能服务管理暂行办法》](https://www.gov.cn/zhengce/zhengceku/202307/content_6891752.htm)[《人工智能生成合成内容标识办法》](https://www.gov.cn/zhengce/zhengceku/202503/content_7014286.htm)的法律法规的规定,对人工智能生成合成内容应当添加显式标识和隐式标识。我方基于业务需求,请腾讯云对生成合成内容不添加显式标识,我方承诺合法合规使用生成合成内容,避免造成混淆、误认;如果使用生成合成内容对公众提供服务的,或通过网络传播的,我方将自觉主动添加符合法律规定和国家标准要求的显式标识,承担人工智能生成合成内容标识的法律义务。我方未能恰当、合理地履行人工智能内容标识义务造成不良后果的,或遭受主管部门责罚的,相关责任由我方完全承担。
|
1347
|
+
# @type EnableComplianceAudio: Boolean
|
1343
1348
|
|
1344
|
-
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
|
1349
|
+
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
|
1345
1350
|
extend Gem::Deprecate
|
1346
|
-
deprecate :PromptVariables, :none, 2025,
|
1347
|
-
deprecate :PromptVariables=, :none, 2025,
|
1351
|
+
deprecate :PromptVariables, :none, 2025, 8
|
1352
|
+
deprecate :PromptVariables=, :none, 2025, 8
|
1348
1353
|
|
1349
|
-
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)
|
1354
|
+
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)
|
1350
1355
|
@SdkAppId = sdkappid
|
1351
1356
|
@Callee = callee
|
1352
1357
|
@LLMType = llmtype
|
@@ -1379,6 +1384,7 @@ module TencentCloud
|
|
1379
1384
|
@TopP = topp
|
1380
1385
|
@VadLevel = vadlevel
|
1381
1386
|
@ToneWord = toneword
|
1387
|
+
@EnableComplianceAudio = enablecomplianceaudio
|
1382
1388
|
end
|
1383
1389
|
|
1384
1390
|
def deserialize(params)
|
@@ -1445,6 +1451,7 @@ module TencentCloud
|
|
1445
1451
|
@ToneWord = ToneWordInfo.new
|
1446
1452
|
@ToneWord.deserialize(params['ToneWord'])
|
1447
1453
|
end
|
1454
|
+
@EnableComplianceAudio = params['EnableComplianceAudio']
|
1448
1455
|
end
|
1449
1456
|
end
|
1450
1457
|
|
@@ -1763,8 +1770,8 @@ module TencentCloud
|
|
1763
1770
|
|
1764
1771
|
attr_accessor :SdkAppId, :UserId, :Callee, :Caller, :Callers, :IsForceUseMobile, :Uui, :UUI
|
1765
1772
|
extend Gem::Deprecate
|
1766
|
-
deprecate :Uui, :none, 2025,
|
1767
|
-
deprecate :Uui=, :none, 2025,
|
1773
|
+
deprecate :Uui, :none, 2025, 8
|
1774
|
+
deprecate :Uui=, :none, 2025, 8
|
1768
1775
|
|
1769
1776
|
def initialize(sdkappid=nil, userid=nil, callee=nil, caller=nil, callers=nil, isforceusemobile=nil, uui=nil)
|
1770
1777
|
@SdkAppId = sdkappid
|
@@ -3107,10 +3114,10 @@ module TencentCloud
|
|
3107
3114
|
|
3108
3115
|
attr_accessor :SdkAppId, :InstanceId, :CdrId, :Limit, :Offset, :Order, :SessionId
|
3109
3116
|
extend Gem::Deprecate
|
3110
|
-
deprecate :InstanceId, :none, 2025,
|
3111
|
-
deprecate :InstanceId=, :none, 2025,
|
3112
|
-
deprecate :CdrId, :none, 2025,
|
3113
|
-
deprecate :CdrId=, :none, 2025,
|
3117
|
+
deprecate :InstanceId, :none, 2025, 8
|
3118
|
+
deprecate :InstanceId=, :none, 2025, 8
|
3119
|
+
deprecate :CdrId, :none, 2025, 8
|
3120
|
+
deprecate :CdrId=, :none, 2025, 8
|
3114
3121
|
|
3115
3122
|
def initialize(sdkappid=nil, instanceid=nil, cdrid=nil, limit=nil, offset=nil, order=nil, sessionid=nil)
|
3116
3123
|
@SdkAppId = sdkappid
|
@@ -3436,8 +3443,8 @@ module TencentCloud
|
|
3436
3443
|
|
3437
3444
|
attr_accessor :StartTimestamp, :EndTimestamp, :InstanceId, :SdkAppId, :Limit, :Offset, :Type
|
3438
3445
|
extend Gem::Deprecate
|
3439
|
-
deprecate :InstanceId, :none, 2025,
|
3440
|
-
deprecate :InstanceId=, :none, 2025,
|
3446
|
+
deprecate :InstanceId, :none, 2025, 8
|
3447
|
+
deprecate :InstanceId=, :none, 2025, 8
|
3441
3448
|
|
3442
3449
|
def initialize(starttimestamp=nil, endtimestamp=nil, instanceid=nil, sdkappid=nil, limit=nil, offset=nil, type=nil)
|
3443
3450
|
@StartTimestamp = starttimestamp
|
@@ -3474,8 +3481,8 @@ module TencentCloud
|
|
3474
3481
|
|
3475
3482
|
attr_accessor :TotalCount, :IMCdrs, :IMCdrList, :RequestId
|
3476
3483
|
extend Gem::Deprecate
|
3477
|
-
deprecate :IMCdrs, :none, 2025,
|
3478
|
-
deprecate :IMCdrs=, :none, 2025,
|
3484
|
+
deprecate :IMCdrs, :none, 2025, 8
|
3485
|
+
deprecate :IMCdrs=, :none, 2025, 8
|
3479
3486
|
|
3480
3487
|
def initialize(totalcount=nil, imcdrs=nil, imcdrlist=nil, requestid=nil)
|
3481
3488
|
@TotalCount = totalcount
|
@@ -3967,8 +3974,8 @@ module TencentCloud
|
|
3967
3974
|
|
3968
3975
|
attr_accessor :TotalCount, :TelCdrs, :TelCdrList, :RequestId
|
3969
3976
|
extend Gem::Deprecate
|
3970
|
-
deprecate :TelCdrs, :none, 2025,
|
3971
|
-
deprecate :TelCdrs=, :none, 2025,
|
3977
|
+
deprecate :TelCdrs, :none, 2025, 8
|
3978
|
+
deprecate :TelCdrs=, :none, 2025, 8
|
3972
3979
|
|
3973
3980
|
def initialize(totalcount=nil, telcdrs=nil, telcdrlist=nil, requestid=nil)
|
3974
3981
|
@TotalCount = totalcount
|
@@ -4233,8 +4240,8 @@ module TencentCloud
|
|
4233
4240
|
|
4234
4241
|
attr_accessor :TelCallOutCount, :TelCallInCount, :SeatUsedCount, :VoipCallInCount, :VOIPCallInCount, :AsrOfflineCount, :AsrRealtimeCount, :RequestId
|
4235
4242
|
extend Gem::Deprecate
|
4236
|
-
deprecate :VoipCallInCount, :none, 2025,
|
4237
|
-
deprecate :VoipCallInCount=, :none, 2025,
|
4243
|
+
deprecate :VoipCallInCount, :none, 2025, 8
|
4244
|
+
deprecate :VoipCallInCount=, :none, 2025, 8
|
4238
4245
|
|
4239
4246
|
def initialize(telcalloutcount=nil, telcallincount=nil, seatusedcount=nil, voipcallincount=nil, asrofflinecount=nil, asrrealtimecount=nil, requestid=nil)
|
4240
4247
|
@TelCallOutCount = telcalloutcount
|
@@ -4282,8 +4289,8 @@ module TencentCloud
|
|
4282
4289
|
|
4283
4290
|
attr_accessor :StartTimeStamp, :EndTimeStamp, :InstanceId, :Limit, :Offset, :SdkAppId, :PageSize, :PageNumber, :Phones, :SessionIds
|
4284
4291
|
extend Gem::Deprecate
|
4285
|
-
deprecate :InstanceId, :none, 2025,
|
4286
|
-
deprecate :InstanceId=, :none, 2025,
|
4292
|
+
deprecate :InstanceId, :none, 2025, 8
|
4293
|
+
deprecate :InstanceId=, :none, 2025, 8
|
4287
4294
|
|
4288
4295
|
def initialize(starttimestamp=nil, endtimestamp=nil, instanceid=nil, limit=nil, offset=nil, sdkappid=nil, pagesize=nil, pagenumber=nil, phones=nil, sessionids=nil)
|
4289
4296
|
@StartTimeStamp = starttimestamp
|
@@ -4325,8 +4332,8 @@ module TencentCloud
|
|
4325
4332
|
|
4326
4333
|
attr_accessor :TotalCount, :TelCdrs, :TelCdrList, :RequestId
|
4327
4334
|
extend Gem::Deprecate
|
4328
|
-
deprecate :TelCdrs, :none, 2025,
|
4329
|
-
deprecate :TelCdrs=, :none, 2025,
|
4335
|
+
deprecate :TelCdrs, :none, 2025, 8
|
4336
|
+
deprecate :TelCdrs=, :none, 2025, 8
|
4330
4337
|
|
4331
4338
|
def initialize(totalcount=nil, telcdrs=nil, telcdrlist=nil, requestid=nil)
|
4332
4339
|
@TotalCount = totalcount
|
@@ -5951,10 +5958,10 @@ module TencentCloud
|
|
5951
5958
|
|
5952
5959
|
attr_accessor :Name, :Mail, :Phone, :Nick, :StaffNumber, :RoleId, :RoleIdList, :RoleList, :SkillGroupList, :LastModifyTimestamp, :ExtensionNumber, :ForwardingConfig
|
5953
5960
|
extend Gem::Deprecate
|
5954
|
-
deprecate :RoleId, :none, 2025,
|
5955
|
-
deprecate :RoleId=, :none, 2025,
|
5956
|
-
deprecate :RoleIdList, :none, 2025,
|
5957
|
-
deprecate :RoleIdList=, :none, 2025,
|
5961
|
+
deprecate :RoleId, :none, 2025, 8
|
5962
|
+
deprecate :RoleId=, :none, 2025, 8
|
5963
|
+
deprecate :RoleIdList, :none, 2025, 8
|
5964
|
+
deprecate :RoleIdList=, :none, 2025, 8
|
5958
5965
|
|
5959
5966
|
def initialize(name=nil, mail=nil, phone=nil, nick=nil, staffnumber=nil, roleid=nil, roleidlist=nil, rolelist=nil, skillgrouplist=nil, lastmodifytimestamp=nil, extensionnumber=nil, forwardingconfig=nil)
|
5960
5967
|
@Name = name
|
@@ -6358,8 +6365,8 @@ module TencentCloud
|
|
6358
6365
|
|
6359
6366
|
attr_accessor :Caller, :Callee, :Time, :Direction, :CallType, :Duration, :RecordURL, :RecordId, :SeatUser, :EndStatus, :SkillGroup, :CallerLocation, :IVRDuration, :RingTimestamp, :AcceptTimestamp, :EndedTimestamp, :IVRKeyPressed, :HungUpSide, :ServeParticipants, :SkillGroupId, :EndStatusString, :StartTimestamp, :QueuedTimestamp, :PostIVRKeyPressed, :QueuedSkillGroupId, :SessionId, :ProtectedCaller, :ProtectedCallee, :Uui, :UUI, :IVRKeyPressedEx, :AsrUrl, :AsrStatus, :CustomRecordURL, :Remark, :QueuedSkillGroupName, :VoicemailRecordURL, :VoicemailAsrURL
|
6360
6367
|
extend Gem::Deprecate
|
6361
|
-
deprecate :Uui, :none, 2025,
|
6362
|
-
deprecate :Uui=, :none, 2025,
|
6368
|
+
deprecate :Uui, :none, 2025, 8
|
6369
|
+
deprecate :Uui=, :none, 2025, 8
|
6363
6370
|
|
6364
6371
|
def initialize(caller=nil, callee=nil, time=nil, direction=nil, calltype=nil, duration=nil, recordurl=nil, recordid=nil, seatuser=nil, endstatus=nil, skillgroup=nil, callerlocation=nil, ivrduration=nil, ringtimestamp=nil, accepttimestamp=nil, endedtimestamp=nil, ivrkeypressed=nil, hungupside=nil, serveparticipants=nil, skillgroupid=nil, endstatusstring=nil, starttimestamp=nil, queuedtimestamp=nil, postivrkeypressed=nil, queuedskillgroupid=nil, sessionid=nil, protectedcaller=nil, protectedcallee=nil, uui=nil, ivrkeypressedex=nil, asrurl=nil, asrstatus=nil, customrecordurl=nil, remark=nil, queuedskillgroupname=nil, voicemailrecordurl=nil, voicemailasrurl=nil)
|
6365
6372
|
@Caller = caller
|
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.1125
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-08-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|