tencentcloud-sdk-ccc 3.0.1014 → 3.0.1015

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20200210/models.rb +30 -26
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 412cb2d0c73b53cd956b5c0e863c24a6982736fa
4
- data.tar.gz: 6d6064df79de99655f3f9d48959d14c0637d620c
3
+ metadata.gz: fc84ed303455d78b11ea8a55b5b645d3d350f750
4
+ data.tar.gz: 8a5d19e9ef72aad3eff11c6362fdc5f9a7cb5888
5
5
  SHA512:
6
- metadata.gz: ee7b0169c4554da3f0b014c174ba7688ff0d47a641723e51a4e2d524ec0c6b22fabf59711a9c4a60020c00f9681a20b98bda5eddf1f2a7cad50aa537069b4168
7
- data.tar.gz: a21391b1eb142259d708336704293975c0b06a2537832c8d00b26d4982d918bc29b7a5969248fc4ef57367ee7b2f7a6162f582b043785d180a92521b2161f7fd
6
+ metadata.gz: 84b7de4546208ddbd312eb92e7a435bd9e72c1905a05d1b5e00986be4b229f9e5d280df163535ef227a985da4e46d7f9cf7e168181e0434a236f92a902a9db2f
7
+ data.tar.gz: e8e8b376e11e8adcf7d1ebe0742e747fb976161e5ba84ec43e57e3b05d8a3192d9bcfe0dac211e881b53cda2143d09de713c77208f33810c4e8ecf7c848058e5
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1014
1
+ 3.0.1015
@@ -219,8 +219,8 @@ module TencentCloud
219
219
 
220
220
  attr_accessor :User, :Message, :Timestamp, :Start, :End
221
221
  extend Gem::Deprecate
222
- deprecate :Timestamp, :none, 2025, 2
223
- deprecate :Timestamp=, :none, 2025, 2
222
+ deprecate :Timestamp, :none, 2025, 3
223
+ deprecate :Timestamp=, :none, 2025, 3
224
224
 
225
225
  def initialize(user=nil, message=nil, timestamp=nil, start=nil, _end=nil)
226
226
  @User = user
@@ -394,8 +394,8 @@ module TencentCloud
394
394
 
395
395
  attr_accessor :SdkAppId, :StaffEmail, :SkillGroupList, :StaffSkillGroupList
396
396
  extend Gem::Deprecate
397
- deprecate :SkillGroupList, :none, 2025, 2
398
- deprecate :SkillGroupList=, :none, 2025, 2
397
+ deprecate :SkillGroupList, :none, 2025, 3
398
+ deprecate :SkillGroupList=, :none, 2025, 3
399
399
 
400
400
  def initialize(sdkappid=nil, staffemail=nil, skillgrouplist=nil, staffskillgrouplist=nil)
401
401
  @SdkAppId = sdkappid
@@ -1059,10 +1059,12 @@ module TencentCloud
1059
1059
  # @type VadSilenceTime: Integer
1060
1060
  # @param ExtractConfig: 通话内容提取配置
1061
1061
  # @type ExtractConfig: Array
1062
+ # @param Temperature: 模型温度控制
1063
+ # @type Temperature: Float
1062
1064
 
1063
- attr_accessor :SdkAppId, :Callee, :SystemPrompt, :LLMType, :Model, :APIKey, :APIUrl, :VoiceType, :Callers, :WelcomeMessage, :WelcomeType, :WelcomeMessagePriority, :MaxDuration, :Languages, :InterruptMode, :InterruptSpeechDuration, :EndFunctionEnable, :EndFunctionDesc, :TransferFunctionEnable, :TransferItems, :NotifyDuration, :NotifyMessage, :NotifyMaxCount, :CustomTTSConfig, :PromptVariables, :VadSilenceTime, :ExtractConfig
1065
+ attr_accessor :SdkAppId, :Callee, :SystemPrompt, :LLMType, :Model, :APIKey, :APIUrl, :VoiceType, :Callers, :WelcomeMessage, :WelcomeType, :WelcomeMessagePriority, :MaxDuration, :Languages, :InterruptMode, :InterruptSpeechDuration, :EndFunctionEnable, :EndFunctionDesc, :TransferFunctionEnable, :TransferItems, :NotifyDuration, :NotifyMessage, :NotifyMaxCount, :CustomTTSConfig, :PromptVariables, :VadSilenceTime, :ExtractConfig, :Temperature
1064
1066
 
