tencentcloud-sdk-ccc 3.0.1073 → 3.0.1077

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 +65 -34
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a5b0209d57d358c8723b28d2b6c213b3d3f82188
4
- data.tar.gz: c1a5a6112be758ee8fc9be13f0dab89b7aca129d
3
+ metadata.gz: 47734c8adb7f71f8d7a33128bb6396ac67a80954
4
+ data.tar.gz: fd51f67d384f31f1f14b21997752baf87039ef5f
5
5
  SHA512:
6
- metadata.gz: d4aeb56f9a4003f8a1170852ee558d0ce5b30d75d0123b5e3685cfef695cfe332a93a20919dad8a66c34accd28d59c434c76910d269a95a2455796901601f8d1
7
- data.tar.gz: 2fbe3d634091abe65de9d2829fe9b978424ceddfb37c90e86e2716caf0dab8d4a4dfc85a2ee3619def6fe7d7fbb2b156575ec2e877102b6db55ab6b551023b9f
6
+ metadata.gz: 7ab6bc7bda31e20581ed68698e7eb74597a185034a085c4bf871b779c4797a371d428f8217e70522c58b3746beffa82697b29cb70fb4e1cc07950991f1025255
7
+ data.tar.gz: bd1c675798d1d1153e8f0cc672034758c17f026b43be3d92d1b10d7b91ddf864b5e5edaeab8b2ed5a9d3359fc6cad03c804089baf36fa155a31ced45f3e556cc
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1073
1
+ 3.0.1077
@@ -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, 4
359
- deprecate :Timestamp=, :none, 2025, 4
358
+ deprecate :Timestamp, :none, 2025, 6
359
+ deprecate :Timestamp=, :none, 2025, 6
360
360
 
361
361
  def initialize(user=nil, message=nil, timestamp=nil, start=nil, _end=nil)
362
362
  @User = user
@@ -530,8 +530,8 @@ module TencentCloud
530
530
 
531
531
  attr_accessor :SdkAppId, :StaffEmail, :SkillGroupList, :StaffSkillGroupList
532
532
  extend Gem::Deprecate
533
- deprecate :SkillGroupList, :none, 2025, 4
534
- deprecate :SkillGroupList=, :none, 2025, 4
533
+ deprecate :SkillGroupList, :none, 2025, 6
534
+ deprecate :SkillGroupList=, :none, 2025, 6
535
535
 
536
536
  def initialize(sdkappid=nil, staffemail=nil, skillgrouplist=nil, staffskillgrouplist=nil)
537
537
  @SdkAppId = sdkappid
@@ -763,6 +763,26 @@ module TencentCloud
763
763
  end
764
764
  end
765
765
 
766
+ # 座席登录的终端信息
767
+ class Client < TencentCloud::Common::AbstractModel
768
+ # @param ClientType: 登录的端类型,"Web"表示web工作台,"WeChatMiniProgram"表示微信小程序
769
+ # @type ClientType: String
770
+ # @param IsConnected: 当前登录的端是否在前台。若登录的端是Web,则该值为true;若登录的端是WeChatMiniProgram,true表示打开着微信小程序,false表示微信小程序退到后台
771
+ # @type IsConnected: Boolean
772
+
773
+ attr_accessor :ClientType, :IsConnected
774
+
775
+ def initialize(clienttype=nil, isconnected=nil)
776
+ @ClientType = clienttype
777
+ @IsConnected = isconnected
778
+ end
779
+
780
+ def deserialize(params)
781
+ @ClientType = params['ClientType']
782
+ @IsConnected = params['IsConnected']
783
+ end
784
+ end
785
+
766
786
  # 企业资质申请信息
767
787
  class CompanyApplyInfo < TencentCloud::Common::AbstractModel
768
788
  # @param ApplicantType: 申请人身份,0-公司法定代表人,1-经办人(受法定代表人委托)
@@ -936,8 +956,8 @@ module TencentCloud
936
956
 
937
957
  attr_accessor :SdkAppId, :AIAgentId, :Callee, :Callers, :PromptVariables, :Variables
938
958
  extend Gem::Deprecate
