tencentcloud-sdk-ccc 3.0.1138 → 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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20200210/models.rb +48 -80
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0307a897f2c762cde3248527827eb875440d12fc
4
- data.tar.gz: 9aa800d24d990b53924c75c25354587fe18d8b05
3
+ metadata.gz: 526b4b0d604ffe3a0f1c33c755d94461296ef54f
4
+ data.tar.gz: ba52b89c2406df11f74db609237ff41c5f24decf
5
5
  SHA512:
6
- metadata.gz: fffa7ea04ccd3a5db81478b714a755c9a80345ee1b42c5f1a3e331e9c6e52ccf6ac18a940a8563a99445ed6d602e97028d4b676abba4322b1ae81472d85d4bff
7
- data.tar.gz: d230944ef871f6d37e94996627caa4adfc6cdc3239e67ffde34c74753e3e9114252e43d1358a12f511f74c902ea1d6278dece203a7d800662dcfd7ebc3cacb40
6
+ metadata.gz: d6547868388a865172dbcb8bdd60e309949f376e7d63bf4154bc16ba06078c47562893e2ac5342350516b10eb06367d3fd059fac4716aa0fe29f2da52535b706
7
+ data.tar.gz: b22181640e0eff21df81e0b020d1c6305ad8b13a394cd2362c8b3355991ef8a2f8ba75783215a8b1574cbe4f79c28ace52ef57760b30e6959075824b00ded649
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1138
1
+ 3.0.1141
@@ -6521,56 +6521,77 @@ module TencentCloud
6521
6521
 
6522
6522
  # **场景 EndStatus EndStatusString 状态说明**
6523
6523
 
6524
- # 电话呼入&呼出 1 ok 正常通话
6524
+ # 电话呼入&呼出 1 ok **正常通话**
6525
6525
 
6526
- # 电话呼入&呼出 0 error 异常结束
6526
+ # 电话呼入 102 ivrGiveUp **IVR期间用户放弃**
6527
6527
 
6528
- # 电话呼入 102 ivrGiveUp IVR 期间用户放弃
6528
+ # 电话呼入 103 waitingGiveUp **排队时用户放弃**
6529
6529
 
6530
- # 电话呼入 103 waitingGiveUp 排队时用户放弃
6530
+ # 电话呼入 104 ringingGiveUp **振铃时用户放弃**
6531
6531
 
6532
- # 电话呼入 104 ringingGiveUp 振铃时用户放弃
6532
+ # 电话呼入 105 noSeatOnline **无座席在线**
6533
6533
 
6534
- # 电话呼入 105 noSeatOnline 无座席在线
6534
+ # 电话呼入 106 notWorkTime **非工作时间**
6535
6535
 
6536
- # 电话呼入 106 notWorkTime 非工作时间
6536
+ # 电话呼入 107 ivrEnd **IVR全自动结束(无人工介入)**
6537
6537
 
6538
- # 电话呼入 107 ivrEnd IVR 后直接结束
6538
+ # 电话呼入 100 blackList **黑名单(系统侧)**
6539
6539
 
6540
- # 电话呼入 100 blackList 黑名单
6540
+ # 电话呼出 108 restrictedCallee **全局外呼风险号码拦截(系统侧)**
6541
6541
 
6542
- # 电话呼出 2 unconnected 未接通
6542
+ # 电话呼出 109 tooManyRequest **外呼频控拦截(系统侧)**
6543
6543
 
6544
- # 电话呼出 108 restrictedCallee 被叫因高风险受限
6544
+ # 电话呼出 110 restrictedArea **外呼地域拦截(系统侧)**
6545
6545
 
6546
- # 电话呼出 109 tooManyRequest 外呼超频限制
6546
+ # 电话呼出 111 restrictedTime **外呼时段拦截(系统侧)**
6547
6547
 
6548
- # 电话呼出 110 restrictedArea 外呼区域限制
6548
+ # 电话呼出 202 notAnswer **被叫未接听**
6549
6549
 
6550
- # 电话呼出 111 restrictedTime 外呼时间限制
6550
+ # 电话呼出 203 userReject **被叫拒接挂断**
6551
6551
 
6552
- # 电话呼出 201 unknown 未知状态
6552
+ # 电话呼出 204 powerOff **被叫关机**
6553
6553
 
6554
- # 电话呼出 202 notAnswer 被叫未接听
6554
+ # 电话呼出 205 numberNotExist **被叫空号**
6555
6555
 
6556
- # 电话呼出 203 userReject 被叫拒接挂断
6556
+ # 电话呼出 206 busy **被叫忙**
6557
6557
 
6558
- # 电话呼出 204 powerOff 被叫关机
6558
+ # 电话呼出 207 outOfCredit **被叫欠费**
6559
6559
 
6560
- # 电话呼出 205 numberNotExist 被叫空号
6560
+ # 电话呼出 208 operatorError **运营商线路异常**
6561
6561
 
