tencentcloud-sdk-python-ccc 3.1.51__tar.gz → 3.1.59__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.51 → tencentcloud_sdk_python_ccc-3.1.59}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_ccc-3.1.51 → tencentcloud_sdk_python_ccc-3.1.59}/setup.py +1 -1
  3. {tencentcloud_sdk_python_ccc-3.1.51 → tencentcloud_sdk_python_ccc-3.1.59}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_ccc-3.1.51 → tencentcloud_sdk_python_ccc-3.1.59}/tencentcloud/ccc/v20200210/models.py +96 -66
  5. {tencentcloud_sdk_python_ccc-3.1.51 → tencentcloud_sdk_python_ccc-3.1.59}/tencentcloud_sdk_python_ccc.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_ccc-3.1.59/tencentcloud_sdk_python_ccc.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_ccc-3.1.51/tencentcloud_sdk_python_ccc.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_ccc-3.1.51 → tencentcloud_sdk_python_ccc-3.1.59}/README.rst +0 -0
  9. {tencentcloud_sdk_python_ccc-3.1.51 → tencentcloud_sdk_python_ccc-3.1.59}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_ccc-3.1.51 → tencentcloud_sdk_python_ccc-3.1.59}/tencentcloud/ccc/__init__.py +0 -0
  11. {tencentcloud_sdk_python_ccc-3.1.51 → tencentcloud_sdk_python_ccc-3.1.59}/tencentcloud/ccc/v20200210/__init__.py +0 -0
  12. {tencentcloud_sdk_python_ccc-3.1.51 → tencentcloud_sdk_python_ccc-3.1.59}/tencentcloud/ccc/v20200210/ccc_client.py +0 -0
  13. {tencentcloud_sdk_python_ccc-3.1.51 → tencentcloud_sdk_python_ccc-3.1.59}/tencentcloud/ccc/v20200210/ccc_client_async.py +0 -0
  14. {tencentcloud_sdk_python_ccc-3.1.51 → tencentcloud_sdk_python_ccc-3.1.59}/tencentcloud/ccc/v20200210/errorcodes.py +0 -0
  15. {tencentcloud_sdk_python_ccc-3.1.51 → tencentcloud_sdk_python_ccc-3.1.59}/tencentcloud_sdk_python_ccc.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_ccc-3.1.51 → tencentcloud_sdk_python_ccc-3.1.59}/tencentcloud_sdk_python_ccc.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_ccc-3.1.51 → tencentcloud_sdk_python_ccc-3.1.59}/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.51
3
+ Version: 3.1.59
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.51
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.59
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.51,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.59,<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.51'
17
+ __version__ = '3.1.59'
@@ -341,13 +341,13 @@ class AICallExtractResultInfo(AbstractModel):
341
341
 
342
342
  def __init__(self):
343
343
  r"""
344
- :param _Text: 提取的类型是文本
344
+ :param _Text: <p>提取的类型是文本</p>
345
345
  :type Text: str
346
- :param _Chosen: 提取的内型是选项
346
+ :param _Chosen: <p>提取的类型是选项</p>
347
347
  :type Chosen: list of str
348
- :param _Boolean: 提取类型是布尔值
348
+ :param _Boolean: <p>提取类型是布尔值</p>
349
349
  :type Boolean: bool
350
- :param _Number: 提取类型是数字
350
+ :param _Number: <p>提取类型是数字</p>
351
351
  :type Number: float
352
352
  """
353
353
  self._Text = None
@@ -357,7 +357,7 @@ class AICallExtractResultInfo(AbstractModel):
357
357
 
358
358
  @property
359
359
  def Text(self):
360
- r"""提取的类型是文本
360
+ r"""<p>提取的类型是文本</p>
361
361
  :rtype: str
362
362
  """
363
363
  return self._Text
@@ -368,7 +368,7 @@ class AICallExtractResultInfo(AbstractModel):
368
368
 
369
369
  @property
370
370
  def Chosen(self):
371
- r"""提取的内型是选项
371
+ r"""<p>提取的类型是选项</p>
372
372
  :rtype: list of str
373
373
  """
374
374
  return self._Chosen
@@ -379,7 +379,7 @@ class AICallExtractResultInfo(AbstractModel):
379
379
 
