tencentcloud-sdk-ccc 3.0.933 → 3.0.935
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 +24 -151
- 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: b71a9b398342561b242c3bc83c75c4f5c05c87f8
|
4
|
+
data.tar.gz: 8909d670811a074f9f1c933c14cf6357fdc714e6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4f1a460716051f856325ee35b2d65f6d11e90a25c97f764c05e365921cc8f6a019c79c28d0017b3b6d42f86b592120cc771d852dfa2db7d48ded80215a05d99e
|
7
|
+
data.tar.gz: cfe040564c372f106a1aa424d91b5d924b85d44bbe502b076919a4909cf80882827c78825389c9f07f2717bcc2195ad83a84330b80f6a9dd2af4e730aca301d0
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.935
|
data/lib/v20200210/models.rb
CHANGED
@@ -90,16 +90,14 @@ module TencentCloud
|
|
90
90
|
# @param Timestamp: 时间戳
|
91
91
|
# @type Timestamp: Integer
|
92
92
|
# @param Start: 句子开始时间,Unix 毫秒时间戳
|
93
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
94
93
|
# @type Start: Integer
|
95
94
|
# @param End: 句子结束时间,Unix 毫秒时间戳
|
96
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
97
95
|
# @type End: Integer
|
98
96
|
|
99
97
|
attr_accessor :User, :Message, :Timestamp, :Start, :End
|
100
98
|
extend Gem::Deprecate
|
101
|
-
deprecate :Timestamp, :none, 2024,
|
102
|
-
deprecate :Timestamp=, :none, 2024,
|
99
|
+
deprecate :Timestamp, :none, 2024, 11
|
100
|
+
deprecate :Timestamp=, :none, 2024, 11
|
103
101
|
|
104
102
|
def initialize(user=nil, message=nil, timestamp=nil, start=nil, _end=nil)
|
105
103
|
@User = user
|
@@ -121,16 +119,12 @@ module TencentCloud
|
|
121
119
|
# 音频文件审核信息
|
122
120
|
class AudioFileInfo < TencentCloud::Common::AbstractModel
|
123
121
|
# @param FileId: 文件ID
|
124
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
125
122
|
# @type FileId: Integer
|
126
123
|
# @param CustomFileName: 文件别名
|
127
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
128
124
|
# @type CustomFileName: String
|
129
125
|
# @param AudioFileName: 文件名
|
130
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
131
126
|
# @type AudioFileName: String
|
132
127
|
# @param Status: 审核状态,0-未审核,1-审核通过,2-审核拒绝
|
133
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
134
128
|
# @type Status: Integer
|
135
129
|
|
136
130
|
attr_accessor :FileId, :CustomFileName, :AudioFileName, :Status
|
@@ -277,8 +271,8 @@ module TencentCloud
|
|
277
271
|
|
278
272
|
attr_accessor :SdkAppId, :StaffEmail, :SkillGroupList, :StaffSkillGroupList
|
279
273
|
extend Gem::Deprecate
|
280
|
-
deprecate :SkillGroupList, :none, 2024,
|
281
|
-
deprecate :SkillGroupList=, :none, 2024,
|
274
|
+
deprecate :SkillGroupList, :none, 2024, 11
|
275
|
+
deprecate :SkillGroupList=, :none, 2024, 11
|
282
276
|
|
283
277
|
def initialize(sdkappid=nil, staffemail=nil, skillgrouplist=nil, staffskillgrouplist=nil)
|
284
278
|
@SdkAppId = sdkappid
|
@@ -477,7 +471,6 @@ module TencentCloud
|
|
477
471
|
# @param Callees: 被叫号码列表
|
478
472
|
# @type Callees: Array
|
479
473
|
# @param Description: 描述
|
480
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
481
474
|
# @type Description: String
|
482
475
|
# @param State: 审批状态:1 待审核、2 通过、3 拒绝
|
483
476
|
# @type State: Integer
|
@@ -514,73 +507,50 @@ module TencentCloud
|
|
514
507
|
# 企业资质申请信息
|
515
508
|
class CompanyApplyInfo < TencentCloud::Common::AbstractModel
|
516
509
|
# @param ApplicantType: 申请人身份,0-公司法定代表人,1-经办人(受法定代表人委托)
|
517
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
518
510
|
# @type ApplicantType: Integer
|
519
511
|
# @param CompanyName: 企业名称
|
520
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
521
512
|
# @type CompanyName: String
|
522
513
|
# @param BusinessId: 统一社会信用代码
|
523
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
524
514
|
# @type BusinessId: String
|
525
515
|
# @param BusinessIdPicUrl: 营业执照扫描件(加盖公章)。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
|
526
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
527
516
|
# @type BusinessIdPicUrl: String
|
528
517
|
# @param CorporationName: 法定代表人名称
|
529
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
530
518
|
# @type CorporationName: String
|
531
519
|
# @param CorporationId: 法定代表人身份证号码
|
532
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
533
520
|
# @type CorporationId: String
|
534
521
|
# @param CorporationIdPicUrl: 法定代表人身份证正反面扫描件。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
|
535
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
536
522
|
# @type CorporationIdPicUrl: String
|
537
523
|
# @param NetworkCommitmentPicUrl: 安全合规使用承诺书。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
|
538
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
539
524
|
# @type NetworkCommitmentPicUrl: String
|
540
525
|
# @param IsEqualTencentCloud: 是否与腾讯云账号的资质一致,0-不一致,1-一致
|
541
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
542
526
|
# @type IsEqualTencentCloud: Integer
|
543
527
|
# @param CorporationMobile: 法定代表人手机号
|
544
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
545
528
|
# @type CorporationMobile: String
|
546
529
|
# @param CorporationMobilePicUrl: 法定代表人手机号码实名认证。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
|
547
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
548
530
|
# @type CorporationMobilePicUrl: String
|
549
531
|
# @param UseDescribeFileUrl: 通话话术。(支持doc、docx格式的文档不超过50MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
|
550
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
551
532
|
# @type UseDescribeFileUrl: String
|
552
533
|
# @param CompanyAuthLetterPicUrl: 公司授权函。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
|
553
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
554
534
|
# @type CompanyAuthLetterPicUrl: String
|
555
535
|
# @param AcceptPicUrl: 电话受理单。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
|
556
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
557
536
|
# @type AcceptPicUrl: String
|
558
537
|
# @param CorporationHoldingOnIdPicUrl: 法定代表人手持身份证照,申请人类型为法定代表人时必填。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
|
559
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
560
538
|
# @type CorporationHoldingOnIdPicUrl: String
|
561
539
|
# @param OperatorName: 经办人名称,申请人类型为经办人时必填。
|
562
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
563
540
|
# @type OperatorName: String
|
564
541
|
# @param OperatorId: 经办人证件号码,申请人类型为经办人时必填。
|
565
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
566
542
|
# @type OperatorId: String
|
567
543
|
# @param OperatorIdPicUrl: 经办人身份证正反面扫描件,申请人类型为经办人时必填。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
|
568
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
569
544
|
# @type OperatorIdPicUrl: String
|
570
545
|
# @param OperatorHoldingOnIdPicUrl: 经办人手持身份证照,申请人类型为经办人时必填。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
|
571
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
572
546
|
# @type OperatorHoldingOnIdPicUrl: String
|
573
547
|
# @param CommissionPicUrl: 委托授权书,申请人类型为经办人时必填。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
|
574
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
575
548
|
# @type CommissionPicUrl: String
|
576
549
|
# @param OperatorMobile: 经办人手机号,申请人类型为经办人时必填。
|
577
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
578
550
|
# @type OperatorMobile: String
|
579
551
|
# @param OperatorEmail: 经办人邮箱,申请人类型为经办人时必填。
|
580
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
581
552
|
# @type OperatorEmail: String
|
582
553
|
# @param OperatorMobilePicUrl: 经办人手机号码实名认证,申请人类型为经办人时必填。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
|
583
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
584
554
|
# @type OperatorMobilePicUrl: String
|
585
555
|
|
586
556
|
attr_accessor :ApplicantType, :CompanyName, :BusinessId, :BusinessIdPicUrl, :CorporationName, :CorporationId, :CorporationIdPicUrl, :NetworkCommitmentPicUrl, :IsEqualTencentCloud, :CorporationMobile, :CorporationMobilePicUrl, :UseDescribeFileUrl, :CompanyAuthLetterPicUrl, :AcceptPicUrl, :CorporationHoldingOnIdPicUrl, :OperatorName, :OperatorId, :OperatorIdPicUrl, :OperatorHoldingOnIdPicUrl, :CommissionPicUrl, :OperatorMobile, :OperatorEmail, :OperatorMobilePicUrl
|
@@ -643,25 +613,18 @@ module TencentCloud
|
|
643
613
|
# @param Id: 申请单ID
|
644
614
|
# @type Id: Integer
|
645
615
|
# @param CompanyName: 公司名称
|
646
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
647
616
|
# @type CompanyName: String
|
648
617
|
# @param CreateTime: 创建时间
|
649
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
650
618
|
# @type CreateTime: Integer
|
651
619
|
# @param CheckTime: 审核时间
|
652
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
653
620
|
# @type CheckTime: Integer
|
654
621
|
# @param CheckMsg: 审核备注
|
655
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
656
622
|
# @type CheckMsg: String
|
657
623
|
# @param State: 审核状态,1-待审核,2-审核通过,3-驳回
|
658
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
659
624
|
# @type State: Integer
|
660
625
|
# @param BusinessId: 公司统一社会信用代码
|
661
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
662
626
|
# @type BusinessId: String
|
663
627
|
# @param ModifyTime: 修改时间
|
664
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
665
628
|
# @type ModifyTime: Integer
|
666
629
|
|
667
630
|
attr_accessor :Id, :CompanyName, :CreateTime, :CheckTime, :CheckMsg, :State, :BusinessId, :ModifyTime
|
@@ -1145,8 +1108,8 @@ module TencentCloud
|
|
1145
1108
|
|
1146
1109
|
attr_accessor :SdkAppId, :UserId, :Callee, :Caller, :Callers, :IsForceUseMobile, :Uui, :UUI
|
1147
1110
|
extend Gem::Deprecate
|
1148
|
-
deprecate :Uui, :none, 2024,
|
1149
|
-
deprecate :Uui=, :none, 2024,
|
1111
|
+
deprecate :Uui, :none, 2024, 11
|
1112
|
+
deprecate :Uui=, :none, 2024, 11
|
1150
1113
|
|
1151
1114
|
def initialize(sdkappid=nil, userid=nil, callee=nil, caller=nil, callers=nil, isforceusemobile=nil, uui=nil)
|
1152
1115
|
@SdkAppId = sdkappid
|
@@ -1612,7 +1575,6 @@ module TencentCloud
|
|
1612
1575
|
# CreateStaff返回参数结构体
|
1613
1576
|
class CreateStaffResponse < TencentCloud::Common::AbstractModel
|
1614
1577
|
# @param ErrorStaffList: 错误坐席列表及错误信息
|
1615
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1616
1578
|
# @type ErrorStaffList: Array
|
1617
1579
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1618
1580
|
# @type RequestId: String
|
@@ -1780,7 +1742,6 @@ module TencentCloud
|
|
1780
1742
|
# DeleteStaff返回参数结构体
|
1781
1743
|
class DeleteStaffResponse < TencentCloud::Common::AbstractModel
|
1782
1744
|
# @param OnlineStaffList: 无法删除的状态为在线的客服列表
|
1783
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1784
1745
|
# @type OnlineStaffList: Array
|
1785
1746
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1786
1747
|
# @type RequestId: String
|
@@ -2221,10 +2182,10 @@ module TencentCloud
|
|
2221
2182
|
|
2222
2183
|
attr_accessor :SdkAppId, :InstanceId, :CdrId, :Limit, :Offset, :Order, :SessionId
|
2223
2184
|
extend Gem::Deprecate
|
2224
|
-
deprecate :InstanceId, :none, 2024,
|
2225
|
-
deprecate :InstanceId=, :none, 2024,
|
2226
|
-
deprecate :CdrId, :none, 2024,
|
2227
|
-
deprecate :CdrId=, :none, 2024,
|
2185
|
+
deprecate :InstanceId, :none, 2024, 11
|
2186
|
+
deprecate :InstanceId=, :none, 2024, 11
|
2187
|
+
deprecate :CdrId, :none, 2024, 11
|
2188
|
+
deprecate :CdrId=, :none, 2024, 11
|
2228
2189
|
|
2229
2190
|
def initialize(sdkappid=nil, instanceid=nil, cdrid=nil, limit=nil, offset=nil, order=nil, sessionid=nil)
|
2230
2191
|
@SdkAppId = sdkappid
|
@@ -2252,7 +2213,6 @@ module TencentCloud
|
|
2252
2213
|
# @param TotalCount: 总记录数
|
2253
2214
|
# @type TotalCount: Integer
|
2254
2215
|
# @param Messages: 消息列表
|
2255
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2256
2216
|
# @type Messages: Array
|
2257
2217
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2258
2218
|
# @type RequestId: String
|
@@ -2314,7 +2274,6 @@ module TencentCloud
|
|
2314
2274
|
# DescribeCompanyList返回参数结构体
|
2315
2275
|
class DescribeCompanyListResponse < TencentCloud::Common::AbstractModel
|
2316
2276
|
# @param TotalCount: 总数
|
2317
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2318
2277
|
# @type TotalCount: Integer
|
2319
2278
|
# @param CompanyInfo: 企业资质审核信息
|
2320
2279
|
# @type CompanyInfo: Array
|
@@ -2507,7 +2466,6 @@ module TencentCloud
|
|
2507
2466
|
# @param TotalCount: 总记录数
|
2508
2467
|
# @type TotalCount: Integer
|
2509
2468
|
# @param IMCdrList: 服务记录列表
|
2510
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2511
2469
|
# @type IMCdrList: Array
|
2512
2470
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2513
2471
|
# @type RequestId: String
|
@@ -2553,8 +2511,8 @@ module TencentCloud
|
|
2553
2511
|
|
2554
2512
|
attr_accessor :StartTimestamp, :EndTimestamp, :InstanceId, :SdkAppId, :Limit, :Offset, :Type
|
2555
2513
|
extend Gem::Deprecate
|
2556
|
-
deprecate :InstanceId, :none, 2024,
|
2557
|
-
deprecate :InstanceId=, :none, 2024,
|
2514
|
+
deprecate :InstanceId, :none, 2024, 11
|
2515
|
+
deprecate :InstanceId=, :none, 2024, 11
|
2558
2516
|
|
2559
2517
|
def initialize(starttimestamp=nil, endtimestamp=nil, instanceid=nil, sdkappid=nil, limit=nil, offset=nil, type=nil)
|
2560
2518
|
@StartTimestamp = starttimestamp
|
@@ -2591,8 +2549,8 @@ module TencentCloud
|
|
2591
2549
|
|
2592
2550
|
attr_accessor :TotalCount, :IMCdrs, :IMCdrList, :RequestId
|
2593
2551
|
extend Gem::Deprecate
|
2594
|
-
deprecate :IMCdrs, :none, 2024,
|
2595
|
-
deprecate :IMCdrs=, :none, 2024,
|
2552
|
+
deprecate :IMCdrs, :none, 2024, 11
|
2553
|
+
deprecate :IMCdrs=, :none, 2024, 11
|
2596
2554
|
|
2597
2555
|
def initialize(totalcount=nil, imcdrs=nil, imcdrlist=nil, requestid=nil)
|
2598
2556
|
@TotalCount = totalcount
|
@@ -2883,28 +2841,20 @@ module TencentCloud
|
|
2883
2841
|
# 查询预测式外呼任务列表元素
|
2884
2842
|
class DescribePredictiveDialingCampaignsElement < TencentCloud::Common::AbstractModel
|
2885
2843
|
# @param CampaignId: 任务 ID
|
2886
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2887
2844
|
# @type CampaignId: Integer
|
2888
2845
|
# @param Name: 任务名称
|
2889
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2890
2846
|
# @type Name: String
|
2891
2847
|
# @param Status: 任务状态 0 待开始 1 进行中 2 已暂停 3 已终止 4 已完成
|
2892
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2893
2848
|
# @type Status: Integer
|
2894
2849
|
# @param StatusReason: 任务状态原因 0 正常 1 手动结束 2 超时结束
|
2895
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2896
2850
|
# @type StatusReason: Integer
|
2897
2851
|
# @param CalleeCount: 被叫号码个数
|
2898
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2899
2852
|
# @type CalleeCount: Integer
|
2900
2853
|
# @param FinishedCalleeCount: 已完成的被叫个数
|
2901
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2902
2854
|
# @type FinishedCalleeCount: Integer
|
2903
2855
|
# @param Priority: 相同应用内多个任务运行优先级,从高到底 1 - 5
|
2904
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2905
2856
|
# @type Priority: Integer
|
2906
2857
|
# @param SkillGroupId: 使用的座席技能组 ID
|
2907
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2908
2858
|
# @type SkillGroupId: Integer
|
2909
2859
|
|
2910
2860
|
attr_accessor :CampaignId, :Name, :Status, :StatusReason, :CalleeCount, :FinishedCalleeCount, :Priority, :SkillGroupId
|
@@ -2967,10 +2917,8 @@ module TencentCloud
|
|
2967
2917
|
# DescribePredictiveDialingCampaigns返回参数结构体
|
2968
2918
|
class DescribePredictiveDialingCampaignsResponse < TencentCloud::Common::AbstractModel
|
2969
2919
|
# @param TotalCount: 数据总量
|
2970
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2971
2920
|
# @type TotalCount: Integer
|
2972
2921
|
# @param CampaignList: 数据
|
2973
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2974
2922
|
# @type CampaignList: Array
|
2975
2923
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2976
2924
|
# @type RequestId: String
|
@@ -3094,8 +3042,8 @@ module TencentCloud
|
|
3094
3042
|
|
3095
3043
|
attr_accessor :TotalCount, :TelCdrs, :TelCdrList, :RequestId
|
3096
3044
|
extend Gem::Deprecate
|
3097
|
-
deprecate :TelCdrs, :none, 2024,
|
3098
|
-
deprecate :TelCdrs=, :none, 2024,
|
3045
|
+
deprecate :TelCdrs, :none, 2024, 11
|
3046
|
+
deprecate :TelCdrs=, :none, 2024, 11
|
3099
3047
|
|
3100
3048
|
def initialize(totalcount=nil, telcdrs=nil, telcdrlist=nil, requestid=nil)
|
3101
3049
|
@TotalCount = totalcount
|
@@ -3360,8 +3308,8 @@ module TencentCloud
|
|
3360
3308
|
|
3361
3309
|
attr_accessor :TelCallOutCount, :TelCallInCount, :SeatUsedCount, :VoipCallInCount, :VOIPCallInCount, :AsrOfflineCount, :AsrRealtimeCount, :RequestId
|
3362
3310
|
extend Gem::Deprecate
|
3363
|
-
deprecate :VoipCallInCount, :none, 2024,
|
3364
|
-
deprecate :VoipCallInCount=, :none, 2024,
|
3311
|
+
deprecate :VoipCallInCount, :none, 2024, 11
|
3312
|
+
deprecate :VoipCallInCount=, :none, 2024, 11
|
3365
3313
|
|
3366
3314
|
def initialize(telcalloutcount=nil, telcallincount=nil, seatusedcount=nil, voipcallincount=nil, asrofflinecount=nil, asrrealtimecount=nil, requestid=nil)
|
3367
3315
|
@TelCallOutCount = telcalloutcount
|
@@ -3409,8 +3357,8 @@ module TencentCloud
|
|
3409
3357
|
|
3410
3358
|
attr_accessor :StartTimeStamp, :EndTimeStamp, :InstanceId, :Limit, :Offset, :SdkAppId, :PageSize, :PageNumber, :Phones, :SessionIds
|
3411
3359
|
extend Gem::Deprecate
|
3412
|
-
deprecate :InstanceId, :none, 2024,
|
3413
|
-
deprecate :InstanceId=, :none, 2024,
|
3360
|
+
deprecate :InstanceId, :none, 2024, 11
|
3361
|
+
deprecate :InstanceId=, :none, 2024, 11
|
3414
3362
|
|
3415
3363
|
def initialize(starttimestamp=nil, endtimestamp=nil, instanceid=nil, limit=nil, offset=nil, sdkappid=nil, pagesize=nil, pagenumber=nil, phones=nil, sessionids=nil)
|
3416
3364
|
@StartTimeStamp = starttimestamp
|
@@ -3452,8 +3400,8 @@ module TencentCloud
|
|
3452
3400
|
|
3453
3401
|
attr_accessor :TotalCount, :TelCdrs, :TelCdrList, :RequestId
|
3454
3402
|
extend Gem::Deprecate
|
3455
|
-
deprecate :TelCdrs, :none, 2024,
|
3456
|
-
deprecate :TelCdrs=, :none, 2024,
|
3403
|
+
deprecate :TelCdrs, :none, 2024, 11
|
3404
|
+
deprecate :TelCdrs=, :none, 2024, 11
|
3457
3405
|
|
3458
3406
|
def initialize(totalcount=nil, telcdrs=nil, telcdrlist=nil, requestid=nil)
|
3459
3407
|
@TotalCount = totalcount
|
@@ -3777,13 +3725,10 @@ module TencentCloud
|
|
3777
3725
|
# @param Timestamp: 服务时间戳
|
3778
3726
|
# @type Timestamp: Integer
|
3779
3727
|
# @param SessionId: 会话ID
|
3780
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3781
3728
|
# @type SessionId: String
|
3782
3729
|
# @param SkillGroupId: 技能组ID
|
3783
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3784
3730
|
# @type SkillGroupId: String
|
3785
3731
|
# @param SkillGroupName: 技能组名称
|
3786
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3787
3732
|
# @type SkillGroupName: String
|
3788
3733
|
# @param Satisfaction: 满意度
|
3789
3734
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -3830,10 +3775,8 @@ module TencentCloud
|
|
3830
3775
|
# IM满意度
|
3831
3776
|
class IMSatisfaction < TencentCloud::Common::AbstractModel
|
3832
3777
|
# @param Id: 满意度值
|
3833
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3834
3778
|
# @type Id: Integer
|
3835
3779
|
# @param Label: 满意度标签
|
3836
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3837
3780
|
# @type Label: String
|
3838
3781
|
|
3839
3782
|
attr_accessor :Id, :Label
|
@@ -3852,22 +3795,16 @@ module TencentCloud
|
|
3852
3795
|
# ivr 按键信息
|
3853
3796
|
class IVRKeyPressedElement < TencentCloud::Common::AbstractModel
|
3854
3797
|
# @param Key: 命中的关键字或者按键
|
3855
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3856
3798
|
# @type Key: String
|
3857
3799
|
# @param Label: 按键关联的标签
|
3858
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3859
3800
|
# @type Label: String
|
3860
3801
|
# @param Timestamp: Unix 毫秒时间戳
|
3861
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3862
3802
|
# @type Timestamp: Integer
|
3863
3803
|
# @param NodeLabel: 节点标签
|
3864
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3865
3804
|
# @type NodeLabel: String
|
3866
3805
|
# @param OriginalContent: 用户原始输入
|
3867
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3868
3806
|
# @type OriginalContent: String
|
3869
3807
|
# @param TTSPrompt: TTS 提示音内容
|
3870
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3871
3808
|
# @type TTSPrompt: String
|
3872
3809
|
|
3873
3810
|
attr_accessor :Key, :Label, :Timestamp, :NodeLabel, :OriginalContent, :TTSPrompt
|
@@ -4577,7 +4514,6 @@ module TencentCloud
|
|
4577
4514
|
# @param PhoneNumBuyList: 号码购买列表
|
4578
4515
|
# @type PhoneNumBuyList: Array
|
4579
4516
|
# @param SipBuyNum: 办公电话购买数(还在有效期内)
|
4580
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4581
4517
|
# @type SipBuyNum: Integer
|
4582
4518
|
|
4583
4519
|
attr_accessor :SdkAppId, :Name, :StaffBuyNum, :StaffBuyList, :PhoneNumBuyList, :SipBuyNum
|
@@ -4622,7 +4558,6 @@ module TencentCloud
|
|
4622
4558
|
# @param Mail: 座席邮箱
|
4623
4559
|
# @type Mail: String
|
4624
4560
|
# @param StaffNumber: 工号
|
4625
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4626
4561
|
# @type StaffNumber: String
|
4627
4562
|
# @param Phone: 座席电话号码(带0086前缀)
|
4628
4563
|
# @type Phone: String
|
@@ -4631,13 +4566,11 @@ module TencentCloud
|
|
4631
4566
|
# @param UserId: 用户ID
|
4632
4567
|
# @type UserId: String
|
4633
4568
|
# @param SkillGroupNameList: 座席关联的技能组列表
|
4634
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4635
4569
|
# @type SkillGroupNameList: Array
|
4636
4570
|
# @param Role: 1:管理员
|
4637
4571
|
# 2:质检员
|
4638
4572
|
# 3:普通座席
|
4639
4573
|
# else:自定义角色ID
|
4640
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4641
4574
|
# @type Role: Integer
|
4642
4575
|
|
4643
4576
|
attr_accessor :Name, :Mail, :StaffNumber, :Phone, :Nick, :UserId, :SkillGroupNameList, :Role
|
@@ -4668,58 +4601,40 @@ module TencentCloud
|
|
4668
4601
|
# 参与者信息
|
4669
4602
|
class ServeParticipant < TencentCloud::Common::AbstractModel
|
4670
4603
|
# @param Mail: 座席邮箱
|
4671
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4672
4604
|
# @type Mail: String
|
4673
4605
|
# @param Phone: 座席电话
|
4674
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4675
4606
|
# @type Phone: String
|
4676
4607
|
# @param RingTimestamp: 振铃时间戳,Unix 秒级时间戳
|
4677
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4678
4608
|
# @type RingTimestamp: Integer
|
4679
4609
|
# @param AcceptTimestamp: 接听时间戳,Unix 秒级时间戳
|
4680
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4681
4610
|
# @type AcceptTimestamp: Integer
|
4682
4611
|
# @param EndedTimestamp: 结束时间戳,Unix 秒级时间戳
|
4683
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4684
4612
|
# @type EndedTimestamp: Integer
|
4685
4613
|
# @param RecordId: 录音 ID,能够索引到座席侧的录音
|
4686
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4687
4614
|
# @type RecordId: String
|
4688
4615
|
# @param Type: 参与者类型,"staffSeat", "outboundSeat", "staffPhoneSeat"
|
4689
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4690
4616
|
# @type Type: String
|
4691
4617
|
# @param TransferFrom: 转接来源座席信息
|
4692
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4693
4618
|
# @type TransferFrom: String
|
4694
4619
|
# @param TransferFromType: 转接来源参与者类型,取值与 Type 一致
|
4695
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4696
4620
|
# @type TransferFromType: String
|
4697
4621
|
# @param TransferTo: 转接去向座席信息
|
4698
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4699
4622
|
# @type TransferTo: String
|
4700
4623
|
# @param TransferToType: 转接去向参与者类型,取值与 Type 一致
|
4701
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4702
4624
|
# @type TransferToType: String
|
4703
4625
|
# @param SkillGroupId: 技能组 ID
|
4704
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4705
4626
|
# @type SkillGroupId: Integer
|
4706
4627
|
# @param EndStatusString: 结束状态
|
4707
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4708
4628
|
# @type EndStatusString: String
|
4709
4629
|
# @param RecordURL: 录音 URL
|
4710
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4711
4630
|
# @type RecordURL: String
|
4712
4631
|
# @param Sequence: 参与者序号,从 0 开始
|
4713
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4714
4632
|
# @type Sequence: Integer
|
4715
4633
|
# @param StartTimestamp: 开始时间戳,Unix 秒级时间戳
|
4716
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4717
4634
|
# @type StartTimestamp: Integer
|
4718
4635
|
# @param SkillGroupName: 技能组名称
|
4719
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4720
4636
|
# @type SkillGroupName: String
|
4721
4637
|
# @param CustomRecordURL: 录音转存第三方COS地址
|
4722
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4723
4638
|
# @type CustomRecordURL: String
|
4724
4639
|
|
4725
4640
|
attr_accessor :Mail, :Phone, :RingTimestamp, :AcceptTimestamp, :EndedTimestamp, :RecordId, :Type, :TransferFrom, :TransferFromType, :TransferTo, :TransferToType, :SkillGroupId, :EndStatusString, :RecordURL, :Sequence, :StartTimestamp, :SkillGroupName, :CustomRecordURL
|
@@ -4776,22 +4691,16 @@ module TencentCloud
|
|
4776
4691
|
# @param Type: (废弃)类型:IM、TEL、ALL(全媒体)
|
4777
4692
|
# @type Type: String
|
4778
4693
|
# @param RoutePolicy: 会话分配策略
|
4779
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4780
4694
|
# @type RoutePolicy: String
|
4781
4695
|
# @param UsingLastSeat: 会话分配是否优先上次服务座席
|
4782
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4783
4696
|
# @type UsingLastSeat: Integer
|
4784
4697
|
# @param MaxConcurrency: 单客服最大并发数(电话类型默认1)
|
4785
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4786
4698
|
# @type MaxConcurrency: Integer
|
4787
4699
|
# @param LastModifyTimestamp: 最后修改时间
|
4788
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4789
4700
|
# @type LastModifyTimestamp: Integer
|
4790
4701
|
# @param SkillGroupType: 技能组类型0-电话,1-在线,3-音频,4-视频
|
4791
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4792
4702
|
# @type SkillGroupType: Integer
|
4793
4703
|
# @param Alias: 技能组内线号码
|
4794
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4795
4704
|
# @type Alias: String
|
4796
4705
|
|
4797
4706
|
attr_accessor :SkillGroupId, :SkillGroupName, :Type, :RoutePolicy, :UsingLastSeat, :MaxConcurrency, :LastModifyTimestamp, :SkillGroupType, :Alias
|
@@ -4858,7 +4767,6 @@ module TencentCloud
|
|
4858
4767
|
# @param EndTime: 截止时间戳
|
4859
4768
|
# @type EndTime: Integer
|
4860
4769
|
# @param SipNum: 购买办公电话数量
|
4861
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4862
4770
|
# @type SipNum: Integer
|
4863
4771
|
|
4864
4772
|
attr_accessor :Num, :BuyTime, :EndTime, :SipNum
|
@@ -4881,26 +4789,20 @@ module TencentCloud
|
|
4881
4789
|
# 带有技能组优先级的座席信息
|
4882
4790
|
class StaffInfo < TencentCloud::Common::AbstractModel
|
4883
4791
|
# @param Name: 座席名称
|
4884
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4885
4792
|
# @type Name: String
|
4886
4793
|
# @param Mail: 座席邮箱
|
4887
4794
|
# @type Mail: String
|
4888
4795
|
# @param Phone: 座席电话号码
|
4889
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4890
4796
|
# @type Phone: String
|
4891
4797
|
# @param Nick: 座席昵称
|
4892
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4893
4798
|
# @type Nick: String
|
4894
4799
|
# @param StaffNumber: 座席工号
|
4895
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4896
4800
|
# @type StaffNumber: String
|
4897
4801
|
# @param RoleId: 用户角色id
|
4898
4802
|
# @type RoleId: Integer
|
4899
4803
|
# @param SkillGroupList: 所属技能组列表
|
4900
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4901
4804
|
# @type SkillGroupList: Array
|
4902
4805
|
# @param LastModifyTimestamp: 最后修改时间
|
4903
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4904
4806
|
# @type LastModifyTimestamp: Integer
|
4905
4807
|
|
4906
4808
|
attr_accessor :Name, :Mail, :Phone, :Nick, :StaffNumber, :RoleId, :SkillGroupList, :LastModifyTimestamp
|
@@ -5107,7 +5009,6 @@ module TencentCloud
|
|
5107
5009
|
# @param RecordURL: 录音信息
|
5108
5010
|
# @type RecordURL: String
|
5109
5011
|
# @param RecordId: 录音 ID
|
5110
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5111
5012
|
# @type RecordId: String
|
5112
5013
|
# @param SeatUser: 座席信息
|
5113
5014
|
# @type SeatUser: :class:`Tencentcloud::Ccc.v20200210.models.SeatUserInfo`
|
@@ -5170,28 +5071,20 @@ module TencentCloud
|
|
5170
5071
|
# @param CallerLocation: 主叫归属地
|
5171
5072
|
# @type CallerLocation: String
|
5172
5073
|
# @param IVRDuration: IVR 阶段耗时
|
5173
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5174
5074
|
# @type IVRDuration: Integer
|
5175
5075
|
# @param RingTimestamp: 振铃时间戳,UNIX 秒级时间戳
|
5176
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5177
5076
|
# @type RingTimestamp: Integer
|
5178
5077
|
# @param AcceptTimestamp: 接听时间戳,UNIX 秒级时间戳
|
5179
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5180
5078
|
# @type AcceptTimestamp: Integer
|
5181
5079
|
# @param EndedTimestamp: 结束时间戳,UNIX 秒级时间戳
|
5182
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5183
5080
|
# @type EndedTimestamp: Integer
|
5184
5081
|
# @param IVRKeyPressed: IVR 按键信息 ,e.g. ["1","2","3"]
|
5185
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5186
5082
|
# @type IVRKeyPressed: Array
|
5187
5083
|
# @param HungUpSide: 挂机方 seat 座席 user 用户 system 系统
|
5188
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5189
5084
|
# @type HungUpSide: String
|
5190
5085
|
# @param ServeParticipants: 服务参与者列表
|
5191
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5192
5086
|
# @type ServeParticipants: Array
|
5193
5087
|
# @param SkillGroupId: 技能组ID
|
5194
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5195
5088
|
# @type SkillGroupId: Integer
|
5196
5089
|
# @param EndStatusString: EndStatus与EndStatusString一一对应,具体枚举如下:
|
5197
5090
|
|
@@ -5246,41 +5139,29 @@ module TencentCloud
|
|
5246
5139
|
# 电话呼出 210 notInService 不在服务区
|
5247
5140
|
|
5248
5141
|
# 电话呼入&呼出 211 clientError 客户端错误
|
5249
|
-
|
5250
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5251
5142
|
# @type EndStatusString: String
|
5252
5143
|
# @param StartTimestamp: 会话开始时间戳,UNIX 秒级时间戳
|
5253
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5254
5144
|
# @type StartTimestamp: Integer
|
5255
5145
|
# @param QueuedTimestamp: 进入排队时间,Unix 秒级时间戳
|
5256
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5257
5146
|
# @type QueuedTimestamp: Integer
|
5258
5147
|
# @param PostIVRKeyPressed: 后置IVR按键信息(e.g. [{"Key":"1","Label":"非常满意"}])
|
5259
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5260
5148
|
# @type PostIVRKeyPressed: Array
|
5261
5149
|
# @param QueuedSkillGroupId: 排队技能组Id
|
5262
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5263
5150
|
# @type QueuedSkillGroupId: Integer
|
5264
5151
|
# @param SessionId: 会话 ID
|
5265
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5266
5152
|
# @type SessionId: String
|
5267
5153
|
# @param ProtectedCaller: 主叫号码保护ID,开启号码保护映射功能时有效,且Caller字段置空
|
5268
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5269
5154
|
# @type ProtectedCaller: String
|
5270
5155
|
# @param ProtectedCallee: 被叫号码保护ID,开启号码保护映射功能时有效,且Callee字段置空
|
5271
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5272
5156
|
# @type ProtectedCallee: String
|
5273
5157
|
# @param Uui: 客户自定义数据(User-to-User Interface)
|
5274
5158
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
5275
5159
|
# @type Uui: String
|
5276
5160
|
# @param UUI: 客户自定义数据(User-to-User Interface)
|
5277
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5278
5161
|
# @type UUI: String
|
5279
5162
|
# @param IVRKeyPressedEx: IVR按键信息(e.g. [{"Key":"1","Label":"非常满意"}])
|
5280
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5281
5163
|
# @type IVRKeyPressedEx: Array
|
5282
5164
|
# @param AsrUrl: 获取录音ASR文本信息地址
|
5283
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5284
5165
|
# @type AsrUrl: String
|
5285
5166
|
# @param AsrStatus: AsrUrl的状态:Complete
|
5286
5167
|
# 已完成;
|
@@ -5288,28 +5169,22 @@ module TencentCloud
|
|
5288
5169
|
# 正在生成中;
|
5289
5170
|
# NotExists
|
5290
5171
|
# 无记录(未开启生成离线asr或者无套餐包)
|
5291
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5292
5172
|
# @type AsrStatus: String
|
5293
5173
|
# @param CustomRecordURL: 录音转存第三方COS地址
|
5294
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5295
5174
|
# @type CustomRecordURL: String
|
5296
5175
|
# @param Remark: 备注
|
5297
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5298
5176
|
# @type Remark: String
|
5299
5177
|
# @param QueuedSkillGroupName: 排队技能组名称
|
5300
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5301
5178
|
# @type QueuedSkillGroupName: String
|
5302
5179
|
# @param VoicemailRecordURL: 通话中语音留言录音URL
|
5303
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5304
5180
|
# @type VoicemailRecordURL: Array
|
5305
5181
|
# @param VoicemailAsrURL: 通话中语音留言ASR文本信息地址
|
5306
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5307
5182
|
# @type VoicemailAsrURL: Array
|
5308
5183
|
|
5309
5184
|
attr_accessor :Caller, :Callee, :Time, :Direction, :Duration, :RecordURL, :RecordId, :SeatUser, :EndStatus, :SkillGroup, :CallerLocation, :IVRDuration, :RingTimestamp, :AcceptTimestamp, :EndedTimestamp, :IVRKeyPressed, :HungUpSide, :ServeParticipants, :SkillGroupId, :EndStatusString, :StartTimestamp, :QueuedTimestamp, :PostIVRKeyPressed, :QueuedSkillGroupId, :SessionId, :ProtectedCaller, :ProtectedCallee, :Uui, :UUI, :IVRKeyPressedEx, :AsrUrl, :AsrStatus, :CustomRecordURL, :Remark, :QueuedSkillGroupName, :VoicemailRecordURL, :VoicemailAsrURL
|
5310
5185
|
extend Gem::Deprecate
|
5311
|
-
deprecate :Uui, :none, 2024,
|
5312
|
-
deprecate :Uui=, :none, 2024,
|
5186
|
+
deprecate :Uui, :none, 2024, 11
|
5187
|
+
deprecate :Uui=, :none, 2024, 11
|
5313
5188
|
|
5314
5189
|
def initialize(caller=nil, callee=nil, time=nil, direction=nil, duration=nil, recordurl=nil, recordid=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, asrstatus=nil, customrecordurl=nil, remark=nil, queuedskillgroupname=nil, voicemailrecordurl=nil, voicemailasrurl=nil)
|
5315
5190
|
@Caller = caller
|
@@ -5698,10 +5573,8 @@ module TencentCloud
|
|
5698
5573
|
# UploadIvrAudio返回参数结构体
|
5699
5574
|
class UploadIvrAudioResponse < TencentCloud::Common::AbstractModel
|
5700
5575
|
# @param FailedFileList: 上传失败的文件列表
|
5701
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5702
5576
|
# @type FailedFileList: Array
|
5703
5577
|
# @param SuccessFileList: 上传成功文件列表
|
5704
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5705
5578
|
# @type SuccessFileList: Array
|
5706
5579
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5707
5580
|
# @type RequestId: 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.935
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-11-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|