6562
- # 电话呼出 206 busy 被叫忙
6562
+ # 电话呼出 209 callerCancel **主叫取消**
6563
6563
 
6564
- # 电话呼出 207 outOfCredit 被叫欠费
6564
+ # 电话呼出 210 notInService **被叫不在服务区**
6565
6565
 
6566
- # 电话呼出 208 operatorError 运营商线路异常
6566
+ # 电话呼入&呼出 211 clientError **座席客户端错误**
6567
6567
 
6568
- # 电话呼出 209 callerCancel 主叫取消
6568
+ # 电话呼出 212 carrierBlocked **运营商拦截**
6569
6569
 
6570
- # 电话呼出 210 notInService 被叫不在服务区
6570
+ # 电话呼出 213 callReminder **提示来电提醒**
6571
6571
 
6572
- # 电话呼入&呼出 211 clientError 客户端错误
6573
- # 电话呼出 212 carrierBlocked 运营商拦截
6572
+ # 电话呼出 215 numberInvalid **被叫号码无效**
6573
+
6574
+ # 电话呼出 216 callRestricted **提示呼叫受限**
6575
+
6576
+ # 电话呼出 217 calleeRestricted **被叫黑名单受限**
6577
+
6578
+ # 电话呼出 218 areaRestricted **被叫区域受限**
6579
+
6580
+ # 电话呼出 219 promptCallForwarding **提示呼叫转移**
6581
+
6582
+ # 电话呼出 220 callerCancelWhileRing **振铃中主叫取消**
6583
+
6584
+ # 电话呼出 221 callerCancelWithoutRing **未振铃被叫号码异常**
6585
+
6586
+ # 音频呼入 501 callConflict **VoIP用户呼叫冲突终止**
6587
+
6588
+ # 音频呼入 502 clientTimeout **VoIP用户客户端超时**
6589
+
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)
6574
6595
  # @type EndStatus: Integer
6575
6596
  # @param SkillGroup: 技能组名称
6576
6597
  # @type SkillGroup: String
@@ -6592,60 +6613,7 @@ module TencentCloud
6592
6613
  # @type ServeParticipants: Array
6593
6614
  # @param SkillGroupId: 技能组ID
6594
6615
  # @type SkillGroupId: Integer
6595
- # @param EndStatusString: EndStatus与EndStatusString一一对应,具体枚举如下:
6596
-
6597
- # **场景 EndStatus EndStatusString 状态说明**
6598
-
6599
- # 电话呼入&呼出 1 ok 正常通话
6600
-
6601
- # 电话呼入&呼出 0 error 异常结束
6602
-
6603
- # 电话呼入 102 ivrGiveUp IVR 期间用户放弃
6604
-
6605
- # 电话呼入 103 waitingGiveUp 排队时用户放弃
6606
-
6607
- # 电话呼入 104 ringingGiveUp 振铃时用户放弃
6608
-
6609
- # 电话呼入 105 noSeatOnline 无座席在线
6610
-
6611
- # 电话呼入 106 notWorkTime 非工作时间
6612
-
6613
- # 电话呼入 107 ivrEnd IVR 后直接结束
6614
-
6615
- # 电话呼入 100 blackList 黑名单
6616
-
6617
- # 电话呼出 2 unconnected 未接通
6618
-
6619
- # 电话呼出 108 restrictedCallee 被叫因高风险受限
6620
-
6621
- # 电话呼出 109 tooManyRequest 外呼超频限制
6622
-
6623
- # 电话呼出 110 restrictedArea 外呼区域限制
6624
-
6625
- # 电话呼出 111 restrictedTime 外呼时间限制
6626
-
6627
- # 电话呼出 201 unknown 未知状态
6628
-
6629
- # 电话呼出 202 notAnswer 被叫未接听
6630
-
6631
- # 电话呼出 203 userReject 被叫拒接挂断
6632
-
6633
- # 电话呼出 204 powerOff 被叫关机
6634
-
6635
- # 电话呼出 205 numberNotExist 被叫空号
6636
-
6637
- # 电话呼出 206 busy 被叫忙
6638
-
6639
- # 电话呼出 207 outOfCredit 被叫欠费
6640
-
6641
- # 电话呼出 208 operatorError 运营商线路异常
6642
-
6643
- # 电话呼出 209 callerCancel 主叫取消
6644
-
6645
- # 电话呼出 210 notInService 被叫不在服务区
6646
-
6647
- # 电话呼入&呼出 211 clientError 客户端错误
6648
- # 电话呼出 212 carrierBlocked 运营商拦截
6616
+ # @param EndStatusString: 参考 EndStatus 字段
6649
6617
  # @type EndStatusString: String
6650
6618
  # @param StartTimestamp: 会话开始时间戳,UNIX 秒级时间戳
6651
6619
  # @type StartTimestamp: Integer
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.1138
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-10 00:00:00.000000000 Z
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