380
380
  @property
381
381
  def Boolean(self):
382
- r"""提取类型是布尔值
382
+ r"""<p>提取类型是布尔值</p>
383
383
  :rtype: bool
384
384
  """
385
385
  return self._Boolean
@@ -390,7 +390,7 @@ class AICallExtractResultInfo(AbstractModel):
390
390
 
391
391
  @property
392
392
  def Number(self):
393
- r"""提取类型是数字
393
+ r"""<p>提取类型是数字</p>
394
394
  :rtype: float
395
395
  """
396
396
  return self._Number
@@ -6790,9 +6790,9 @@ class DeleteStaffRequest(AbstractModel):
6790
6790
 
6791
6791
  def __init__(self):
6792
6792
  r"""
6793
- :param _SdkAppId: 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
6793
+ :param _SdkAppId: <p>应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc</p>
6794
6794
  :type SdkAppId: int
6795
- :param _StaffList: 待删除客服邮箱列表,一次最大支持200个。
6795
+ :param _StaffList: <p>待删除客服邮箱列表,一次最大支持200个。</p>
6796
6796
  :type StaffList: list of str
6797
6797
  """
6798
6798
  self._SdkAppId = None
@@ -6800,7 +6800,7 @@ class DeleteStaffRequest(AbstractModel):
6800
6800
 
6801
6801
  @property
6802
6802
  def SdkAppId(self):
6803
- r"""应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
6803
+ r"""<p>应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc</p>
6804
6804
  :rtype: int
6805
6805
  """
6806
6806
  return self._SdkAppId
@@ -6811,7 +6811,7 @@ class DeleteStaffRequest(AbstractModel):
6811
6811
 
6812
6812
  @property
6813
6813
  def StaffList(self):
6814
- r"""待删除客服邮箱列表,一次最大支持200个。
6814
+ r"""<p>待删除客服邮箱列表,一次最大支持200个。</p>
6815
6815
  :rtype: list of str
6816
6816
  """
6817
6817
  return self._StaffList
@@ -6841,17 +6841,20 @@ class DeleteStaffResponse(AbstractModel):
6841
6841
 
6842
6842
  def __init__(self):
6843
6843
  r"""
6844
- :param _OnlineStaffList: 无法删除的状态为在线的客服列表
6844
+ :param _OnlineStaffList: <p>无法删除的状态为在线的客服列表</p>
6845
6845
  :type OnlineStaffList: list of str
6846
+ :param _DeleteStatusInfo: <p>坐席删除详情</p>
6847
+ :type DeleteStatusInfo: str
6846
6848
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6847
6849
  :type RequestId: str
6848
6850
  """
6849
6851
  self._OnlineStaffList = None
6852
+ self._DeleteStatusInfo = None
6850
6853
  self._RequestId = None
6851
6854
 
6852
6855
  @property
6853
6856
  def OnlineStaffList(self):
6854
- r"""无法删除的状态为在线的客服列表
6857
+ r"""<p>无法删除的状态为在线的客服列表</p>
6855
6858
  :rtype: list of str
6856
6859
  """
6857
6860
  return self._OnlineStaffList
@@ -6860,6 +6863,17 @@ class DeleteStaffResponse(AbstractModel):
6860
6863
  def OnlineStaffList(self, OnlineStaffList):
6861
6864
  self._OnlineStaffList = OnlineStaffList
6862
6865
 
6866
+ @property
6867
+ def DeleteStatusInfo(self):
6868
+ r"""<p>坐席删除详情</p>
6869
+ :rtype: str
6870
+ """
6871
+ return self._DeleteStatusInfo
6872
+
6873
+ @DeleteStatusInfo.setter
6874
+ def DeleteStatusInfo(self, DeleteStatusInfo):
6875
+ self._DeleteStatusInfo = DeleteStatusInfo
6876
+
6863
6877
  @property
6864
6878
  def RequestId(self):
6865
6879
  r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
@@ -6874,6 +6888,7 @@ class DeleteStaffResponse(AbstractModel):
6874
6888
 
6875
6889
  def _deserialize(self, params):
6876
6890
  self._OnlineStaffList = params.get("OnlineStaffList")
6891
+ self._DeleteStatusInfo = params.get("DeleteStatusInfo")
6877
6892
  self._RequestId = params.get("RequestId")
6878
6893
 
6879
6894
 
@@ -10083,11 +10098,11 @@ class DescribeNumbersRequest(AbstractModel):
10083
10098
 
10084
10099
  def __init__(self):
10085
10100
  r"""