939
- deprecate :PromptVariables, :none, 2025, 4
940
- deprecate :PromptVariables=, :none, 2025, 4
959
+ deprecate :PromptVariables, :none, 2025, 6
960
+ deprecate :PromptVariables=, :none, 2025, 6
941
961
 
942
962
  def initialize(sdkappid=nil, aiagentid=nil, callee=nil, callers=nil, promptvariables=nil, variables=nil)
943
963
  @SdkAppId = sdkappid
@@ -1225,8 +1245,8 @@ module TencentCloud
1225
1245
 
1226
1246
  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
1227
1247
  extend Gem::Deprecate
1228
- deprecate :PromptVariables, :none, 2025, 4
1229
- deprecate :PromptVariables=, :none, 2025, 4
1248
+ deprecate :PromptVariables, :none, 2025, 6
1249
+ deprecate :PromptVariables=, :none, 2025, 6
1230
1250
 
1231
1251
  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)
1232
1252
  @SdkAppId = sdkappid
@@ -1636,8 +1656,8 @@ module TencentCloud
1636
1656
 
1637
1657
  attr_accessor :SdkAppId, :UserId, :Callee, :Caller, :Callers, :IsForceUseMobile, :Uui, :UUI
1638
1658
  extend Gem::Deprecate
1639
- deprecate :Uui, :none, 2025, 4
1640
- deprecate :Uui=, :none, 2025, 4
1659
+ deprecate :Uui, :none, 2025, 6
1660
+ deprecate :Uui=, :none, 2025, 6
1641
1661
 
1642
1662
  def initialize(sdkappid=nil, userid=nil, callee=nil, caller=nil, callers=nil, isforceusemobile=nil, uui=nil)
1643
1663
  @SdkAppId = sdkappid
@@ -2980,10 +3000,10 @@ module TencentCloud
2980
3000
 
2981
3001
  attr_accessor :SdkAppId, :InstanceId, :CdrId, :Limit, :Offset, :Order, :SessionId
2982
3002
  extend Gem::Deprecate
2983
- deprecate :InstanceId, :none, 2025, 4
2984
- deprecate :InstanceId=, :none, 2025, 4
2985
- deprecate :CdrId, :none, 2025, 4
2986
- deprecate :CdrId=, :none, 2025, 4
3003
+ deprecate :InstanceId, :none, 2025, 6
3004
+ deprecate :InstanceId=, :none, 2025, 6
3005
+ deprecate :CdrId, :none, 2025, 6
3006
+ deprecate :CdrId=, :none, 2025, 6
2987
3007
 
2988
3008
  def initialize(sdkappid=nil, instanceid=nil, cdrid=nil, limit=nil, offset=nil, order=nil, sessionid=nil)
2989
3009
  @SdkAppId = sdkappid
@@ -3309,8 +3329,8 @@ module TencentCloud
3309
3329
 
3310
3330
  attr_accessor :StartTimestamp, :EndTimestamp, :InstanceId, :SdkAppId, :Limit, :Offset, :Type
3311
3331
  extend Gem::Deprecate
3312
- deprecate :InstanceId, :none, 2025, 4
3313
- deprecate :InstanceId=, :none, 2025, 4
3332
+ deprecate :InstanceId, :none, 2025, 6
3333
+ deprecate :InstanceId=, :none, 2025, 6
3314
3334
 
3315
3335
  def initialize(starttimestamp=nil, endtimestamp=nil, instanceid=nil, sdkappid=nil, limit=nil, offset=nil, type=nil)
3316
3336
  @StartTimestamp = starttimestamp
@@ -3347,8 +3367,8 @@ module TencentCloud
3347
3367
 
3348
3368
  attr_accessor :TotalCount, :IMCdrs, :IMCdrList, :RequestId
3349
3369
  extend Gem::Deprecate
3350
- deprecate :IMCdrs, :none, 2025, 4
3351
- deprecate :IMCdrs=, :none, 2025, 4
3370
+ deprecate :IMCdrs, :none, 2025, 6
3371
+ deprecate :IMCdrs=, :none, 2025, 6
3352
3372
 
3353
3373
  def initialize(totalcount=nil, imcdrs=nil, imcdrlist=nil, requestid=nil)
