tencentcloud-sdk-ccc 3.0.467 → 3.0.469

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: 5423e8e779fec6330e49ae353dde5adccf9cfca0
4
- data.tar.gz: 621c71b2da74bc9a80b7618905dfd1aad9e1090a
3
+ metadata.gz: 819289e28b23731abf1ad3a96e275e4755377d80
4
+ data.tar.gz: 79705fcb0834b637920936f4186edbcf8db384ac
5
5
  SHA512:
6
- metadata.gz: 79ba8116b0bf7b5bba93b0fec76cdbd92610aba2ae70b58d26814b5e058c8fc5ef89bde2c11d9bef2f1ac89d9bb3e9acc29960e2815552c7c9799af22fa411aa
7
- data.tar.gz: 2eea8df4c566d805f1dcdf41759dd3b301f3497e4c2617c22950bffda8d27f8685551cf9eddd7d0f91625cfc6513a049e5badea0167b1049fde3ef0d423eca15
6
+ metadata.gz: 5c95d6738ee70f730f1f071e048fd1216e4e26ecdf8ce96a24506f8b6457dfecbb4d7aa27103e63b2f25c9b1ab09dc96da73a7d8203d7e3695eace7a6ed98791
7
+ data.tar.gz: 3b0d199e071a6e7186e5ba277a4d64f3fb6558934136edb7350f34fd41d8f64067a27838019205b73e055a54ba6bcdb8764a93ba6599cd9efeaa36479cdd7401
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.467
1
+ 3.0.469
@@ -3222,10 +3222,13 @@ module TencentCloud
3222
3222
  # @param CustomRecordURL: 录音转存第三方COS地址
3223
3223
  # 注意:此字段可能返回 null,表示取不到有效值。
3224
3224
  # @type CustomRecordURL: String
3225
+ # @param Remark: 备注
3226
+ # 注意:此字段可能返回 null,表示取不到有效值。
3227
+ # @type Remark: String
3225
3228
 
3226
- 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
3227
3230
 
3228
- 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)
3229
3232
  @Caller = caller
3230
3233
  @Callee = callee
3231
3234
  @Time = time
@@ -3256,6 +3259,7 @@ module TencentCloud
3256
3259
  @IVRKeyPressedEx = ivrkeypressedex
3257
3260
  @AsrUrl = asrurl
3258
3261
  @CustomRecordURL = customrecordurl
3262
+ @Remark = remark
3259
3263
  end
3260
3264
 
3261
3265
  def deserialize(params)
@@ -3313,6 +3317,7 @@ module TencentCloud
3313
3317
  end
3314
3318
  @AsrUrl = params['AsrUrl']
3315
3319
  @CustomRecordURL = params['CustomRecordURL']
3320
+ @Remark = params['Remark']
3316
3321
  end
3317
3322
  end
3318
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.467
4
+ version: 3.0.469
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-07 00:00:00.000000000 Z
11
+ date: 2022-12-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common