10086
- :param _SdkAppId: 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
10101
+ :param _SdkAppId: <p>应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc</p>
10087
10102
  :type SdkAppId: int
10088
- :param _PageNumber: 页数,从0开始
10103
+ :param _PageNumber: <p>页数,从0开始</p>
10089
10104
  :type PageNumber: int
10090
- :param _PageSize: 分页大小,默认20
10105
+ :param _PageSize: <p>分页大小,默认20</p>
10091
10106
  :type PageSize: int
10092
10107
  """
10093
10108
  self._SdkAppId = None
@@ -10096,7 +10111,7 @@ class DescribeNumbersRequest(AbstractModel):
10096
10111
 
10097
10112
  @property
10098
10113
  def SdkAppId(self):
10099
- r"""应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
10114
+ r"""<p>应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc</p>
10100
10115
  :rtype: int
10101
10116
  """
10102
10117
  return self._SdkAppId
@@ -10107,7 +10122,7 @@ class DescribeNumbersRequest(AbstractModel):
10107
10122
 
10108
10123
  @property
10109
10124
  def PageNumber(self):
10110
- r"""页数,从0开始
10125
+ r"""<p>页数,从0开始</p>
10111
10126
  :rtype: int
10112
10127
  """
10113
10128
  return self._PageNumber
@@ -10118,7 +10133,7 @@ class DescribeNumbersRequest(AbstractModel):
10118
10133
 
10119
10134
  @property
10120
10135
  def PageSize(self):
10121
- r"""分页大小,默认20
10136
+ r"""<p>分页大小,默认20</p>
10122
10137
  :rtype: int
10123
10138
  """
10124
10139
  return self._PageSize
@@ -10149,9 +10164,9 @@ class DescribeNumbersResponse(AbstractModel):
10149
10164
 
10150
10165
  def __init__(self):
10151
10166
  r"""
10152
- :param _TotalCount: 总数量
10167
+ :param _TotalCount: <p>总数量</p>
10153
10168
  :type TotalCount: int
10154
- :param _Numbers: 号码列表
10169
+ :param _Numbers: <p>号码列表</p>
10155
10170
  :type Numbers: list of NumberInfo
10156
10171
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
10157
10172
  :type RequestId: str
@@ -10162,7 +10177,7 @@ class DescribeNumbersResponse(AbstractModel):
10162
10177
 
10163
10178
  @property
10164
10179
  def TotalCount(self):
10165
- r"""总数量
10180
+ r"""<p>总数量</p>
10166
10181
  :rtype: int
10167
10182
  """
10168
10183
  return self._TotalCount
@@ -10173,7 +10188,7 @@ class DescribeNumbersResponse(AbstractModel):
10173
10188
 
10174
10189
  @property
10175
10190
  def Numbers(self):
10176
- r"""号码列表
10191
+ r"""<p>号码列表</p>
10177
10192
  :rtype: list of NumberInfo
10178
10193
  """
10179
10194
  return self._Numbers
@@ -11885,17 +11900,17 @@ class DescribeStaffInfoListRequest(AbstractModel):
11885
11900
 
11886
11901
  def __init__(self):
11887
11902
  r"""
11888
- :param _SdkAppId: 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
11903
+ :param _SdkAppId: <p>应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc</p>
11889
11904
  :type SdkAppId: int
11890
- :param _PageSize: 分页尺寸,上限 9999
11905
+ :param _PageSize: <p>分页尺寸,上限 9999</p>
11891
11906
  :type PageSize: int
11892
- :param _PageNumber: 分页页码,从 0 开始
11907
+ :param _PageNumber: <p>分页页码,从 0 开始</p>
11893
11908
  :type PageNumber: int
11894
- :param _StaffMail: 坐席账号,查询单个坐席时使用
11909
+ :param _StaffMail: <p>坐席账号,查询单个坐席时使用</p>
11895
11910
  :type StaffMail: str
