tencentcloud-sdk-python-ccc 3.1.52__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.52 → tencentcloud_sdk_python_ccc-3.1.59}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_ccc-3.1.52 → tencentcloud_sdk_python_ccc-3.1.59}/setup.py +1 -1
  3. {tencentcloud_sdk_python_ccc-3.1.52 → tencentcloud_sdk_python_ccc-3.1.59}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_ccc-3.1.52 → tencentcloud_sdk_python_ccc-3.1.59}/tencentcloud/ccc/v20200210/models.py +60 -30
  5. {tencentcloud_sdk_python_ccc-3.1.52 → 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.52/tencentcloud_sdk_python_ccc.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_ccc-3.1.52 → tencentcloud_sdk_python_ccc-3.1.59}/README.rst +0 -0
  9. {tencentcloud_sdk_python_ccc-3.1.52 → tencentcloud_sdk_python_ccc-3.1.59}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_ccc-3.1.52 → tencentcloud_sdk_python_ccc-3.1.59}/tencentcloud/ccc/__init__.py +0 -0
  11. {tencentcloud_sdk_python_ccc-3.1.52 → tencentcloud_sdk_python_ccc-3.1.59}/tencentcloud/ccc/v20200210/__init__.py +0 -0
  12. {tencentcloud_sdk_python_ccc-3.1.52 → tencentcloud_sdk_python_ccc-3.1.59}/tencentcloud/ccc/v20200210/ccc_client.py +0 -0
  13. {tencentcloud_sdk_python_ccc-3.1.52 → tencentcloud_sdk_python_ccc-3.1.59}/tencentcloud/ccc/v20200210/ccc_client_async.py +0 -0
  14. {tencentcloud_sdk_python_ccc-3.1.52 → tencentcloud_sdk_python_ccc-3.1.59}/tencentcloud/ccc/v20200210/errorcodes.py +0 -0
  15. {tencentcloud_sdk_python_ccc-3.1.52 → tencentcloud_sdk_python_ccc-3.1.59}/tencentcloud_sdk_python_ccc.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_ccc-3.1.52 → 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.52 → 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.52
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.52
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.52,<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.52'
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
@@ -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.52
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.52
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.52