tencentcloud-sdk-ccc 3.0.563 → 3.0.565

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: 27e25e7b2a769e14040a189f83167c6243a8b33e
4
- data.tar.gz: 6a58bd3842d27ef3ddb1818e4240f56953cd5f5f
3
+ metadata.gz: d1da8fc196d7a5f0d32db2cf790c98027a64777a
4
+ data.tar.gz: 31c3beeda03ac4e578890ca03f919b85d0b565c5
5
5
  SHA512:
6
- metadata.gz: af5cbbe10ce282252f00262c0f0a4aeb8fc3913ce126352aae5d7e8798027117383eb49c7fb75e56d0938292af03fde410931de9b7370b0b86b72dd96f978bb9
7
- data.tar.gz: d00afcc1d331550884a7361cbb45ba041a0908860e72da84d462b0a98bc7b96b55e3a1646a69364e7c09ec68a3b055eb7f9d43397bac527fe1db180c17d5ce6a
6
+ metadata.gz: d47f819ed6ee7f8d7e203bb252df38323b31c05c51c9a90288c04dccdd889fd68c328a4a65508a6db70e6794a4b72c1593a556d7f4dd8115981ad770815322f0
7
+ data.tar.gz: 0fe31a4ab92c214caa611a0c057884d11778992a5fca579d6c2b1ed2909fd9f6f80af2662d6d30b2e19ae46d5a0e3e2ea3ccba3a2c60e4e171e51e61ad48f341
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.563
1
+ 3.0.565
@@ -2918,6 +2918,9 @@ module TencentCloud
2918
2918
  # @param TransferFrom: 转接来源坐席信息
2919
2919
  # 注意:此字段可能返回 null,表示取不到有效值。
2920
2920
  # @type TransferFrom: String
2921
+ # @param TransferFromType: 转接来源参与者类型,取值与 Type 一致
2922
+ # 注意:此字段可能返回 null,表示取不到有效值。
2923
+ # @type TransferFromType: String
2921
2924
  # @param TransferTo: 转接去向坐席信息
2922
2925
  # 注意:此字段可能返回 null,表示取不到有效值。
2923
2926
  # @type TransferTo: String
@@ -2946,9 +2949,9 @@ module TencentCloud
2946
2949
  # 注意:此字段可能返回 null,表示取不到有效值。
2947
2950
  # @type CustomRecordURL: String
2948
2951
 
2949
- attr_accessor :Mail, :Phone, :RingTimestamp, :AcceptTimestamp, :EndedTimestamp, :RecordId, :Type, :TransferFrom, :TransferTo, :TransferToType, :SkillGroupId, :EndStatusString, :RecordURL, :Sequence, :StartTimestamp, :SkillGroupName, :CustomRecordURL
2952
+ attr_accessor :Mail, :Phone, :RingTimestamp, :AcceptTimestamp, :EndedTimestamp, :RecordId, :Type, :TransferFrom, :TransferFromType, :TransferTo, :TransferToType, :SkillGroupId, :EndStatusString, :RecordURL, :Sequence, :StartTimestamp, :SkillGroupName, :CustomRecordURL
2950
2953
 
2951
- def initialize(mail=nil, phone=nil, ringtimestamp=nil, accepttimestamp=nil, endedtimestamp=nil, recordid=nil, type=nil, transferfrom=nil, transferto=nil, transfertotype=nil, skillgroupid=nil, endstatusstring=nil, recordurl=nil, sequence=nil, starttimestamp=nil, skillgroupname=nil, customrecordurl=nil)
2954
+ def initialize(mail=nil, phone=nil, ringtimestamp=nil, accepttimestamp=nil, endedtimestamp=nil, recordid=nil, type=nil, transferfrom=nil, transferfromtype=nil, transferto=nil, transfertotype=nil, skillgroupid=nil, endstatusstring=nil, recordurl=nil, sequence=nil, starttimestamp=nil, skillgroupname=nil, customrecordurl=nil)
2952
2955
  @Mail = mail
2953
2956
  @Phone = phone
2954
2957
  @RingTimestamp = ringtimestamp
@@ -2957,6 +2960,7 @@ module TencentCloud
2957
2960
  @RecordId = recordid
2958
2961
  @Type = type
2959
2962
  @TransferFrom = transferfrom
2963
+ @TransferFromType = transferfromtype
2960
2964
  @TransferTo = transferto
2961
2965
  @TransferToType = transfertotype
2962
2966
  @SkillGroupId = skillgroupid
@@ -2977,6 +2981,7 @@ module TencentCloud
2977
2981
  @RecordId = params['RecordId']
2978
2982
  @Type = params['Type']
2979
2983
  @TransferFrom = params['TransferFrom']
2984
+ @TransferFromType = params['TransferFromType']
2980
2985
  @TransferTo = params['TransferTo']
2981
2986
  @TransferToType = params['TransferToType']
2982
2987
  @SkillGroupId = params['SkillGroupId']
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.563
4
+ version: 3.0.565
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-05-01 00:00:00.000000000 Z
11
+ date: 2023-05-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common