11896
- :param _ModifiedTime: 查询修改时间大于等于ModifiedTime的坐席时使用
11911
+ :param _ModifiedTime: <p>查询修改时间大于等于ModifiedTime的坐席时使用</p>
11897
11912
  :type ModifiedTime: int
11898
- :param _SkillGroupId: 技能组ID
11913
+ :param _SkillGroupId: <p>技能组ID</p>
11899
11914
  :type SkillGroupId: int
11900
11915
  """
11901
11916
  self._SdkAppId = None
@@ -11907,7 +11922,7 @@ class DescribeStaffInfoListRequest(AbstractModel):
11907
11922
 
11908
11923
  @property
11909
11924
  def SdkAppId(self):
11910
- r"""应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
11925
+ r"""<p>应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc</p>
11911
11926
  :rtype: int
11912
11927
  """
11913
11928
  return self._SdkAppId
@@ -11918,7 +11933,7 @@ class DescribeStaffInfoListRequest(AbstractModel):
11918
11933
 
11919
11934
  @property
11920
11935
  def PageSize(self):
11921
- r"""分页尺寸,上限 9999
11936
+ r"""<p>分页尺寸,上限 9999</p>
11922
11937
  :rtype: int
11923
11938
  """
11924
11939
  return self._PageSize
@@ -11929,7 +11944,7 @@ class DescribeStaffInfoListRequest(AbstractModel):
11929
11944
 
11930
11945
  @property
11931
11946
  def PageNumber(self):
11932
- r"""分页页码,从 0 开始
11947
+ r"""<p>分页页码,从 0 开始</p>
11933
11948
  :rtype: int
11934
11949
  """
11935
11950
  return self._PageNumber
@@ -11940,7 +11955,7 @@ class DescribeStaffInfoListRequest(AbstractModel):
11940
11955
 
11941
11956
  @property
11942
11957
  def StaffMail(self):
11943
- r"""坐席账号,查询单个坐席时使用
11958
+ r"""<p>坐席账号,查询单个坐席时使用</p>
11944
11959
  :rtype: str
11945
11960
  """
11946
11961
  return self._StaffMail
@@ -11951,7 +11966,7 @@ class DescribeStaffInfoListRequest(AbstractModel):
11951
11966
 
11952
11967
  @property
11953
11968
  def ModifiedTime(self):
11954
- r"""查询修改时间大于等于ModifiedTime的坐席时使用
11969
+ r"""<p>查询修改时间大于等于ModifiedTime的坐席时使用</p>
11955
11970
  :rtype: int
11956
11971
  """
11957
11972
  return self._ModifiedTime
@@ -11962,7 +11977,7 @@ class DescribeStaffInfoListRequest(AbstractModel):
11962
11977
 
11963
11978
  @property
11964
11979
  def SkillGroupId(self):
11965
- r"""技能组ID
11980
+ r"""<p>技能组ID</p>
11966
11981
  :rtype: int
11967
11982
  """
11968
11983
  return self._SkillGroupId
@@ -11996,9 +12011,9 @@ class DescribeStaffInfoListResponse(AbstractModel):
11996
12011
 
11997
12012
  def __init__(self):
11998
12013
  r"""
11999
- :param _TotalCount: 坐席用户总数
12014
+ :param _TotalCount: <p>坐席用户总数</p>
12000
12015
  :type TotalCount: int
12001
- :param _StaffList: 坐席用户信息列表
12016
+ :param _StaffList: <p>坐席用户信息列表</p>
12002
12017
  :type StaffList: list of StaffInfo
12003
12018
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
12004
12019
  :type RequestId: str
@@ -12009,7 +12024,7 @@ class DescribeStaffInfoListResponse(AbstractModel):
12009
12024
 
12010
12025
  @property
12011
12026
  def TotalCount(self):
12012
- r"""坐席用户总数
12027
+ r"""<p>坐席用户总数</p>
12013
12028
  :rtype: int
12014
12029
  """
12015
12030
  return self._TotalCount
@@ -12020,7 +12035,7 @@ class DescribeStaffInfoListResponse(AbstractModel):
12020
12035
 
12021
12036
  @property
12022
12037
  def StaffList(self):
12023
- r"""坐席用户信息列表
12038
+ r"""<p>坐席用户信息列表</p>
12024
12039
  :rtype: list of StaffInfo
12025
12040
  """
