tencentcloud-sdk-python-ccc 3.1.26__tar.gz → 3.1.33__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.26 → tencentcloud_sdk_python_ccc-3.1.33}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_ccc-3.1.26 → tencentcloud_sdk_python_ccc-3.1.33}/setup.py +1 -1
  3. {tencentcloud_sdk_python_ccc-3.1.26 → tencentcloud_sdk_python_ccc-3.1.33}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_ccc-3.1.26 → tencentcloud_sdk_python_ccc-3.1.33}/tencentcloud/ccc/v20200210/ccc_client.py +4 -3
  5. {tencentcloud_sdk_python_ccc-3.1.26 → tencentcloud_sdk_python_ccc-3.1.33}/tencentcloud/ccc/v20200210/ccc_client_async.py +4 -3
  6. {tencentcloud_sdk_python_ccc-3.1.26 → tencentcloud_sdk_python_ccc-3.1.33}/tencentcloud/ccc/v20200210/models.py +117 -4
  7. {tencentcloud_sdk_python_ccc-3.1.26 → tencentcloud_sdk_python_ccc-3.1.33}/tencentcloud_sdk_python_ccc.egg-info/PKG-INFO +2 -2
  8. tencentcloud_sdk_python_ccc-3.1.33/tencentcloud_sdk_python_ccc.egg-info/requires.txt +1 -0
  9. tencentcloud_sdk_python_ccc-3.1.26/tencentcloud_sdk_python_ccc.egg-info/requires.txt +0 -1
  10. {tencentcloud_sdk_python_ccc-3.1.26 → tencentcloud_sdk_python_ccc-3.1.33}/README.rst +0 -0
  11. {tencentcloud_sdk_python_ccc-3.1.26 → tencentcloud_sdk_python_ccc-3.1.33}/setup.cfg +0 -0
  12. {tencentcloud_sdk_python_ccc-3.1.26 → tencentcloud_sdk_python_ccc-3.1.33}/tencentcloud/ccc/__init__.py +0 -0
  13. {tencentcloud_sdk_python_ccc-3.1.26 → tencentcloud_sdk_python_ccc-3.1.33}/tencentcloud/ccc/v20200210/__init__.py +0 -0
  14. {tencentcloud_sdk_python_ccc-3.1.26 → tencentcloud_sdk_python_ccc-3.1.33}/tencentcloud/ccc/v20200210/errorcodes.py +0 -0
  15. {tencentcloud_sdk_python_ccc-3.1.26 → tencentcloud_sdk_python_ccc-3.1.33}/tencentcloud_sdk_python_ccc.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_ccc-3.1.26 → tencentcloud_sdk_python_ccc-3.1.33}/tencentcloud_sdk_python_ccc.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_ccc-3.1.26 → tencentcloud_sdk_python_ccc-3.1.33}/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.26
3
+ Version: 3.1.33
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.26
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.33
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.26,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.33,<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.26'
17
+ __version__ = '3.1.33'
@@ -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 = {}
@@ -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:]
@@ -3285,7 +3315,7 @@ HoaiMy
3285
3315
  &quot;APIUrl&quot;: &quot;https://api.minimax.chat/v1/t2a_v2&quot;,
3286
3316
  &quot;APIKey&quot;: &quot;eyxxxx&quot;,
3287
3317
  &quot;GroupId&quot;: &quot;181000000000000&quot;,
3288
- &quot;VoiceType&quot;:&quot;female-tianmei-jingpin&quot;,
3318
+ &quot;VoiceType&quot;:&quot;female-tianmei&quot;,
3289
3319
  &quot;Speed&quot;: 1.2
3290
3320
  }
3291
3321
  </code></pre>
@@ -3365,6 +3395,10 @@ HoaiMy
3365
3395
  :type VoicemailAction: int
3366
3396
  :param _LLMExtraBody: 大模型拓展参数, 格式为json字符串
3367
3397
  :type LLMExtraBody: str
