tencentcloud-sdk-ccc 3.0.963 → 3.0.965

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20200210/models.rb +48 -32
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bb9e77013fd2e2a15836d6bd75fc5bd76b001475
4
- data.tar.gz: 3e9bb423e696b904080524dc0fee87e0689a7336
3
+ metadata.gz: 7a6f53306327626cc1d167acb88582801995037d
4
+ data.tar.gz: 48830f91289fa08d85fc5ac0d0ef9e4965f74957
5
5
  SHA512:
6
- metadata.gz: 2a449cefbf5a4365782ac4aac05d72eb0cb253850e128ac6244338ef49614a8fe63ce0ee9d66dd390a620e850505a1b03275d1aa4a2cb111845de40135fd93bd
7
- data.tar.gz: c292fd4d505626a393c1d492d6d506b75fc98dcfe55763092dcf046ad56c7d27d1a5295e4c9d777b7a778bd67922906dad3c4f6061d4e3485286205111a9a71c
6
+ metadata.gz: 382c4032be374aab2f6e25e4f2fbf4efa3c0510a6a325abf9f2cc8905434d112d4e651c712c6ee2c1987988e6fcf25ab70f9fb0c5bfdac27b6ad0aba6b57aa3f
7
+ data.tar.gz: a182547d5ee4340f28903cfd21537d6a74e6c67710e1de665abbfd8e3fd87cce5153aab179b8c12fb30c2a671c55e73973da2e4054d005278aa925a902b36bc1
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.963
1
+ 3.0.965
@@ -96,8 +96,8 @@ module TencentCloud
96
96
 
97
97
  attr_accessor :User, :Message, :Timestamp, :Start, :End
98
98
  extend Gem::Deprecate
99
- deprecate :Timestamp, :none, 2024, 11
100
- deprecate :Timestamp=, :none, 2024, 11
99
+ deprecate :Timestamp, :none, 2024, 12
100
+ deprecate :Timestamp=, :none, 2024, 12
101
101
 
102
102
  def initialize(user=nil, message=nil, timestamp=nil, start=nil, _end=nil)
103
103
  @User = user
@@ -271,8 +271,8 @@ module TencentCloud
271
271
 
272
272
  attr_accessor :SdkAppId, :StaffEmail, :SkillGroupList, :StaffSkillGroupList
273
273
  extend Gem::Deprecate
274
- deprecate :SkillGroupList, :none, 2024, 11
275
- deprecate :SkillGroupList=, :none, 2024, 11
274
+ deprecate :SkillGroupList, :none, 2024, 12
275
+ deprecate :SkillGroupList=, :none, 2024, 12
276
276
 
277
277
  def initialize(sdkappid=nil, staffemail=nil, skillgrouplist=nil, staffskillgrouplist=nil)
278
278
  @SdkAppId = sdkappid
@@ -783,6 +783,8 @@ module TencentCloud
783
783
  # @type NotifyDuration: Integer
784
784
  # @param NotifyMessage: 用户NotifyDuration没说话,AI提示的语句,默认是"抱歉,我没听清。您可以重复下吗?"
785
785
  # @type NotifyMessage: String
786
+ # @param NotifyMaxCount: 最大触发AI提示音次数,默认为不限制
787
+ # @type NotifyMaxCount: Integer
786
788
  # @param CustomTTSConfig: <p>和VoiceType字段需要选填一个,这里是使用自己自定义的TTS,VoiceType是系统内置的一些音色</p>
787
789
  # <ul>
788
790
  # <li>Tencent TTS<br>
@@ -864,9 +866,9 @@ module TencentCloud
864
866
  # </div></div>
865
867
  # @type CustomTTSConfig: String
866
868
 
