tencentcloud-sdk-ccc 3.0.465 → 3.0.467

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f5db28d309dccdacf864d46f50673fbbef0532c0
4
- data.tar.gz: 6d99b88b520d9e72d5fe71a9100357ea38b3922e
3
+ metadata.gz: 5423e8e779fec6330e49ae353dde5adccf9cfca0
4
+ data.tar.gz: 621c71b2da74bc9a80b7618905dfd1aad9e1090a
5
5
  SHA512:
6
- metadata.gz: c6138499ddcfffdc1502c0ab78c2b5da1372195d7cbfde90d1e3ccfa97dbbe46a2ef34a651fac4d27275d77dddb61e63eef9274e9a296c3f0061b3576e6965b1
7
- data.tar.gz: 639168114e61af408d2559c9f621318d1a6a1661b0ca04871323501521769cb9491f71e74a4c0b5453cf930f539a7b01a883356c1008e534e402643bb519ac04
6
+ metadata.gz: 79ba8116b0bf7b5bba93b0fec76cdbd92610aba2ae70b58d26814b5e058c8fc5ef89bde2c11d9bef2f1ac89d9bb3e9acc29960e2815552c7c9799af22fa411aa
7
+ data.tar.gz: 2eea8df4c566d805f1dcdf41759dd3b301f3497e4c2617c22950bffda8d27f8685551cf9eddd7d0f91625cfc6513a049e5badea0167b1049fde3ef0d423eca15
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.465
1
+ 3.0.467
@@ -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
 
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.465
4
+ version: 3.0.467
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-05 00:00:00.000000000 Z
11
+ date: 2022-12-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common