3354
3374
  @TotalCount = totalcount
@@ -3840,8 +3860,8 @@ module TencentCloud
3840
3860
 
3841
3861
  attr_accessor :TotalCount, :TelCdrs, :TelCdrList, :RequestId
3842
3862
  extend Gem::Deprecate
3843
- deprecate :TelCdrs, :none, 2025, 4
3844
- deprecate :TelCdrs=, :none, 2025, 4
3863
+ deprecate :TelCdrs, :none, 2025, 6
3864
+ deprecate :TelCdrs=, :none, 2025, 6
3845
3865
 
3846
3866
  def initialize(totalcount=nil, telcdrs=nil, telcdrlist=nil, requestid=nil)
3847
3867
  @TotalCount = totalcount
@@ -4106,8 +4126,8 @@ module TencentCloud
4106
4126
 
4107
4127
  attr_accessor :TelCallOutCount, :TelCallInCount, :SeatUsedCount, :VoipCallInCount, :VOIPCallInCount, :AsrOfflineCount, :AsrRealtimeCount, :RequestId
4108
4128
  extend Gem::Deprecate
4109
- deprecate :VoipCallInCount, :none, 2025, 4
4110
- deprecate :VoipCallInCount=, :none, 2025, 4
4129
+ deprecate :VoipCallInCount, :none, 2025, 6
4130
+ deprecate :VoipCallInCount=, :none, 2025, 6
4111
4131
 
4112
4132
  def initialize(telcalloutcount=nil, telcallincount=nil, seatusedcount=nil, voipcallincount=nil, asrofflinecount=nil, asrrealtimecount=nil, requestid=nil)
4113
4133
  @TelCallOutCount = telcalloutcount
@@ -4155,8 +4175,8 @@ module TencentCloud
4155
4175
 
4156
4176
  attr_accessor :StartTimeStamp, :EndTimeStamp, :InstanceId, :Limit, :Offset, :SdkAppId, :PageSize, :PageNumber, :Phones, :SessionIds
4157
4177
  extend Gem::Deprecate
4158
- deprecate :InstanceId, :none, 2025, 4
4159
- deprecate :InstanceId=, :none, 2025, 4
4178
+ deprecate :InstanceId, :none, 2025, 6
4179
+ deprecate :InstanceId=, :none, 2025, 6
4160
4180
 
4161
4181
  def initialize(starttimestamp=nil, endtimestamp=nil, instanceid=nil, limit=nil, offset=nil, sdkappid=nil, pagesize=nil, pagenumber=nil, phones=nil, sessionids=nil)
4162
4182
  @StartTimeStamp = starttimestamp
@@ -4198,8 +4218,8 @@ module TencentCloud
4198
4218
 
4199
4219
  attr_accessor :TotalCount, :TelCdrs, :TelCdrList, :RequestId
4200
4220
  extend Gem::Deprecate
4201
- deprecate :TelCdrs, :none, 2025, 4
4202
- deprecate :TelCdrs=, :none, 2025, 4
4221
+ deprecate :TelCdrs, :none, 2025, 6
4222
+ deprecate :TelCdrs=, :none, 2025, 6
4203
4223
 
4204
4224
  def initialize(totalcount=nil, telcdrs=nil, telcdrlist=nil, requestid=nil)
4205
4225
  @TotalCount = totalcount
@@ -5691,10 +5711,10 @@ module TencentCloud
5691
5711
 
5692
5712
  attr_accessor :Name, :Mail, :Phone, :Nick, :StaffNumber, :RoleId, :RoleIdList, :RoleList, :SkillGroupList, :LastModifyTimestamp, :ExtensionNumber
5693
5713
  extend Gem::Deprecate
5694
- deprecate :RoleId, :none, 2025, 4
5695
- deprecate :RoleId=, :none, 2025, 4
5696
- deprecate :RoleIdList, :none, 2025, 4
5697
- deprecate :RoleIdList=, :none, 2025, 4
5714
+ deprecate :RoleId, :none, 2025, 6
5715
+ deprecate :RoleId=, :none, 2025, 6
5716
+ deprecate :RoleIdList, :none, 2025, 6
5717
+ deprecate :RoleIdList=, :none, 2025, 6
5698
5718
 