867
- attr_accessor :SdkAppId, :Callee, :SystemPrompt, :LLMType, :Model, :APIKey, :APIUrl, :VoiceType, :Callers, :WelcomeMessage, :WelcomeType, :MaxDuration, :Languages, :InterruptMode, :InterruptSpeechDuration, :EndFunctionEnable, :EndFunctionDesc, :NotifyDuration, :NotifyMessage, :CustomTTSConfig
869
+ attr_accessor :SdkAppId, :Callee, :SystemPrompt, :LLMType, :Model, :APIKey, :APIUrl, :VoiceType, :Callers, :WelcomeMessage, :WelcomeType, :MaxDuration, :Languages, :InterruptMode, :InterruptSpeechDuration, :EndFunctionEnable, :EndFunctionDesc, :NotifyDuration, :NotifyMessage, :NotifyMaxCount, :CustomTTSConfig
868
870
 
869
- def initialize(sdkappid=nil, callee=nil, systemprompt=nil, llmtype=nil, model=nil, apikey=nil, apiurl=nil, voicetype=nil, callers=nil, welcomemessage=nil, welcometype=nil, maxduration=nil, languages=nil, interruptmode=nil, interruptspeechduration=nil, endfunctionenable=nil, endfunctiondesc=nil, notifyduration=nil, notifymessage=nil, customttsconfig=nil)
871
+ def initialize(sdkappid=nil, callee=nil, systemprompt=nil, llmtype=nil, model=nil, apikey=nil, apiurl=nil, voicetype=nil, callers=nil, welcomemessage=nil, welcometype=nil, maxduration=nil, languages=nil, interruptmode=nil, interruptspeechduration=nil, endfunctionenable=nil, endfunctiondesc=nil, notifyduration=nil, notifymessage=nil, notifymaxcount=nil, customttsconfig=nil)
870
872
  @SdkAppId = sdkappid
871
873
  @Callee = callee
872
874
  @SystemPrompt = systemprompt
@@ -886,6 +888,7 @@ module TencentCloud
886
888
  @EndFunctionDesc = endfunctiondesc
887
889
  @NotifyDuration = notifyduration
888
890
  @NotifyMessage = notifymessage
891
+ @NotifyMaxCount = notifymaxcount
889
892
  @CustomTTSConfig = customttsconfig
890
893
  end
891
894
 
@@ -909,6 +912,7 @@ module TencentCloud
909
912
  @EndFunctionDesc = params['EndFunctionDesc']
910
913
  @NotifyDuration = params['NotifyDuration']
911
914
  @NotifyMessage = params['NotifyMessage']
915
+ @NotifyMaxCount = params['NotifyMaxCount']
912
916
  @CustomTTSConfig = params['CustomTTSConfig']
913
917
  end
914
918
  end
@@ -1137,8 +1141,8 @@ module TencentCloud
1137
1141
 
1138
1142
  attr_accessor :SdkAppId, :UserId, :Callee, :Caller, :Callers, :IsForceUseMobile, :Uui, :UUI
1139
1143
  extend Gem::Deprecate
1140
- deprecate :Uui, :none, 2024, 11
1141
- deprecate :Uui=, :none, 2024, 11
1144
+ deprecate :Uui, :none, 2024, 12
1145
+ deprecate :Uui=, :none, 2024, 12
1142
1146
 
1143
1147
  def initialize(sdkappid=nil, userid=nil, callee=nil, caller=nil, callers=nil, isforceusemobile=nil, uui=nil)
1144
1148
  @SdkAppId = sdkappid
@@ -2235,10 +2239,10 @@ module TencentCloud
2235
2239
 
2236
2240
  attr_accessor :SdkAppId, :InstanceId, :CdrId, :Limit, :Offset, :Order, :SessionId
2237
2241
  extend Gem::Deprecate
2238
- deprecate :InstanceId, :none, 2024, 11
2239
- deprecate :InstanceId=, :none, 2024, 11
2240
- deprecate :CdrId, :none, 2024, 11
2241
- deprecate :CdrId=, :none, 2024, 11
2242
+ deprecate :InstanceId, :none, 2024, 12
2243
+ deprecate :InstanceId=, :none, 2024, 12
2244
+ deprecate :CdrId, :none, 2024, 12
2245
+ deprecate :CdrId=, :none, 2024, 12
2242
2246
 
