tencentcloud-sdk-python-ccc 3.1.31__tar.gz → 3.1.36__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.
- {tencentcloud_sdk_python_ccc-3.1.31 → tencentcloud_sdk_python_ccc-3.1.36}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_ccc-3.1.31 → tencentcloud_sdk_python_ccc-3.1.36}/setup.py +1 -1
- {tencentcloud_sdk_python_ccc-3.1.31 → tencentcloud_sdk_python_ccc-3.1.36}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_ccc-3.1.31 → tencentcloud_sdk_python_ccc-3.1.36}/tencentcloud/ccc/v20200210/models.py +21 -4
- {tencentcloud_sdk_python_ccc-3.1.31 → tencentcloud_sdk_python_ccc-3.1.36}/tencentcloud_sdk_python_ccc.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_ccc-3.1.36/tencentcloud_sdk_python_ccc.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_ccc-3.1.31/tencentcloud_sdk_python_ccc.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_ccc-3.1.31 → tencentcloud_sdk_python_ccc-3.1.36}/README.rst +0 -0
- {tencentcloud_sdk_python_ccc-3.1.31 → tencentcloud_sdk_python_ccc-3.1.36}/setup.cfg +0 -0
- {tencentcloud_sdk_python_ccc-3.1.31 → tencentcloud_sdk_python_ccc-3.1.36}/tencentcloud/ccc/__init__.py +0 -0
- {tencentcloud_sdk_python_ccc-3.1.31 → tencentcloud_sdk_python_ccc-3.1.36}/tencentcloud/ccc/v20200210/__init__.py +0 -0
- {tencentcloud_sdk_python_ccc-3.1.31 → tencentcloud_sdk_python_ccc-3.1.36}/tencentcloud/ccc/v20200210/ccc_client.py +0 -0
- {tencentcloud_sdk_python_ccc-3.1.31 → tencentcloud_sdk_python_ccc-3.1.36}/tencentcloud/ccc/v20200210/ccc_client_async.py +0 -0
- {tencentcloud_sdk_python_ccc-3.1.31 → tencentcloud_sdk_python_ccc-3.1.36}/tencentcloud/ccc/v20200210/errorcodes.py +0 -0
- {tencentcloud_sdk_python_ccc-3.1.31 → tencentcloud_sdk_python_ccc-3.1.36}/tencentcloud_sdk_python_ccc.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_ccc-3.1.31 → tencentcloud_sdk_python_ccc-3.1.36}/tencentcloud_sdk_python_ccc.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_ccc-3.1.31 → tencentcloud_sdk_python_ccc-3.1.36}/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.
|
|
3
|
+
Version: 3.1.36
|
|
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.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.36
|
|
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.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.36,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Ccc SDK for Python',
|
|
@@ -1244,6 +1244,7 @@ class AutoCalloutTaskInfo(AbstractModel):
|
|
|
1244
1244
|
2 已完成:任务中所有呼叫完成
|
|
1245
1245
|
3结束中:任务到期,但仍有部分呼叫未结束
|
|
1246
1246
|
4已结束:任务到期终止
|
|
1247
|
+
5已暂停:可恢复继续执行
|
|
1247
1248
|
:type State: int
|
|
1248
1249
|
:param _TaskId: 任务Id
|
|
1249
1250
|
:type TaskId: int
|
|
@@ -1335,6 +1336,7 @@ class AutoCalloutTaskInfo(AbstractModel):
|
|
|
1335
1336
|
2 已完成:任务中所有呼叫完成
|
|
1336
1337
|
3结束中:任务到期,但仍有部分呼叫未结束
|
|
1337
1338
|
4已结束:任务到期终止
|
|
1339
|
+
5已暂停:可恢复继续执行
|
|
1338
1340
|
:rtype: int
|
|
1339
1341
|
"""
|
|
1340
1342
|
return self._State
|
|
@@ -3315,7 +3317,7 @@ HoaiMy
|
|
|
3315
3317
|
"APIUrl": "https://api.minimax.chat/v1/t2a_v2",
|
|
3316
3318
|
"APIKey": "eyxxxx",
|
|
3317
3319
|
"GroupId": "181000000000000",
|
|
3318
|
-
"VoiceType":"female-tianmei
|
|
3320
|
+
"VoiceType":"female-tianmei",
|
|
3319
3321
|
"Speed": 1.2
|
|
3320
3322
|
}
|
|
3321
3323
|
</code></pre>
|
|
@@ -3397,6 +3399,8 @@ HoaiMy
|
|
|
3397
3399
|
:type LLMExtraBody: str
|
|
3398
3400
|
:param _MaxCallDurationMs: 最大通话时长, 默认不限制。单位毫秒(ms)
|
|
3399
3401
|
:type MaxCallDurationMs: int
|
|
3402
|
+
:param _MaxRingTimeoutSecond: 最大振铃时长,达到时长阈值自动挂断。 **仅自携号码支持当前参数**
|
|
3403
|
+
:type MaxRingTimeoutSecond: int
|
|
3400
3404
|
"""
|
|
3401
3405
|
self._SdkAppId = None
|
|
3402
3406
|
self._Callee = None
|
|
@@ -3435,6 +3439,7 @@ HoaiMy
|
|
|
3435
3439
|
self._VoicemailAction = None
|
|
3436
3440
|
self._LLMExtraBody = None
|
|
3437
3441
|
self._MaxCallDurationMs = None
|
|
3442
|
+
self._MaxRingTimeoutSecond = None
|
|
3438
3443
|
|
|
3439
3444
|
@property
|
|
3440
3445
|
def SdkAppId(self):
|
|
@@ -3807,7 +3812,7 @@ HoaiMy
|
|
|
3807
3812
|
"APIUrl": "https://api.minimax.chat/v1/t2a_v2",
|
|
3808
3813
|
"APIKey": "eyxxxx",
|
|
3809
3814
|
"GroupId": "181000000000000",
|
|
3810
|
-
"VoiceType":"female-tianmei
|
|
3815
|
+
"VoiceType":"female-tianmei",
|
|
3811
3816
|
"Speed": 1.2
|
|
3812
3817
|
}
|
|
3813
3818
|
</code></pre>
|
|
@@ -4017,6 +4022,17 @@ HoaiMy
|
|
|
4017
4022
|
def MaxCallDurationMs(self, MaxCallDurationMs):
|
|
4018
4023
|
self._MaxCallDurationMs = MaxCallDurationMs
|
|
4019
4024
|
|
|
4025
|
+
@property
|
|
4026
|
+
def MaxRingTimeoutSecond(self):
|
|
4027
|
+
r"""最大振铃时长,达到时长阈值自动挂断。 **仅自携号码支持当前参数**
|
|
4028
|
+
:rtype: int
|
|
4029
|
+
"""
|
|
4030
|
+
return self._MaxRingTimeoutSecond
|
|
4031
|
+
|
|
4032
|
+
@MaxRingTimeoutSecond.setter
|
|
4033
|
+
def MaxRingTimeoutSecond(self, MaxRingTimeoutSecond):
|
|
4034
|
+
self._MaxRingTimeoutSecond = MaxRingTimeoutSecond
|
|
4035
|
+
|
|
4020
4036
|
|
|
4021
4037
|
def _deserialize(self, params):
|
|
4022
4038
|
self._SdkAppId = params.get("SdkAppId")
|
|
@@ -4078,6 +4094,7 @@ HoaiMy
|
|
|
4078
4094
|
self._VoicemailAction = params.get("VoicemailAction")
|
|
4079
4095
|
self._LLMExtraBody = params.get("LLMExtraBody")
|
|
4080
4096
|
self._MaxCallDurationMs = params.get("MaxCallDurationMs")
|
|
4097
|
+
self._MaxRingTimeoutSecond = params.get("MaxRingTimeoutSecond")
|
|
4081
4098
|
memeber_set = set(params.keys())
|
|
4082
4099
|
for name, value in vars(self).items():
|
|
4083
4100
|
property_name = name[1:]
|
|
@@ -7814,7 +7831,7 @@ class DescribeAutoCalloutTaskResponse(AbstractModel):
|
|
|
7814
7831
|
:type Callees: list of AutoCalloutTaskCalleeInfo
|
|
7815
7832
|
:param _IvrId: 任务使用的IvrId
|
|
7816
7833
|
:type IvrId: int
|
|
7817
|
-
:param _State: 任务状态 0初始 1运行中 2已完成 3结束中 4已终止
|
|
7834
|
+
:param _State: 任务状态 0初始 1运行中 2已完成 3结束中 4已终止 5已暂停
|
|
7818
7835
|
:type State: int
|
|
7819
7836
|
:param _MaxRingTimeoutSecond: 最大振铃时长,达到时长阈值自动挂断。 仅自携号码支持当前参数
|
|
7820
7837
|
:type MaxRingTimeoutSecond: int
|
|
@@ -7912,7 +7929,7 @@ class DescribeAutoCalloutTaskResponse(AbstractModel):
|
|
|
7912
7929
|
|
|
7913
7930
|
@property
|
|
7914
7931
|
def State(self):
|
|
7915
|
-
r"""任务状态 0初始 1运行中 2已完成 3结束中 4已终止
|
|
7932
|
+
r"""任务状态 0初始 1运行中 2已完成 3结束中 4已终止 5已暂停
|
|
7916
7933
|
:rtype: int
|
|
7917
7934
|
"""
|
|
7918
7935
|
return self._State
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-ccc
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.36
|
|
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.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.36
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.36
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.31
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|