tencentcloud-sdk-python-ccc 3.1.47__tar.gz → 3.1.50__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.47 → tencentcloud_sdk_python_ccc-3.1.50}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_ccc-3.1.47 → tencentcloud_sdk_python_ccc-3.1.50}/setup.py +1 -1
- {tencentcloud_sdk_python_ccc-3.1.47 → tencentcloud_sdk_python_ccc-3.1.50}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_ccc-3.1.47 → tencentcloud_sdk_python_ccc-3.1.50}/tencentcloud/ccc/v20200210/ccc_client.py +1 -1
- {tencentcloud_sdk_python_ccc-3.1.47 → tencentcloud_sdk_python_ccc-3.1.50}/tencentcloud/ccc/v20200210/ccc_client_async.py +1 -1
- {tencentcloud_sdk_python_ccc-3.1.47 → tencentcloud_sdk_python_ccc-3.1.50}/tencentcloud/ccc/v20200210/models.py +4 -4
- {tencentcloud_sdk_python_ccc-3.1.47 → tencentcloud_sdk_python_ccc-3.1.50}/tencentcloud_sdk_python_ccc.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_ccc-3.1.50/tencentcloud_sdk_python_ccc.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_ccc-3.1.47/tencentcloud_sdk_python_ccc.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_ccc-3.1.47 → tencentcloud_sdk_python_ccc-3.1.50}/README.rst +0 -0
- {tencentcloud_sdk_python_ccc-3.1.47 → tencentcloud_sdk_python_ccc-3.1.50}/setup.cfg +0 -0
- {tencentcloud_sdk_python_ccc-3.1.47 → tencentcloud_sdk_python_ccc-3.1.50}/tencentcloud/ccc/__init__.py +0 -0
- {tencentcloud_sdk_python_ccc-3.1.47 → tencentcloud_sdk_python_ccc-3.1.50}/tencentcloud/ccc/v20200210/__init__.py +0 -0
- {tencentcloud_sdk_python_ccc-3.1.47 → tencentcloud_sdk_python_ccc-3.1.50}/tencentcloud/ccc/v20200210/errorcodes.py +0 -0
- {tencentcloud_sdk_python_ccc-3.1.47 → tencentcloud_sdk_python_ccc-3.1.50}/tencentcloud_sdk_python_ccc.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_ccc-3.1.47 → tencentcloud_sdk_python_ccc-3.1.50}/tencentcloud_sdk_python_ccc.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_ccc-3.1.47 → tencentcloud_sdk_python_ccc-3.1.50}/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.50
|
|
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.50
|
|
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.50,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Ccc SDK for Python',
|
|
@@ -1217,7 +1217,7 @@ class CccClient(AbstractClient):
|
|
|
1217
1217
|
|
|
1218
1218
|
|
|
1219
1219
|
def DescribeSessionDetail(self, request):
|
|
1220
|
-
r"""
|
|
1220
|
+
r"""此接口用于在通话结束后,通过 session id 和时间戳,查询单一通话的通话详情。包括:主被叫信息、录音等。
|
|
1221
1221
|
|
|
1222
1222
|
:param request: Request instance for DescribeSessionDetail.
|
|
1223
1223
|
:type request: :class:`tencentcloud.ccc.v20200210.models.DescribeSessionDetailRequest`
|
|
@@ -11312,11 +11312,11 @@ class DescribeSessionDetailResponse(AbstractModel):
|
|
|
11312
11312
|
:type QueuedSkillGroupId: int
|
|
11313
11313
|
:param _QueuedSkillGroupName: 排队技能组名称
|
|
11314
11314
|
:type QueuedSkillGroupName: str
|
|
11315
|
-
:param _RecordURL:
|
|
11315
|
+
:param _RecordURL: 录音链接,带鉴权和有效期,获取之后请在24 小时内拉取,不要持久化此链接。如此链接已过期,请重新调用此接口获取新的链接
|
|
11316
11316
|
:type RecordURL: str
|
|
11317
11317
|
:param _CustomRecordURL: 录音转存第三方 COS 链接
|
|
11318
11318
|
:type CustomRecordURL: str
|
|
11319
|
-
:param _AsrURL:
|
|
11319
|
+
:param _AsrURL: 录音文本信息链接,带鉴权和有效期,获取之后请在24 小时拉取,不要持久化此链接。如此链接已过期,请重新调用此接口获取新的链接
|
|
11320
11320
|
:type AsrURL: str
|
|
11321
11321
|
:param _VoicemailRecordURL: 语音留言录音链接
|
|
11322
11322
|
:type VoicemailRecordURL: list of str
|
|
@@ -11496,7 +11496,7 @@ class DescribeSessionDetailResponse(AbstractModel):
|
|
|
11496
11496
|
|
|
11497
11497
|
@property
|
|
11498
11498
|
def RecordURL(self):
|
|
11499
|
-
r"""
|
|
11499
|
+
r"""录音链接,带鉴权和有效期,获取之后请在24 小时内拉取,不要持久化此链接。如此链接已过期,请重新调用此接口获取新的链接
|
|
11500
11500
|
:rtype: str
|
|
11501
11501
|
"""
|
|
11502
11502
|
return self._RecordURL
|
|
@@ -11518,7 +11518,7 @@ class DescribeSessionDetailResponse(AbstractModel):
|
|
|
11518
11518
|
|
|
11519
11519
|
@property
|
|
11520
11520
|
def AsrURL(self):
|
|
11521
|
-
r"""
|
|
11521
|
+
r"""录音文本信息链接,带鉴权和有效期,获取之后请在24 小时拉取,不要持久化此链接。如此链接已过期,请重新调用此接口获取新的链接
|
|
11522
11522
|
:rtype: str
|
|
11523
11523
|
"""
|
|
11524
11524
|
return self._AsrURL
|
|
@@ -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.50
|
|
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.50
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.50
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.47
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|