2243
2247
  def initialize(sdkappid=nil, instanceid=nil, cdrid=nil, limit=nil, offset=nil, order=nil, sessionid=nil)
2244
2248
  @SdkAppId = sdkappid
@@ -2564,8 +2568,8 @@ module TencentCloud
2564
2568
 
2565
2569
  attr_accessor :StartTimestamp, :EndTimestamp, :InstanceId, :SdkAppId, :Limit, :Offset, :Type
2566
2570
  extend Gem::Deprecate
2567
- deprecate :InstanceId, :none, 2024, 11
2568
- deprecate :InstanceId=, :none, 2024, 11
2571
+ deprecate :InstanceId, :none, 2024, 12
2572
+ deprecate :InstanceId=, :none, 2024, 12
2569
2573
 
2570
2574
  def initialize(starttimestamp=nil, endtimestamp=nil, instanceid=nil, sdkappid=nil, limit=nil, offset=nil, type=nil)
2571
2575
  @StartTimestamp = starttimestamp
@@ -2602,8 +2606,8 @@ module TencentCloud
2602
2606
 
2603
2607
  attr_accessor :TotalCount, :IMCdrs, :IMCdrList, :RequestId
2604
2608
  extend Gem::Deprecate
2605
- deprecate :IMCdrs, :none, 2024, 11
2606
- deprecate :IMCdrs=, :none, 2024, 11
2609
+ deprecate :IMCdrs, :none, 2024, 12
2610
+ deprecate :IMCdrs=, :none, 2024, 12
2607
2611
 
2608
2612
  def initialize(totalcount=nil, imcdrs=nil, imcdrlist=nil, requestid=nil)
2609
2613
  @TotalCount = totalcount
@@ -3095,8 +3099,8 @@ module TencentCloud
3095
3099
 
3096
3100
  attr_accessor :TotalCount, :TelCdrs, :TelCdrList, :RequestId
3097
3101
  extend Gem::Deprecate
3098
- deprecate :TelCdrs, :none, 2024, 11
3099
- deprecate :TelCdrs=, :none, 2024, 11
3102
+ deprecate :TelCdrs, :none, 2024, 12
3103
+ deprecate :TelCdrs=, :none, 2024, 12
3100
3104
 
3101
3105
  def initialize(totalcount=nil, telcdrs=nil, telcdrlist=nil, requestid=nil)
3102
3106
  @TotalCount = totalcount
@@ -3361,8 +3365,8 @@ module TencentCloud
3361
3365
 
3362
3366
  attr_accessor :TelCallOutCount, :TelCallInCount, :SeatUsedCount, :VoipCallInCount, :VOIPCallInCount, :AsrOfflineCount, :AsrRealtimeCount, :RequestId
3363
3367
  extend Gem::Deprecate
3364
- deprecate :VoipCallInCount, :none, 2024, 11
3365
- deprecate :VoipCallInCount=, :none, 2024, 11
3368
+ deprecate :VoipCallInCount, :none, 2024, 12
3369
+ deprecate :VoipCallInCount=, :none, 2024, 12
3366
3370
 
3367
3371
  def initialize(telcalloutcount=nil, telcallincount=nil, seatusedcount=nil, voipcallincount=nil, asrofflinecount=nil, asrrealtimecount=nil, requestid=nil)
3368
3372
  @TelCallOutCount = telcalloutcount
@@ -3410,8 +3414,8 @@ module TencentCloud
3410
3414
 
3411
3415
  attr_accessor :StartTimeStamp, :EndTimeStamp, :InstanceId, :Limit, :Offset, :SdkAppId, :PageSize, :PageNumber, :Phones, :SessionIds
3412
3416
  extend Gem::Deprecate
3413
- deprecate :InstanceId, :none, 2024, 11
3414
- deprecate :InstanceId=, :none, 2024, 11
3417
+ deprecate :InstanceId, :none, 2024, 12
3418
+ deprecate :InstanceId=, :none, 2024, 12
3415
3419
 