12026
12041
  return self._StaffList
@@ -12347,11 +12362,11 @@ class DescribeTelCallInfoRequest(AbstractModel):
12347
12362
 
12348
12363
  def __init__(self):
12349
12364
  r"""
12350
- :param _StartTimeStamp: 起始时间戳,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"的时间戳)
12365
+ :param _StartTimeStamp: <p>起始时间戳,Unix 时间戳(查询维度仅支持天,例如查询5月1日应该传startTime:&quot;2023-05-01 00:00:00&quot;,&quot;endTime&quot;:&quot;2023-05-01 23:59:59&quot;的时间戳,查5月1日和5月2日的应该传startTime:&quot;2023-05-01 00:00:00&quot;,&quot;endTime&quot;:&quot;2023-05-02 23:59:59&quot;的时间戳)</p>
12351
12366
  :type StartTimeStamp: int
12352
- :param _EndTimeStamp: 结束时间戳,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"的时间戳)
12367
+ :param _EndTimeStamp: <p>结束时间戳,Unix 时间戳,查询时间范围最大为90天(查询维度仅支持天,例如查询5月1日应该传startTime:&quot;2023-05-01 00:00:00&quot;,&quot;endTime&quot;:&quot;2023-05-01 23:59:59&quot;的时间戳,查5月1日和5月2日的应该传startTime:&quot;2023-05-01 00:00:00&quot;,&quot;endTime&quot;:&quot;2023-05-02 23:59:59&quot;的时间戳)</p>
12353
12368
  :type EndTimeStamp: int
12354
- :param _SdkAppIdList: 应用ID列表,多个ID时,返回值为多个ID使用总和
12369
+ :param _SdkAppIdList: <p>应用ID列表,多个ID时,返回值为多个ID使用总和</p>
12355
12370
  :type SdkAppIdList: list of int
12356
12371
  """
12357
12372
  self._StartTimeStamp = None
@@ -12360,7 +12375,7 @@ class DescribeTelCallInfoRequest(AbstractModel):
12360
12375
 
12361
12376
  @property
12362
12377
  def StartTimeStamp(self):
12363
- r"""起始时间戳,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"的时间戳)
12378
+ r"""<p>起始时间戳,Unix 时间戳(查询维度仅支持天,例如查询5月1日应该传startTime:&quot;2023-05-01 00:00:00&quot;,&quot;endTime&quot;:&quot;2023-05-01 23:59:59&quot;的时间戳,查5月1日和5月2日的应该传startTime:&quot;2023-05-01 00:00:00&quot;,&quot;endTime&quot;:&quot;2023-05-02 23:59:59&quot;的时间戳)</p>
12364
12379
  :rtype: int
12365
12380
  """
12366
12381
  return self._StartTimeStamp
@@ -12371,7 +12386,7 @@ class DescribeTelCallInfoRequest(AbstractModel):
12371
12386
 
12372
12387
  @property
12373
12388
  def EndTimeStamp(self):
12374
- r"""结束时间戳,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"的时间戳)
12389
+ r"""<p>结束时间戳,Unix 时间戳,查询时间范围最大为90天(查询维度仅支持天,例如查询5月1日应该传startTime:&quot;2023-05-01 00:00:00&quot;,&quot;endTime&quot;:&quot;2023-05-01 23:59:59&quot;的时间戳,查5月1日和5月2日的应该传startTime:&quot;2023-05-01 00:00:00&quot;,&quot;endTime&quot;:&quot;2023-05-02 23:59:59&quot;的时间戳)</p>
12375
12390
  :rtype: int
12376
12391
  """
12377
12392
  return self._EndTimeStamp
@@ -12382,7 +12397,7 @@ class DescribeTelCallInfoRequest(AbstractModel):
12382
12397
 
12383
12398
  @property
12384
12399
  def SdkAppIdList(self):
12385
- r"""应用ID列表,多个ID时,返回值为多个ID使用总和
12400
+ r"""<p>应用ID列表,多个ID时,返回值为多个ID使用总和</p>
12386
12401
  :rtype: list of int
