tencentcloud-sdk-ccc 3.0.488 → 3.0.489
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 +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: 9e39d49f4548870c78379fa2d9f6f724a3380747
|
|
4
|
+
data.tar.gz: 749222d480e19d7542f9825d31d78bed760ab17c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d1d4f85fb908693b816724c38f7986f49161ffef291c0e3bf74a14e95a62b483a8a72fe925e40c1ff98bc253cae83b9e9b6409fd061b787a3818b1b92bbcf51b
|
|
7
|
+
data.tar.gz: 9757bb57ca874d168013f677abd7b60ce25692047c9256c136fd021d04088027604570eac3c0ec991f40aad8359cc6d58087afbc5386354ae491c76fc854d9f7
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.489
|
data/lib/v20200210/models.rb
CHANGED
|
@@ -3261,10 +3261,13 @@ module TencentCloud
|
|
|
3261
3261
|
# @param Remark: 备注
|
|
3262
3262
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
3263
3263
|
# @type Remark: String
|
|
3264
|
+
# @param QueuedSkillGroupName: 排队技能组名称
|
|
3265
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
3266
|
+
# @type QueuedSkillGroupName: String
|
|
3264
3267
|
|
|
3265
|
-
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
|
|
3268
|
+
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, :QueuedSkillGroupName
|
|
3266
3269
|
|
|
3267
|
-
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)
|
|
3270
|
+
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, queuedskillgroupname=nil)
|
|
3268
3271
|
@Caller = caller
|
|
3269
3272
|
@Callee = callee
|
|
3270
3273
|
@Time = time
|
|
@@ -3296,6 +3299,7 @@ module TencentCloud
|
|
|
3296
3299
|
@AsrUrl = asrurl
|
|
3297
3300
|
@CustomRecordURL = customrecordurl
|
|
3298
3301
|
@Remark = remark
|
|
3302
|
+
@QueuedSkillGroupName = queuedskillgroupname
|
|
3299
3303
|
end
|
|
3300
3304
|
|
|
3301
3305
|
def deserialize(params)
|
|
@@ -3354,6 +3358,7 @@ module TencentCloud
|
|
|
3354
3358
|
@AsrUrl = params['AsrUrl']
|
|
3355
3359
|
@CustomRecordURL = params['CustomRecordURL']
|
|
3356
3360
|
@Remark = params['Remark']
|
|
3361
|
+
@QueuedSkillGroupName = params['QueuedSkillGroupName']
|
|
3357
3362
|
end
|
|
3358
3363
|
end
|
|
3359
3364
|
|
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.489
|
|
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-01-
|
|
11
|
+
date: 2023-01-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|