3398
+ :param _MaxCallDurationMs: 最大通话时长, 默认不限制。单位毫秒(ms)
3399
+ :type MaxCallDurationMs: int
3400
+ :param _MaxRingTimeoutSecond: 最大振铃时长,达到时长阈值自动挂断。 **仅自携号码支持当前参数**
3401
+ :type MaxRingTimeoutSecond: int
3368
3402
  """
3369
3403
  self._SdkAppId = None
3370
3404
  self._Callee = None
@@ -3402,6 +3436,8 @@ HoaiMy
3402
3436
  self._EnableVoicemailDetection = None
3403
3437
  self._VoicemailAction = None
3404
3438
  self._LLMExtraBody = None
3439
+ self._MaxCallDurationMs = None
3440
+ self._MaxRingTimeoutSecond = None
3405
3441
 
3406
3442
  @property
3407
3443
  def SdkAppId(self):
@@ -3774,7 +3810,7 @@ HoaiMy
3774
3810
  &quot;APIUrl&quot;: &quot;https://api.minimax.chat/v1/t2a_v2&quot;,
3775
3811
  &quot;APIKey&quot;: &quot;eyxxxx&quot;,
3776
3812
  &quot;GroupId&quot;: &quot;181000000000000&quot;,
3777
- &quot;VoiceType&quot;:&quot;female-tianmei-jingpin&quot;,
3813
+ &quot;VoiceType&quot;:&quot;female-tianmei&quot;,
3778
3814
  &quot;Speed&quot;: 1.2
3779
3815
  }
3780
3816
  </code></pre>
@@ -3973,6 +4009,28 @@ HoaiMy
3973
4009
  def LLMExtraBody(self, LLMExtraBody):
3974
4010
  self._LLMExtraBody = LLMExtraBody
3975
4011
 
4012
+ @property
4013
+ def MaxCallDurationMs(self):
4014
+ r"""最大通话时长, 默认不限制。单位毫秒(ms)
4015
+ :rtype: int
4016
+ """
4017
+ return self._MaxCallDurationMs
4018
+
4019
+ @MaxCallDurationMs.setter
4020
+ def MaxCallDurationMs(self, MaxCallDurationMs):
4021
+ self._MaxCallDurationMs = MaxCallDurationMs
4022
+
4023
+ @property
4024
+ def MaxRingTimeoutSecond(self):
4025
+ r"""最大振铃时长,达到时长阈值自动挂断。 **仅自携号码支持当前参数**
4026
+ :rtype: int
4027
+ """
4028
+ return self._MaxRingTimeoutSecond
4029
+
4030
+ @MaxRingTimeoutSecond.setter
4031
+ def MaxRingTimeoutSecond(self, MaxRingTimeoutSecond):
4032
+ self._MaxRingTimeoutSecond = MaxRingTimeoutSecond
4033
+
3976
4034
 
3977
4035
  def _deserialize(self, params):
3978
4036
  self._SdkAppId = params.get("SdkAppId")
@@ -4033,6 +4091,8 @@ HoaiMy
4033
4091
  self._EnableVoicemailDetection = params.get("EnableVoicemailDetection")
4034
4092
  self._VoicemailAction = params.get("VoicemailAction")
4035
4093
  self._LLMExtraBody = params.get("LLMExtraBody")
4094
+ self._MaxCallDurationMs = params.get("MaxCallDurationMs")
4095
+ self._MaxRingTimeoutSecond = params.get("MaxRingTimeoutSecond")
4036
4096
  memeber_set = set(params.keys())
4037
4097
  for name, value in vars(self).items():
4038
4098
  property_name = name[1:]
@@ -4433,6 +4493,8 @@ class CreateAutoCalloutTaskRequest(AbstractModel):
4433
4493
  :type AIAgentId: int
4434
4494
  :param _RetryInterval: 任务失败重试时间间隔,重试间隔 600秒~86400 秒
4435
4495
  :type RetryInterval: int
4496
+ :param _MaxRingTimeoutSecond: 最大振铃时长,达到时长阈值自动挂断。 仅自携号码支持当前参数
4497
+ :type MaxRingTimeoutSecond: int
4436
4498
  """
4437
4499
  self._SdkAppId = None
4438
4500
  self._NotBefore = None
@@ -4450,6 +4512,7 @@ class CreateAutoCalloutTaskRequest(AbstractModel):
4450
4512
  self._AvailableTime = None
