tencentcloud-sdk-ccc 3.0.466 → 3.0.468

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 +15 -5
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c3a15247c76fe2e32eeb888b54e0fa65caa72312
4
- data.tar.gz: 389100c22e8614ec6ba70a7d563e6eaf64d777b3
3
+ metadata.gz: e9889975eb5d7f973ff32bfca479b512191f5bbb
4
+ data.tar.gz: 4723e580bc3847e0618f826ad758f512c971f791
5
5
  SHA512:
6
- metadata.gz: 95c4bbc92d1cd446d8662c8f1db7df2e279dcdec2aa327c6a6242ed78345fcfefacbc2d767b8a1fc25b7ecaebb45b407d9df794efcce4ab20b8b0a7dca7cba26
7
- data.tar.gz: 28663735b1f6e112bd18ab55404818a314853e768820d2ba9079b20d6e6022a5d7c84328caf610af17c8aaaa607d486274d43977b57effd253bd2ce6aae3507a
6
+ metadata.gz: 6db070cc8e3fbff7739528c8eeef64635ffd4cba18a0cf9b3f51310137edff0721b3fb64b0a4fccb145f3970b8df709100d0f2f5ce0ca0d89af723c5b39cb0c7
7
+ data.tar.gz: 257c088eddf0db6b3968ab8cf7d44d873090533524b9a6a9483c82b2ea3794378d94295405e04b1b89564afc5dc073821c205480eb04d194bfef83b265603f58
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.466
1
+ 3.0.468
@@ -2822,7 +2822,7 @@ module TencentCloud
2822
2822
  # @type SkillGroupId: Integer
2823
2823
  # @param SkillGroupName: 技能组名称
2824
2824
  # @type SkillGroupName: String
2825
- # @param Type: 类型:IM、TEL、ALL(全媒体)
2825
+ # @param Type: (废弃)类型:IM、TEL、ALL(全媒体)
2826
2826
  # @type Type: String
2827
2827
  # @param RoutePolicy: 会话分配策略
2828
2828
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -2836,10 +2836,13 @@ module TencentCloud
2836
2836
  # @param LastModifyTimestamp: 最后修改时间
2837
2837
  # 注意:此字段可能返回 null,表示取不到有效值。
2838
2838
  # @type LastModifyTimestamp: Integer
2839
+ # @param SkillGroupType: 技能组类型0-电话,1-在线,3-音频,4-视频
2840
+ # 注意:此字段可能返回 null,表示取不到有效值。
2841
+ # @type SkillGroupType: Integer
2839
2842
 
2840
- attr_accessor :SkillGroupId, :SkillGroupName, :Type, :RoutePolicy, :UsingLastSeat, :MaxConcurrency, :LastModifyTimestamp
2843
+ attr_accessor :SkillGroupId, :SkillGroupName, :Type, :RoutePolicy, :UsingLastSeat, :MaxConcurrency, :LastModifyTimestamp, :SkillGroupType
2841
2844
 
2842
- def initialize(skillgroupid=nil, skillgroupname=nil, type=nil, routepolicy=nil, usinglastseat=nil, maxconcurrency=nil, lastmodifytimestamp=nil)
2845
+ def initialize(skillgroupid=nil, skillgroupname=nil, type=nil, routepolicy=nil, usinglastseat=nil, maxconcurrency=nil, lastmodifytimestamp=nil, skillgrouptype=nil)
2843
2846
  @SkillGroupId = skillgroupid
2844
2847
  @SkillGroupName = skillgroupname
2845
2848
  @Type = type
@@ -2847,6 +2850,7 @@ module TencentCloud
2847
2850
  @UsingLastSeat = usinglastseat
2848
2851
  @MaxConcurrency = maxconcurrency
2849
2852
  @LastModifyTimestamp = lastmodifytimestamp
2853
+ @SkillGroupType = skillgrouptype
2850
2854
  end
2851
2855
 
2852
2856
  def deserialize(params)
@@ -2857,6 +2861,7 @@ module TencentCloud
2857
2861
  @UsingLastSeat = params['UsingLastSeat']
2858
2862
  @MaxConcurrency = params['MaxConcurrency']
2859
2863
  @LastModifyTimestamp = params['LastModifyTimestamp']
2864
+ @SkillGroupType = params['SkillGroupType']
2860
2865
  end
2861
2866
  end
2862
2867
 
@@ -3217,10 +3222,13 @@ module TencentCloud
3217
3222
  # @param CustomRecordURL: 录音转存第三方COS地址
3218
3223
  # 注意:此字段可能返回 null,表示取不到有效值。
3219
3224
  # @type CustomRecordURL: String
3225
+ # @param Remark: 备注
3226
+ # 注意:此字段可能返回 null,表示取不到有效值。
3227
+ # @type Remark: String
3220
3228
 
3221
- attr_accessor :Caller, :Callee, :Time, :Direction, :Duration, :RecordURL, :SeatUser, :EndStatus, :SkillGroup, :CallerLocation, :IVRDuration, :RingTimestamp, :AcceptTimestamp, :EndedTimestamp, :IVRKeyPressed, :HungUpSide, :ServeParticipants, :SkillGroupId, :EndStatusString, :StartTimestamp, :QueuedTimestamp, :PostIVRKeyPressed, :QueuedSkillGroupId, :SessionId, :ProtectedCaller, :ProtectedCallee, :Uui, :IVRKeyPressedEx, :AsrUrl, :CustomRecordURL
3229
+ attr_accessor :Caller, :Callee, :Time, :Direction, :Duration, :RecordURL, :SeatUser, :EndStatus, :SkillGroup, :CallerLocation, :IVRDuration, :RingTimestamp, :AcceptTimestamp, :EndedTimestamp, :IVRKeyPressed, :HungUpSide, :ServeParticipants, :SkillGroupId, :EndStatusString, :StartTimestamp, :QueuedTimestamp, :PostIVRKeyPressed, :QueuedSkillGroupId, :SessionId, :ProtectedCaller, :ProtectedCallee, :Uui, :IVRKeyPressedEx, :AsrUrl, :CustomRecordURL, :Remark
3222
3230
 
3223
- def initialize(caller=nil, callee=nil, time=nil, direction=nil, duration=nil, recordurl=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, customrecordurl=nil)
3231
+ def initialize(caller=nil, callee=nil, time=nil, direction=nil, duration=nil, recordurl=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, customrecordurl=nil, remark=nil)
3224
3232
  @Caller = caller
3225
3233
  @Callee = callee
3226
3234
  @Time = time
@@ -3251,6 +3259,7 @@ module TencentCloud
3251
3259
  @IVRKeyPressedEx = ivrkeypressedex
3252
3260
  @AsrUrl = asrurl
3253
3261
  @CustomRecordURL = customrecordurl
3262
+ @Remark = remark
3254
3263
  end
3255
3264
 
3256
3265
  def deserialize(params)
@@ -3308,6 +3317,7 @@ module TencentCloud
3308
3317
  end
3309
3318
  @AsrUrl = params['AsrUrl']
3310
3319
  @CustomRecordURL = params['CustomRecordURL']
3320
+ @Remark = params['Remark']
3311
3321
  end
3312
3322
  end
3313
3323
 
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.466
4
+ version: 3.0.468
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-12-06 00:00:00.000000000 Z
11
+ date: 2022-12-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common