1065
- def initialize(sdkappid=nil, callee=nil, systemprompt=nil, llmtype=nil, model=nil, apikey=nil, apiurl=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)
1067
+ def initialize(sdkappid=nil, callee=nil, systemprompt=nil, llmtype=nil, model=nil, apikey=nil, apiurl=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)
1066
1068
  @SdkAppId = sdkappid
1067
1069
  @Callee = callee
1068
1070
  @SystemPrompt = systemprompt
@@ -1090,6 +1092,7 @@ module TencentCloud
1090
1092
  @PromptVariables = promptvariables
1091
1093
  @VadSilenceTime = vadsilencetime
1092
1094
  @ExtractConfig = extractconfig
1095
+ @Temperature = temperature
1093
1096
  end
1094
1097
 
1095
1098
  def deserialize(params)
@@ -1141,6 +1144,7 @@ module TencentCloud
1141
1144
  @ExtractConfig << aicallextractconfigelement_tmp
1142
1145
  end
1143
1146
  end
1147
+ @Temperature = params['Temperature']
1144
1148
  end
1145
1149
  end
1146
1150
 
@@ -1368,8 +1372,8 @@ module TencentCloud
1368
1372
 
1369
1373
  attr_accessor :SdkAppId, :UserId, :Callee, :Caller, :Callers, :IsForceUseMobile, :Uui, :UUI
1370
1374
  extend Gem::Deprecate
1371
- deprecate :Uui, :none, 2025, 2
1372
- deprecate :Uui=, :none, 2025, 2
1375
+ deprecate :Uui, :none, 2025, 3
1376
+ deprecate :Uui=, :none, 2025, 3
1373
1377
 
1374
1378
  def initialize(sdkappid=nil, userid=nil, callee=nil, caller=nil, callers=nil, isforceusemobile=nil, uui=nil)
1375
1379
  @SdkAppId = sdkappid
@@ -2521,10 +2525,10 @@ module TencentCloud
2521
2525
 
2522
2526
  attr_accessor :SdkAppId, :InstanceId, :CdrId, :Limit, :Offset, :Order, :SessionId
2523
2527
  extend Gem::Deprecate
2524
- deprecate :InstanceId, :none, 2025, 2
2525
- deprecate :InstanceId=, :none, 2025, 2
2526
- deprecate :CdrId, :none, 2025, 2
2527
- deprecate :CdrId=, :none, 2025, 2
2528
+ deprecate :InstanceId, :none, 2025, 3
2529
+ deprecate :InstanceId=, :none, 2025, 3
2530
+ deprecate :CdrId, :none, 2025, 3
2531
+ deprecate :CdrId=, :none, 2025, 3
2528
2532
 
2529
2533
  def initialize(sdkappid=nil, instanceid=nil, cdrid=nil, limit=nil, offset=nil, order=nil, sessionid=nil)
2530
2534
  @SdkAppId = sdkappid
@@ -2850,8 +2854,8 @@ module TencentCloud
2850
2854
 
2851
2855
  attr_accessor :StartTimestamp, :EndTimestamp, :InstanceId, :SdkAppId, :Limit, :Offset, :Type
2852
2856
  extend Gem::Deprecate
2853
- deprecate :InstanceId, :none, 2025, 2
2854
- deprecate :InstanceId=, :none, 2025, 2
2857
+ deprecate :InstanceId, :none, 2025, 3
2858
+ deprecate :InstanceId=, :none, 2025, 3
2855
2859
 
2856
2860
  def initialize(starttimestamp=nil, endtimestamp=nil, instanceid=nil, sdkappid=nil, limit=nil, offset=nil, type=nil)
2857
2861
  @StartTimestamp = starttimestamp
@@ -2888,8 +2892,8 @@ module TencentCloud
2888
2892
 
2889
2893
  attr_accessor :TotalCount, :IMCdrs, :IMCdrList, :RequestId
2890
2894
  extend Gem::Deprecate
2891
- deprecate :IMCdrs, :none, 2025, 2
2892
- deprecate :IMCdrs=, :none, 2025, 2
2895
+ deprecate :IMCdrs, :none, 2025, 3
2896
+ deprecate :IMCdrs=, :none, 2025, 3
2893
2897
 
