tencentcloud-sdk-python-ccc 3.1.22__tar.gz → 3.1.31__tar.gz

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 (17) hide show
  1. {tencentcloud_sdk_python_ccc-3.1.22 → tencentcloud_sdk_python_ccc-3.1.31}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_ccc-3.1.22 → tencentcloud_sdk_python_ccc-3.1.31}/setup.py +1 -1
  3. {tencentcloud_sdk_python_ccc-3.1.22 → tencentcloud_sdk_python_ccc-3.1.31}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_ccc-3.1.22 → tencentcloud_sdk_python_ccc-3.1.31}/tencentcloud/ccc/v20200210/ccc_client.py +4 -3
  5. {tencentcloud_sdk_python_ccc-3.1.22 → tencentcloud_sdk_python_ccc-3.1.31}/tencentcloud/ccc/v20200210/ccc_client_async.py +4 -3
  6. {tencentcloud_sdk_python_ccc-3.1.22 → tencentcloud_sdk_python_ccc-3.1.31}/tencentcloud/ccc/v20200210/errorcodes.py +3 -0
  7. {tencentcloud_sdk_python_ccc-3.1.22 → tencentcloud_sdk_python_ccc-3.1.31}/tencentcloud/ccc/v20200210/models.py +100 -2
  8. {tencentcloud_sdk_python_ccc-3.1.22 → tencentcloud_sdk_python_ccc-3.1.31}/tencentcloud_sdk_python_ccc.egg-info/PKG-INFO +2 -2
  9. tencentcloud_sdk_python_ccc-3.1.31/tencentcloud_sdk_python_ccc.egg-info/requires.txt +1 -0
  10. tencentcloud_sdk_python_ccc-3.1.22/tencentcloud_sdk_python_ccc.egg-info/requires.txt +0 -1
  11. {tencentcloud_sdk_python_ccc-3.1.22 → tencentcloud_sdk_python_ccc-3.1.31}/README.rst +0 -0
  12. {tencentcloud_sdk_python_ccc-3.1.22 → tencentcloud_sdk_python_ccc-3.1.31}/setup.cfg +0 -0
  13. {tencentcloud_sdk_python_ccc-3.1.22 → tencentcloud_sdk_python_ccc-3.1.31}/tencentcloud/ccc/__init__.py +0 -0
  14. {tencentcloud_sdk_python_ccc-3.1.22 → tencentcloud_sdk_python_ccc-3.1.31}/tencentcloud/ccc/v20200210/__init__.py +0 -0
  15. {tencentcloud_sdk_python_ccc-3.1.22 → tencentcloud_sdk_python_ccc-3.1.31}/tencentcloud_sdk_python_ccc.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_ccc-3.1.22 → tencentcloud_sdk_python_ccc-3.1.31}/tencentcloud_sdk_python_ccc.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_ccc-3.1.22 → tencentcloud_sdk_python_ccc-3.1.31}/tencentcloud_sdk_python_ccc.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-ccc
3
- Version: 3.1.22
3
+ Version: 3.1.31
4
4
  Summary: Tencent Cloud Ccc SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
15
15
  Classifier: Programming Language :: Python :: 3
16
16
  Classifier: Programming Language :: Python :: 3.6
17
17
  Classifier: Programming Language :: Python :: 3.7
18
- Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.22
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.31
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
8
8
 
9
9
  setup(
10
10
  name='tencentcloud-sdk-python-ccc',
11
- install_requires=["tencentcloud-sdk-python-common>=3.1.22,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.31,<4.0.0"],
12
12
 
13
13
  version=tencentcloud.__version__,
14
14
  description='Tencent Cloud Ccc SDK for Python',
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.22'
17
+ __version__ = '3.1.31'
@@ -190,9 +190,9 @@ class CccClient(AbstractClient):
190
190
 
191
191
 
192
192
  def CreateAICall(self, request):
193
- r"""用于调用AI模型发起外呼通话,仅限自有电话号码使用,目前开通高级版座席**限时**免费体验。
193
+ r"""用于 **直接调用AI模型** 发起 **单次** 外呼通话,支持通过API参数直接配置模型、提示词、语音等全部通话要素。
194
194
 
195
- 发起通话前,请先确认您的AI模型是否兼容 OpenAI、Azure 或 Minimax 协议,并前往模型服务商网站获取相关鉴权信息。 具体功能说明请参考文档 [腾讯云联络中心AI通话平台](https://cloud.tencent.com/document/product/679/112100)。
195
+ 该功能需购买语音智能体通话套餐,并且仅限自有电话号码使用。详情请参考 [语音智能体通话购买指引](https://cloud.tencent.com/document/product/679/125953)。
196
196
 
197
197
  :param request: Request instance for CreateAICall.
198
198
  :type request: :class:`tencentcloud.ccc.v20200210.models.CreateAICallRequest`
@@ -777,7 +777,8 @@ class CccClient(AbstractClient):
777
777
 
778
778
 
779
779
  def DescribeAutoCalloutTask(self, request):
780
- r"""查询自动外呼任务详情
780
+ r"""用于通过 TaskId 查询**自动外呼任务的详细信息**,包括任务基础配置、起止时间、外呼名单、执行状态以及实际通话情况等。
781
+ 该接口通常与 [创建批量自动外呼任务](https://cloud.tencent.com/document/product/679/69194) 配合使用,用于在任务创建后查看任务配置是否生效、任务当前状态,以及后续执行过程中的实时进展。
781
782
 
782
783
  :param request: Request instance for DescribeAutoCalloutTask.
783
784
  :type request: :class:`tencentcloud.ccc.v20200210.models.DescribeAutoCalloutTaskRequest`
@@ -159,9 +159,9 @@ class CccClient(AbstractClient):
159
159
  opts: Dict = None,
160
160
  ) -> models.CreateAICallResponse:
161
161
  """
162
- 用于调用AI模型发起外呼通话,仅限自有电话号码使用,目前开通高级版座席**限时**免费体验。
162
+ 用于 **直接调用AI模型** 发起 **单次** 外呼通话,支持通过API参数直接配置模型、提示词、语音等全部通话要素。
163
163
 
164
- 发起通话前,请先确认您的AI模型是否兼容 OpenAI、Azure 或 Minimax 协议,并前往模型服务商网站获取相关鉴权信息。 具体功能说明请参考文档 [腾讯云联络中心AI通话平台](https://cloud.tencent.com/document/product/679/112100)。
164
+ 该功能需购买语音智能体通话套餐,并且仅限自有电话号码使用。详情请参考 [语音智能体通话购买指引](https://cloud.tencent.com/document/product/679/125953)。
165
165
  """
166
166
 
167
167
  kwargs = {}
@@ -621,7 +621,8 @@ class CccClient(AbstractClient):
621
621
  opts: Dict = None,
622
622
  ) -> models.DescribeAutoCalloutTaskResponse:
623
623
  """
624
- 查询自动外呼任务详情
624
+ 用于通过 TaskId 查询**自动外呼任务的详细信息**,包括任务基础配置、起止时间、外呼名单、执行状态以及实际通话情况等。
625
+ 该接口通常与 [创建批量自动外呼任务](https://cloud.tencent.com/document/product/679/69194) 配合使用,用于在任务创建后查看任务配置是否生效、任务当前状态,以及后续执行过程中的实时进展。
625
626
  """
626
627
 
627
628
  kwargs = {}
@@ -179,6 +179,9 @@ LIMITEXCEEDED = 'LimitExceeded'
179
179
  # 套餐包耗尽
180
180
  LIMITEXCEEDED_BASEPACKAGEEXPIRED = 'LimitExceeded.BasePackageExpired'
181
181
 
182
+ # 许可不足
183
+ LIMITEXCEEDED_INSUFFICIENTLICENSE = 'LimitExceeded.InsufficientLicense'
184
+
182
185
  # 超出数量限制。
183
186
  LIMITEXCEEDED_OUTOFCOUNTLIMIT = 'LimitExceeded.OutOfCountLimit'
184
187
 
@@ -1247,6 +1247,8 @@ class AutoCalloutTaskInfo(AbstractModel):
1247
1247
  :type State: int
1248
1248
  :param _TaskId: 任务Id
1249
1249
  :type TaskId: int
1250
+ :param _MaxRingTimeoutSecond: 最大振铃时长,达到时长阈值自动挂断。 仅自携号码支持当前参数
1251
+ :type MaxRingTimeoutSecond: int
1250
1252
  """
1251
1253
  self._Name = None
1252
1254
  self._CalleeCount = None
@@ -1256,6 +1258,7 @@ class AutoCalloutTaskInfo(AbstractModel):
1256
1258
  self._IvrId = None
1257
1259
  self._State = None
1258
1260
  self._TaskId = None
1261
+ self._MaxRingTimeoutSecond = None
1259
1262
 
1260
1263
  @property
1261
1264
  def Name(self):
@@ -1351,6 +1354,17 @@ class AutoCalloutTaskInfo(AbstractModel):
1351
1354
  def TaskId(self, TaskId):
1352
1355
  self._TaskId = TaskId
1353
1356
 
1357
+ @property
1358
+ def MaxRingTimeoutSecond(self):
1359
+ r"""最大振铃时长,达到时长阈值自动挂断。 仅自携号码支持当前参数
1360
+ :rtype: int
1361
+ """
1362
+ return self._MaxRingTimeoutSecond
1363
+
1364
+ @MaxRingTimeoutSecond.setter
1365
+ def MaxRingTimeoutSecond(self, MaxRingTimeoutSecond):
1366
+ self._MaxRingTimeoutSecond = MaxRingTimeoutSecond
1367
+
1354
1368
 
1355
1369
  def _deserialize(self, params):
1356
1370
  self._Name = params.get("Name")
@@ -1361,6 +1375,7 @@ class AutoCalloutTaskInfo(AbstractModel):
1361
1375
  self._IvrId = params.get("IvrId")
1362
1376
  self._State = params.get("State")
1363
1377
  self._TaskId = params.get("TaskId")
1378
+ self._MaxRingTimeoutSecond = params.get("MaxRingTimeoutSecond")
1364
1379
  memeber_set = set(params.keys())
1365
1380
  for name, value in vars(self).items():
1366
1381
  property_name = name[1:]
@@ -2963,6 +2978,8 @@ class CreateAIAgentCallRequest(AbstractModel):
2963
2978
  2. dify-inputs-user 为dify的user值
2964
2979
  3. dify-inputs-conversation_id 为dify的conversation_id值
2965
2980
  :type Variables: list of Variable
2981
+ :param _MaxRingTimeoutSecond: 最大振铃时长,达到时长阈值自动挂断。 仅自携号码支持当前参数
2982
+ :type MaxRingTimeoutSecond: int
2966
2983
  """
2967
2984
  self._SdkAppId = None
2968
2985
  self._AIAgentId = None
@@ -2970,6 +2987,7 @@ class CreateAIAgentCallRequest(AbstractModel):
2970
2987
  self._Callers = None
2971
2988
  self._PromptVariables = None
2972
2989
  self._Variables = None
2990
+ self._MaxRingTimeoutSecond = None
2973
2991
 
2974
2992
  @property
2975
2993
  def SdkAppId(self):
@@ -3045,6 +3063,17 @@ class CreateAIAgentCallRequest(AbstractModel):
3045
3063
  def Variables(self, Variables):
3046
3064
  self._Variables = Variables
3047
3065
 
3066
+ @property
3067
+ def MaxRingTimeoutSecond(self):
3068
+ r"""最大振铃时长,达到时长阈值自动挂断。 仅自携号码支持当前参数
3069
+ :rtype: int
3070
+ """
3071
+ return self._MaxRingTimeoutSecond
3072
+
3073
+ @MaxRingTimeoutSecond.setter
3074
+ def MaxRingTimeoutSecond(self, MaxRingTimeoutSecond):
3075
+ self._MaxRingTimeoutSecond = MaxRingTimeoutSecond
3076
+
3048
3077
 
3049
3078
  def _deserialize(self, params):
3050
3079
  self._SdkAppId = params.get("SdkAppId")
@@ -3063,6 +3092,7 @@ class CreateAIAgentCallRequest(AbstractModel):
3063
3092
  obj = Variable()
3064
3093
  obj._deserialize(item)
3065
3094
  self._Variables.append(obj)
3095
+ self._MaxRingTimeoutSecond = params.get("MaxRingTimeoutSecond")
3066
3096
  memeber_set = set(params.keys())
3067
3097
  for name, value in vars(self).items():
3068
3098
  property_name = name[1:]
@@ -3365,6 +3395,8 @@ HoaiMy
3365
3395
  :type VoicemailAction: int
3366
3396
  :param _LLMExtraBody: 大模型拓展参数, 格式为json字符串
3367
3397
  :type LLMExtraBody: str
3398
+ :param _MaxCallDurationMs: 最大通话时长, 默认不限制。单位毫秒(ms)
3399
+ :type MaxCallDurationMs: int
3368
3400
  """
3369
3401
  self._SdkAppId = None
3370
3402
  self._Callee = None
@@ -3402,6 +3434,7 @@ HoaiMy
3402
3434
  self._EnableVoicemailDetection = None
3403
3435
  self._VoicemailAction = None
3404
3436
  self._LLMExtraBody = None
3437
+ self._MaxCallDurationMs = None
3405
3438
 
3406
3439
  @property
3407
3440
  def SdkAppId(self):
@@ -3973,6 +4006,17 @@ HoaiMy
3973
4006
  def LLMExtraBody(self, LLMExtraBody):
3974
4007
  self._LLMExtraBody = LLMExtraBody
3975
4008
 
4009
+ @property
4010
+ def MaxCallDurationMs(self):
4011
+ r"""最大通话时长, 默认不限制。单位毫秒(ms)
4012
+ :rtype: int
4013
+ """
4014
+ return self._MaxCallDurationMs
4015
+
4016
+ @MaxCallDurationMs.setter
4017
+ def MaxCallDurationMs(self, MaxCallDurationMs):
4018
+ self._MaxCallDurationMs = MaxCallDurationMs
4019
+
3976
4020
 
3977
4021
  def _deserialize(self, params):
3978
4022
  self._SdkAppId = params.get("SdkAppId")
@@ -4033,6 +4077,7 @@ HoaiMy
4033
4077
  self._EnableVoicemailDetection = params.get("EnableVoicemailDetection")
4034
4078
  self._VoicemailAction = params.get("VoicemailAction")
4035
4079
  self._LLMExtraBody = params.get("LLMExtraBody")
4080
+ self._MaxCallDurationMs = params.get("MaxCallDurationMs")
4036
4081
  memeber_set = set(params.keys())
4037
4082
  for name, value in vars(self).items():
4038
4083
  property_name = name[1:]
@@ -4433,6 +4478,8 @@ class CreateAutoCalloutTaskRequest(AbstractModel):
4433
4478
  :type AIAgentId: int
4434
4479
  :param _RetryInterval: 任务失败重试时间间隔,重试间隔 600秒~86400 秒
4435
4480
  :type RetryInterval: int
4481
+ :param _MaxRingTimeoutSecond: 最大振铃时长,达到时长阈值自动挂断。 仅自携号码支持当前参数
4482
+ :type MaxRingTimeoutSecond: int
4436
4483
  """
4437
4484
  self._SdkAppId = None
4438
4485
  self._NotBefore = None
@@ -4450,6 +4497,7 @@ class CreateAutoCalloutTaskRequest(AbstractModel):
4450
4497
  self._AvailableTime = None
4451
4498
  self._AIAgentId = None
4452
4499
  self._RetryInterval = None
4500
+ self._MaxRingTimeoutSecond = None
4453
4501
 
4454
4502
  @property
4455
4503
  def SdkAppId(self):
@@ -4627,6 +4675,17 @@ class CreateAutoCalloutTaskRequest(AbstractModel):
4627
4675
  def RetryInterval(self, RetryInterval):
4628
4676
  self._RetryInterval = RetryInterval
4629
4677
 
4678
+ @property
4679
+ def MaxRingTimeoutSecond(self):
4680
+ r"""最大振铃时长,达到时长阈值自动挂断。 仅自携号码支持当前参数
4681
+ :rtype: int
4682
+ """
4683
+ return self._MaxRingTimeoutSecond
4684
+
4685
+ @MaxRingTimeoutSecond.setter
4686
+ def MaxRingTimeoutSecond(self, MaxRingTimeoutSecond):
4687
+ self._MaxRingTimeoutSecond = MaxRingTimeoutSecond
4688
+
4630
4689
 
4631
4690
  def _deserialize(self, params):
4632
4691
  self._SdkAppId = params.get("SdkAppId")
@@ -4660,6 +4719,7 @@ class CreateAutoCalloutTaskRequest(AbstractModel):
4660
4719
  self._AvailableTime.append(obj)
4661
4720
  self._AIAgentId = params.get("AIAgentId")
4662
4721
  self._RetryInterval = params.get("RetryInterval")
4722
+ self._MaxRingTimeoutSecond = params.get("MaxRingTimeoutSecond")
4663
4723
  memeber_set = set(params.keys())
4664
4724
  for name, value in vars(self).items():
4665
4725
  property_name = name[1:]
@@ -4848,7 +4908,7 @@ class CreateCallOutSessionRequest(AbstractModel):
4848
4908
  r"""
4849
4909
  :param _SdkAppId: 应用 ID
4850
4910
  :type SdkAppId: int
4851
- :param _UserId: 客服用户 ID,一般为客服邮箱,确保已经绑定了手机号 https://cloud.tencent.com/document/product/679/76067#.E6.AD.A5.E9.AA.A42.EF.BC.9A.E5.AE.8C.E5.96.84.E8.B4.A6.E5.8F.B7.E4.BF.A1.E6.81.AF
4911
+ :param _UserId: 座席邮箱,确保已经绑定了手机号 https://cloud.tencent.com/document/product/679/76067#.E6.AD.A5.E9.AA.A42.EF.BC.9A.E5.AE.8C.E5.96.84.E8.B4.A6.E5.8F.B7.E4.BF.A1.E6.81.AF
4852
4912
  :type UserId: str
4853
4913
  :param _Callee: 被叫号码,须带 0086 前缀
4854
4914
  :type Callee: str
@@ -4885,7 +4945,7 @@ class CreateCallOutSessionRequest(AbstractModel):
4885
4945
 
4886
4946
  @property
4887
4947
  def UserId(self):
4888
- r"""客服用户 ID,一般为客服邮箱,确保已经绑定了手机号 https://cloud.tencent.com/document/product/679/76067#.E6.AD.A5.E9.AA.A42.EF.BC.9A.E5.AE.8C.E5.96.84.E8.B4.A6.E5.8F.B7.E4.BF.A1.E6.81.AF
4948
+ r"""座席邮箱,确保已经绑定了手机号 https://cloud.tencent.com/document/product/679/76067#.E6.AD.A5.E9.AA.A42.EF.BC.9A.E5.AE.8C.E5.96.84.E8.B4.A6.E5.8F.B7.E4.BF.A1.E6.81.AF
4889
4949
  :rtype: str
4890
4950
  """
4891
4951
  return self._UserId
@@ -5375,6 +5435,8 @@ class CreateIVRSessionRequest(AbstractModel):
5375
5435
  :type Variables: list of Variable
5376
5436
  :param _UUI: 用户数据
5377
5437
  :type UUI: str
5438
+ :param _MaxRingTimeoutSecond: 最大振铃时长,达到时长阈值自动挂断。 仅自携号码支持当前参数
5439
+ :type MaxRingTimeoutSecond: int
5378
5440
  """
5379
5441
  self._SdkAppId = None
5380
5442
  self._Callee = None
@@ -5382,6 +5444,7 @@ class CreateIVRSessionRequest(AbstractModel):
5382
5444
  self._Callers = None
5383
5445
  self._Variables = None
5384
5446
  self._UUI = None
5447
+ self._MaxRingTimeoutSecond = None
5385
5448
 
5386
5449
  @property
5387
5450
  def SdkAppId(self):
@@ -5449,6 +5512,17 @@ class CreateIVRSessionRequest(AbstractModel):
5449
5512
  def UUI(self, UUI):
5450
5513
  self._UUI = UUI
5451
5514
 
5515
+ @property
5516
+ def MaxRingTimeoutSecond(self):
5517
+ r"""最大振铃时长,达到时长阈值自动挂断。 仅自携号码支持当前参数
5518
+ :rtype: int
5519
+ """
5520
+ return self._MaxRingTimeoutSecond
5521
+
5522
+ @MaxRingTimeoutSecond.setter
5523
+ def MaxRingTimeoutSecond(self, MaxRingTimeoutSecond):
5524
+ self._MaxRingTimeoutSecond = MaxRingTimeoutSecond
5525
+
5452
5526
 
5453
5527
  def _deserialize(self, params):
5454
5528
  self._SdkAppId = params.get("SdkAppId")
@@ -5462,6 +5536,7 @@ class CreateIVRSessionRequest(AbstractModel):
5462
5536
  obj._deserialize(item)
5463
5537
  self._Variables.append(obj)
5464
5538
  self._UUI = params.get("UUI")
5539
+ self._MaxRingTimeoutSecond = params.get("MaxRingTimeoutSecond")
5465
5540
  memeber_set = set(params.keys())
5466
5541
  for name, value in vars(self).items():
5467
5542
  property_name = name[1:]
@@ -7741,6 +7816,8 @@ class DescribeAutoCalloutTaskResponse(AbstractModel):
7741
7816
  :type IvrId: int
7742
7817
  :param _State: 任务状态 0初始 1运行中 2已完成 3结束中 4已终止
7743
7818
  :type State: int
7819
+ :param _MaxRingTimeoutSecond: 最大振铃时长,达到时长阈值自动挂断。 仅自携号码支持当前参数
7820
+ :type MaxRingTimeoutSecond: int
7744
7821
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7745
7822
  :type RequestId: str
7746
7823
  """
@@ -7752,6 +7829,7 @@ class DescribeAutoCalloutTaskResponse(AbstractModel):
7752
7829
  self._Callees = None
7753
7830
  self._IvrId = None
7754
7831
  self._State = None
7832
+ self._MaxRingTimeoutSecond = None
7755
7833
  self._RequestId = None
7756
7834
 
7757
7835
  @property
@@ -7843,6 +7921,17 @@ class DescribeAutoCalloutTaskResponse(AbstractModel):
7843
7921
  def State(self, State):
7844
7922
  self._State = State
7845
7923
 
7924
+ @property
7925
+ def MaxRingTimeoutSecond(self):
7926
+ r"""最大振铃时长,达到时长阈值自动挂断。 仅自携号码支持当前参数
7927
+ :rtype: int
7928
+ """
7929
+ return self._MaxRingTimeoutSecond
7930
+
7931
+ @MaxRingTimeoutSecond.setter
7932
+ def MaxRingTimeoutSecond(self, MaxRingTimeoutSecond):
7933
+ self._MaxRingTimeoutSecond = MaxRingTimeoutSecond
7934
+
7846
7935
  @property
7847
7936
  def RequestId(self):
7848
7937
  r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
@@ -7869,6 +7958,7 @@ class DescribeAutoCalloutTaskResponse(AbstractModel):
7869
7958
  self._Callees.append(obj)
7870
7959
  self._IvrId = params.get("IvrId")
7871
7960
  self._State = params.get("State")
7961
+ self._MaxRingTimeoutSecond = params.get("MaxRingTimeoutSecond")
7872
7962
  self._RequestId = params.get("RequestId")
7873
7963
 
7874
7964
 
@@ -16428,6 +16518,10 @@ class ServeParticipant(AbstractModel):
16428
16518
  :param _SkillGroupId: 技能组 ID
16429
16519
  :type SkillGroupId: int
16430
16520
  :param _EndStatusString: 结束状态
16521
+
16522
+ 中文详情[参考](https://www.tencentcloud.com/zh/document/product/1229/71847)
16523
+
16524
+ 英文详情[参考](https://www.tencentcloud.com/document/product/1229/71847?lang=en)
16431
16525
  :type EndStatusString: str
16432
16526
  :param _RecordURL: 录音 URL
16433
16527
  :type RecordURL: str
@@ -16594,6 +16688,10 @@ class ServeParticipant(AbstractModel):
16594
16688
  @property
16595
16689
  def EndStatusString(self):
16596
16690
  r"""结束状态
16691
+
16692
+ 中文详情[参考](https://www.tencentcloud.com/zh/document/product/1229/71847)
16693
+
16694
+ 英文详情[参考](https://www.tencentcloud.com/document/product/1229/71847?lang=en)
16597
16695
  :rtype: str
16598
16696
  """
16599
16697
  return self._EndStatusString
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-ccc
3
- Version: 3.1.22
3
+ Version: 3.1.31
4
4
  Summary: Tencent Cloud Ccc SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
15
15
  Classifier: Programming Language :: Python :: 3
16
16
  Classifier: Programming Language :: Python :: 3.6
17
17
  Classifier: Programming Language :: Python :: 3.7
18
- Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.22
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.31
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.31
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.22