tencentcloud-sdk-ccc 3.0.467 → 3.0.468

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5423e8e779fec6330e49ae353dde5adccf9cfca0
4
- data.tar.gz: 621c71b2da74bc9a80b7618905dfd1aad9e1090a
3
+ metadata.gz: e9889975eb5d7f973ff32bfca479b512191f5bbb
4
+ data.tar.gz: 4723e580bc3847e0618f826ad758f512c971f791
5
5
  SHA512:
6
- metadata.gz: 79ba8116b0bf7b5bba93b0fec76cdbd92610aba2ae70b58d26814b5e058c8fc5ef89bde2c11d9bef2f1ac89d9bb3e9acc29960e2815552c7c9799af22fa411aa
7
- data.tar.gz: 2eea8df4c566d805f1dcdf41759dd3b301f3497e4c2617c22950bffda8d27f8685551cf9eddd7d0f91625cfc6513a049e5badea0167b1049fde3ef0d423eca15
6
+ metadata.gz: 6db070cc8e3fbff7739528c8eeef64635ffd4cba18a0cf9b3f51310137edff0721b3fb64b0a4fccb145f3970b8df709100d0f2f5ce0ca0d89af723c5b39cb0c7
7
+ data.tar.gz: 257c088eddf0db6b3968ab8cf7d44d873090533524b9a6a9483c82b2ea3794378d94295405e04b1b89564afc5dc073821c205480eb04d194bfef83b265603f58
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.467
1
+ 3.0.468
@@ -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.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-07 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