2894
2898
  def initialize(totalcount=nil, imcdrs=nil, imcdrlist=nil, requestid=nil)
2895
2899
  @TotalCount = totalcount
@@ -3381,8 +3385,8 @@ module TencentCloud
3381
3385
 
3382
3386
  attr_accessor :TotalCount, :TelCdrs, :TelCdrList, :RequestId
3383
3387
  extend Gem::Deprecate
3384
- deprecate :TelCdrs, :none, 2025, 2
3385
- deprecate :TelCdrs=, :none, 2025, 2
3388
+ deprecate :TelCdrs, :none, 2025, 3
3389
+ deprecate :TelCdrs=, :none, 2025, 3
3386
3390
 
3387
3391
  def initialize(totalcount=nil, telcdrs=nil, telcdrlist=nil, requestid=nil)
3388
3392
  @TotalCount = totalcount
@@ -3647,8 +3651,8 @@ module TencentCloud
3647
3651
 
3648
3652
  attr_accessor :TelCallOutCount, :TelCallInCount, :SeatUsedCount, :VoipCallInCount, :VOIPCallInCount, :AsrOfflineCount, :AsrRealtimeCount, :RequestId
3649
3653
  extend Gem::Deprecate
3650
- deprecate :VoipCallInCount, :none, 2025, 2
3651
- deprecate :VoipCallInCount=, :none, 2025, 2
3654
+ deprecate :VoipCallInCount, :none, 2025, 3
3655
+ deprecate :VoipCallInCount=, :none, 2025, 3
3652
3656
 
3653
3657
  def initialize(telcalloutcount=nil, telcallincount=nil, seatusedcount=nil, voipcallincount=nil, asrofflinecount=nil, asrrealtimecount=nil, requestid=nil)
3654
3658
  @TelCallOutCount = telcalloutcount
@@ -3696,8 +3700,8 @@ module TencentCloud
3696
3700
 
3697
3701
  attr_accessor :StartTimeStamp, :EndTimeStamp, :InstanceId, :Limit, :Offset, :SdkAppId, :PageSize, :PageNumber, :Phones, :SessionIds
3698
3702
  extend Gem::Deprecate
3699
- deprecate :InstanceId, :none, 2025, 2
3700
- deprecate :InstanceId=, :none, 2025, 2
3703
+ deprecate :InstanceId, :none, 2025, 3
3704
+ deprecate :InstanceId=, :none, 2025, 3
3701
3705
 
3702
3706
  def initialize(starttimestamp=nil, endtimestamp=nil, instanceid=nil, limit=nil, offset=nil, sdkappid=nil, pagesize=nil, pagenumber=nil, phones=nil, sessionids=nil)
3703
3707
  @StartTimeStamp = starttimestamp
@@ -3739,8 +3743,8 @@ module TencentCloud
3739
3743
 
3740
3744
  attr_accessor :TotalCount, :TelCdrs, :TelCdrList, :RequestId
3741
3745
  extend Gem::Deprecate
3742
- deprecate :TelCdrs, :none, 2025, 2
3743
- deprecate :TelCdrs=, :none, 2025, 2
3746
+ deprecate :TelCdrs, :none, 2025, 3
3747
+ deprecate :TelCdrs=, :none, 2025, 3
3744
3748
 
3745
3749
  def initialize(totalcount=nil, telcdrs=nil, telcdrlist=nil, requestid=nil)
3746
3750
  @TotalCount = totalcount
@@ -5535,8 +5539,8 @@ module TencentCloud
5535
5539
 
5536
5540
  attr_accessor :Caller, :Callee, :Time, :Direction, :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
5537
5541
  extend Gem::Deprecate
5538
- deprecate :Uui, :none, 2025, 2
5539
- deprecate :Uui=, :none, 2025, 2
5542
+ deprecate :Uui, :none, 2025, 3
5543
+ deprecate :Uui=, :none, 2025, 3
5540
5544
 
5541
5545
  def initialize(caller=nil, callee=nil, time=nil, direction=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)
5542
5546
  @Caller = caller
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-ccc
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1014
4
+ version: 3.0.1015
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud