tencentcloud-sdk-ccc 3.0.1140 → 3.0.1141
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 +38 -34
- 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: 526b4b0d604ffe3a0f1c33c755d94461296ef54f
|
4
|
+
data.tar.gz: ba52b89c2406df11f74db609237ff41c5f24decf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d6547868388a865172dbcb8bdd60e309949f376e7d63bf4154bc16ba06078c47562893e2ac5342350516b10eb06367d3fd059fac4716aa0fe29f2da52535b706
|
7
|
+
data.tar.gz: b22181640e0eff21df81e0b020d1c6305ad8b13a394cd2362c8b3355991ef8a2f8ba75783215a8b1574cbe4f79c28ace52ef57760b30e6959075824b00ded649
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1141
|
data/lib/v20200210/models.rb
CHANGED
@@ -6521,73 +6521,77 @@ module TencentCloud
|
|
6521
6521
|
|
6522
6522
|
# **场景 EndStatus EndStatusString 状态说明**
|
6523
6523
|
|
6524
|
-
# 电话呼入&呼出 1 ok
|
6524
|
+
# 电话呼入&呼出 1 ok **正常通话**
|
6525
6525
|
|
6526
|
-
# 电话呼入 102 ivrGiveUp IVR
|
6526
|
+
# 电话呼入 102 ivrGiveUp **IVR期间用户放弃**
|
6527
6527
|
|
6528
|
-
# 电话呼入 103 waitingGiveUp
|
6528
|
+
# 电话呼入 103 waitingGiveUp **排队时用户放弃**
|
6529
6529
|
|
6530
|
-
# 电话呼入 104 ringingGiveUp
|
6530
|
+
# 电话呼入 104 ringingGiveUp **振铃时用户放弃**
|
6531
6531
|
|
6532
|
-
# 电话呼入 105 noSeatOnline
|
6532
|
+
# 电话呼入 105 noSeatOnline **无座席在线**
|
6533
6533
|
|
6534
|
-
# 电话呼入 106 notWorkTime
|
6534
|
+
# 电话呼入 106 notWorkTime **非工作时间**
|
6535
6535
|
|
6536
|
-
# 电话呼入 107 ivrEnd IVR全自动结束(无人工介入)
|
6536
|
+
# 电话呼入 107 ivrEnd **IVR全自动结束(无人工介入)**
|
6537
6537
|
|
6538
|
-
# 电话呼入 100 blackList
|
6538
|
+
# 电话呼入 100 blackList **黑名单(系统侧)**
|
6539
6539
|
|
6540
|
-
# 电话呼出 108 restrictedCallee
|
6540
|
+
# 电话呼出 108 restrictedCallee **全局外呼风险号码拦截(系统侧)**
|
6541
6541
|
|
6542
|
-
# 电话呼出 109 tooManyRequest
|
6542
|
+
# 电话呼出 109 tooManyRequest **外呼频控拦截(系统侧)**
|
6543
6543
|
|
6544
|
-
# 电话呼出 110 restrictedArea
|
6544
|
+
# 电话呼出 110 restrictedArea **外呼地域拦截(系统侧)**
|
6545
6545
|
|
6546
|
-
# 电话呼出 111 restrictedTime
|
6546
|
+
# 电话呼出 111 restrictedTime **外呼时段拦截(系统侧)**
|
6547
6547
|
|
6548
|
-
# 电话呼出 202 notAnswer
|
6548
|
+
# 电话呼出 202 notAnswer **被叫未接听**
|
6549
6549
|
|
6550
|
-
# 电话呼出 203 userReject
|
6550
|
+
# 电话呼出 203 userReject **被叫拒接挂断**
|
6551
6551
|
|
6552
|
-
# 电话呼出 204 powerOff
|
6552
|
+
# 电话呼出 204 powerOff **被叫关机**
|
6553
6553
|
|
6554
|
-
# 电话呼出 205 numberNotExist
|
6554
|
+
# 电话呼出 205 numberNotExist **被叫空号**
|
6555
6555
|
|
6556
|
-
# 电话呼出 206 busy
|
6556
|
+
# 电话呼出 206 busy **被叫忙**
|
6557
6557
|
|
6558
|
-
# 电话呼出 207 outOfCredit
|
6558
|
+
# 电话呼出 207 outOfCredit **被叫欠费**
|
6559
6559
|
|
6560
|
-
# 电话呼出 208 operatorError
|
6560
|
+
# 电话呼出 208 operatorError **运营商线路异常**
|
6561
6561
|
|
6562
|
-
# 电话呼出 209 callerCancel
|
6562
|
+
# 电话呼出 209 callerCancel **主叫取消**
|
6563
6563
|
|
6564
|
-
# 电话呼出 210 notInService
|
6564
|
+
# 电话呼出 210 notInService **被叫不在服务区**
|
6565
6565
|
|
6566
|
-
# 电话呼入&呼出 211 clientError
|
6566
|
+
# 电话呼入&呼出 211 clientError **座席客户端错误**
|
6567
6567
|
|
6568
|
-
# 电话呼出 212 carrierBlocked
|
6568
|
+
# 电话呼出 212 carrierBlocked **运营商拦截**
|
6569
6569
|
|
6570
|
-
# 电话呼出 213 callReminder
|
6570
|
+
# 电话呼出 213 callReminder **提示来电提醒**
|
6571
6571
|
|
6572
|
-
# 电话呼出 215 numberInvalid
|
6572
|
+
# 电话呼出 215 numberInvalid **被叫号码无效**
|
6573
6573
|
|
6574
|
-
# 电话呼出 216 callRestricted
|
6574
|
+
# 电话呼出 216 callRestricted **提示呼叫受限**
|
6575
6575
|
|
6576
|
-
# 电话呼出 217 calleeRestricted
|
6576
|
+
# 电话呼出 217 calleeRestricted **被叫黑名单受限**
|
6577
6577
|
|
6578
|
-
# 电话呼出 218 areaRestricted
|
6578
|
+
# 电话呼出 218 areaRestricted **被叫区域受限**
|
6579
6579
|
|
6580
|
-
# 电话呼出 219 promptCallForwarding
|
6580
|
+
# 电话呼出 219 promptCallForwarding **提示呼叫转移**
|
6581
6581
|
|
6582
|
-
# 电话呼出 220 callerCancelWhileRing
|
6582
|
+
# 电话呼出 220 callerCancelWhileRing **振铃中主叫取消**
|
6583
6583
|
|
6584
|
-
# 电话呼出 221 callerCancelWithoutRing
|
6584
|
+
# 电话呼出 221 callerCancelWithoutRing **未振铃被叫号码异常**
|
6585
6585
|
|
6586
|
-
# 音频呼入 501 callConflict VoIP
|
6586
|
+
# 音频呼入 501 callConflict **VoIP用户呼叫冲突终止**
|
6587
6587
|
|
6588
|
-
# 音频呼入 502 clientTimeout VoIP
|
6588
|
+
# 音频呼入 502 clientTimeout **VoIP用户客户端超时**
|
6589
6589
|
|
6590
|
-
# 音频呼入 503 voipClientError VoIP
|
6590
|
+
# 音频呼入 503 voipClientError **VoIP用户客户端错误**
|
6591
|
+
|
6592
|
+
# 中文详情[参考](https://www.tencentcloud.com/zh/document/product/1229/71847)
|
6593
|
+
|
6594
|
+
# 英文详情[参考](https://www.tencentcloud.com/document/product/1229/71847?lang=en)
|
6591
6595
|
# @type EndStatus: Integer
|
6592
6596
|
# @param SkillGroup: 技能组名称
|
6593
6597
|
# @type SkillGroup: String
|
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.1141
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-09-
|
11
|
+
date: 2025-09-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|