tencentcloud-sdk-python 3.0.1257__py2.py3-none-any.whl → 3.0.1259__py2.py3-none-any.whl
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.
- tencentcloud/__init__.py +1 -1
- tencentcloud/apm/v20210622/models.py +26 -0
- tencentcloud/asr/v20190614/models.py +3 -2
- tencentcloud/autoscaling/v20180419/autoscaling_client.py +7 -1
- tencentcloud/autoscaling/v20180419/errorcodes.py +3 -0
- tencentcloud/autoscaling/v20180419/models.py +18 -2
- tencentcloud/bi/v20220105/models.py +44 -4
- tencentcloud/billing/v20180709/billing_client.py +23 -0
- tencentcloud/billing/v20180709/errorcodes.py +6 -0
- tencentcloud/billing/v20180709/models.py +424 -0
- tencentcloud/bsca/v20210811/models.py +306 -1
- tencentcloud/ccc/v20200210/ccc_client.py +23 -0
- tencentcloud/ccc/v20200210/errorcodes.py +6 -0
- tencentcloud/ccc/v20200210/models.py +237 -136
- tencentcloud/cdb/v20170320/cdb_client.py +1 -1
- tencentcloud/cdb/v20170320/models.py +13 -1
- tencentcloud/cdn/v20180606/models.py +1 -1
- tencentcloud/cdwdoris/v20211228/models.py +16 -2
- tencentcloud/cfw/v20190904/cfw_client.py +7 -33
- tencentcloud/cfw/v20190904/models.py +711 -1329
- tencentcloud/ciam/v20220331/models.py +13 -0
- tencentcloud/ckafka/v20190819/models.py +4 -4
- tencentcloud/clb/v20180317/models.py +2 -4
- tencentcloud/cloudaudit/v20190319/cloudaudit_client.py +30 -34
- tencentcloud/cloudaudit/v20190319/errorcodes.py +0 -39
- tencentcloud/cloudaudit/v20190319/models.py +328 -254
- tencentcloud/cls/v20201016/cls_client.py +8 -1
- tencentcloud/cls/v20201016/models.py +551 -109
- tencentcloud/csip/v20221121/models.py +226 -136
- tencentcloud/cvm/v20170312/errorcodes.py +6 -0
- tencentcloud/cvm/v20170312/models.py +78 -0
- tencentcloud/cwp/v20180228/cwp_client.py +6 -2
- tencentcloud/cwp/v20180228/models.py +240 -114
- tencentcloud/cynosdb/v20190107/cynosdb_client.py +27 -27
- tencentcloud/cynosdb/v20190107/models.py +78 -0
- tencentcloud/dasb/v20191018/models.py +155 -0
- tencentcloud/domain/v20180808/errorcodes.py +45 -0
- tencentcloud/eb/v20210416/models.py +19 -19
- tencentcloud/es/v20180416/errorcodes.py +4 -1
- tencentcloud/es/v20180416/es_client.py +92 -0
- tencentcloud/es/v20180416/models.py +770 -12
- tencentcloud/ess/v20201111/ess_client.py +87 -8
- tencentcloud/ess/v20201111/models.py +239 -11
- tencentcloud/essbasic/v20210526/essbasic_client.py +135 -51
- tencentcloud/essbasic/v20210526/models.py +365 -19
- tencentcloud/gaap/v20180529/models.py +40 -3
- tencentcloud/hunyuan/v20230901/models.py +12 -0
- tencentcloud/ioa/v20220601/errorcodes.py +15 -0
- tencentcloud/ioa/v20220601/ioa_client.py +26 -2
- tencentcloud/ioa/v20220601/models.py +516 -46
- tencentcloud/iotexplorer/v20190423/models.py +52 -0
- tencentcloud/iotvideo/v20191126/iotvideo_client.py +46 -0
- tencentcloud/iotvideo/v20191126/models.py +379 -0
- tencentcloud/lighthouse/v20200324/errorcodes.py +1 -1
- tencentcloud/live/v20180801/models.py +51 -0
- tencentcloud/mongodb/v20190725/models.py +3 -7
- tencentcloud/mqtt/v20240516/models.py +2 -2
- tencentcloud/mrs/v20200910/models.py +22 -0
- tencentcloud/ms/v20180408/models.py +101 -62
- tencentcloud/ocr/v20181119/models.py +7 -16
- tencentcloud/ocr/v20181119/ocr_client.py +1 -0
- tencentcloud/organization/v20210331/errorcodes.py +30 -0
- tencentcloud/organization/v20210331/models.py +674 -0
- tencentcloud/organization/v20210331/organization_client.py +138 -0
- tencentcloud/privatedns/v20201028/errorcodes.py +12 -0
- tencentcloud/privatedns/v20201028/models.py +858 -4
- tencentcloud/privatedns/v20201028/privatedns_client.py +92 -0
- tencentcloud/redis/v20180412/models.py +14 -14
- tencentcloud/redis/v20180412/redis_client.py +2 -0
- tencentcloud/region/v20220627/models.py +0 -1
- tencentcloud/scf/v20180416/models.py +889 -8
- tencentcloud/scf/v20180416/scf_client.py +115 -0
- tencentcloud/smop/v20201203/models.py +17 -17
- tencentcloud/ssl/v20191205/models.py +1 -1
- tencentcloud/ssm/v20190923/models.py +84 -0
- tencentcloud/tat/v20201028/models.py +1 -29
- tencentcloud/tcss/v20201101/models.py +472 -46
- tencentcloud/tcss/v20201101/tcss_client.py +1 -1
- tencentcloud/tdmq/v20200217/models.py +7 -7
- tencentcloud/tem/v20210701/models.py +202 -198
- tencentcloud/teo/v20220901/errorcodes.py +30 -0
- tencentcloud/teo/v20220901/models.py +1466 -93
- tencentcloud/teo/v20220901/teo_client.py +115 -0
- tencentcloud/tke/v20180525/models.py +70 -0
- tencentcloud/tke/v20180525/tke_client.py +23 -0
- tencentcloud/tms/v20201229/models.py +0 -558
- tencentcloud/tms/v20201229/tms_client.py +0 -23
- tencentcloud/trp/v20210515/models.py +6 -6
- tencentcloud/trtc/v20190722/models.py +353 -4
- tencentcloud/tse/v20201207/models.py +94 -0
- tencentcloud/tse/v20201207/tse_client.py +23 -0
- tencentcloud/vclm/v20240523/models.py +166 -0
- tencentcloud/vpc/v20170312/models.py +134 -2
- tencentcloud/vpc/v20170312/vpc_client.py +23 -0
- tencentcloud/waf/v20180125/models.py +239 -531
- tencentcloud/waf/v20180125/waf_client.py +23 -25
- tencentcloud/wedata/v20210820/models.py +991 -0
- tencentcloud/wedata/v20210820/wedata_client.py +46 -0
- {tencentcloud_sdk_python-3.0.1257.dist-info → tencentcloud_sdk_python-3.0.1259.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1257.dist-info → tencentcloud_sdk_python-3.0.1259.dist-info}/RECORD +103 -108
- tencentcloud/cr/__init__.py +0 -0
- tencentcloud/cr/v20180321/__init__.py +0 -0
- tencentcloud/cr/v20180321/cr_client.py +0 -672
- tencentcloud/cr/v20180321/errorcodes.py +0 -114
- tencentcloud/cr/v20180321/models.py +0 -4966
- {tencentcloud_sdk_python-3.0.1257.dist-info → tencentcloud_sdk_python-3.0.1259.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1257.dist-info → tencentcloud_sdk_python-3.0.1259.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1257.dist-info → tencentcloud_sdk_python-3.0.1259.dist-info}/top_level.txt +0 -0
@@ -157,6 +157,91 @@ class ActiveCarrierPrivilegeNumber(AbstractModel):
|
|
157
157
|
|
158
158
|
|
159
159
|
|
160
|
+
class AsrData(AbstractModel):
|
161
|
+
"""语音转文本信息
|
162
|
+
|
163
|
+
"""
|
164
|
+
|
165
|
+
def __init__(self):
|
166
|
+
r"""
|
167
|
+
:param _User: 用户方
|
168
|
+
:type User: str
|
169
|
+
:param _Message: 消息内容
|
170
|
+
:type Message: str
|
171
|
+
:param _Timestamp: 时间戳
|
172
|
+
:type Timestamp: int
|
173
|
+
:param _Start: 句子开始时间,Unix 毫秒时间戳
|
174
|
+
:type Start: int
|
175
|
+
:param _End: 句子结束时间,Unix 毫秒时间戳
|
176
|
+
:type End: int
|
177
|
+
"""
|
178
|
+
self._User = None
|
179
|
+
self._Message = None
|
180
|
+
self._Timestamp = None
|
181
|
+
self._Start = None
|
182
|
+
self._End = None
|
183
|
+
|
184
|
+
@property
|
185
|
+
def User(self):
|
186
|
+
return self._User
|
187
|
+
|
188
|
+
@User.setter
|
189
|
+
def User(self, User):
|
190
|
+
self._User = User
|
191
|
+
|
192
|
+
@property
|
193
|
+
def Message(self):
|
194
|
+
return self._Message
|
195
|
+
|
196
|
+
@Message.setter
|
197
|
+
def Message(self, Message):
|
198
|
+
self._Message = Message
|
199
|
+
|
200
|
+
@property
|
201
|
+
def Timestamp(self):
|
202
|
+
warnings.warn("parameter `Timestamp` is deprecated", DeprecationWarning)
|
203
|
+
|
204
|
+
return self._Timestamp
|
205
|
+
|
206
|
+
@Timestamp.setter
|
207
|
+
def Timestamp(self, Timestamp):
|
208
|
+
warnings.warn("parameter `Timestamp` is deprecated", DeprecationWarning)
|
209
|
+
|
210
|
+
self._Timestamp = Timestamp
|
211
|
+
|
212
|
+
@property
|
213
|
+
def Start(self):
|
214
|
+
return self._Start
|
215
|
+
|
216
|
+
@Start.setter
|
217
|
+
def Start(self, Start):
|
218
|
+
self._Start = Start
|
219
|
+
|
220
|
+
@property
|
221
|
+
def End(self):
|
222
|
+
return self._End
|
223
|
+
|
224
|
+
@End.setter
|
225
|
+
def End(self, End):
|
226
|
+
self._End = End
|
227
|
+
|
228
|
+
|
229
|
+
def _deserialize(self, params):
|
230
|
+
self._User = params.get("User")
|
231
|
+
self._Message = params.get("Message")
|
232
|
+
self._Timestamp = params.get("Timestamp")
|
233
|
+
self._Start = params.get("Start")
|
234
|
+
self._End = params.get("End")
|
235
|
+
memeber_set = set(params.keys())
|
236
|
+
for name, value in vars(self).items():
|
237
|
+
property_name = name[1:]
|
238
|
+
if property_name in memeber_set:
|
239
|
+
memeber_set.remove(property_name)
|
240
|
+
if len(memeber_set) > 0:
|
241
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
242
|
+
|
243
|
+
|
244
|
+
|
160
245
|
class AudioFileInfo(AbstractModel):
|
161
246
|
"""音频文件审核信息
|
162
247
|
|
@@ -165,16 +250,12 @@ class AudioFileInfo(AbstractModel):
|
|
165
250
|
def __init__(self):
|
166
251
|
r"""
|
167
252
|
:param _FileId: 文件ID
|
168
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
169
253
|
:type FileId: int
|
170
254
|
:param _CustomFileName: 文件别名
|
171
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
172
255
|
:type CustomFileName: str
|
173
256
|
:param _AudioFileName: 文件名
|
174
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
175
257
|
:type AudioFileName: str
|
176
258
|
:param _Status: 审核状态,0-未审核,1-审核通过,2-审核拒绝
|
177
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
178
259
|
:type Status: int
|
179
260
|
"""
|
180
261
|
self._FileId = None
|
@@ -949,7 +1030,6 @@ class CarrierPrivilegeNumberApplicant(AbstractModel):
|
|
949
1030
|
:param _Callees: 被叫号码列表
|
950
1031
|
:type Callees: list of str
|
951
1032
|
:param _Description: 描述
|
952
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
953
1033
|
:type Description: str
|
954
1034
|
:param _State: 审批状态:1 待审核、2 通过、3 拒绝
|
955
1035
|
:type State: int
|
@@ -1059,73 +1139,50 @@ class CompanyApplyInfo(AbstractModel):
|
|
1059
1139
|
def __init__(self):
|
1060
1140
|
r"""
|
1061
1141
|
:param _ApplicantType: 申请人身份,0-公司法定代表人,1-经办人(受法定代表人委托)
|
1062
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1063
1142
|
:type ApplicantType: int
|
1064
1143
|
:param _CompanyName: 企业名称
|
1065
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1066
1144
|
:type CompanyName: str
|
1067
1145
|
:param _BusinessId: 统一社会信用代码
|
1068
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1069
1146
|
:type BusinessId: str
|
1070
1147
|
:param _BusinessIdPicUrl: 营业执照扫描件(加盖公章)。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
|
1071
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1072
1148
|
:type BusinessIdPicUrl: str
|
1073
1149
|
:param _CorporationName: 法定代表人名称
|
1074
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1075
1150
|
:type CorporationName: str
|
1076
1151
|
:param _CorporationId: 法定代表人身份证号码
|
1077
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1078
1152
|
:type CorporationId: str
|
1079
1153
|
:param _CorporationIdPicUrl: 法定代表人身份证正反面扫描件。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
|
1080
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1081
1154
|
:type CorporationIdPicUrl: str
|
1082
1155
|
:param _NetworkCommitmentPicUrl: 安全合规使用承诺书。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
|
1083
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1084
1156
|
:type NetworkCommitmentPicUrl: str
|
1085
1157
|
:param _IsEqualTencentCloud: 是否与腾讯云账号的资质一致,0-不一致,1-一致
|
1086
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1087
1158
|
:type IsEqualTencentCloud: int
|
1088
1159
|
:param _CorporationMobile: 法定代表人手机号
|
1089
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1090
1160
|
:type CorporationMobile: str
|
1091
1161
|
:param _CorporationMobilePicUrl: 法定代表人手机号码实名认证。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
|
1092
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1093
1162
|
:type CorporationMobilePicUrl: str
|
1094
1163
|
:param _UseDescribeFileUrl: 通话话术。(支持doc、docx格式的文档不超过50MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
|
1095
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1096
1164
|
:type UseDescribeFileUrl: str
|
1097
1165
|
:param _CompanyAuthLetterPicUrl: 公司授权函。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
|
1098
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1099
1166
|
:type CompanyAuthLetterPicUrl: str
|
1100
1167
|
:param _AcceptPicUrl: 电话受理单。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
|
1101
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1102
1168
|
:type AcceptPicUrl: str
|
1103
1169
|
:param _CorporationHoldingOnIdPicUrl: 法定代表人手持身份证照,申请人类型为法定代表人时必填。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
|
1104
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1105
1170
|
:type CorporationHoldingOnIdPicUrl: str
|
1106
1171
|
:param _OperatorName: 经办人名称,申请人类型为经办人时必填。
|
1107
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1108
1172
|
:type OperatorName: str
|
1109
1173
|
:param _OperatorId: 经办人证件号码,申请人类型为经办人时必填。
|
1110
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1111
1174
|
:type OperatorId: str
|
1112
1175
|
:param _OperatorIdPicUrl: 经办人身份证正反面扫描件,申请人类型为经办人时必填。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
|
1113
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1114
1176
|
:type OperatorIdPicUrl: str
|
1115
1177
|
:param _OperatorHoldingOnIdPicUrl: 经办人手持身份证照,申请人类型为经办人时必填。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
|
1116
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1117
1178
|
:type OperatorHoldingOnIdPicUrl: str
|
1118
1179
|
:param _CommissionPicUrl: 委托授权书,申请人类型为经办人时必填。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
|
1119
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1120
1180
|
:type CommissionPicUrl: str
|
1121
1181
|
:param _OperatorMobile: 经办人手机号,申请人类型为经办人时必填。
|
1122
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1123
1182
|
:type OperatorMobile: str
|
1124
1183
|
:param _OperatorEmail: 经办人邮箱,申请人类型为经办人时必填。
|
1125
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1126
1184
|
:type OperatorEmail: str
|
1127
1185
|
:param _OperatorMobilePicUrl: 经办人手机号码实名认证,申请人类型为经办人时必填。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
|
1128
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1129
1186
|
:type OperatorMobilePicUrl: str
|
1130
1187
|
"""
|
1131
1188
|
self._ApplicantType = None
|
@@ -1381,25 +1438,18 @@ class CompanyStateInfo(AbstractModel):
|
|
1381
1438
|
:param _Id: 申请单ID
|
1382
1439
|
:type Id: int
|
1383
1440
|
:param _CompanyName: 公司名称
|
1384
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1385
1441
|
:type CompanyName: str
|
1386
1442
|
:param _CreateTime: 创建时间
|
1387
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1388
1443
|
:type CreateTime: int
|
1389
1444
|
:param _CheckTime: 审核时间
|
1390
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1391
1445
|
:type CheckTime: int
|
1392
1446
|
:param _CheckMsg: 审核备注
|
1393
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1394
1447
|
:type CheckMsg: str
|
1395
1448
|
:param _State: 审核状态,1-待审核,2-审核通过,3-驳回
|
1396
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1397
1449
|
:type State: int
|
1398
1450
|
:param _BusinessId: 公司统一社会信用代码
|
1399
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1400
1451
|
:type BusinessId: str
|
1401
1452
|
:param _ModifyTime: 修改时间
|
1402
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1403
1453
|
:type ModifyTime: int
|
1404
1454
|
"""
|
1405
1455
|
self._Id = None
|
@@ -1518,7 +1568,7 @@ azure
|
|
1518
1568
|
:param _APIKey: API密钥
|
1519
1569
|
:type APIKey: str
|
1520
1570
|
:param _APIUrl: API URL,仅支持兼容openai协议的模型,填写url时后缀不要带/chat/completions;
|
1521
|
-
llmType为azure时,URL填写格式需为:https://{your-resource-name}.openai.azure.com?api-version={api-version},填写url时后缀不要带/openai/deployments/{deployment-id}/chat/completions
|
1571
|
+
llmType为azure时,URL填写格式需为:https://{your-resource-name}.openai.azure.com?api-version={api-version},填写url时后缀不要带/openai/deployments/{deployment-id}/chat/completions,系统会自动帮您填充后缀
|
1522
1572
|
:type APIUrl: str
|
1523
1573
|
:param _VoiceType: 音色,目前仅支持以下音色:
|
1524
1574
|
汉语:
|
@@ -2236,7 +2286,7 @@ class CreateCCCSkillGroupRequest(AbstractModel):
|
|
2236
2286
|
|
2237
2287
|
def __init__(self):
|
2238
2288
|
r"""
|
2239
|
-
:param _SdkAppId: 应用 ID
|
2289
|
+
:param _SdkAppId: 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
|
2240
2290
|
:type SdkAppId: int
|
2241
2291
|
:param _SkillGroupName: 技能组名称
|
2242
2292
|
:type SkillGroupName: str
|
@@ -2501,7 +2551,7 @@ class CreateCarrierPrivilegeNumberApplicantRequest(AbstractModel):
|
|
2501
2551
|
|
2502
2552
|
def __init__(self):
|
2503
2553
|
r"""
|
2504
|
-
:param _SdkAppId:
|
2554
|
+
:param _SdkAppId: 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
|
2505
2555
|
:type SdkAppId: int
|
2506
2556
|
:param _Callers: 主叫号码,必须为实例中存在的号码,格式为0086xxxx(暂时只支持国内号码)
|
2507
2557
|
:type Callers: list of str
|
@@ -2679,7 +2729,7 @@ class CreateExtensionRequest(AbstractModel):
|
|
2679
2729
|
|
2680
2730
|
def __init__(self):
|
2681
2731
|
r"""
|
2682
|
-
:param _SdkAppId:
|
2732
|
+
:param _SdkAppId: 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
|
2683
2733
|
:type SdkAppId: int
|
2684
2734
|
:param _ExtensionId: 分机号
|
2685
2735
|
:type ExtensionId: str
|
@@ -3426,7 +3476,6 @@ class CreateStaffResponse(AbstractModel):
|
|
3426
3476
|
def __init__(self):
|
3427
3477
|
r"""
|
3428
3478
|
:param _ErrorStaffList: 错误坐席列表及错误信息
|
3429
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3430
3479
|
:type ErrorStaffList: list of ErrStaffItem
|
3431
3480
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3432
3481
|
:type RequestId: str
|
@@ -3574,7 +3623,7 @@ class DeleteExtensionRequest(AbstractModel):
|
|
3574
3623
|
|
3575
3624
|
def __init__(self):
|
3576
3625
|
r"""
|
3577
|
-
:param _SdkAppId:
|
3626
|
+
:param _SdkAppId: 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
|
3578
3627
|
:type SdkAppId: int
|
3579
3628
|
:param _ExtensionId: 分机号
|
3580
3629
|
:type ExtensionId: str
|
@@ -3760,7 +3809,6 @@ class DeleteStaffResponse(AbstractModel):
|
|
3760
3809
|
def __init__(self):
|
3761
3810
|
r"""
|
3762
3811
|
:param _OnlineStaffList: 无法删除的状态为在线的客服列表
|
3763
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3764
3812
|
:type OnlineStaffList: list of str
|
3765
3813
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3766
3814
|
:type RequestId: str
|
@@ -3797,7 +3845,7 @@ class DescribeActiveCarrierPrivilegeNumberRequest(AbstractModel):
|
|
3797
3845
|
|
3798
3846
|
def __init__(self):
|
3799
3847
|
r"""
|
3800
|
-
:param _SdkAppId:
|
3848
|
+
:param _SdkAppId: 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
|
3801
3849
|
:type SdkAppId: int
|
3802
3850
|
:param _PageNumber: 默认0
|
3803
3851
|
:type PageNumber: int
|
@@ -4480,7 +4528,7 @@ class DescribeCarrierPrivilegeNumberApplicantsRequest(AbstractModel):
|
|
4480
4528
|
|
4481
4529
|
def __init__(self):
|
4482
4530
|
r"""
|
4483
|
-
:param _SdkAppId:
|
4531
|
+
:param _SdkAppId: 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
|
4484
4532
|
:type SdkAppId: int
|
4485
4533
|
:param _PageNumber: 默认0,从0开始
|
4486
4534
|
:type PageNumber: int
|
@@ -4724,7 +4772,6 @@ class DescribeChatMessagesResponse(AbstractModel):
|
|
4724
4772
|
:param _TotalCount: 总记录数
|
4725
4773
|
:type TotalCount: int
|
4726
4774
|
:param _Messages: 消息列表
|
4727
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4728
4775
|
:type Messages: list of MessageBody
|
4729
4776
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4730
4777
|
:type RequestId: str
|
@@ -4858,7 +4905,6 @@ class DescribeCompanyListResponse(AbstractModel):
|
|
4858
4905
|
def __init__(self):
|
4859
4906
|
r"""
|
4860
4907
|
:param _TotalCount: 总数
|
4861
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4862
4908
|
:type TotalCount: int
|
4863
4909
|
:param _CompanyInfo: 企业资质审核信息
|
4864
4910
|
:type CompanyInfo: list of CompanyStateInfo
|
@@ -4912,7 +4958,7 @@ class DescribeExtensionRequest(AbstractModel):
|
|
4912
4958
|
|
4913
4959
|
def __init__(self):
|
4914
4960
|
r"""
|
4915
|
-
:param _SdkAppId:
|
4961
|
+
:param _SdkAppId: 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
|
4916
4962
|
:type SdkAppId: int
|
4917
4963
|
:param _ExtensionId: 分机号
|
4918
4964
|
:type ExtensionId: str
|
@@ -5042,7 +5088,7 @@ class DescribeExtensionsRequest(AbstractModel):
|
|
5042
5088
|
|
5043
5089
|
def __init__(self):
|
5044
5090
|
r"""
|
5045
|
-
:param _SdkAppId:
|
5091
|
+
:param _SdkAppId: 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
|
5046
5092
|
:type SdkAppId: int
|
5047
5093
|
:param _PageNumber: 分页页号(从0开始)
|
5048
5094
|
:type PageNumber: int
|
@@ -5285,7 +5331,6 @@ class DescribeIMCdrListResponse(AbstractModel):
|
|
5285
5331
|
:param _TotalCount: 总记录数
|
5286
5332
|
:type TotalCount: int
|
5287
5333
|
:param _IMCdrList: 服务记录列表
|
5288
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5289
5334
|
:type IMCdrList: list of IMCdrInfo
|
5290
5335
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5291
5336
|
:type RequestId: str
|
@@ -6094,28 +6139,20 @@ class DescribePredictiveDialingCampaignsElement(AbstractModel):
|
|
6094
6139
|
def __init__(self):
|
6095
6140
|
r"""
|
6096
6141
|
:param _CampaignId: 任务 ID
|
6097
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6098
6142
|
:type CampaignId: int
|
6099
6143
|
:param _Name: 任务名称
|
6100
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6101
6144
|
:type Name: str
|
6102
6145
|
:param _Status: 任务状态 0 待开始 1 进行中 2 已暂停 3 已终止 4 已完成
|
6103
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6104
6146
|
:type Status: int
|
6105
6147
|
:param _StatusReason: 任务状态原因 0 正常 1 手动结束 2 超时结束
|
6106
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6107
6148
|
:type StatusReason: int
|
6108
6149
|
:param _CalleeCount: 被叫号码个数
|
6109
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6110
6150
|
:type CalleeCount: int
|
6111
6151
|
:param _FinishedCalleeCount: 已完成的被叫个数
|
6112
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6113
6152
|
:type FinishedCalleeCount: int
|
6114
6153
|
:param _Priority: 相同应用内多个任务运行优先级,从高到底 1 - 5
|
6115
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6116
6154
|
:type Priority: int
|
6117
6155
|
:param _SkillGroupId: 使用的座席技能组 ID
|
6118
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6119
6156
|
:type SkillGroupId: int
|
6120
6157
|
"""
|
6121
6158
|
self._CampaignId = None
|
@@ -6300,10 +6337,8 @@ class DescribePredictiveDialingCampaignsResponse(AbstractModel):
|
|
6300
6337
|
def __init__(self):
|
6301
6338
|
r"""
|
6302
6339
|
:param _TotalCount: 数据总量
|
6303
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6304
6340
|
:type TotalCount: int
|
6305
6341
|
:param _CampaignList: 数据
|
6306
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6307
6342
|
:type CampaignList: list of DescribePredictiveDialingCampaignsElement
|
6308
6343
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6309
6344
|
:type RequestId: str
|
@@ -7417,6 +7452,94 @@ class DescribeTelCdrResponse(AbstractModel):
|
|
7417
7452
|
self._RequestId = params.get("RequestId")
|
7418
7453
|
|
7419
7454
|
|
7455
|
+
class DescribeTelRecordAsrRequest(AbstractModel):
|
7456
|
+
"""DescribeTelRecordAsr请求参数结构体
|
7457
|
+
|
7458
|
+
"""
|
7459
|
+
|
7460
|
+
def __init__(self):
|
7461
|
+
r"""
|
7462
|
+
:param _SdkAppId: 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
|
7463
|
+
:type SdkAppId: int
|
7464
|
+
:param _SessionId: 会话 ID
|
7465
|
+
:type SessionId: str
|
7466
|
+
"""
|
7467
|
+
self._SdkAppId = None
|
7468
|
+
self._SessionId = None
|
7469
|
+
|
7470
|
+
@property
|
7471
|
+
def SdkAppId(self):
|
7472
|
+
return self._SdkAppId
|
7473
|
+
|
7474
|
+
@SdkAppId.setter
|
7475
|
+
def SdkAppId(self, SdkAppId):
|
7476
|
+
self._SdkAppId = SdkAppId
|
7477
|
+
|
7478
|
+
@property
|
7479
|
+
def SessionId(self):
|
7480
|
+
return self._SessionId
|
7481
|
+
|
7482
|
+
@SessionId.setter
|
7483
|
+
def SessionId(self, SessionId):
|
7484
|
+
self._SessionId = SessionId
|
7485
|
+
|
7486
|
+
|
7487
|
+
def _deserialize(self, params):
|
7488
|
+
self._SdkAppId = params.get("SdkAppId")
|
7489
|
+
self._SessionId = params.get("SessionId")
|
7490
|
+
memeber_set = set(params.keys())
|
7491
|
+
for name, value in vars(self).items():
|
7492
|
+
property_name = name[1:]
|
7493
|
+
if property_name in memeber_set:
|
7494
|
+
memeber_set.remove(property_name)
|
7495
|
+
if len(memeber_set) > 0:
|
7496
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
7497
|
+
|
7498
|
+
|
7499
|
+
|
7500
|
+
class DescribeTelRecordAsrResponse(AbstractModel):
|
7501
|
+
"""DescribeTelRecordAsr返回参数结构体
|
7502
|
+
|
7503
|
+
"""
|
7504
|
+
|
7505
|
+
def __init__(self):
|
7506
|
+
r"""
|
7507
|
+
:param _AsrDataList: 录音转文本信息
|
7508
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
7509
|
+
:type AsrDataList: list of AsrData
|
7510
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7511
|
+
:type RequestId: str
|
7512
|
+
"""
|
7513
|
+
self._AsrDataList = None
|
7514
|
+
self._RequestId = None
|
7515
|
+
|
7516
|
+
@property
|
7517
|
+
def AsrDataList(self):
|
7518
|
+
return self._AsrDataList
|
7519
|
+
|
7520
|
+
@AsrDataList.setter
|
7521
|
+
def AsrDataList(self, AsrDataList):
|
7522
|
+
self._AsrDataList = AsrDataList
|
7523
|
+
|
7524
|
+
@property
|
7525
|
+
def RequestId(self):
|
7526
|
+
return self._RequestId
|
7527
|
+
|
7528
|
+
@RequestId.setter
|
7529
|
+
def RequestId(self, RequestId):
|
7530
|
+
self._RequestId = RequestId
|
7531
|
+
|
7532
|
+
|
7533
|
+
def _deserialize(self, params):
|
7534
|
+
if params.get("AsrDataList") is not None:
|
7535
|
+
self._AsrDataList = []
|
7536
|
+
for item in params.get("AsrDataList"):
|
7537
|
+
obj = AsrData()
|
7538
|
+
obj._deserialize(item)
|
7539
|
+
self._AsrDataList.append(obj)
|
7540
|
+
self._RequestId = params.get("RequestId")
|
7541
|
+
|
7542
|
+
|
7420
7543
|
class DescribeTelSessionRequest(AbstractModel):
|
7421
7544
|
"""DescribeTelSession请求参数结构体
|
7422
7545
|
|
@@ -7845,7 +7968,7 @@ class HangUpCallRequest(AbstractModel):
|
|
7845
7968
|
|
7846
7969
|
def __init__(self):
|
7847
7970
|
r"""
|
7848
|
-
:param _SdkAppId:
|
7971
|
+
:param _SdkAppId: 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
|
7849
7972
|
:type SdkAppId: int
|
7850
7973
|
:param _SessionId: 会话ID
|
7851
7974
|
:type SessionId: str
|
@@ -7939,13 +8062,10 @@ class IMCdrInfo(AbstractModel):
|
|
7939
8062
|
:param _Timestamp: 服务时间戳
|
7940
8063
|
:type Timestamp: int
|
7941
8064
|
:param _SessionId: 会话ID
|
7942
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7943
8065
|
:type SessionId: str
|
7944
8066
|
:param _SkillGroupId: 技能组ID
|
7945
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7946
8067
|
:type SkillGroupId: str
|
7947
8068
|
:param _SkillGroupName: 技能组名称
|
7948
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7949
8069
|
:type SkillGroupName: str
|
7950
8070
|
:param _Satisfaction: 满意度
|
7951
8071
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -8096,10 +8216,8 @@ class IMSatisfaction(AbstractModel):
|
|
8096
8216
|
def __init__(self):
|
8097
8217
|
r"""
|
8098
8218
|
:param _Id: 满意度值
|
8099
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8100
8219
|
:type Id: int
|
8101
8220
|
:param _Label: 满意度标签
|
8102
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8103
8221
|
:type Label: str
|
8104
8222
|
"""
|
8105
8223
|
self._Id = None
|
@@ -8142,15 +8260,25 @@ class IVRKeyPressedElement(AbstractModel):
|
|
8142
8260
|
|
8143
8261
|
def __init__(self):
|
8144
8262
|
r"""
|
8145
|
-
:param _Key:
|
8146
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8263
|
+
:param _Key: 命中的关键字或者按键
|
8147
8264
|
:type Key: str
|
8148
8265
|
:param _Label: 按键关联的标签
|
8149
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8150
8266
|
:type Label: str
|
8267
|
+
:param _Timestamp: Unix 毫秒时间戳
|
8268
|
+
:type Timestamp: int
|
8269
|
+
:param _NodeLabel: 节点标签
|
8270
|
+
:type NodeLabel: str
|
8271
|
+
:param _OriginalContent: 用户原始输入
|
8272
|
+
:type OriginalContent: str
|
8273
|
+
:param _TTSPrompt: TTS 提示音内容
|
8274
|
+
:type TTSPrompt: str
|
8151
8275
|
"""
|
8152
8276
|
self._Key = None
|
8153
8277
|
self._Label = None
|
8278
|
+
self._Timestamp = None
|
8279
|
+
self._NodeLabel = None
|
8280
|
+
self._OriginalContent = None
|
8281
|
+
self._TTSPrompt = None
|
8154
8282
|
|
8155
8283
|
@property
|
8156
8284
|
def Key(self):
|
@@ -8168,10 +8296,46 @@ class IVRKeyPressedElement(AbstractModel):
|
|
8168
8296
|
def Label(self, Label):
|
8169
8297
|
self._Label = Label
|
8170
8298
|
|
8299
|
+
@property
|
8300
|
+
def Timestamp(self):
|
8301
|
+
return self._Timestamp
|
8302
|
+
|
8303
|
+
@Timestamp.setter
|
8304
|
+
def Timestamp(self, Timestamp):
|
8305
|
+
self._Timestamp = Timestamp
|
8306
|
+
|
8307
|
+
@property
|
8308
|
+
def NodeLabel(self):
|
8309
|
+
return self._NodeLabel
|
8310
|
+
|
8311
|
+
@NodeLabel.setter
|
8312
|
+
def NodeLabel(self, NodeLabel):
|
8313
|
+
self._NodeLabel = NodeLabel
|
8314
|
+
|
8315
|
+
@property
|
8316
|
+
def OriginalContent(self):
|
8317
|
+
return self._OriginalContent
|
8318
|
+
|
8319
|
+
@OriginalContent.setter
|
8320
|
+
def OriginalContent(self, OriginalContent):
|
8321
|
+
self._OriginalContent = OriginalContent
|
8322
|
+
|
8323
|
+
@property
|
8324
|
+
def TTSPrompt(self):
|
8325
|
+
return self._TTSPrompt
|
8326
|
+
|
8327
|
+
@TTSPrompt.setter
|
8328
|
+
def TTSPrompt(self, TTSPrompt):
|
8329
|
+
self._TTSPrompt = TTSPrompt
|
8330
|
+
|
8171
8331
|
|
8172
8332
|
def _deserialize(self, params):
|
8173
8333
|
self._Key = params.get("Key")
|
8174
8334
|
self._Label = params.get("Label")
|
8335
|
+
self._Timestamp = params.get("Timestamp")
|
8336
|
+
self._NodeLabel = params.get("NodeLabel")
|
8337
|
+
self._OriginalContent = params.get("OriginalContent")
|
8338
|
+
self._TTSPrompt = params.get("TTSPrompt")
|
8175
8339
|
memeber_set = set(params.keys())
|
8176
8340
|
for name, value in vars(self).items():
|
8177
8341
|
property_name = name[1:]
|
@@ -8368,7 +8532,7 @@ class ModifyExtensionRequest(AbstractModel):
|
|
8368
8532
|
|
8369
8533
|
def __init__(self):
|
8370
8534
|
r"""
|
8371
|
-
:param _SdkAppId:
|
8535
|
+
:param _SdkAppId: 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
|
8372
8536
|
:type SdkAppId: int
|
8373
8537
|
:param _ExtensionId: 分机号
|
8374
8538
|
:type ExtensionId: str
|
@@ -8655,7 +8819,7 @@ class ModifyStaffRequest(AbstractModel):
|
|
8655
8819
|
|
8656
8820
|
def __init__(self):
|
8657
8821
|
r"""
|
8658
|
-
:param _SdkAppId: 应用ID
|
8822
|
+
:param _SdkAppId: 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
|
8659
8823
|
:type SdkAppId: int
|
8660
8824
|
:param _Email: 座席账户
|
8661
8825
|
:type Email: str
|
@@ -9585,7 +9749,7 @@ class ResetExtensionPasswordRequest(AbstractModel):
|
|
9585
9749
|
|
9586
9750
|
def __init__(self):
|
9587
9751
|
r"""
|
9588
|
-
:param _SdkAppId:
|
9752
|
+
:param _SdkAppId: 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
|
9589
9753
|
:type SdkAppId: int
|
9590
9754
|
:param _ExtensionId: 分机号
|
9591
9755
|
:type ExtensionId: str
|
@@ -9748,7 +9912,6 @@ class SdkAppIdBuyInfo(AbstractModel):
|
|
9748
9912
|
:param _PhoneNumBuyList: 号码购买列表
|
9749
9913
|
:type PhoneNumBuyList: list of PhoneNumBuyInfo
|
9750
9914
|
:param _SipBuyNum: 办公电话购买数(还在有效期内)
|
9751
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9752
9915
|
:type SipBuyNum: int
|
9753
9916
|
"""
|
9754
9917
|
self._SdkAppId = None
|
@@ -9846,7 +10009,6 @@ class SeatUserInfo(AbstractModel):
|
|
9846
10009
|
:param _Mail: 座席邮箱
|
9847
10010
|
:type Mail: str
|
9848
10011
|
:param _StaffNumber: 工号
|
9849
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9850
10012
|
:type StaffNumber: str
|
9851
10013
|
:param _Phone: 座席电话号码(带0086前缀)
|
9852
10014
|
:type Phone: str
|
@@ -9855,13 +10017,11 @@ class SeatUserInfo(AbstractModel):
|
|
9855
10017
|
:param _UserId: 用户ID
|
9856
10018
|
:type UserId: str
|
9857
10019
|
:param _SkillGroupNameList: 座席关联的技能组列表
|
9858
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9859
10020
|
:type SkillGroupNameList: list of str
|
9860
10021
|
:param _Role: 1:管理员
|
9861
10022
|
2:质检员
|
9862
10023
|
3:普通座席
|
9863
10024
|
else:自定义角色ID
|
9864
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9865
10025
|
:type Role: int
|
9866
10026
|
"""
|
9867
10027
|
self._Name = None
|
@@ -9965,58 +10125,40 @@ class ServeParticipant(AbstractModel):
|
|
9965
10125
|
def __init__(self):
|
9966
10126
|
r"""
|
9967
10127
|
:param _Mail: 座席邮箱
|
9968
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9969
10128
|
:type Mail: str
|
9970
10129
|
:param _Phone: 座席电话
|
9971
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9972
10130
|
:type Phone: str
|
9973
10131
|
:param _RingTimestamp: 振铃时间戳,Unix 秒级时间戳
|
9974
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9975
10132
|
:type RingTimestamp: int
|
9976
10133
|
:param _AcceptTimestamp: 接听时间戳,Unix 秒级时间戳
|
9977
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9978
10134
|
:type AcceptTimestamp: int
|
9979
10135
|
:param _EndedTimestamp: 结束时间戳,Unix 秒级时间戳
|
9980
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9981
10136
|
:type EndedTimestamp: int
|
9982
10137
|
:param _RecordId: 录音 ID,能够索引到座席侧的录音
|
9983
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9984
10138
|
:type RecordId: str
|
9985
10139
|
:param _Type: 参与者类型,"staffSeat", "outboundSeat", "staffPhoneSeat"
|
9986
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9987
10140
|
:type Type: str
|
9988
10141
|
:param _TransferFrom: 转接来源座席信息
|
9989
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9990
10142
|
:type TransferFrom: str
|
9991
10143
|
:param _TransferFromType: 转接来源参与者类型,取值与 Type 一致
|
9992
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9993
10144
|
:type TransferFromType: str
|
9994
10145
|
:param _TransferTo: 转接去向座席信息
|
9995
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9996
10146
|
:type TransferTo: str
|
9997
10147
|
:param _TransferToType: 转接去向参与者类型,取值与 Type 一致
|
9998
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9999
10148
|
:type TransferToType: str
|
10000
10149
|
:param _SkillGroupId: 技能组 ID
|
10001
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10002
10150
|
:type SkillGroupId: int
|
10003
10151
|
:param _EndStatusString: 结束状态
|
10004
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10005
10152
|
:type EndStatusString: str
|
10006
10153
|
:param _RecordURL: 录音 URL
|
10007
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10008
10154
|
:type RecordURL: str
|
10009
10155
|
:param _Sequence: 参与者序号,从 0 开始
|
10010
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10011
10156
|
:type Sequence: int
|
10012
10157
|
:param _StartTimestamp: 开始时间戳,Unix 秒级时间戳
|
10013
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10014
10158
|
:type StartTimestamp: int
|
10015
10159
|
:param _SkillGroupName: 技能组名称
|
10016
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10017
10160
|
:type SkillGroupName: str
|
10018
10161
|
:param _CustomRecordURL: 录音转存第三方COS地址
|
10019
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10020
10162
|
:type CustomRecordURL: str
|
10021
10163
|
"""
|
10022
10164
|
self._Mail = None
|
@@ -10226,22 +10368,16 @@ class SkillGroupInfoItem(AbstractModel):
|
|
10226
10368
|
:param _Type: (废弃)类型:IM、TEL、ALL(全媒体)
|
10227
10369
|
:type Type: str
|
10228
10370
|
:param _RoutePolicy: 会话分配策略
|
10229
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10230
10371
|
:type RoutePolicy: str
|
10231
10372
|
:param _UsingLastSeat: 会话分配是否优先上次服务座席
|
10232
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10233
10373
|
:type UsingLastSeat: int
|
10234
10374
|
:param _MaxConcurrency: 单客服最大并发数(电话类型默认1)
|
10235
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10236
10375
|
:type MaxConcurrency: int
|
10237
10376
|
:param _LastModifyTimestamp: 最后修改时间
|
10238
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10239
10377
|
:type LastModifyTimestamp: int
|
10240
10378
|
:param _SkillGroupType: 技能组类型0-电话,1-在线,3-音频,4-视频
|
10241
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10242
10379
|
:type SkillGroupType: int
|
10243
10380
|
:param _Alias: 技能组内线号码
|
10244
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10245
10381
|
:type Alias: str
|
10246
10382
|
"""
|
10247
10383
|
self._SkillGroupId = None
|
@@ -10430,7 +10566,6 @@ class StaffBuyInfo(AbstractModel):
|
|
10430
10566
|
:param _EndTime: 截止时间戳
|
10431
10567
|
:type EndTime: int
|
10432
10568
|
:param _SipNum: 购买办公电话数量
|
10433
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10434
10569
|
:type SipNum: int
|
10435
10570
|
"""
|
10436
10571
|
self._Num = None
|
@@ -10494,26 +10629,20 @@ class StaffInfo(AbstractModel):
|
|
10494
10629
|
def __init__(self):
|
10495
10630
|
r"""
|
10496
10631
|
:param _Name: 座席名称
|
10497
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10498
10632
|
:type Name: str
|
10499
10633
|
:param _Mail: 座席邮箱
|
10500
10634
|
:type Mail: str
|
10501
10635
|
:param _Phone: 座席电话号码
|
10502
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10503
10636
|
:type Phone: str
|
10504
10637
|
:param _Nick: 座席昵称
|
10505
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10506
10638
|
:type Nick: str
|
10507
10639
|
:param _StaffNumber: 座席工号
|
10508
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10509
10640
|
:type StaffNumber: str
|
10510
10641
|
:param _RoleId: 用户角色id
|
10511
10642
|
:type RoleId: int
|
10512
10643
|
:param _SkillGroupList: 所属技能组列表
|
10513
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10514
10644
|
:type SkillGroupList: list of SkillGroupItem
|
10515
10645
|
:param _LastModifyTimestamp: 最后修改时间
|
10516
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10517
10646
|
:type LastModifyTimestamp: int
|
10518
10647
|
"""
|
10519
10648
|
self._Name = None
|
@@ -10928,7 +11057,7 @@ class StopAutoCalloutTaskRequest(AbstractModel):
|
|
10928
11057
|
|
10929
11058
|
def __init__(self):
|
10930
11059
|
r"""
|
10931
|
-
:param _SdkAppId:
|
11060
|
+
:param _SdkAppId: 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
|
10932
11061
|
:type SdkAppId: int
|
10933
11062
|
:param _TaskId: 任务Id
|
10934
11063
|
:type TaskId: int
|
@@ -11011,7 +11140,6 @@ class TelCdrInfo(AbstractModel):
|
|
11011
11140
|
:param _RecordURL: 录音信息
|
11012
11141
|
:type RecordURL: str
|
11013
11142
|
:param _RecordId: 录音 ID
|
11014
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11015
11143
|
:type RecordId: str
|
11016
11144
|
:param _SeatUser: 座席信息
|
11017
11145
|
:type SeatUser: :class:`tencentcloud.ccc.v20200210.models.SeatUserInfo`
|
@@ -11075,28 +11203,20 @@ class TelCdrInfo(AbstractModel):
|
|
11075
11203
|
:param _CallerLocation: 主叫归属地
|
11076
11204
|
:type CallerLocation: str
|
11077
11205
|
:param _IVRDuration: IVR 阶段耗时
|
11078
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11079
11206
|
:type IVRDuration: int
|
11080
11207
|
:param _RingTimestamp: 振铃时间戳,UNIX 秒级时间戳
|
11081
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11082
11208
|
:type RingTimestamp: int
|
11083
11209
|
:param _AcceptTimestamp: 接听时间戳,UNIX 秒级时间戳
|
11084
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11085
11210
|
:type AcceptTimestamp: int
|
11086
11211
|
:param _EndedTimestamp: 结束时间戳,UNIX 秒级时间戳
|
11087
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11088
11212
|
:type EndedTimestamp: int
|
11089
11213
|
:param _IVRKeyPressed: IVR 按键信息 ,e.g. ["1","2","3"]
|
11090
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11091
11214
|
:type IVRKeyPressed: list of str
|
11092
11215
|
:param _HungUpSide: 挂机方 seat 座席 user 用户 system 系统
|
11093
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11094
11216
|
:type HungUpSide: str
|
11095
11217
|
:param _ServeParticipants: 服务参与者列表
|
11096
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11097
11218
|
:type ServeParticipants: list of ServeParticipant
|
11098
11219
|
:param _SkillGroupId: 技能组ID
|
11099
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11100
11220
|
:type SkillGroupId: int
|
11101
11221
|
:param _EndStatusString: EndStatus与EndStatusString一一对应,具体枚举如下:
|
11102
11222
|
|
@@ -11152,40 +11272,29 @@ class TelCdrInfo(AbstractModel):
|
|
11152
11272
|
|
11153
11273
|
电话呼入&呼出 211 clientError 客户端错误
|
11154
11274
|
|
11155
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11156
11275
|
:type EndStatusString: str
|
11157
11276
|
:param _StartTimestamp: 会话开始时间戳,UNIX 秒级时间戳
|
11158
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11159
11277
|
:type StartTimestamp: int
|
11160
11278
|
:param _QueuedTimestamp: 进入排队时间,Unix 秒级时间戳
|
11161
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11162
11279
|
:type QueuedTimestamp: int
|
11163
11280
|
:param _PostIVRKeyPressed: 后置IVR按键信息(e.g. [{"Key":"1","Label":"非常满意"}])
|
11164
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11165
11281
|
:type PostIVRKeyPressed: list of IVRKeyPressedElement
|
11166
11282
|
:param _QueuedSkillGroupId: 排队技能组Id
|
11167
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11168
11283
|
:type QueuedSkillGroupId: int
|
11169
11284
|
:param _SessionId: 会话 ID
|
11170
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11171
11285
|
:type SessionId: str
|
11172
11286
|
:param _ProtectedCaller: 主叫号码保护ID,开启号码保护映射功能时有效,且Caller字段置空
|
11173
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11174
11287
|
:type ProtectedCaller: str
|
11175
11288
|
:param _ProtectedCallee: 被叫号码保护ID,开启号码保护映射功能时有效,且Callee字段置空
|
11176
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11177
11289
|
:type ProtectedCallee: str
|
11178
11290
|
:param _Uui: 客户自定义数据(User-to-User Interface)
|
11179
11291
|
注意:此字段可能返回 null,表示取不到有效值。
|
11180
11292
|
:type Uui: str
|
11181
11293
|
:param _UUI: 客户自定义数据(User-to-User Interface)
|
11182
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11183
11294
|
:type UUI: str
|
11184
11295
|
:param _IVRKeyPressedEx: IVR按键信息(e.g. [{"Key":"1","Label":"非常满意"}])
|
11185
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11186
11296
|
:type IVRKeyPressedEx: list of IVRKeyPressedElement
|
11187
11297
|
:param _AsrUrl: 获取录音ASR文本信息地址
|
11188
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11189
11298
|
:type AsrUrl: str
|
11190
11299
|
:param _AsrStatus: AsrUrl的状态:Complete
|
11191
11300
|
已完成;
|
@@ -11193,22 +11302,16 @@ Processing
|
|
11193
11302
|
正在生成中;
|
11194
11303
|
NotExists
|
11195
11304
|
无记录(未开启生成离线asr或者无套餐包)
|
11196
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11197
11305
|
:type AsrStatus: str
|
11198
11306
|
:param _CustomRecordURL: 录音转存第三方COS地址
|
11199
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11200
11307
|
:type CustomRecordURL: str
|
11201
11308
|
:param _Remark: 备注
|
11202
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11203
11309
|
:type Remark: str
|
11204
11310
|
:param _QueuedSkillGroupName: 排队技能组名称
|
11205
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11206
11311
|
:type QueuedSkillGroupName: str
|
11207
11312
|
:param _VoicemailRecordURL: 通话中语音留言录音URL
|
11208
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11209
11313
|
:type VoicemailRecordURL: list of str
|
11210
11314
|
:param _VoicemailAsrURL: 通话中语音留言ASR文本信息地址
|
11211
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11212
11315
|
:type VoicemailAsrURL: list of str
|
11213
11316
|
"""
|
11214
11317
|
self._Caller = None
|
@@ -11786,7 +11889,7 @@ class UpdateCCCSkillGroupRequest(AbstractModel):
|
|
11786
11889
|
|
11787
11890
|
def __init__(self):
|
11788
11891
|
r"""
|
11789
|
-
:param _SdkAppId: 应用 ID
|
11892
|
+
:param _SdkAppId: 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
|
11790
11893
|
:type SdkAppId: int
|
11791
11894
|
:param _SkillGroupID: 技能组ID
|
11792
11895
|
:type SkillGroupID: int
|
@@ -12249,10 +12352,8 @@ class UploadIvrAudioResponse(AbstractModel):
|
|
12249
12352
|
def __init__(self):
|
12250
12353
|
r"""
|
12251
12354
|
:param _FailedFileList: 上传失败的文件列表
|
12252
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12253
12355
|
:type FailedFileList: list of UploadIvrAudioFailedInfo
|
12254
12356
|
:param _SuccessFileList: 上传成功文件列表
|
12255
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12256
12357
|
:type SuccessFileList: list of AudioFileInfo
|
12257
12358
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
12258
12359
|
:type RequestId: str
|