3416
3420
  def initialize(starttimestamp=nil, endtimestamp=nil, instanceid=nil, limit=nil, offset=nil, sdkappid=nil, pagesize=nil, pagenumber=nil, phones=nil, sessionids=nil)
3417
3421
  @StartTimeStamp = starttimestamp
@@ -3453,8 +3457,8 @@ module TencentCloud
3453
3457
 
3454
3458
  attr_accessor :TotalCount, :TelCdrs, :TelCdrList, :RequestId
3455
3459
  extend Gem::Deprecate
3456
- deprecate :TelCdrs, :none, 2024, 11
3457
- deprecate :TelCdrs=, :none, 2024, 11
3460
+ deprecate :TelCdrs, :none, 2024, 12
3461
+ deprecate :TelCdrs=, :none, 2024, 12
3458
3462
 
3459
3463
  def initialize(totalcount=nil, telcdrs=nil, telcdrlist=nil, requestid=nil)
3460
3464
  @TotalCount = totalcount
@@ -4129,10 +4133,12 @@ module TencentCloud
4129
4133
  # @type UseMobileCallOut: Boolean
4130
4134
  # @param UseMobileAccept: 手机接听模式 0 - 关闭 | 1 - 仅离线 | 2 - 始终
4131
4135
  # @type UseMobileAccept: Integer
4136
+ # @param ExtensionNumber: 座席分机号(1 到 8 打头,4 - 6 位)
4137
+ # @type ExtensionNumber: String
4132
4138
 
4133
- attr_accessor :SdkAppId, :Email, :Name, :Phone, :Nick, :StaffNo, :SkillGroupIds, :UseMobileCallOut, :UseMobileAccept
4139
+ attr_accessor :SdkAppId, :Email, :Name, :Phone, :Nick, :StaffNo, :SkillGroupIds, :UseMobileCallOut, :UseMobileAccept, :ExtensionNumber
4134
4140
 
4135
- def initialize(sdkappid=nil, email=nil, name=nil, phone=nil, nick=nil, staffno=nil, skillgroupids=nil, usemobilecallout=nil, usemobileaccept=nil)
4141
+ def initialize(sdkappid=nil, email=nil, name=nil, phone=nil, nick=nil, staffno=nil, skillgroupids=nil, usemobilecallout=nil, usemobileaccept=nil, extensionnumber=nil)
4136
4142
  @SdkAppId = sdkappid
4137
4143
  @Email = email
4138
4144
  @Name = name
@@ -4142,6 +4148,7 @@ module TencentCloud
4142
4148
  @SkillGroupIds = skillgroupids
4143
4149
  @UseMobileCallOut = usemobilecallout
4144
4150
  @UseMobileAccept = usemobileaccept
4151
+ @ExtensionNumber = extensionnumber
4145
4152
  end
4146
4153
 
4147
4154
  def deserialize(params)
@@ -4154,6 +4161,7 @@ module TencentCloud
4154
4161
  @SkillGroupIds = params['SkillGroupIds']
4155
4162
  @UseMobileCallOut = params['UseMobileCallOut']
4156
4163
  @UseMobileAccept = params['UseMobileAccept']
4164
+ @ExtensionNumber = params['ExtensionNumber']
4157
4165
  end
4158
4166
  end
4159
4167
 
@@ -4624,10 +4632,12 @@ module TencentCloud
4624
4632
  # 3:普通座席
4625
4633
  # else:自定义角色ID
4626
4634
  # @type Role: Integer
4635
+ # @param ExtensionNumber: 座席分机号(1 到 8 打头,4 - 6 位)
4636
+ # @type ExtensionNumber: String
4627
4637
 
4628
- attr_accessor :Name, :Mail, :StaffNumber, :Phone, :Nick, :UserId, :SkillGroupNameList, :Role
4638
+ attr_accessor :Name, :Mail, :StaffNumber, :Phone, :Nick, :UserId, :SkillGroupNameList, :Role, :ExtensionNumber
4629
4639
 
4630
- def initialize(name=nil, mail=nil, staffnumber=nil, phone=nil, nick=nil, userid=nil, skillgroupnamelist=nil, role=nil)
4640
+ def initialize(name=nil, mail=nil, staffnumber=nil, phone=nil, nick=nil, userid=nil, skillgroupnamelist=nil, role=nil, extensionnumber=nil)
4631
4641
  @Name = name
4632
4642
  @Mail = mail
4633
4643
  @StaffNumber = staffnumber
@@ -4636,6 +4646,7 @@ module TencentCloud
4636
4646
  @UserId = userid
4637
4647
  @SkillGroupNameList = skillgroupnamelist
4638
4648
  @Role = role
4649
+ @ExtensionNumber = extensionnumber
4639
4650
  end
4640
4651
 
4641
4652
  def deserialize(params)
@@ -4647,6 +4658,7 @@ module TencentCloud
4647
4658
  @UserId = params['UserId']
4648
4659
  @SkillGroupNameList = params['SkillGroupNameList']
4649
4660
  @Role = params['Role']
4661
+ @ExtensionNumber = params['ExtensionNumber']
4650
4662
  end
4651
4663
  end
4652
4664
 
@@ -4856,10 +4868,12 @@ module TencentCloud
4856
4868
  # @type SkillGroupList: Array
4857
4869
  # @param LastModifyTimestamp: 最后修改时间
4858
4870
  # @type LastModifyTimestamp: Integer
4871
+ # @param ExtensionNumber: 座席分机号(1 到 8 打头,4 - 6 位)
4872
+ # @type ExtensionNumber: String
4859
4873
 
4860
- attr_accessor :Name, :Mail, :Phone, :Nick, :StaffNumber, :RoleId, :SkillGroupList, :LastModifyTimestamp
4874
+ attr_accessor :Name, :Mail, :Phone, :Nick, :StaffNumber, :RoleId, :SkillGroupList, :LastModifyTimestamp, :ExtensionNumber
4861
4875
 
4862
- def initialize(name=nil, mail=nil, phone=nil, nick=nil, staffnumber=nil, roleid=nil, skillgrouplist=nil, lastmodifytimestamp=nil)
4876
+ def initialize(name=nil, mail=nil, phone=nil, nick=nil, staffnumber=nil, roleid=nil, skillgrouplist=nil, lastmodifytimestamp=nil, extensionnumber=nil)
4863
4877
  @Name = name
4864
4878
  @Mail = mail
4865
4879
  @Phone = phone
@@ -4868,6 +4882,7 @@ module TencentCloud
4868
4882
  @RoleId = roleid
4869
4883
  @SkillGroupList = skillgrouplist
4870
4884
  @LastModifyTimestamp = lastmodifytimestamp
4885
+ @ExtensionNumber = extensionnumber
4871
4886
  end
4872
4887
 
4873
4888
  def deserialize(params)
@@ -4886,6 +4901,7 @@ module TencentCloud
4886
4901
  end
4887
4902
  end
4888
4903
  @LastModifyTimestamp = params['LastModifyTimestamp']
4904
+ @ExtensionNumber = params['ExtensionNumber']
4889
4905
  end
4890
4906
  end
4891
4907
 
@@ -5235,8 +5251,8 @@ module TencentCloud
5235
5251
 
5236
5252
  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
5237
5253
  extend Gem::Deprecate
5238
- deprecate :Uui, :none, 2024, 11
5239
- deprecate :Uui=, :none, 2024, 11
5254
+ deprecate :Uui, :none, 2024, 12
5255
+ deprecate :Uui=, :none, 2024, 12
5240
5256
 
5241
5257
  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)
5242
5258
  @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.963
4
+ version: 3.0.965
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-12-18 00:00:00.000000000 Z
11
+ date: 2024-12-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common