4451
4513
  self._AIAgentId = None
4452
4514
  self._RetryInterval = None
4515
+ self._MaxRingTimeoutSecond = None
4453
4516
 
4454
4517
  @property
4455
4518
  def SdkAppId(self):
@@ -4627,6 +4690,17 @@ class CreateAutoCalloutTaskRequest(AbstractModel):
4627
4690
  def RetryInterval(self, RetryInterval):
4628
4691
  self._RetryInterval = RetryInterval
4629
4692
 
4693
+ @property
4694
+ def MaxRingTimeoutSecond(self):
4695
+ r"""最大振铃时长,达到时长阈值自动挂断。 仅自携号码支持当前参数
4696
+ :rtype: int
4697
+ """
4698
+ return self._MaxRingTimeoutSecond
4699
+
4700
+ @MaxRingTimeoutSecond.setter
4701
+ def MaxRingTimeoutSecond(self, MaxRingTimeoutSecond):
4702
+ self._MaxRingTimeoutSecond = MaxRingTimeoutSecond
4703
+
4630
4704
 
4631
4705
  def _deserialize(self, params):
4632
4706
  self._SdkAppId = params.get("SdkAppId")
@@ -4660,6 +4734,7 @@ class CreateAutoCalloutTaskRequest(AbstractModel):
4660
4734
  self._AvailableTime.append(obj)
4661
4735
  self._AIAgentId = params.get("AIAgentId")
4662
4736
  self._RetryInterval = params.get("RetryInterval")
4737
+ self._MaxRingTimeoutSecond = params.get("MaxRingTimeoutSecond")
4663
4738
  memeber_set = set(params.keys())
4664
4739
  for name, value in vars(self).items():
4665
4740
  property_name = name[1:]
@@ -4848,7 +4923,7 @@ class CreateCallOutSessionRequest(AbstractModel):
4848
4923
  r"""
4849
4924
  :param _SdkAppId: 应用 ID
4850
4925
  :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
4926
+ :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
4927
  :type UserId: str
4853
4928
  :param _Callee: 被叫号码,须带 0086 前缀
4854
4929
  :type Callee: str
@@ -4885,7 +4960,7 @@ class CreateCallOutSessionRequest(AbstractModel):
4885
4960
 
4886
4961
  @property
4887
4962
  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
4963
+ 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
4964
  :rtype: str
4890
4965
  """
4891
4966
  return self._UserId
@@ -5375,6 +5450,8 @@ class CreateIVRSessionRequest(AbstractModel):
5375
5450
  :type Variables: list of Variable
5376
5451
  :param _UUI: 用户数据
5377
5452
  :type UUI: str
5453
+ :param _MaxRingTimeoutSecond: 最大振铃时长,达到时长阈值自动挂断。 仅自携号码支持当前参数
5454
+ :type MaxRingTimeoutSecond: int
5378
5455
  """
5379
5456
  self._SdkAppId = None
5380
5457
  self._Callee = None
@@ -5382,6 +5459,7 @@ class CreateIVRSessionRequest(AbstractModel):
5382
5459
  self._Callers = None
5383
5460
  self._Variables = None
5384
5461
  self._UUI = None
5462
+ self._MaxRingTimeoutSecond = None
5385
5463
 
5386
5464
  @property
5387
5465
  def SdkAppId(self):
@@ -5449,6 +5527,17 @@ class CreateIVRSessionRequest(AbstractModel):
5449
5527
  def UUI(self, UUI):
5450
5528
  self._UUI = UUI
5451
5529
 
5530
+ @property
5531
+ def MaxRingTimeoutSecond(self):
5532
+ r"""最大振铃时长,达到时长阈值自动挂断。 仅自携号码支持当前参数
5533
+ :rtype: int
5534
+ """
5535
+ return self._MaxRingTimeoutSecond
5536
+
5537
+ @MaxRingTimeoutSecond.setter
5538
+ def MaxRingTimeoutSecond(self, MaxRingTimeoutSecond):
5539
+ self._MaxRingTimeoutSecond = MaxRingTimeoutSecond
5540
+
5452
5541
 
5453
5542
  def _deserialize(self, params):
5454
5543
  self._SdkAppId = params.get("SdkAppId")
@@ -5462,6 +5551,7 @@ class CreateIVRSessionRequest(AbstractModel):
5462
5551
  obj._deserialize(item)
5463
5552
  self._Variables.append(obj)
5464
5553
  self._UUI = params.get("UUI")
5554
+ self._MaxRingTimeoutSecond = params.get("MaxRingTimeoutSecond")
5465
5555
  memeber_set = set(params.keys())
5466
5556
  for name, value in vars(self).items():
5467
5557
  property_name = name[1:]
@@ -7741,6 +7831,8 @@ class DescribeAutoCalloutTaskResponse(AbstractModel):
7741
7831
  :type IvrId: int
7742
7832
  :param _State: 任务状态 0初始 1运行中 2已完成 3结束中 4已终止
7743
7833
  :type State: int
7834
+ :param _MaxRingTimeoutSecond: 最大振铃时长,达到时长阈值自动挂断。 仅自携号码支持当前参数
7835
+ :type MaxRingTimeoutSecond: int
7744
7836
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7745
7837
  :type RequestId: str
7746
7838
  """