5699
5719
  def initialize(name=nil, mail=nil, phone=nil, nick=nil, staffnumber=nil, roleid=nil, roleidlist=nil, rolelist=nil, skillgrouplist=nil, lastmodifytimestamp=nil, extensionnumber=nil)
5700
5720
  @Name = name
@@ -5808,10 +5828,12 @@ module TencentCloud
5808
5828
  # @param LastStatusTimestamp: 最近一次状态时间戳
5809
5829
  # 注意:此字段可能返回 null,表示取不到有效值。
5810
5830
  # @type LastStatusTimestamp: Integer
5831
+ # @param ClientInfo: 客服登录的端信息
5832
+ # @type ClientInfo: Array
5811
5833
 
5812
- attr_accessor :Email, :Status, :StatusExtra, :OnlineDuration, :FreeDuration, :BusyDuration, :NotReadyDuration, :RestDuration, :AfterCallWorkDuration, :Reason, :ReserveRest, :ReserveNotReady, :UseMobileAccept, :UseMobileCallOut, :LastOnlineTimestamp, :LastStatusTimestamp
5834
+ attr_accessor :Email, :Status, :StatusExtra, :OnlineDuration, :FreeDuration, :BusyDuration, :NotReadyDuration, :RestDuration, :AfterCallWorkDuration, :Reason, :ReserveRest, :ReserveNotReady, :UseMobileAccept, :UseMobileCallOut, :LastOnlineTimestamp, :LastStatusTimestamp, :ClientInfo
5813
5835
 
5814
- def initialize(email=nil, status=nil, statusextra=nil, onlineduration=nil, freeduration=nil, busyduration=nil, notreadyduration=nil, restduration=nil, aftercallworkduration=nil, reason=nil, reserverest=nil, reservenotready=nil, usemobileaccept=nil, usemobilecallout=nil, lastonlinetimestamp=nil, laststatustimestamp=nil)
5836
+ def initialize(email=nil, status=nil, statusextra=nil, onlineduration=nil, freeduration=nil, busyduration=nil, notreadyduration=nil, restduration=nil, aftercallworkduration=nil, reason=nil, reserverest=nil, reservenotready=nil, usemobileaccept=nil, usemobilecallout=nil, lastonlinetimestamp=nil, laststatustimestamp=nil, clientinfo=nil)
5815
5837
  @Email = email
5816
5838
  @Status = status
5817
5839
  @StatusExtra = statusextra
@@ -5828,6 +5850,7 @@ module TencentCloud
5828
5850
  @UseMobileCallOut = usemobilecallout
5829
5851
  @LastOnlineTimestamp = lastonlinetimestamp
5830
5852
  @LastStatusTimestamp = laststatustimestamp
5853
+ @ClientInfo = clientinfo
5831
5854
  end
5832
5855
 
5833
5856
  def deserialize(params)
@@ -5850,6 +5873,14 @@ module TencentCloud
5850
5873
  @UseMobileCallOut = params['UseMobileCallOut']
5851
5874
  @LastOnlineTimestamp = params['LastOnlineTimestamp']
5852
5875
  @LastStatusTimestamp = params['LastStatusTimestamp']
5876
+ unless params['ClientInfo'].nil?
5877
+ @ClientInfo = []
5878
+ params['ClientInfo'].each do |i|
5879
+ client_tmp = Client.new
5880
+ client_tmp.deserialize(i)
5881
+ @ClientInfo << client_tmp
5882
+ end
5883
+ end
5853
5884
  end
5854
5885
  end
5855
5886
 
@@ -6082,8 +6113,8 @@ module TencentCloud
6082
6113
 
6083
6114
  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
6084
6115
  extend Gem::Deprecate
6085
- deprecate :Uui, :none, 2025, 4
6086
- deprecate :Uui=, :none, 2025, 4
6116
+ deprecate :Uui, :none, 2025, 6
6117
+ deprecate :Uui=, :none, 2025, 6
6087
6118
 
6088
6119
  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)
6089
6120
  @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.1073
4
+ version: 3.0.1077
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-06-03 00:00:00.000000000 Z
11
+ date: 2025-06-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common