tencentcloud-sdk-ccc 3.0.1095 → 3.0.1104

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: dbdc56d4f49e8081c6ec02ac926c2ec6908b333b
4
- data.tar.gz: 006687bcb2c0ce750573bdd981b588929430ebc1
3
+ metadata.gz: e4b393f1439711d410c4a8a5caa6b63023a4b117
4
+ data.tar.gz: 1574310e69f00a08ac2a589ab862be32978ec79c
5
5
  SHA512:
6
- metadata.gz: af3674b1be57c8d8b21a89acf664cc2bec3ecfe141967a5761460cc8c3f2438d390926229869d4edd66c95b97db86895d6439380d84c746d4664687e123c39e0
7
- data.tar.gz: 961af9ae9de4c17602b13f909482bfadcc8fceabef4392021a39e53df7c07bc1954f2963424a0263e84b915c06f325722462759e974c9fa4213b16706bb0deb7
6
+ metadata.gz: a4c5b3d453a0ab82096fbccd52d597e76030bfa9df24d38efe90728a70cade8bec6d9b667405c1b7d9bb03a0c8df166078fb4de90ef774547998a3e793a14deb
7
+ data.tar.gz: 39731af98fcd90bf1c525f5d2bd629056d727eb1a6ab12f15a78840d507fa59826ad0cf5f2857c23c5356cfa341ab6beeddfb1d054ce9f1a02ef04002a79a964
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1095
1
+ 3.0.1104
@@ -5767,7 +5767,7 @@ module TencentCloud
5767
5767
 
5768
5768
  # 注意:DropMode为1时,允许缓存多个消息,如果后续出现了打断,缓存的消息会被清空
5769
5769
  # @type DropMode: Integer
5770
- # @param Priority: ServerPushText消息的优先级,0表示可被打断,1表示不会被打断。**目前仅支持传入0,如果需要传入1,请提工单联系我们添加权限。**
5770
+ # @param Priority: ServerPushText消息的优先级,0表示可被打断,1表示不会被打断。
5771
5771
  # 注意:在接收到Priority=1的消息后,后续其他任何消息都会被忽略(包括Priority=1的消息),直到Priority=1的消息处理结束。该字段可与Interrupt、DropMode字段配合使用。
5772
5772
  # 例子:
5773
5773
  # - Priority=1、Interrupt=true,会打断现有交互,立刻播报,播报过程中不会被打断
@@ -5819,10 +5819,12 @@ module TencentCloud
5819
5819
  # @type SkillGroupType: Integer
5820
5820
  # @param Alias: 技能组内线号码
5821
5821
  # @type Alias: String
5822
+ # @param RingAll: 是否同振
5823
+ # @type RingAll: Boolean
5822
5824
 
5823
- attr_accessor :SkillGroupId, :SkillGroupName, :Type, :RoutePolicy, :UsingLastSeat, :MaxConcurrency, :LastModifyTimestamp, :SkillGroupType, :Alias
5825
+ attr_accessor :SkillGroupId, :SkillGroupName, :Type, :RoutePolicy, :UsingLastSeat, :MaxConcurrency, :LastModifyTimestamp, :SkillGroupType, :Alias, :RingAll
5824
5826
 
5825
- def initialize(skillgroupid=nil, skillgroupname=nil, type=nil, routepolicy=nil, usinglastseat=nil, maxconcurrency=nil, lastmodifytimestamp=nil, skillgrouptype=nil, _alias=nil)
5827
+ def initialize(skillgroupid=nil, skillgroupname=nil, type=nil, routepolicy=nil, usinglastseat=nil, maxconcurrency=nil, lastmodifytimestamp=nil, skillgrouptype=nil, _alias=nil, ringall=nil)
5826
5828
  @SkillGroupId = skillgroupid
5827
5829
  @SkillGroupName = skillgroupname
5828
5830
  @Type = type
@@ -5832,6 +5834,7 @@ module TencentCloud
5832
5834
  @LastModifyTimestamp = lastmodifytimestamp
5833
5835
  @SkillGroupType = skillgrouptype
5834
5836
  @Alias = _alias
5837
+ @RingAll = ringall
5835
5838
  end
5836
5839
 
5837
5840
  def deserialize(params)
@@ -5844,6 +5847,7 @@ module TencentCloud
5844
5847
  @LastModifyTimestamp = params['LastModifyTimestamp']
5845
5848
  @SkillGroupType = params['SkillGroupType']
5846
5849
  @Alias = params['Alias']
5850
+ @RingAll = params['RingAll']
5847
5851
  end
5848
5852
  end
5849
5853
 
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.1095
4
+ version: 3.0.1104
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-07-06 00:00:00.000000000 Z
11
+ date: 2025-07-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common