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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20200210/models.rb +7 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e9889975eb5d7f973ff32bfca479b512191f5bbb
|
4
|
+
data.tar.gz: 4723e580bc3847e0618f826ad758f512c971f791
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6db070cc8e3fbff7739528c8eeef64635ffd4cba18a0cf9b3f51310137edff0721b3fb64b0a4fccb145f3970b8df709100d0f2f5ce0ca0d89af723c5b39cb0c7
|
7
|
+
data.tar.gz: 257c088eddf0db6b3968ab8cf7d44d873090533524b9a6a9483c82b2ea3794378d94295405e04b1b89564afc5dc073821c205480eb04d194bfef83b265603f58
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.468
|
data/lib/v20200210/models.rb
CHANGED
@@ -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.
|
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-
|
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
|