12387
12402
  """
12388
12403
  return self._SdkAppIdList
@@ -12413,19 +12428,19 @@ class DescribeTelCallInfoResponse(AbstractModel):
12413
12428
 
12414
12429
  def __init__(self):
12415
12430
  r"""
12416
- :param _TelCallOutCount: 呼出套餐包消耗分钟数
12431
+ :param _TelCallOutCount: <p>呼出套餐包消耗分钟数</p>
12417
12432
  :type TelCallOutCount: int
12418
- :param _TelCallInCount: 呼入套餐包消耗分钟数
12433
+ :param _TelCallInCount: <p>呼入套餐包消耗分钟数</p>
12419
12434
  :type TelCallInCount: int
12420
- :param _SeatUsedCount: 坐席使用统计个数
12435
+ :param _SeatUsedCount: <p>坐席使用统计个数</p>
12421
12436
  :type SeatUsedCount: int
12422
- :param _VoipCallInCount: 音频套餐包消耗分钟数
12437
+ :param _VoipCallInCount: <p>音频套餐包消耗分钟数</p>
12423
12438
  :type VoipCallInCount: int
12424
- :param _VOIPCallInCount: 音频套餐包消耗分钟数
12439
+ :param _VOIPCallInCount: <p>音频套餐包消耗分钟数</p>
12425
12440
  :type VOIPCallInCount: int
12426
- :param _AsrOfflineCount: 离线语音转文字套餐包消耗分钟数
12441
+ :param _AsrOfflineCount: <p>离线语音转文字套餐包消耗分钟数</p>
12427
12442
  :type AsrOfflineCount: int
12428
- :param _AsrRealtimeCount: 实时语音转文字套餐包消耗分钟数
12443
+ :param _AsrRealtimeCount: <p>实时语音转文字套餐包消耗分钟数</p>
12429
12444
  :type AsrRealtimeCount: int
12430
12445
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
12431
12446
  :type RequestId: str
@@ -12441,7 +12456,7 @@ class DescribeTelCallInfoResponse(AbstractModel):
12441
12456
 
12442
12457
  @property
12443
12458
  def TelCallOutCount(self):
12444
- r"""呼出套餐包消耗分钟数
12459
+ r"""<p>呼出套餐包消耗分钟数</p>
12445
12460
  :rtype: int
12446
12461
  """
12447
12462
  return self._TelCallOutCount
@@ -12452,7 +12467,7 @@ class DescribeTelCallInfoResponse(AbstractModel):
12452
12467
 
12453
12468
  @property
12454
12469
  def TelCallInCount(self):
12455
- r"""呼入套餐包消耗分钟数
12470
+ r"""<p>呼入套餐包消耗分钟数</p>
12456
12471
  :rtype: int
12457
12472
  """
12458
12473
  return self._TelCallInCount
@@ -12463,7 +12478,7 @@ class DescribeTelCallInfoResponse(AbstractModel):
12463
12478
 
12464
12479
  @property
12465
12480
  def SeatUsedCount(self):
12466
- r"""坐席使用统计个数
12481
+ r"""<p>坐席使用统计个数</p>
12467
12482
  :rtype: int
12468
12483
  """
12469
12484
  return self._SeatUsedCount
@@ -12476,7 +12491,7 @@ class DescribeTelCallInfoResponse(AbstractModel):
12476
12491
  def VoipCallInCount(self):
12477
12492
  warnings.warn("parameter `VoipCallInCount` is deprecated", DeprecationWarning)
12478
12493
 
12479
- r"""音频套餐包消耗分钟数
12494
+ r"""<p>音频套餐包消耗分钟数</p>
12480
12495
  :rtype: int
12481
12496
  """
12482
12497
  return self._VoipCallInCount
@@ -12489,7 +12504,7 @@ class DescribeTelCallInfoResponse(AbstractModel):
12489
12504
 
12490
12505
  @property
12491
12506
  def VOIPCallInCount(self):
12492
- r"""音频套餐包消耗分钟数
12507
+ r"""<p>音频套餐包消耗分钟数</p>
12493
12508
  :rtype: int
12494
12509
  """
12495
12510
  return self._VOIPCallInCount
@@ -12500,7 +12515,7 @@ class DescribeTelCallInfoResponse(AbstractModel):
12500
12515
 
12501
12516
  @property
12502
12517
  def AsrOfflineCount(self):
12503
- r"""离线语音转文字套餐包消耗分钟数
12518
+ r"""<p>离线语音转文字套餐包消耗分钟数</p>
12504
12519
  :rtype: int
12505
12520
  """
