tencentcloud-sdk-python 3.0.1256__py2.py3-none-any.whl → 3.0.1258__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.
Files changed (109) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/apm/v20210622/models.py +26 -0
  3. tencentcloud/asr/v20190614/models.py +3 -2
  4. tencentcloud/autoscaling/v20180419/autoscaling_client.py +7 -1
  5. tencentcloud/autoscaling/v20180419/errorcodes.py +3 -0
  6. tencentcloud/autoscaling/v20180419/models.py +18 -2
  7. tencentcloud/bi/v20220105/models.py +44 -4
  8. tencentcloud/billing/v20180709/billing_client.py +23 -0
  9. tencentcloud/billing/v20180709/errorcodes.py +6 -0
  10. tencentcloud/billing/v20180709/models.py +424 -0
  11. tencentcloud/bsca/v20210811/models.py +306 -1
  12. tencentcloud/ccc/v20200210/ccc_client.py +23 -0
  13. tencentcloud/ccc/v20200210/errorcodes.py +6 -0
  14. tencentcloud/ccc/v20200210/models.py +249 -136
  15. tencentcloud/cdb/v20170320/cdb_client.py +1 -1
  16. tencentcloud/cdb/v20170320/models.py +25 -1
  17. tencentcloud/cdn/v20180606/models.py +1 -1
  18. tencentcloud/cdwdoris/v20211228/models.py +29 -2
  19. tencentcloud/cfw/v20190904/cfw_client.py +6 -30
  20. tencentcloud/cfw/v20190904/models.py +267 -479
  21. tencentcloud/ciam/v20220331/models.py +13 -0
  22. tencentcloud/ckafka/v20190819/models.py +5 -5
  23. tencentcloud/clb/v20180317/models.py +1 -1
  24. tencentcloud/cloudaudit/v20190319/cloudaudit_client.py +30 -34
  25. tencentcloud/cloudaudit/v20190319/errorcodes.py +0 -39
  26. tencentcloud/cloudaudit/v20190319/models.py +328 -254
  27. tencentcloud/cls/v20201016/cls_client.py +8 -1
  28. tencentcloud/cls/v20201016/models.py +551 -109
  29. tencentcloud/csip/v20221121/models.py +225 -12
  30. tencentcloud/cvm/v20170312/errorcodes.py +6 -0
  31. tencentcloud/cvm/v20170312/models.py +78 -0
  32. tencentcloud/cwp/v20180228/cwp_client.py +3 -1
  33. tencentcloud/cwp/v20180228/models.py +206 -52
  34. tencentcloud/cynosdb/v20190107/cynosdb_client.py +27 -27
  35. tencentcloud/cynosdb/v20190107/models.py +78 -0
  36. tencentcloud/dasb/v20191018/models.py +155 -0
  37. tencentcloud/dlc/v20210125/models.py +13 -0
  38. tencentcloud/domain/v20180808/errorcodes.py +45 -0
  39. tencentcloud/eb/v20210416/models.py +19 -19
  40. tencentcloud/emr/v20190103/models.py +12 -0
  41. tencentcloud/es/v20180416/errorcodes.py +4 -1
  42. tencentcloud/es/v20180416/es_client.py +92 -0
  43. tencentcloud/es/v20180416/models.py +770 -12
  44. tencentcloud/ess/v20201111/ess_client.py +71 -4
  45. tencentcloud/ess/v20201111/models.py +260 -10
  46. tencentcloud/essbasic/v20210526/essbasic_client.py +135 -51
  47. tencentcloud/essbasic/v20210526/models.py +390 -21
  48. tencentcloud/gaap/v20180529/models.py +40 -3
  49. tencentcloud/hunyuan/v20230901/models.py +12 -0
  50. tencentcloud/ioa/v20220601/errorcodes.py +15 -0
  51. tencentcloud/ioa/v20220601/ioa_client.py +26 -2
  52. tencentcloud/ioa/v20220601/models.py +516 -46
  53. tencentcloud/iotexplorer/v20190423/models.py +52 -0
  54. tencentcloud/iotvideo/v20191126/iotvideo_client.py +46 -0
  55. tencentcloud/iotvideo/v20191126/models.py +379 -0
  56. tencentcloud/iss/v20230517/models.py +25 -0
  57. tencentcloud/lighthouse/v20200324/errorcodes.py +1 -1
  58. tencentcloud/live/v20180801/models.py +51 -0
  59. tencentcloud/mongodb/v20190725/models.py +3 -7
  60. tencentcloud/mqtt/v20240516/models.py +4 -4
  61. tencentcloud/ocr/v20181119/models.py +7 -16
  62. tencentcloud/ocr/v20181119/ocr_client.py +1 -0
  63. tencentcloud/organization/v20210331/errorcodes.py +31 -1
  64. tencentcloud/organization/v20210331/models.py +674 -0
  65. tencentcloud/organization/v20210331/organization_client.py +138 -0
  66. tencentcloud/partners/v20180321/models.py +71 -0
  67. tencentcloud/partners/v20180321/partners_client.py +23 -0
  68. tencentcloud/privatedns/v20201028/errorcodes.py +12 -0
  69. tencentcloud/privatedns/v20201028/models.py +858 -4
  70. tencentcloud/privatedns/v20201028/privatedns_client.py +92 -0
  71. tencentcloud/region/v20220627/models.py +0 -1
  72. tencentcloud/scf/v20180416/models.py +889 -8
  73. tencentcloud/scf/v20180416/scf_client.py +115 -0
  74. tencentcloud/smop/v20201203/models.py +17 -17
  75. tencentcloud/ssl/v20191205/models.py +44 -3
  76. tencentcloud/ssm/v20190923/models.py +84 -0
  77. tencentcloud/tat/v20201028/models.py +1 -29
  78. tencentcloud/tcss/v20201101/models.py +815 -33
  79. tencentcloud/tcss/v20201101/tcss_client.py +1 -1
  80. tencentcloud/tdmq/v20200217/models.py +7 -7
  81. tencentcloud/tem/v20210701/models.py +202 -198
  82. tencentcloud/teo/v20220901/errorcodes.py +51 -0
  83. tencentcloud/teo/v20220901/models.py +1470 -97
  84. tencentcloud/teo/v20220901/teo_client.py +115 -0
  85. tencentcloud/tke/v20180525/models.py +70 -0
  86. tencentcloud/tke/v20180525/tke_client.py +23 -0
  87. tencentcloud/tms/v20201229/models.py +0 -558
  88. tencentcloud/tms/v20201229/tms_client.py +0 -23
  89. tencentcloud/trp/v20210515/models.py +6 -6
  90. tencentcloud/trtc/v20190722/models.py +353 -4
  91. tencentcloud/tse/v20201207/models.py +94 -0
  92. tencentcloud/tse/v20201207/tse_client.py +23 -0
  93. tencentcloud/vclm/v20240523/models.py +166 -0
  94. tencentcloud/vpc/v20170312/models.py +137 -6
  95. tencentcloud/vpc/v20170312/vpc_client.py +23 -0
  96. tencentcloud/waf/v20180125/models.py +99 -0
  97. tencentcloud/waf/v20180125/waf_client.py +23 -0
  98. tencentcloud/wedata/v20210820/models.py +991 -0
  99. tencentcloud/wedata/v20210820/wedata_client.py +46 -0
  100. {tencentcloud_sdk_python-3.0.1256.dist-info → tencentcloud_sdk_python-3.0.1258.dist-info}/METADATA +1 -1
  101. {tencentcloud_sdk_python-3.0.1256.dist-info → tencentcloud_sdk_python-3.0.1258.dist-info}/RECORD +104 -109
  102. tencentcloud/cr/__init__.py +0 -0
  103. tencentcloud/cr/v20180321/__init__.py +0 -0
  104. tencentcloud/cr/v20180321/cr_client.py +0 -672
  105. tencentcloud/cr/v20180321/errorcodes.py +0 -114
  106. tencentcloud/cr/v20180321/models.py +0 -4966
  107. {tencentcloud_sdk_python-3.0.1256.dist-info → tencentcloud_sdk_python-3.0.1258.dist-info}/LICENSE +0 -0
  108. {tencentcloud_sdk_python-3.0.1256.dist-info → tencentcloud_sdk_python-3.0.1258.dist-info}/WHEEL +0 -0
  109. {tencentcloud_sdk_python-3.0.1256.dist-info → tencentcloud_sdk_python-3.0.1258.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: 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: TCCC 实例应用 ID
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: TCCC 实例应用 ID
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: 实例Id
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: 实例Id
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: TCCC 实例应用 ID
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: TCCC 实例应用 ID
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: TCCC 实例应用 ID
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: TCCC 实例应用 ID
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
@@ -8874,11 +9038,14 @@ class OwnNumberApplyDetailItem(AbstractModel):
8874
9038
  :type MaxCallCount: int
8875
9039
  :param _MaxCallPSec: 每秒最大并发数
8876
9040
  :type MaxCallPSec: int
9041
+ :param _OutboundCalleeFormat: 呼出被叫格式,使用 {+E.164} 或 {E.164},
9042
+ :type OutboundCalleeFormat: str
8877
9043
  """
8878
9044
  self._CallType = None
8879
9045
  self._PhoneNumber = None
8880
9046
  self._MaxCallCount = None
8881
9047
  self._MaxCallPSec = None
9048
+ self._OutboundCalleeFormat = None
8882
9049
 
8883
9050
  @property
8884
9051
  def CallType(self):
@@ -8912,12 +9079,21 @@ class OwnNumberApplyDetailItem(AbstractModel):
8912
9079
  def MaxCallPSec(self, MaxCallPSec):
8913
9080
  self._MaxCallPSec = MaxCallPSec
8914
9081
 
9082
+ @property
9083
+ def OutboundCalleeFormat(self):
9084
+ return self._OutboundCalleeFormat
9085
+
9086
+ @OutboundCalleeFormat.setter
9087
+ def OutboundCalleeFormat(self, OutboundCalleeFormat):
9088
+ self._OutboundCalleeFormat = OutboundCalleeFormat
9089
+
8915
9090
 
8916
9091
  def _deserialize(self, params):
8917
9092
  self._CallType = params.get("CallType")
8918
9093
  self._PhoneNumber = params.get("PhoneNumber")
8919
9094
  self._MaxCallCount = params.get("MaxCallCount")
8920
9095
  self._MaxCallPSec = params.get("MaxCallPSec")
9096
+ self._OutboundCalleeFormat = params.get("OutboundCalleeFormat")
8921
9097
  memeber_set = set(params.keys())
8922
9098
  for name, value in vars(self).items():
8923
9099
  property_name = name[1:]
@@ -9573,7 +9749,7 @@ class ResetExtensionPasswordRequest(AbstractModel):
9573
9749
 
9574
9750
  def __init__(self):
9575
9751
  r"""
9576
- :param _SdkAppId: TCCC 实例应用 ID
9752
+ :param _SdkAppId: 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
9577
9753
  :type SdkAppId: int
9578
9754
  :param _ExtensionId: 分机号
9579
9755
  :type ExtensionId: str
@@ -9736,7 +9912,6 @@ class SdkAppIdBuyInfo(AbstractModel):
9736
9912
  :param _PhoneNumBuyList: 号码购买列表
9737
9913
  :type PhoneNumBuyList: list of PhoneNumBuyInfo
9738
9914
  :param _SipBuyNum: 办公电话购买数(还在有效期内)
9739
- 注意:此字段可能返回 null,表示取不到有效值。
9740
9915
  :type SipBuyNum: int
9741
9916
  """
9742
9917
  self._SdkAppId = None
@@ -9834,7 +10009,6 @@ class SeatUserInfo(AbstractModel):
9834
10009
  :param _Mail: 座席邮箱
9835
10010
  :type Mail: str
9836
10011
  :param _StaffNumber: 工号
9837
- 注意:此字段可能返回 null,表示取不到有效值。
9838
10012
  :type StaffNumber: str
9839
10013
  :param _Phone: 座席电话号码(带0086前缀)
9840
10014
  :type Phone: str
@@ -9843,13 +10017,11 @@ class SeatUserInfo(AbstractModel):
9843
10017
  :param _UserId: 用户ID
9844
10018
  :type UserId: str
9845
10019
  :param _SkillGroupNameList: 座席关联的技能组列表
9846
- 注意:此字段可能返回 null,表示取不到有效值。
9847
10020
  :type SkillGroupNameList: list of str
9848
10021
  :param _Role: 1:管理员
9849
10022
  2:质检员
9850
10023
  3:普通座席
9851
10024
  else:自定义角色ID
9852
- 注意:此字段可能返回 null,表示取不到有效值。
9853
10025
  :type Role: int
9854
10026
  """
9855
10027
  self._Name = None
@@ -9953,58 +10125,40 @@ class ServeParticipant(AbstractModel):
9953
10125
  def __init__(self):
9954
10126
  r"""
9955
10127
  :param _Mail: 座席邮箱
9956
- 注意:此字段可能返回 null,表示取不到有效值。
9957
10128
  :type Mail: str
9958
10129
  :param _Phone: 座席电话
9959
- 注意:此字段可能返回 null,表示取不到有效值。
9960
10130
  :type Phone: str
9961
10131
  :param _RingTimestamp: 振铃时间戳,Unix 秒级时间戳
9962
- 注意:此字段可能返回 null,表示取不到有效值。
9963
10132
  :type RingTimestamp: int
9964
10133
  :param _AcceptTimestamp: 接听时间戳,Unix 秒级时间戳
9965
- 注意:此字段可能返回 null,表示取不到有效值。
9966
10134
  :type AcceptTimestamp: int
9967
10135
  :param _EndedTimestamp: 结束时间戳,Unix 秒级时间戳
9968
- 注意:此字段可能返回 null,表示取不到有效值。
9969
10136
  :type EndedTimestamp: int
9970
10137
  :param _RecordId: 录音 ID,能够索引到座席侧的录音
9971
- 注意:此字段可能返回 null,表示取不到有效值。
9972
10138
  :type RecordId: str
9973
10139
  :param _Type: 参与者类型,"staffSeat", "outboundSeat", "staffPhoneSeat"
9974
- 注意:此字段可能返回 null,表示取不到有效值。
9975
10140
  :type Type: str
9976
10141
  :param _TransferFrom: 转接来源座席信息
9977
- 注意:此字段可能返回 null,表示取不到有效值。
9978
10142
  :type TransferFrom: str
9979
10143
  :param _TransferFromType: 转接来源参与者类型,取值与 Type 一致
9980
- 注意:此字段可能返回 null,表示取不到有效值。
9981
10144
  :type TransferFromType: str
9982
10145
  :param _TransferTo: 转接去向座席信息
9983
- 注意:此字段可能返回 null,表示取不到有效值。
9984
10146
  :type TransferTo: str
9985
10147
  :param _TransferToType: 转接去向参与者类型,取值与 Type 一致
9986
- 注意:此字段可能返回 null,表示取不到有效值。
9987
10148
  :type TransferToType: str
9988
10149
  :param _SkillGroupId: 技能组 ID
9989
- 注意:此字段可能返回 null,表示取不到有效值。
9990
10150
  :type SkillGroupId: int
9991
10151
  :param _EndStatusString: 结束状态
9992
- 注意:此字段可能返回 null,表示取不到有效值。
9993
10152
  :type EndStatusString: str
9994
10153
  :param _RecordURL: 录音 URL
9995
- 注意:此字段可能返回 null,表示取不到有效值。
9996
10154
  :type RecordURL: str
9997
10155
  :param _Sequence: 参与者序号,从 0 开始
9998
- 注意:此字段可能返回 null,表示取不到有效值。
9999
10156
  :type Sequence: int
10000
10157
  :param _StartTimestamp: 开始时间戳,Unix 秒级时间戳
10001
- 注意:此字段可能返回 null,表示取不到有效值。
10002
10158
  :type StartTimestamp: int
10003
10159
  :param _SkillGroupName: 技能组名称
10004
- 注意:此字段可能返回 null,表示取不到有效值。
10005
10160
  :type SkillGroupName: str
10006
10161
  :param _CustomRecordURL: 录音转存第三方COS地址
10007
- 注意:此字段可能返回 null,表示取不到有效值。
10008
10162
  :type CustomRecordURL: str
10009
10163
  """
10010
10164
  self._Mail = None
@@ -10214,22 +10368,16 @@ class SkillGroupInfoItem(AbstractModel):
10214
10368
  :param _Type: (废弃)类型:IM、TEL、ALL(全媒体)
10215
10369
  :type Type: str
10216
10370
  :param _RoutePolicy: 会话分配策略
10217
- 注意:此字段可能返回 null,表示取不到有效值。
10218
10371
  :type RoutePolicy: str
10219
10372
  :param _UsingLastSeat: 会话分配是否优先上次服务座席
10220
- 注意:此字段可能返回 null,表示取不到有效值。
10221
10373
  :type UsingLastSeat: int
10222
10374
  :param _MaxConcurrency: 单客服最大并发数(电话类型默认1)
10223
- 注意:此字段可能返回 null,表示取不到有效值。
10224
10375
  :type MaxConcurrency: int
10225
10376
  :param _LastModifyTimestamp: 最后修改时间
10226
- 注意:此字段可能返回 null,表示取不到有效值。
10227
10377
  :type LastModifyTimestamp: int
10228
10378
  :param _SkillGroupType: 技能组类型0-电话,1-在线,3-音频,4-视频
10229
- 注意:此字段可能返回 null,表示取不到有效值。
10230
10379
  :type SkillGroupType: int
10231
10380
  :param _Alias: 技能组内线号码
10232
- 注意:此字段可能返回 null,表示取不到有效值。
10233
10381
  :type Alias: str
10234
10382
  """
10235
10383
  self._SkillGroupId = None
@@ -10418,7 +10566,6 @@ class StaffBuyInfo(AbstractModel):
10418
10566
  :param _EndTime: 截止时间戳
10419
10567
  :type EndTime: int
10420
10568
  :param _SipNum: 购买办公电话数量
10421
- 注意:此字段可能返回 null,表示取不到有效值。
10422
10569
  :type SipNum: int
10423
10570
  """
10424
10571
  self._Num = None
@@ -10482,26 +10629,20 @@ class StaffInfo(AbstractModel):
10482
10629
  def __init__(self):
10483
10630
  r"""
10484
10631
  :param _Name: 座席名称
10485
- 注意:此字段可能返回 null,表示取不到有效值。
10486
10632
  :type Name: str
10487
10633
  :param _Mail: 座席邮箱
10488
10634
  :type Mail: str
10489
10635
  :param _Phone: 座席电话号码
10490
- 注意:此字段可能返回 null,表示取不到有效值。
10491
10636
  :type Phone: str
10492
10637
  :param _Nick: 座席昵称
10493
- 注意:此字段可能返回 null,表示取不到有效值。
10494
10638
  :type Nick: str
10495
10639
  :param _StaffNumber: 座席工号
10496
- 注意:此字段可能返回 null,表示取不到有效值。
10497
10640
  :type StaffNumber: str
10498
10641
  :param _RoleId: 用户角色id
10499
10642
  :type RoleId: int
10500
10643
  :param _SkillGroupList: 所属技能组列表
10501
- 注意:此字段可能返回 null,表示取不到有效值。
10502
10644
  :type SkillGroupList: list of SkillGroupItem
10503
10645
  :param _LastModifyTimestamp: 最后修改时间
10504
- 注意:此字段可能返回 null,表示取不到有效值。
10505
10646
  :type LastModifyTimestamp: int
10506
10647
  """
10507
10648
  self._Name = None
@@ -10916,7 +11057,7 @@ class StopAutoCalloutTaskRequest(AbstractModel):
10916
11057
 
10917
11058
  def __init__(self):
10918
11059
  r"""
10919
- :param _SdkAppId: 呼叫中心实例Id
11060
+ :param _SdkAppId: 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
10920
11061
  :type SdkAppId: int
10921
11062
  :param _TaskId: 任务Id
10922
11063
  :type TaskId: int
@@ -10999,7 +11140,6 @@ class TelCdrInfo(AbstractModel):
10999
11140
  :param _RecordURL: 录音信息
11000
11141
  :type RecordURL: str
11001
11142
  :param _RecordId: 录音 ID
11002
- 注意:此字段可能返回 null,表示取不到有效值。
11003
11143
  :type RecordId: str
11004
11144
  :param _SeatUser: 座席信息
11005
11145
  :type SeatUser: :class:`tencentcloud.ccc.v20200210.models.SeatUserInfo`
@@ -11063,28 +11203,20 @@ class TelCdrInfo(AbstractModel):
11063
11203
  :param _CallerLocation: 主叫归属地
11064
11204
  :type CallerLocation: str
11065
11205
  :param _IVRDuration: IVR 阶段耗时
11066
- 注意:此字段可能返回 null,表示取不到有效值。
11067
11206
  :type IVRDuration: int
11068
11207
  :param _RingTimestamp: 振铃时间戳,UNIX 秒级时间戳
11069
- 注意:此字段可能返回 null,表示取不到有效值。
11070
11208
  :type RingTimestamp: int
11071
11209
  :param _AcceptTimestamp: 接听时间戳,UNIX 秒级时间戳
11072
- 注意:此字段可能返回 null,表示取不到有效值。
11073
11210
  :type AcceptTimestamp: int
11074
11211
  :param _EndedTimestamp: 结束时间戳,UNIX 秒级时间戳
11075
- 注意:此字段可能返回 null,表示取不到有效值。
11076
11212
  :type EndedTimestamp: int
11077
11213
  :param _IVRKeyPressed: IVR 按键信息 ,e.g. ["1","2","3"]
11078
- 注意:此字段可能返回 null,表示取不到有效值。
11079
11214
  :type IVRKeyPressed: list of str
11080
11215
  :param _HungUpSide: 挂机方 seat 座席 user 用户 system 系统
11081
- 注意:此字段可能返回 null,表示取不到有效值。
11082
11216
  :type HungUpSide: str
11083
11217
  :param _ServeParticipants: 服务参与者列表
11084
- 注意:此字段可能返回 null,表示取不到有效值。
11085
11218
  :type ServeParticipants: list of ServeParticipant
11086
11219
  :param _SkillGroupId: 技能组ID
11087
- 注意:此字段可能返回 null,表示取不到有效值。
11088
11220
  :type SkillGroupId: int
11089
11221
  :param _EndStatusString: EndStatus与EndStatusString一一对应,具体枚举如下:
11090
11222
 
@@ -11140,40 +11272,29 @@ class TelCdrInfo(AbstractModel):
11140
11272
 
11141
11273
  电话呼入&呼出 211 clientError 客户端错误
11142
11274
 
11143
- 注意:此字段可能返回 null,表示取不到有效值。
11144
11275
  :type EndStatusString: str
11145
11276
  :param _StartTimestamp: 会话开始时间戳,UNIX 秒级时间戳
11146
- 注意:此字段可能返回 null,表示取不到有效值。
11147
11277
  :type StartTimestamp: int
11148
11278
  :param _QueuedTimestamp: 进入排队时间,Unix 秒级时间戳
11149
- 注意:此字段可能返回 null,表示取不到有效值。
11150
11279
  :type QueuedTimestamp: int
11151
11280
  :param _PostIVRKeyPressed: 后置IVR按键信息(e.g. [{"Key":"1","Label":"非常满意"}])
11152
- 注意:此字段可能返回 null,表示取不到有效值。
11153
11281
  :type PostIVRKeyPressed: list of IVRKeyPressedElement
11154
11282
  :param _QueuedSkillGroupId: 排队技能组Id
11155
- 注意:此字段可能返回 null,表示取不到有效值。
11156
11283
  :type QueuedSkillGroupId: int
11157
11284
  :param _SessionId: 会话 ID
11158
- 注意:此字段可能返回 null,表示取不到有效值。
11159
11285
  :type SessionId: str
11160
11286
  :param _ProtectedCaller: 主叫号码保护ID,开启号码保护映射功能时有效,且Caller字段置空
11161
- 注意:此字段可能返回 null,表示取不到有效值。
11162
11287
  :type ProtectedCaller: str
11163
11288
  :param _ProtectedCallee: 被叫号码保护ID,开启号码保护映射功能时有效,且Callee字段置空
11164
- 注意:此字段可能返回 null,表示取不到有效值。
11165
11289
  :type ProtectedCallee: str
11166
11290
  :param _Uui: 客户自定义数据(User-to-User Interface)
11167
11291
  注意:此字段可能返回 null,表示取不到有效值。
11168
11292
  :type Uui: str
11169
11293
  :param _UUI: 客户自定义数据(User-to-User Interface)
11170
- 注意:此字段可能返回 null,表示取不到有效值。
11171
11294
  :type UUI: str
11172
11295
  :param _IVRKeyPressedEx: IVR按键信息(e.g. [{"Key":"1","Label":"非常满意"}])
11173
- 注意:此字段可能返回 null,表示取不到有效值。
11174
11296
  :type IVRKeyPressedEx: list of IVRKeyPressedElement
11175
11297
  :param _AsrUrl: 获取录音ASR文本信息地址
11176
- 注意:此字段可能返回 null,表示取不到有效值。
11177
11298
  :type AsrUrl: str
11178
11299
  :param _AsrStatus: AsrUrl的状态:Complete
11179
11300
  已完成;
@@ -11181,22 +11302,16 @@ Processing
11181
11302
  正在生成中;
11182
11303
  NotExists
11183
11304
  无记录(未开启生成离线asr或者无套餐包)
11184
- 注意:此字段可能返回 null,表示取不到有效值。
11185
11305
  :type AsrStatus: str
11186
11306
  :param _CustomRecordURL: 录音转存第三方COS地址
11187
- 注意:此字段可能返回 null,表示取不到有效值。
11188
11307
  :type CustomRecordURL: str
11189
11308
  :param _Remark: 备注
11190
- 注意:此字段可能返回 null,表示取不到有效值。
11191
11309
  :type Remark: str
11192
11310
  :param _QueuedSkillGroupName: 排队技能组名称
11193
- 注意:此字段可能返回 null,表示取不到有效值。
11194
11311
  :type QueuedSkillGroupName: str
11195
11312
  :param _VoicemailRecordURL: 通话中语音留言录音URL
11196
- 注意:此字段可能返回 null,表示取不到有效值。
11197
11313
  :type VoicemailRecordURL: list of str
11198
11314
  :param _VoicemailAsrURL: 通话中语音留言ASR文本信息地址
11199
- 注意:此字段可能返回 null,表示取不到有效值。
11200
11315
  :type VoicemailAsrURL: list of str
11201
11316
  """
11202
11317
  self._Caller = None
@@ -11774,7 +11889,7 @@ class UpdateCCCSkillGroupRequest(AbstractModel):
11774
11889
 
11775
11890
  def __init__(self):
11776
11891
  r"""
11777
- :param _SdkAppId: 应用 ID(必填)
11892
+ :param _SdkAppId: 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
11778
11893
  :type SdkAppId: int
11779
11894
  :param _SkillGroupID: 技能组ID
11780
11895
  :type SkillGroupID: int
@@ -12237,10 +12352,8 @@ class UploadIvrAudioResponse(AbstractModel):
12237
12352
  def __init__(self):
12238
12353
  r"""
12239
12354
  :param _FailedFileList: 上传失败的文件列表
12240
- 注意:此字段可能返回 null,表示取不到有效值。
12241
12355
  :type FailedFileList: list of UploadIvrAudioFailedInfo
12242
12356
  :param _SuccessFileList: 上传成功文件列表
12243
- 注意:此字段可能返回 null,表示取不到有效值。
12244
12357
  :type SuccessFileList: list of AudioFileInfo
12245
12358
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
12246
12359
  :type RequestId: str