tencentcloud-sdk-python-ccc 3.1.51__tar.gz → 3.1.52__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.51 → tencentcloud_sdk_python_ccc-3.1.52}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_ccc-3.1.51 → tencentcloud_sdk_python_ccc-3.1.52}/setup.py +1 -1
- {tencentcloud_sdk_python_ccc-3.1.51 → tencentcloud_sdk_python_ccc-3.1.52}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_ccc-3.1.51 → tencentcloud_sdk_python_ccc-3.1.52}/tencentcloud/ccc/v20200210/models.py +36 -36
- {tencentcloud_sdk_python_ccc-3.1.51 → tencentcloud_sdk_python_ccc-3.1.52}/tencentcloud_sdk_python_ccc.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_ccc-3.1.52/tencentcloud_sdk_python_ccc.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_ccc-3.1.51/tencentcloud_sdk_python_ccc.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_ccc-3.1.51 → tencentcloud_sdk_python_ccc-3.1.52}/README.rst +0 -0
- {tencentcloud_sdk_python_ccc-3.1.51 → tencentcloud_sdk_python_ccc-3.1.52}/setup.cfg +0 -0
- {tencentcloud_sdk_python_ccc-3.1.51 → tencentcloud_sdk_python_ccc-3.1.52}/tencentcloud/ccc/__init__.py +0 -0
- {tencentcloud_sdk_python_ccc-3.1.51 → tencentcloud_sdk_python_ccc-3.1.52}/tencentcloud/ccc/v20200210/__init__.py +0 -0
- {tencentcloud_sdk_python_ccc-3.1.51 → tencentcloud_sdk_python_ccc-3.1.52}/tencentcloud/ccc/v20200210/ccc_client.py +0 -0
- {tencentcloud_sdk_python_ccc-3.1.51 → tencentcloud_sdk_python_ccc-3.1.52}/tencentcloud/ccc/v20200210/ccc_client_async.py +0 -0
- {tencentcloud_sdk_python_ccc-3.1.51 → tencentcloud_sdk_python_ccc-3.1.52}/tencentcloud/ccc/v20200210/errorcodes.py +0 -0
- {tencentcloud_sdk_python_ccc-3.1.51 → tencentcloud_sdk_python_ccc-3.1.52}/tencentcloud_sdk_python_ccc.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_ccc-3.1.51 → tencentcloud_sdk_python_ccc-3.1.52}/tencentcloud_sdk_python_ccc.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_ccc-3.1.51 → tencentcloud_sdk_python_ccc-3.1.52}/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.52
|
|
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.52
|
|
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.52,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Ccc SDK for Python',
|
|
@@ -11885,17 +11885,17 @@ class DescribeStaffInfoListRequest(AbstractModel):
|
|
|
11885
11885
|
|
|
11886
11886
|
def __init__(self):
|
|
11887
11887
|
r"""
|
|
11888
|
-
:param _SdkAppId:
|
|
11888
|
+
:param _SdkAppId: <p>应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc</p>
|
|
11889
11889
|
:type SdkAppId: int
|
|
11890
|
-
:param _PageSize:
|
|
11890
|
+
:param _PageSize: <p>分页尺寸,上限 9999</p>
|
|
11891
11891
|
:type PageSize: int
|
|
11892
|
-
:param _PageNumber:
|
|
11892
|
+
:param _PageNumber: <p>分页页码,从 0 开始</p>
|
|
11893
11893
|
:type PageNumber: int
|
|
11894
|
-
:param _StaffMail:
|
|
11894
|
+
:param _StaffMail: <p>坐席账号,查询单个坐席时使用</p>
|
|
11895
11895
|
:type StaffMail: str
|
|
11896
|
-
:param _ModifiedTime:
|
|
11896
|
+
:param _ModifiedTime: <p>查询修改时间大于等于ModifiedTime的坐席时使用</p>
|
|
11897
11897
|
:type ModifiedTime: int
|
|
11898
|
-
:param _SkillGroupId:
|
|
11898
|
+
:param _SkillGroupId: <p>技能组ID</p>
|
|
11899
11899
|
:type SkillGroupId: int
|
|
11900
11900
|
"""
|
|
11901
11901
|
self._SdkAppId = None
|
|
@@ -11907,7 +11907,7 @@ class DescribeStaffInfoListRequest(AbstractModel):
|
|
|
11907
11907
|
|
|
11908
11908
|
@property
|
|
11909
11909
|
def SdkAppId(self):
|
|
11910
|
-
r"""
|
|
11910
|
+
r"""<p>应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc</p>
|
|
11911
11911
|
:rtype: int
|
|
11912
11912
|
"""
|
|
11913
11913
|
return self._SdkAppId
|
|
@@ -11918,7 +11918,7 @@ class DescribeStaffInfoListRequest(AbstractModel):
|
|
|
11918
11918
|
|
|
11919
11919
|
@property
|
|
11920
11920
|
def PageSize(self):
|
|
11921
|
-
r"""
|
|
11921
|
+
r"""<p>分页尺寸,上限 9999</p>
|
|
11922
11922
|
:rtype: int
|
|
11923
11923
|
"""
|
|
11924
11924
|
return self._PageSize
|
|
@@ -11929,7 +11929,7 @@ class DescribeStaffInfoListRequest(AbstractModel):
|
|
|
11929
11929
|
|
|
11930
11930
|
@property
|
|
11931
11931
|
def PageNumber(self):
|
|
11932
|
-
r"""
|
|
11932
|
+
r"""<p>分页页码,从 0 开始</p>
|
|
11933
11933
|
:rtype: int
|
|
11934
11934
|
"""
|
|
11935
11935
|
return self._PageNumber
|
|
@@ -11940,7 +11940,7 @@ class DescribeStaffInfoListRequest(AbstractModel):
|
|
|
11940
11940
|
|
|
11941
11941
|
@property
|
|
11942
11942
|
def StaffMail(self):
|
|
11943
|
-
r"""
|
|
11943
|
+
r"""<p>坐席账号,查询单个坐席时使用</p>
|
|
11944
11944
|
:rtype: str
|
|
11945
11945
|
"""
|
|
11946
11946
|
return self._StaffMail
|
|
@@ -11951,7 +11951,7 @@ class DescribeStaffInfoListRequest(AbstractModel):
|
|
|
11951
11951
|
|
|
11952
11952
|
@property
|
|
11953
11953
|
def ModifiedTime(self):
|
|
11954
|
-
r"""
|
|
11954
|
+
r"""<p>查询修改时间大于等于ModifiedTime的坐席时使用</p>
|
|
11955
11955
|
:rtype: int
|
|
11956
11956
|
"""
|
|
11957
11957
|
return self._ModifiedTime
|
|
@@ -11962,7 +11962,7 @@ class DescribeStaffInfoListRequest(AbstractModel):
|
|
|
11962
11962
|
|
|
11963
11963
|
@property
|
|
11964
11964
|
def SkillGroupId(self):
|
|
11965
|
-
r"""
|
|
11965
|
+
r"""<p>技能组ID</p>
|
|
11966
11966
|
:rtype: int
|
|
11967
11967
|
"""
|
|
11968
11968
|
return self._SkillGroupId
|
|
@@ -11996,9 +11996,9 @@ class DescribeStaffInfoListResponse(AbstractModel):
|
|
|
11996
11996
|
|
|
11997
11997
|
def __init__(self):
|
|
11998
11998
|
r"""
|
|
11999
|
-
:param _TotalCount:
|
|
11999
|
+
:param _TotalCount: <p>坐席用户总数</p>
|
|
12000
12000
|
:type TotalCount: int
|
|
12001
|
-
:param _StaffList:
|
|
12001
|
+
:param _StaffList: <p>坐席用户信息列表</p>
|
|
12002
12002
|
:type StaffList: list of StaffInfo
|
|
12003
12003
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
12004
12004
|
:type RequestId: str
|
|
@@ -12009,7 +12009,7 @@ class DescribeStaffInfoListResponse(AbstractModel):
|
|
|
12009
12009
|
|
|
12010
12010
|
@property
|
|
12011
12011
|
def TotalCount(self):
|
|
12012
|
-
r"""
|
|
12012
|
+
r"""<p>坐席用户总数</p>
|
|
12013
12013
|
:rtype: int
|
|
12014
12014
|
"""
|
|
12015
12015
|
return self._TotalCount
|
|
@@ -12020,7 +12020,7 @@ class DescribeStaffInfoListResponse(AbstractModel):
|
|
|
12020
12020
|
|
|
12021
12021
|
@property
|
|
12022
12022
|
def StaffList(self):
|
|
12023
|
-
r"""
|
|
12023
|
+
r"""<p>坐席用户信息列表</p>
|
|
12024
12024
|
:rtype: list of StaffInfo
|
|
12025
12025
|
"""
|
|
12026
12026
|
return self._StaffList
|
|
@@ -12347,11 +12347,11 @@ class DescribeTelCallInfoRequest(AbstractModel):
|
|
|
12347
12347
|
|
|
12348
12348
|
def __init__(self):
|
|
12349
12349
|
r"""
|
|
12350
|
-
:param _StartTimeStamp:
|
|
12350
|
+
:param _StartTimeStamp: <p>起始时间戳,Unix 时间戳(查询维度仅支持天,例如查询5月1日应该传startTime:"2023-05-01 00:00:00","endTime":"2023-05-01 23:59:59"的时间戳,查5月1日和5月2日的应该传startTime:"2023-05-01 00:00:00","endTime":"2023-05-02 23:59:59"的时间戳)</p>
|
|
12351
12351
|
:type StartTimeStamp: int
|
|
12352
|
-
:param _EndTimeStamp:
|
|
12352
|
+
:param _EndTimeStamp: <p>结束时间戳,Unix 时间戳,查询时间范围最大为90天(查询维度仅支持天,例如查询5月1日应该传startTime:"2023-05-01 00:00:00","endTime":"2023-05-01 23:59:59"的时间戳,查5月1日和5月2日的应该传startTime:"2023-05-01 00:00:00","endTime":"2023-05-02 23:59:59"的时间戳)</p>
|
|
12353
12353
|
:type EndTimeStamp: int
|
|
12354
|
-
:param _SdkAppIdList:
|
|
12354
|
+
:param _SdkAppIdList: <p>应用ID列表,多个ID时,返回值为多个ID使用总和</p>
|
|
12355
12355
|
:type SdkAppIdList: list of int
|
|
12356
12356
|
"""
|
|
12357
12357
|
self._StartTimeStamp = None
|
|
@@ -12360,7 +12360,7 @@ class DescribeTelCallInfoRequest(AbstractModel):
|
|
|
12360
12360
|
|
|
12361
12361
|
@property
|
|
12362
12362
|
def StartTimeStamp(self):
|
|
12363
|
-
r"""
|
|
12363
|
+
r"""<p>起始时间戳,Unix 时间戳(查询维度仅支持天,例如查询5月1日应该传startTime:"2023-05-01 00:00:00","endTime":"2023-05-01 23:59:59"的时间戳,查5月1日和5月2日的应该传startTime:"2023-05-01 00:00:00","endTime":"2023-05-02 23:59:59"的时间戳)</p>
|
|
12364
12364
|
:rtype: int
|
|
12365
12365
|
"""
|
|
12366
12366
|
return self._StartTimeStamp
|
|
@@ -12371,7 +12371,7 @@ class DescribeTelCallInfoRequest(AbstractModel):
|
|
|
12371
12371
|
|
|
12372
12372
|
@property
|
|
12373
12373
|
def EndTimeStamp(self):
|
|
12374
|
-
r"""
|
|
12374
|
+
r"""<p>结束时间戳,Unix 时间戳,查询时间范围最大为90天(查询维度仅支持天,例如查询5月1日应该传startTime:"2023-05-01 00:00:00","endTime":"2023-05-01 23:59:59"的时间戳,查5月1日和5月2日的应该传startTime:"2023-05-01 00:00:00","endTime":"2023-05-02 23:59:59"的时间戳)</p>
|
|
12375
12375
|
:rtype: int
|
|
12376
12376
|
"""
|
|
12377
12377
|
return self._EndTimeStamp
|
|
@@ -12382,7 +12382,7 @@ class DescribeTelCallInfoRequest(AbstractModel):
|
|
|
12382
12382
|
|
|
12383
12383
|
@property
|
|
12384
12384
|
def SdkAppIdList(self):
|
|
12385
|
-
r"""
|
|
12385
|
+
r"""<p>应用ID列表,多个ID时,返回值为多个ID使用总和</p>
|
|
12386
12386
|
:rtype: list of int
|
|
12387
12387
|
"""
|
|
12388
12388
|
return self._SdkAppIdList
|
|
@@ -12413,19 +12413,19 @@ class DescribeTelCallInfoResponse(AbstractModel):
|
|
|
12413
12413
|
|
|
12414
12414
|
def __init__(self):
|
|
12415
12415
|
r"""
|
|
12416
|
-
:param _TelCallOutCount:
|
|
12416
|
+
:param _TelCallOutCount: <p>呼出套餐包消耗分钟数</p>
|
|
12417
12417
|
:type TelCallOutCount: int
|
|
12418
|
-
:param _TelCallInCount:
|
|
12418
|
+
:param _TelCallInCount: <p>呼入套餐包消耗分钟数</p>
|
|
12419
12419
|
:type TelCallInCount: int
|
|
12420
|
-
:param _SeatUsedCount:
|
|
12420
|
+
:param _SeatUsedCount: <p>坐席使用统计个数</p>
|
|
12421
12421
|
:type SeatUsedCount: int
|
|
12422
|
-
:param _VoipCallInCount:
|
|
12422
|
+
:param _VoipCallInCount: <p>音频套餐包消耗分钟数</p>
|
|
12423
12423
|
:type VoipCallInCount: int
|
|
12424
|
-
:param _VOIPCallInCount:
|
|
12424
|
+
:param _VOIPCallInCount: <p>音频套餐包消耗分钟数</p>
|
|
12425
12425
|
:type VOIPCallInCount: int
|
|
12426
|
-
:param _AsrOfflineCount:
|
|
12426
|
+
:param _AsrOfflineCount: <p>离线语音转文字套餐包消耗分钟数</p>
|
|
12427
12427
|
:type AsrOfflineCount: int
|
|
12428
|
-
:param _AsrRealtimeCount:
|
|
12428
|
+
:param _AsrRealtimeCount: <p>实时语音转文字套餐包消耗分钟数</p>
|
|
12429
12429
|
:type AsrRealtimeCount: int
|
|
12430
12430
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
12431
12431
|
:type RequestId: str
|
|
@@ -12441,7 +12441,7 @@ class DescribeTelCallInfoResponse(AbstractModel):
|
|
|
12441
12441
|
|
|
12442
12442
|
@property
|
|
12443
12443
|
def TelCallOutCount(self):
|
|
12444
|
-
r"""
|
|
12444
|
+
r"""<p>呼出套餐包消耗分钟数</p>
|
|
12445
12445
|
:rtype: int
|
|
12446
12446
|
"""
|
|
12447
12447
|
return self._TelCallOutCount
|
|
@@ -12452,7 +12452,7 @@ class DescribeTelCallInfoResponse(AbstractModel):
|
|
|
12452
12452
|
|
|
12453
12453
|
@property
|
|
12454
12454
|
def TelCallInCount(self):
|
|
12455
|
-
r"""
|
|
12455
|
+
r"""<p>呼入套餐包消耗分钟数</p>
|
|
12456
12456
|
:rtype: int
|
|
12457
12457
|
"""
|
|
12458
12458
|
return self._TelCallInCount
|
|
@@ -12463,7 +12463,7 @@ class DescribeTelCallInfoResponse(AbstractModel):
|
|
|
12463
12463
|
|
|
12464
12464
|
@property
|
|
12465
12465
|
def SeatUsedCount(self):
|
|
12466
|
-
r"""
|
|
12466
|
+
r"""<p>坐席使用统计个数</p>
|
|
12467
12467
|
:rtype: int
|
|
12468
12468
|
"""
|
|
12469
12469
|
return self._SeatUsedCount
|
|
@@ -12476,7 +12476,7 @@ class DescribeTelCallInfoResponse(AbstractModel):
|
|
|
12476
12476
|
def VoipCallInCount(self):
|
|
12477
12477
|
warnings.warn("parameter `VoipCallInCount` is deprecated", DeprecationWarning)
|
|
12478
12478
|
|
|
12479
|
-
r"""
|
|
12479
|
+
r"""<p>音频套餐包消耗分钟数</p>
|
|
12480
12480
|
:rtype: int
|
|
12481
12481
|
"""
|
|
12482
12482
|
return self._VoipCallInCount
|
|
@@ -12489,7 +12489,7 @@ class DescribeTelCallInfoResponse(AbstractModel):
|
|
|
12489
12489
|
|
|
12490
12490
|
@property
|
|
12491
12491
|
def VOIPCallInCount(self):
|
|
12492
|
-
r"""
|
|
12492
|
+
r"""<p>音频套餐包消耗分钟数</p>
|
|
12493
12493
|
:rtype: int
|
|
12494
12494
|
"""
|
|
12495
12495
|
return self._VOIPCallInCount
|
|
@@ -12500,7 +12500,7 @@ class DescribeTelCallInfoResponse(AbstractModel):
|
|
|
12500
12500
|
|
|
12501
12501
|
@property
|
|
12502
12502
|
def AsrOfflineCount(self):
|
|
12503
|
-
r"""
|
|
12503
|
+
r"""<p>离线语音转文字套餐包消耗分钟数</p>
|
|
12504
12504
|
:rtype: int
|
|
12505
12505
|
"""
|
|
12506
12506
|
return self._AsrOfflineCount
|
|
@@ -12511,7 +12511,7 @@ class DescribeTelCallInfoResponse(AbstractModel):
|
|
|
12511
12511
|
|
|
12512
12512
|
@property
|
|
12513
12513
|
def AsrRealtimeCount(self):
|
|
12514
|
-
r"""
|
|
12514
|
+
r"""<p>实时语音转文字套餐包消耗分钟数</p>
|
|
12515
12515
|
:rtype: int
|
|
12516
12516
|
"""
|
|
12517
12517
|
return self._AsrRealtimeCount
|
|
@@ -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.52
|
|
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.52
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.52
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.51
|
|
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
|