12506
12521
  return self._AsrOfflineCount
@@ -12511,7 +12526,7 @@ class DescribeTelCallInfoResponse(AbstractModel):
12511
12526
 
12512
12527
  @property
12513
12528
  def AsrRealtimeCount(self):
12514
- r"""实时语音转文字套餐包消耗分钟数
12529
+ r"""<p>实时语音转文字套餐包消耗分钟数</p>
12515
12530
  :rtype: int
12516
12531
  """
12517
12532
  return self._AsrRealtimeCount
@@ -15182,20 +15197,23 @@ class NumberInfo(AbstractModel):
15182
15197
 
15183
15198
  def __init__(self):
15184
15199
  r"""
15185
- :param _Number: 号码
15200
+ :param _Number: <p>号码</p>
15186
15201
  :type Number: str
15187
- :param _CallOutSkillGroupIds: 绑定的外呼技能组
15202
+ :param _CallOutSkillGroupIds: <p>绑定的外呼技能组</p>
15188
15203
  :type CallOutSkillGroupIds: list of int non-negative
15189
- :param _State: 号码状态,1-正常,2-欠费停用,4-管理员停用,5-违规停用
15204
+ :param _State: <p>号码状态,1-正常,2-欠费停用,4-管理员停用,5-违规停用</p>
15190
15205
  :type State: int
15206
+ :param _CostType: <p>是否自携号码</p><p>枚举值:</p><ul><li>0: 非自携</li><li>1: 自携</li></ul>
15207
+ :type CostType: int
15191
15208
  """
15192
15209
  self._Number = None
15193
15210
  self._CallOutSkillGroupIds = None
15194
15211
  self._State = None
15212
+ self._CostType = None
15195
15213
 
15196
15214
  @property
15197
15215
  def Number(self):
15198
- r"""号码
15216
+ r"""<p>号码</p>
15199
15217
  :rtype: str
15200
15218
  """
15201
15219
  return self._Number
@@ -15206,7 +15224,7 @@ class NumberInfo(AbstractModel):
15206
15224
 
15207
15225
  @property
15208
15226
  def CallOutSkillGroupIds(self):
15209
- r"""绑定的外呼技能组
15227
+ r"""<p>绑定的外呼技能组</p>
15210
15228
  :rtype: list of int non-negative
15211
15229
  """
15212
15230
  return self._CallOutSkillGroupIds
@@ -15217,7 +15235,7 @@ class NumberInfo(AbstractModel):
15217
15235
 
15218
15236
  @property
15219
15237
  def State(self):
15220
- r"""号码状态,1-正常,2-欠费停用,4-管理员停用,5-违规停用
15238
+ r"""<p>号码状态,1-正常,2-欠费停用,4-管理员停用,5-违规停用</p>
15221
15239
  :rtype: int
15222
15240
  """
15223
15241
  return self._State
@@ -15226,11 +15244,23 @@ class NumberInfo(AbstractModel):
15226
15244
  def State(self, State):
15227
15245
  self._State = State
15228
15246
 
15247
+ @property
15248
+ def CostType(self):
15249
+ r"""<p>是否自携号码</p><p>枚举值:</p><ul><li>0: 非自携</li><li>1: 自携</li></ul>
15250
+ :rtype: int
15251
+ """
15252
+ return self._CostType
15253
+
15254
+ @CostType.setter
15255
+ def CostType(self, CostType):
15256
+ self._CostType = CostType
15257
+
15229
15258
 
15230
15259
  def _deserialize(self, params):
15231
15260
  self._Number = params.get("Number")
15232
15261
  self._CallOutSkillGroupIds = params.get("CallOutSkillGroupIds")
15233
15262
  self._State = params.get("State")
15263
+ self._CostType = params.get("CostType")
15234
15264
  memeber_set = set(params.keys())
15235
15265
  for name, value in vars(self).items():
15236
15266
  property_name = name[1:]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-ccc
3
- Version: 3.1.51
3
+ Version: 3.1.59
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.51
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.59
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.59
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.51