@@ -7752,6 +7844,7 @@ class DescribeAutoCalloutTaskResponse(AbstractModel):
7752
7844
  self._Callees = None
7753
7845
  self._IvrId = None
7754
7846
  self._State = None
7847
+ self._MaxRingTimeoutSecond = None
7755
7848
  self._RequestId = None
7756
7849
 
7757
7850
  @property
@@ -7843,6 +7936,17 @@ class DescribeAutoCalloutTaskResponse(AbstractModel):
7843
7936
  def State(self, State):
7844
7937
  self._State = State
7845
7938
 
7939
+ @property
7940
+ def MaxRingTimeoutSecond(self):
7941
+ r"""最大振铃时长,达到时长阈值自动挂断。 仅自携号码支持当前参数
7942
+ :rtype: int
7943
+ """
7944
+ return self._MaxRingTimeoutSecond
7945
+
7946
+ @MaxRingTimeoutSecond.setter
7947
+ def MaxRingTimeoutSecond(self, MaxRingTimeoutSecond):
7948
+ self._MaxRingTimeoutSecond = MaxRingTimeoutSecond
7949
+
7846
7950
  @property
7847
7951
  def RequestId(self):
7848
7952
  r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
@@ -7869,6 +7973,7 @@ class DescribeAutoCalloutTaskResponse(AbstractModel):
7869
7973
  self._Callees.append(obj)
7870
7974
  self._IvrId = params.get("IvrId")
7871
7975
  self._State = params.get("State")
7976
+ self._MaxRingTimeoutSecond = params.get("MaxRingTimeoutSecond")
7872
7977
  self._RequestId = params.get("RequestId")
7873
7978
 
7874
7979
 
@@ -16428,6 +16533,10 @@ class ServeParticipant(AbstractModel):
16428
16533
  :param _SkillGroupId: 技能组 ID
16429
16534
  :type SkillGroupId: int
16430
16535
  :param _EndStatusString: 结束状态
16536
+
16537
+ 中文详情[参考](https://www.tencentcloud.com/zh/document/product/1229/71847)
16538
+
16539
+ 英文详情[参考](https://www.tencentcloud.com/document/product/1229/71847?lang=en)
16431
16540
  :type EndStatusString: str
16432
16541
  :param _RecordURL: 录音 URL
16433
16542
  :type RecordURL: str
@@ -16594,6 +16703,10 @@ class ServeParticipant(AbstractModel):
16594
16703
  @property
16595
16704
  def EndStatusString(self):
16596
16705
  r"""结束状态
16706
+
16707
+ 中文详情[参考](https://www.tencentcloud.com/zh/document/product/1229/71847)
16708
+
16709
+ 英文详情[参考](https://www.tencentcloud.com/document/product/1229/71847?lang=en)
16597
16710
  :rtype: str
16598
16711
  """
16599
16712
  return self._EndStatusString
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-ccc
3
- Version: 3.1.26
3
+ Version: 3.1.33
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.26
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.33
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.33
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.26