tencentcloud-sdk-python-ccc 3.1.50__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.
Files changed (17) hide show
  1. {tencentcloud_sdk_python_ccc-3.1.50 → tencentcloud_sdk_python_ccc-3.1.52}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_ccc-3.1.50 → tencentcloud_sdk_python_ccc-3.1.52}/setup.py +1 -1
  3. {tencentcloud_sdk_python_ccc-3.1.50 → tencentcloud_sdk_python_ccc-3.1.52}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_ccc-3.1.50 → tencentcloud_sdk_python_ccc-3.1.52}/tencentcloud/ccc/v20200210/models.py +142 -112
  5. {tencentcloud_sdk_python_ccc-3.1.50 → tencentcloud_sdk_python_ccc-3.1.52}/tencentcloud_sdk_python_ccc.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_ccc-3.1.52/tencentcloud_sdk_python_ccc.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_ccc-3.1.50/tencentcloud_sdk_python_ccc.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_ccc-3.1.50 → tencentcloud_sdk_python_ccc-3.1.52}/README.rst +0 -0
  9. {tencentcloud_sdk_python_ccc-3.1.50 → tencentcloud_sdk_python_ccc-3.1.52}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_ccc-3.1.50 → tencentcloud_sdk_python_ccc-3.1.52}/tencentcloud/ccc/__init__.py +0 -0
  11. {tencentcloud_sdk_python_ccc-3.1.50 → tencentcloud_sdk_python_ccc-3.1.52}/tencentcloud/ccc/v20200210/__init__.py +0 -0
  12. {tencentcloud_sdk_python_ccc-3.1.50 → tencentcloud_sdk_python_ccc-3.1.52}/tencentcloud/ccc/v20200210/ccc_client.py +0 -0
  13. {tencentcloud_sdk_python_ccc-3.1.50 → tencentcloud_sdk_python_ccc-3.1.52}/tencentcloud/ccc/v20200210/ccc_client_async.py +0 -0
  14. {tencentcloud_sdk_python_ccc-3.1.50 → tencentcloud_sdk_python_ccc-3.1.52}/tencentcloud/ccc/v20200210/errorcodes.py +0 -0
  15. {tencentcloud_sdk_python_ccc-3.1.50 → tencentcloud_sdk_python_ccc-3.1.52}/tencentcloud_sdk_python_ccc.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_ccc-3.1.50 → tencentcloud_sdk_python_ccc-3.1.52}/tencentcloud_sdk_python_ccc.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_ccc-3.1.50 → 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.50
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.50
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.50,<4.0.0"],
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',
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.50'
17
+ __version__ = '3.1.52'
@@ -9297,23 +9297,23 @@ class DescribeFlashSMSListRequest(AbstractModel):
9297
9297
 
9298
9298
  def __init__(self):
9299
9299
  r"""
9300
- :param _SdkAppId: 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
9300
+ :param _SdkAppId: <p>应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc</p>
9301
9301
  :type SdkAppId: int
9302
- :param _StartTimestamp: 起始时间戳,Unix 秒级时间戳,最大支持近180天。
9302
+ :param _StartTimestamp: <p>起始时间戳,Unix 秒级时间戳,最大支持近180天。</p>
9303
9303
  :type StartTimestamp: int
9304
- :param _EndTimestamp: 结束时间戳,Unix 秒级时间戳,结束时间与开始时间的区间范围小于90天。
9304
+ :param _EndTimestamp: <p>结束时间戳,Unix 秒级时间戳,结束时间与开始时间的区间范围小于90天。</p>
9305
9305
  :type EndTimestamp: int
9306
- :param _DeliveryNumber: 闪信投递号码(被叫号码)
9306
+ :param _DeliveryNumber: <p>闪信投递号码(被叫号码)</p>
9307
9307
  :type DeliveryNumber: str
9308
- :param _ServingNumber: 呼叫关联的系统号码
9308
+ :param _ServingNumber: <p>呼叫关联的系统号码</p>
9309
9309
  :type ServingNumber: str
9310
- :param _SessionId: 会话 ID
9310
+ :param _SessionId: <p>会话 ID</p>
9311
9311
  :type SessionId: str
9312
- :param _DeliveryStatus: 投递结果 1 为成功,其他为失败
9312
+ :param _DeliveryStatus: <p>投递结果 1 为成功,其他为失败</p>
9313
9313
  :type DeliveryStatus: int
9314
- :param _PageSize: 分页大小,默认 20,最大 100
9314
+ :param _PageSize: <p>分页大小,默认 20,最大 1000</p><p>取值范围:[20, 1000]</p><p>单位:条</p><p>默认值:20</p>
9315
9315
  :type PageSize: int
9316
- :param _PageNumber: 分页页码,从 0 开始
9316
+ :param _PageNumber: <p>分页页码,从 0 开始</p>
9317
9317
  :type PageNumber: int
9318
9318
  """
9319
9319
  self._SdkAppId = None
@@ -9328,7 +9328,7 @@ class DescribeFlashSMSListRequest(AbstractModel):
9328
9328
 
9329
9329
  @property
9330
9330
  def SdkAppId(self):
9331
- r"""应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
9331
+ r"""<p>应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc</p>
9332
9332
  :rtype: int
9333
9333
  """
9334
9334
  return self._SdkAppId
@@ -9339,7 +9339,7 @@ class DescribeFlashSMSListRequest(AbstractModel):
9339
9339
 
9340
9340
  @property
9341
9341
  def StartTimestamp(self):
9342
- r"""起始时间戳,Unix 秒级时间戳,最大支持近180天。
9342
+ r"""<p>起始时间戳,Unix 秒级时间戳,最大支持近180天。</p>
9343
9343
  :rtype: int
9344
9344
  """
9345
9345
  return self._StartTimestamp
@@ -9350,7 +9350,7 @@ class DescribeFlashSMSListRequest(AbstractModel):
9350
9350
 
9351
9351
  @property
9352
9352
  def EndTimestamp(self):
9353
- r"""结束时间戳,Unix 秒级时间戳,结束时间与开始时间的区间范围小于90天。
9353
+ r"""<p>结束时间戳,Unix 秒级时间戳,结束时间与开始时间的区间范围小于90天。</p>
9354
9354
  :rtype: int
9355
9355
  """
9356
9356
  return self._EndTimestamp
@@ -9361,7 +9361,7 @@ class DescribeFlashSMSListRequest(AbstractModel):
9361
9361
 
9362
9362
  @property
9363
9363
  def DeliveryNumber(self):
9364
- r"""闪信投递号码(被叫号码)
9364
+ r"""<p>闪信投递号码(被叫号码)</p>
9365
9365
  :rtype: str
9366
9366
  """
9367
9367
  return self._DeliveryNumber
@@ -9372,7 +9372,7 @@ class DescribeFlashSMSListRequest(AbstractModel):
9372
9372
 
9373
9373
  @property
9374
9374
  def ServingNumber(self):
9375
- r"""呼叫关联的系统号码
9375
+ r"""<p>呼叫关联的系统号码</p>
9376
9376
  :rtype: str
9377
9377
  """
9378
9378
  return self._ServingNumber
@@ -9383,7 +9383,7 @@ class DescribeFlashSMSListRequest(AbstractModel):
9383
9383
 
9384
9384
  @property
9385
9385
  def SessionId(self):
9386
- r"""会话 ID
9386
+ r"""<p>会话 ID</p>
9387
9387
  :rtype: str
9388
9388
  """
9389
9389
  return self._SessionId
@@ -9394,7 +9394,7 @@ class DescribeFlashSMSListRequest(AbstractModel):
9394
9394
 
9395
9395
  @property
9396
9396
  def DeliveryStatus(self):
9397
- r"""投递结果 1 为成功,其他为失败
9397
+ r"""<p>投递结果 1 为成功,其他为失败</p>
9398
9398
  :rtype: int
9399
9399
  """
9400
9400
  return self._DeliveryStatus
@@ -9405,7 +9405,7 @@ class DescribeFlashSMSListRequest(AbstractModel):
9405
9405
 
9406
9406
  @property
9407
9407
  def PageSize(self):
9408
- r"""分页大小,默认 20,最大 100
9408
+ r"""<p>分页大小,默认 20,最大 1000</p><p>取值范围:[20, 1000]</p><p>单位:条</p><p>默认值:20</p>
9409
9409
  :rtype: int
9410
9410
  """
9411
9411
  return self._PageSize
@@ -9416,7 +9416,7 @@ class DescribeFlashSMSListRequest(AbstractModel):
9416
9416
 
9417
9417
  @property
9418
9418
  def PageNumber(self):
9419
- r"""分页页码,从 0 开始
9419
+ r"""<p>分页页码,从 0 开始</p>
9420
9420
  :rtype: int
9421
9421
  """
9422
9422
  return self._PageNumber
@@ -9453,9 +9453,9 @@ class DescribeFlashSMSListResponse(AbstractModel):
9453
9453
 
9454
9454
  def __init__(self):
9455
9455
  r"""
9456
- :param _Total: 记录总数
9456
+ :param _Total: <p>记录总数</p>
9457
9457
  :type Total: int
9458
- :param _FlashSMSList: 闪信记录列表
9458
+ :param _FlashSMSList: <p>闪信记录列表</p>
9459
9459
  :type FlashSMSList: list of FlashSMSRecord
9460
9460
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
9461
9461
  :type RequestId: str
@@ -9466,7 +9466,7 @@ class DescribeFlashSMSListResponse(AbstractModel):
9466
9466
 
9467
9467
  @property
9468
9468
  def Total(self):
9469
- r"""记录总数
9469
+ r"""<p>记录总数</p>
9470
9470
  :rtype: int
9471
9471
  """
9472
9472
  return self._Total
@@ -9477,7 +9477,7 @@ class DescribeFlashSMSListResponse(AbstractModel):
9477
9477
 
9478
9478
  @property
9479
9479
  def FlashSMSList(self):
9480
- r"""闪信记录列表
9480
+ r"""<p>闪信记录列表</p>
9481
9481
  :rtype: list of FlashSMSRecord
9482
9482
  """
9483
9483
  return self._FlashSMSList
@@ -11207,13 +11207,13 @@ class DescribeSessionDetailRequest(AbstractModel):
11207
11207
 
11208
11208
  def __init__(self):
11209
11209
  r"""
11210
- :param _SdkAppId: 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
11210
+ :param _SdkAppId: <p>应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc</p>
11211
11211
  :type SdkAppId: int
11212
- :param _SessionId: 通话的 session id
11212
+ :param _SessionId: <p>通话的 session id</p>
11213
11213
  :type SessionId: str
11214
- :param _StartTimestamp: 起始时间戳,Unix 秒级时间戳,最大支持近180天。
11214
+ :param _StartTimestamp: <p>起始时间戳,Unix 秒级时间戳,最大支持近180天。</p>
11215
11215
  :type StartTimestamp: int
11216
- :param _EndTimestamp: 结束时间戳,Unix 秒级时间戳,结束时间与开始时间的区间范围小于90天。
11216
+ :param _EndTimestamp: <p>结束时间戳,Unix 秒级时间戳,结束时间与开始时间的区间范围小于90天。</p>
11217
11217
  :type EndTimestamp: int
11218
11218
  """
11219
11219
  self._SdkAppId = None
@@ -11223,7 +11223,7 @@ class DescribeSessionDetailRequest(AbstractModel):
11223
11223
 
11224
11224
  @property
11225
11225
  def SdkAppId(self):
11226
- r"""应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
11226
+ r"""<p>应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc</p>
11227
11227
  :rtype: int
11228
11228
  """
11229
11229
  return self._SdkAppId
@@ -11234,7 +11234,7 @@ class DescribeSessionDetailRequest(AbstractModel):
11234
11234
 
11235
11235
  @property
11236
11236
  def SessionId(self):
11237
- r"""通话的 session id
11237
+ r"""<p>通话的 session id</p>
11238
11238
  :rtype: str
11239
11239
  """
11240
11240
  return self._SessionId
@@ -11245,7 +11245,7 @@ class DescribeSessionDetailRequest(AbstractModel):
11245
11245
 
11246
11246
  @property
11247
11247
  def StartTimestamp(self):
11248
- r"""起始时间戳,Unix 秒级时间戳,最大支持近180天。
11248
+ r"""<p>起始时间戳,Unix 秒级时间戳,最大支持近180天。</p>
11249
11249
  :rtype: int
11250
11250
  """
11251
11251
  return self._StartTimestamp
@@ -11256,7 +11256,7 @@ class DescribeSessionDetailRequest(AbstractModel):
11256
11256
 
11257
11257
  @property
11258
11258
  def EndTimestamp(self):
11259
- r"""结束时间戳,Unix 秒级时间戳,结束时间与开始时间的区间范围小于90天。
11259
+ r"""<p>结束时间戳,Unix 秒级时间戳,结束时间与开始时间的区间范围小于90天。</p>
11260
11260
  :rtype: int
11261
11261
  """
11262
11262
  return self._EndTimestamp
@@ -11288,52 +11288,56 @@ class DescribeSessionDetailResponse(AbstractModel):
11288
11288
 
11289
11289
  def __init__(self):
11290
11290
  r"""
11291
- :param _Caller: 主叫号码
11291
+ :param _Caller: <p>主叫号码</p>
11292
11292
  :type Caller: str
11293
- :param _Callee: 被叫号码
11293
+ :param _Callee: <p>被叫号码</p>
11294
11294
  :type Callee: str
11295
- :param _CallType: 通话类型 1 呼出 2 呼入 3 音频呼入 5 预测式外呼 6 内线呼叫
11295
+ :param _CallType: <p>通话类型 1 呼出 2 呼入 3 音频呼入 5 预测式外呼 6 内线呼叫</p>
11296
11296
  :type CallType: int
11297
- :param _StartTimeStamp: 开始时间戳,Unix 秒级时间戳
11297
+ :param _StartTimeStamp: <p>开始时间戳,Unix 秒级时间戳</p>
11298
11298
  :type StartTimeStamp: int
11299
- :param _RingTimestamp: 振铃时间戳,UNIX 秒级时间戳
11299
+ :param _RingTimestamp: <p>振铃时间戳,UNIX 秒级时间戳</p>
11300
11300
  :type RingTimestamp: int
11301
- :param _AcceptTimestamp: 接听时间戳,UNIX 秒级时间戳
11301
+ :param _AcceptTimestamp: <p>接听时间戳,UNIX 秒级时间戳</p>
11302
11302
  :type AcceptTimestamp: int
11303
- :param _EndedTimestamp: 结束时间戳,UNIX 秒级时间戳
11303
+ :param _EndedTimestamp: <p>结束时间戳,UNIX 秒级时间戳</p>
11304
11304
  :type EndedTimestamp: int
11305
- :param _QueuedTimestamp: 进入排队时间,Unix 秒级时间戳
11305
+ :param _QueuedTimestamp: <p>进入排队时间,Unix 秒级时间戳</p>
11306
11306
  :type QueuedTimestamp: int
11307
- :param _StaffUserId: 座席账号
11307
+ :param _StaffUserId: <p>座席账号</p>
11308
11308
  :type StaffUserId: str
11309
- :param _EndStatus: 参考 DescribeTelCdr 接口 EndStatus 字段
11309
+ :param _EndStatus: <p>参考 DescribeTelCdr 接口 EndStatus 字段</p>
11310
11310
  :type EndStatus: int
11311
- :param _QueuedSkillGroupId: 排队技能组 ID
11311
+ :param _QueuedSkillGroupId: <p>排队技能组 ID</p>
11312
11312
  :type QueuedSkillGroupId: int
11313
- :param _QueuedSkillGroupName: 排队技能组名称
11313
+ :param _QueuedSkillGroupName: <p>排队技能组名称</p>
11314
11314
  :type QueuedSkillGroupName: str
11315
- :param _RecordURL: 录音链接,带鉴权和有效期,获取之后请在24 小时内拉取,不要持久化此链接。如此链接已过期,请重新调用此接口获取新的链接
11315
+ :param _RecordURL: <p>录音链接,带鉴权和有效期,获取之后请在24 小时内拉取,不要持久化此链接。如此链接已过期,请重新调用此接口获取新的链接</p>
11316
11316
  :type RecordURL: str
11317
- :param _CustomRecordURL: 录音转存第三方 COS 链接
11317
+ :param _CustomRecordURL: <p>录音转存第三方 COS 链接</p>
11318
11318
  :type CustomRecordURL: str
11319
- :param _AsrURL: 录音文本信息链接,带鉴权和有效期,获取之后请在24 小时拉取,不要持久化此链接。如此链接已过期,请重新调用此接口获取新的链接
11319
+ :param _AsrURL: <p>录音文本信息链接,带鉴权和有效期,获取之后请在24 小时拉取,不要持久化此链接。如此链接已过期,请重新调用此接口获取新的链接</p>
11320
11320
  :type AsrURL: str
11321
- :param _VoicemailRecordURL: 语音留言录音链接
11321
+ :param _VoicemailRecordURL: <p>语音留言录音链接</p>
11322
11322
  :type VoicemailRecordURL: list of str
11323
- :param _VoicemailAsrURL: 语音留言录音文本信息链接,需在控制台购买离线语音识别套餐包并开启离线语音识别开关
11323
+ :param _VoicemailAsrURL: <p>语音留言录音文本信息链接,需在控制台购买离线语音识别套餐包并开启离线语音识别开关</p>
11324
11324
  :type VoicemailAsrURL: list of str
11325
- :param _IVRKeyPressed: IVR 按键信息
11325
+ :param _IVRKeyPressed: <p>IVR 按键信息</p>
11326
11326
  :type IVRKeyPressed: list of IVRKeyPressedElement
11327
- :param _PostIVRKeyPressed: 满意度按键信息
11327
+ :param _PostIVRKeyPressed: <p>满意度按键信息</p>
11328
11328
  :type PostIVRKeyPressed: list of IVRKeyPressedElement
11329
- :param _HungUpSide: 挂机方 seat 座席 user 用户 system 系统
11329
+ :param _HungUpSide: <p>挂机方 seat 座席 user 用户 system 系统</p>
11330
11330
  :type HungUpSide: str
11331
- :param _UUI: 客户自定义数据(User-to-User Interface
11331
+ :param _UUI: <p>客户自定义数据(User-to-User Interface)</p>
11332
11332
  :type UUI: str
11333
- :param _Events: 通话中的事件列表
11333
+ :param _Events: <p>通话中的事件列表</p>
11334
11334
  :type Events: list of SessionEvent
11335
- :param _ServeParticipants: 服务参与者列表
11335
+ :param _ServeParticipants: <p>服务参与者列表</p>
11336
11336
  :type ServeParticipants: list of ServeParticipant
11337
+ :param _SysHangupReason: <p>接通后系统挂断原因状态码</p><p><a href="https://cloud.tencent.com/document/product/679/123938">详见</a></p>
11338
+ :type SysHangupReason: int
11339
+ :param _SysHangupReasonString: <p>接通后系统挂断原因</p><p><a href="https://cloud.tencent.com/document/product/679/123938">详见</a></p>
11340
+ :type SysHangupReasonString: str
11337
11341
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
11338
11342
  :type RequestId: str
11339
11343
  """
@@ -11360,11 +11364,13 @@ class DescribeSessionDetailResponse(AbstractModel):
11360
11364
  self._UUI = None
11361
11365
  self._Events = None
11362
11366
  self._ServeParticipants = None
11367
+ self._SysHangupReason = None
11368
+ self._SysHangupReasonString = None
11363
11369
  self._RequestId = None
11364
11370
 
11365
11371
  @property
11366
11372
  def Caller(self):
11367
- r"""主叫号码
11373
+ r"""<p>主叫号码</p>
11368
11374
  :rtype: str
11369
11375
  """
11370
11376
  return self._Caller
@@ -11375,7 +11381,7 @@ class DescribeSessionDetailResponse(AbstractModel):
11375
11381
 
11376
11382
  @property
11377
11383
  def Callee(self):
11378
- r"""被叫号码
11384
+ r"""<p>被叫号码</p>
11379
11385
  :rtype: str
11380
11386
  """
11381
11387
  return self._Callee
@@ -11386,7 +11392,7 @@ class DescribeSessionDetailResponse(AbstractModel):
11386
11392
 
11387
11393
  @property
11388
11394
  def CallType(self):
11389
- r"""通话类型 1 呼出 2 呼入 3 音频呼入 5 预测式外呼 6 内线呼叫
11395
+ r"""<p>通话类型 1 呼出 2 呼入 3 音频呼入 5 预测式外呼 6 内线呼叫</p>
11390
11396
  :rtype: int
11391
11397
  """
11392
11398
  return self._CallType
@@ -11397,7 +11403,7 @@ class DescribeSessionDetailResponse(AbstractModel):
11397
11403
 
11398
11404
  @property
11399
11405
  def StartTimeStamp(self):
11400
- r"""开始时间戳,Unix 秒级时间戳
11406
+ r"""<p>开始时间戳,Unix 秒级时间戳</p>
11401
11407
  :rtype: int
11402
11408
  """
11403
11409
  return self._StartTimeStamp
@@ -11408,7 +11414,7 @@ class DescribeSessionDetailResponse(AbstractModel):
11408
11414
 
11409
11415
  @property
11410
11416
  def RingTimestamp(self):
11411
- r"""振铃时间戳,UNIX 秒级时间戳
11417
+ r"""<p>振铃时间戳,UNIX 秒级时间戳</p>
11412
11418
  :rtype: int
11413
11419
  """
11414
11420
  return self._RingTimestamp
@@ -11419,7 +11425,7 @@ class DescribeSessionDetailResponse(AbstractModel):
11419
11425
 
11420
11426
  @property
11421
11427
  def AcceptTimestamp(self):
11422
- r"""接听时间戳,UNIX 秒级时间戳
11428
+ r"""<p>接听时间戳,UNIX 秒级时间戳</p>
11423
11429
  :rtype: int
11424
11430
  """
11425
11431
  return self._AcceptTimestamp
@@ -11430,7 +11436,7 @@ class DescribeSessionDetailResponse(AbstractModel):
11430
11436
 
11431
11437
  @property
11432
11438
  def EndedTimestamp(self):
11433
- r"""结束时间戳,UNIX 秒级时间戳
11439
+ r"""<p>结束时间戳,UNIX 秒级时间戳</p>
11434
11440
  :rtype: int
11435
11441
  """
11436
11442
  return self._EndedTimestamp
@@ -11441,7 +11447,7 @@ class DescribeSessionDetailResponse(AbstractModel):
11441
11447
 
11442
11448
  @property
11443
11449
  def QueuedTimestamp(self):
11444
- r"""进入排队时间,Unix 秒级时间戳
11450
+ r"""<p>进入排队时间,Unix 秒级时间戳</p>
11445
11451
  :rtype: int
11446
11452
  """
11447
11453
  return self._QueuedTimestamp
@@ -11452,7 +11458,7 @@ class DescribeSessionDetailResponse(AbstractModel):
11452
11458
 
11453
11459
  @property
11454
11460
  def StaffUserId(self):
11455
- r"""座席账号
11461
+ r"""<p>座席账号</p>
11456
11462
  :rtype: str
11457
11463
  """
11458
11464
  return self._StaffUserId
@@ -11463,7 +11469,7 @@ class DescribeSessionDetailResponse(AbstractModel):
11463
11469
 
11464
11470
  @property
11465
11471
  def EndStatus(self):
11466
- r"""参考 DescribeTelCdr 接口 EndStatus 字段
11472
+ r"""<p>参考 DescribeTelCdr 接口 EndStatus 字段</p>
11467
11473
  :rtype: int
11468
11474
  """
11469
11475
  return self._EndStatus
@@ -11474,7 +11480,7 @@ class DescribeSessionDetailResponse(AbstractModel):
11474
11480
 
11475
11481
  @property
11476
11482
  def QueuedSkillGroupId(self):
11477
- r"""排队技能组 ID
11483
+ r"""<p>排队技能组 ID</p>
11478
11484
  :rtype: int
11479
11485
  """
11480
11486
  return self._QueuedSkillGroupId
@@ -11485,7 +11491,7 @@ class DescribeSessionDetailResponse(AbstractModel):
11485
11491
 
11486
11492
  @property
11487
11493
  def QueuedSkillGroupName(self):
11488
- r"""排队技能组名称
11494
+ r"""<p>排队技能组名称</p>
11489
11495
  :rtype: str
11490
11496
  """
11491
11497
  return self._QueuedSkillGroupName
@@ -11496,7 +11502,7 @@ class DescribeSessionDetailResponse(AbstractModel):
11496
11502
 
11497
11503
  @property
11498
11504
  def RecordURL(self):
11499
- r"""录音链接,带鉴权和有效期,获取之后请在24 小时内拉取,不要持久化此链接。如此链接已过期,请重新调用此接口获取新的链接
11505
+ r"""<p>录音链接,带鉴权和有效期,获取之后请在24 小时内拉取,不要持久化此链接。如此链接已过期,请重新调用此接口获取新的链接</p>
11500
11506
  :rtype: str
11501
11507
  """
11502
11508
  return self._RecordURL
@@ -11507,7 +11513,7 @@ class DescribeSessionDetailResponse(AbstractModel):
11507
11513
 
11508
11514
  @property
11509
11515
  def CustomRecordURL(self):
11510
- r"""录音转存第三方 COS 链接
11516
+ r"""<p>录音转存第三方 COS 链接</p>
11511
11517
  :rtype: str
11512
11518
  """
11513
11519
  return self._CustomRecordURL
@@ -11518,7 +11524,7 @@ class DescribeSessionDetailResponse(AbstractModel):
11518
11524
 
11519
11525
  @property
11520
11526
  def AsrURL(self):
11521
- r"""录音文本信息链接,带鉴权和有效期,获取之后请在24 小时拉取,不要持久化此链接。如此链接已过期,请重新调用此接口获取新的链接
11527
+ r"""<p>录音文本信息链接,带鉴权和有效期,获取之后请在24 小时拉取,不要持久化此链接。如此链接已过期,请重新调用此接口获取新的链接</p>
11522
11528
  :rtype: str
11523
11529
  """
11524
11530
  return self._AsrURL
@@ -11529,7 +11535,7 @@ class DescribeSessionDetailResponse(AbstractModel):
11529
11535
 
11530
11536
  @property
11531
11537
  def VoicemailRecordURL(self):
11532
- r"""语音留言录音链接
11538
+ r"""<p>语音留言录音链接</p>
11533
11539
  :rtype: list of str
11534
11540
  """
11535
11541
  return self._VoicemailRecordURL
@@ -11540,7 +11546,7 @@ class DescribeSessionDetailResponse(AbstractModel):
11540
11546
 
11541
11547
  @property
11542
11548
  def VoicemailAsrURL(self):
11543
- r"""语音留言录音文本信息链接,需在控制台购买离线语音识别套餐包并开启离线语音识别开关
11549
+ r"""<p>语音留言录音文本信息链接,需在控制台购买离线语音识别套餐包并开启离线语音识别开关</p>
11544
11550
  :rtype: list of str
11545
11551
  """
11546
11552
  return self._VoicemailAsrURL
@@ -11551,7 +11557,7 @@ class DescribeSessionDetailResponse(AbstractModel):
11551
11557
 
11552
11558
  @property
11553
11559
  def IVRKeyPressed(self):
11554
- r"""IVR 按键信息
11560
+ r"""<p>IVR 按键信息</p>
11555
11561
  :rtype: list of IVRKeyPressedElement
11556
11562
  """
11557
11563
  return self._IVRKeyPressed
@@ -11562,7 +11568,7 @@ class DescribeSessionDetailResponse(AbstractModel):
11562
11568
 
11563
11569
  @property
11564
11570
  def PostIVRKeyPressed(self):
11565
- r"""满意度按键信息
11571
+ r"""<p>满意度按键信息</p>
11566
11572
  :rtype: list of IVRKeyPressedElement
11567
11573
  """
11568
11574
  return self._PostIVRKeyPressed
@@ -11573,7 +11579,7 @@ class DescribeSessionDetailResponse(AbstractModel):
11573
11579
 
11574
11580
  @property
11575
11581
  def HungUpSide(self):
11576
- r"""挂机方 seat 座席 user 用户 system 系统
11582
+ r"""<p>挂机方 seat 座席 user 用户 system 系统</p>
11577
11583
  :rtype: str
11578
11584
  """
11579
11585
  return self._HungUpSide
@@ -11584,7 +11590,7 @@ class DescribeSessionDetailResponse(AbstractModel):
11584
11590
 
11585
11591
  @property
11586
11592
  def UUI(self):
11587
- r"""客户自定义数据(User-to-User Interface
11593
+ r"""<p>客户自定义数据(User-to-User Interface)</p>
11588
11594
  :rtype: str
11589
11595
  """
11590
11596
  return self._UUI
@@ -11595,7 +11601,7 @@ class DescribeSessionDetailResponse(AbstractModel):
11595
11601
 
11596
11602
  @property
11597
11603
  def Events(self):
11598
- r"""通话中的事件列表
11604
+ r"""<p>通话中的事件列表</p>
11599
11605
  :rtype: list of SessionEvent
11600
11606
  """
11601
11607
  return self._Events
@@ -11606,7 +11612,7 @@ class DescribeSessionDetailResponse(AbstractModel):
11606
11612
 
11607
11613
  @property
11608
11614
  def ServeParticipants(self):
11609
- r"""服务参与者列表
11615
+ r"""<p>服务参与者列表</p>
11610
11616
  :rtype: list of ServeParticipant
11611
11617
  """
11612
11618
  return self._ServeParticipants
@@ -11615,6 +11621,28 @@ class DescribeSessionDetailResponse(AbstractModel):
11615
11621
  def ServeParticipants(self, ServeParticipants):
11616
11622
  self._ServeParticipants = ServeParticipants
11617
11623
 
11624
+ @property
11625
+ def SysHangupReason(self):
11626
+ r"""<p>接通后系统挂断原因状态码</p><p><a href="https://cloud.tencent.com/document/product/679/123938">详见</a></p>
11627
+ :rtype: int
11628
+ """
11629
+ return self._SysHangupReason
11630
+
11631
+ @SysHangupReason.setter
11632
+ def SysHangupReason(self, SysHangupReason):
11633
+ self._SysHangupReason = SysHangupReason
11634
+
11635
+ @property
11636
+ def SysHangupReasonString(self):
11637
+ r"""<p>接通后系统挂断原因</p><p><a href="https://cloud.tencent.com/document/product/679/123938">详见</a></p>
11638
+ :rtype: str
11639
+ """
11640
+ return self._SysHangupReasonString
11641
+
11642
+ @SysHangupReasonString.setter
11643
+ def SysHangupReasonString(self, SysHangupReasonString):
11644
+ self._SysHangupReasonString = SysHangupReasonString
11645
+
11618
11646
  @property
11619
11647
  def RequestId(self):
11620
11648
  r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
@@ -11671,6 +11699,8 @@ class DescribeSessionDetailResponse(AbstractModel):
11671
11699
  obj = ServeParticipant()
11672
11700
  obj._deserialize(item)
11673
11701
  self._ServeParticipants.append(obj)
11702
+ self._SysHangupReason = params.get("SysHangupReason")
11703
+ self._SysHangupReasonString = params.get("SysHangupReasonString")
11674
11704
  self._RequestId = params.get("RequestId")
11675
11705
 
11676
11706
 
@@ -11855,17 +11885,17 @@ class DescribeStaffInfoListRequest(AbstractModel):
11855
11885
 
11856
11886
  def __init__(self):
11857
11887
  r"""
11858
- :param _SdkAppId: 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
11888
+ :param _SdkAppId: <p>应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc</p>
11859
11889
  :type SdkAppId: int
11860
- :param _PageSize: 分页尺寸,上限 9999
11890
+ :param _PageSize: <p>分页尺寸,上限 9999</p>
11861
11891
  :type PageSize: int
11862
- :param _PageNumber: 分页页码,从 0 开始
11892
+ :param _PageNumber: <p>分页页码,从 0 开始</p>
11863
11893
  :type PageNumber: int
11864
- :param _StaffMail: 坐席账号,查询单个坐席时使用
11894
+ :param _StaffMail: <p>坐席账号,查询单个坐席时使用</p>
11865
11895
  :type StaffMail: str
11866
- :param _ModifiedTime: 查询修改时间大于等于ModifiedTime的坐席时使用
11896
+ :param _ModifiedTime: <p>查询修改时间大于等于ModifiedTime的坐席时使用</p>
11867
11897
  :type ModifiedTime: int
11868
- :param _SkillGroupId: 技能组ID
11898
+ :param _SkillGroupId: <p>技能组ID</p>
11869
11899
  :type SkillGroupId: int
11870
11900
  """
11871
11901
  self._SdkAppId = None
@@ -11877,7 +11907,7 @@ class DescribeStaffInfoListRequest(AbstractModel):
11877
11907
 
11878
11908
  @property
11879
11909
  def SdkAppId(self):
11880
- r"""应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
11910
+ r"""<p>应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc</p>
11881
11911
  :rtype: int
11882
11912
  """
11883
11913
  return self._SdkAppId
@@ -11888,7 +11918,7 @@ class DescribeStaffInfoListRequest(AbstractModel):
11888
11918
 
11889
11919
  @property
11890
11920
  def PageSize(self):
11891
- r"""分页尺寸,上限 9999
11921
+ r"""<p>分页尺寸,上限 9999</p>
11892
11922
  :rtype: int
11893
11923
  """
11894
11924
  return self._PageSize
@@ -11899,7 +11929,7 @@ class DescribeStaffInfoListRequest(AbstractModel):
11899
11929
 
11900
11930
  @property
11901
11931
  def PageNumber(self):
11902
- r"""分页页码,从 0 开始
11932
+ r"""<p>分页页码,从 0 开始</p>
11903
11933
  :rtype: int
11904
11934
  """
11905
11935
  return self._PageNumber
@@ -11910,7 +11940,7 @@ class DescribeStaffInfoListRequest(AbstractModel):
11910
11940
 
11911
11941
  @property
11912
11942
  def StaffMail(self):
11913
- r"""坐席账号,查询单个坐席时使用
11943
+ r"""<p>坐席账号,查询单个坐席时使用</p>
11914
11944
  :rtype: str
11915
11945
  """
11916
11946
  return self._StaffMail
@@ -11921,7 +11951,7 @@ class DescribeStaffInfoListRequest(AbstractModel):
11921
11951
 
11922
11952
  @property
11923
11953
  def ModifiedTime(self):
11924
- r"""查询修改时间大于等于ModifiedTime的坐席时使用
11954
+ r"""<p>查询修改时间大于等于ModifiedTime的坐席时使用</p>
11925
11955
  :rtype: int
11926
11956
  """
11927
11957
  return self._ModifiedTime
@@ -11932,7 +11962,7 @@ class DescribeStaffInfoListRequest(AbstractModel):
11932
11962
 
11933
11963
  @property
11934
11964
  def SkillGroupId(self):
11935
- r"""技能组ID
11965
+ r"""<p>技能组ID</p>
11936
11966
  :rtype: int
11937
11967
  """
11938
11968
  return self._SkillGroupId
@@ -11966,9 +11996,9 @@ class DescribeStaffInfoListResponse(AbstractModel):
11966
11996
 
11967
11997
  def __init__(self):
11968
11998
  r"""
11969
- :param _TotalCount: 坐席用户总数
11999
+ :param _TotalCount: <p>坐席用户总数</p>
11970
12000
  :type TotalCount: int
11971
- :param _StaffList: 坐席用户信息列表
12001
+ :param _StaffList: <p>坐席用户信息列表</p>
11972
12002
  :type StaffList: list of StaffInfo
11973
12003
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
11974
12004
  :type RequestId: str
@@ -11979,7 +12009,7 @@ class DescribeStaffInfoListResponse(AbstractModel):
11979
12009
 
11980
12010
  @property
11981
12011
  def TotalCount(self):
11982
- r"""坐席用户总数
12012
+ r"""<p>坐席用户总数</p>
11983
12013
  :rtype: int
11984
12014
  """
11985
12015
  return self._TotalCount
@@ -11990,7 +12020,7 @@ class DescribeStaffInfoListResponse(AbstractModel):
11990
12020
 
11991
12021
  @property
11992
12022
  def StaffList(self):
11993
- r"""坐席用户信息列表
12023
+ r"""<p>坐席用户信息列表</p>
11994
12024
  :rtype: list of StaffInfo
11995
12025
  """
11996
12026
  return self._StaffList
@@ -12317,11 +12347,11 @@ class DescribeTelCallInfoRequest(AbstractModel):
12317
12347
 
12318
12348
  def __init__(self):
12319
12349
  r"""
12320
- :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"的时间戳)
12350
+ :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>
12321
12351
  :type StartTimeStamp: int
12322
- :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"的时间戳)
12352
+ :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>
12323
12353
  :type EndTimeStamp: int
12324
- :param _SdkAppIdList: 应用ID列表,多个ID时,返回值为多个ID使用总和
12354
+ :param _SdkAppIdList: <p>应用ID列表,多个ID时,返回值为多个ID使用总和</p>
12325
12355
  :type SdkAppIdList: list of int
12326
12356
  """
12327
12357
  self._StartTimeStamp = None
@@ -12330,7 +12360,7 @@ class DescribeTelCallInfoRequest(AbstractModel):
12330
12360
 
12331
12361
  @property
12332
12362
  def StartTimeStamp(self):
12333
- 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"的时间戳)
12363
+ 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>
12334
12364
  :rtype: int
12335
12365
  """
12336
12366
  return self._StartTimeStamp
@@ -12341,7 +12371,7 @@ class DescribeTelCallInfoRequest(AbstractModel):
12341
12371
 
12342
12372
  @property
12343
12373
  def EndTimeStamp(self):
12344
- 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"的时间戳)
12374
+ 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>
12345
12375
  :rtype: int
12346
12376
  """
12347
12377
  return self._EndTimeStamp
@@ -12352,7 +12382,7 @@ class DescribeTelCallInfoRequest(AbstractModel):
12352
12382
 
12353
12383
  @property
12354
12384
  def SdkAppIdList(self):
12355
- r"""应用ID列表,多个ID时,返回值为多个ID使用总和
12385
+ r"""<p>应用ID列表,多个ID时,返回值为多个ID使用总和</p>
12356
12386
  :rtype: list of int
12357
12387
  """
12358
12388
  return self._SdkAppIdList
@@ -12383,19 +12413,19 @@ class DescribeTelCallInfoResponse(AbstractModel):
12383
12413
 
12384
12414
  def __init__(self):
12385
12415
  r"""
12386
- :param _TelCallOutCount: 呼出套餐包消耗分钟数
12416
+ :param _TelCallOutCount: <p>呼出套餐包消耗分钟数</p>
12387
12417
  :type TelCallOutCount: int
12388
- :param _TelCallInCount: 呼入套餐包消耗分钟数
12418
+ :param _TelCallInCount: <p>呼入套餐包消耗分钟数</p>
12389
12419
  :type TelCallInCount: int
12390
- :param _SeatUsedCount: 坐席使用统计个数
12420
+ :param _SeatUsedCount: <p>坐席使用统计个数</p>
12391
12421
  :type SeatUsedCount: int
12392
- :param _VoipCallInCount: 音频套餐包消耗分钟数
12422
+ :param _VoipCallInCount: <p>音频套餐包消耗分钟数</p>
12393
12423
  :type VoipCallInCount: int
12394
- :param _VOIPCallInCount: 音频套餐包消耗分钟数
12424
+ :param _VOIPCallInCount: <p>音频套餐包消耗分钟数</p>
12395
12425
  :type VOIPCallInCount: int
12396
- :param _AsrOfflineCount: 离线语音转文字套餐包消耗分钟数
12426
+ :param _AsrOfflineCount: <p>离线语音转文字套餐包消耗分钟数</p>
12397
12427
  :type AsrOfflineCount: int
12398
- :param _AsrRealtimeCount: 实时语音转文字套餐包消耗分钟数
12428
+ :param _AsrRealtimeCount: <p>实时语音转文字套餐包消耗分钟数</p>
12399
12429
  :type AsrRealtimeCount: int
12400
12430
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
12401
12431
  :type RequestId: str
@@ -12411,7 +12441,7 @@ class DescribeTelCallInfoResponse(AbstractModel):
12411
12441
 
12412
12442
  @property
12413
12443
  def TelCallOutCount(self):
12414
- r"""呼出套餐包消耗分钟数
12444
+ r"""<p>呼出套餐包消耗分钟数</p>
12415
12445
  :rtype: int
12416
12446
  """
12417
12447
  return self._TelCallOutCount
@@ -12422,7 +12452,7 @@ class DescribeTelCallInfoResponse(AbstractModel):
12422
12452
 
12423
12453
  @property
12424
12454
  def TelCallInCount(self):
12425
- r"""呼入套餐包消耗分钟数
12455
+ r"""<p>呼入套餐包消耗分钟数</p>
12426
12456
  :rtype: int
12427
12457
  """
12428
12458
  return self._TelCallInCount
@@ -12433,7 +12463,7 @@ class DescribeTelCallInfoResponse(AbstractModel):
12433
12463
 
12434
12464
  @property
12435
12465
  def SeatUsedCount(self):
12436
- r"""坐席使用统计个数
12466
+ r"""<p>坐席使用统计个数</p>
12437
12467
  :rtype: int
12438
12468
  """
12439
12469
  return self._SeatUsedCount
@@ -12446,7 +12476,7 @@ class DescribeTelCallInfoResponse(AbstractModel):
12446
12476
  def VoipCallInCount(self):
12447
12477
  warnings.warn("parameter `VoipCallInCount` is deprecated", DeprecationWarning)
12448
12478
 
12449
- r"""音频套餐包消耗分钟数
12479
+ r"""<p>音频套餐包消耗分钟数</p>
12450
12480
  :rtype: int
12451
12481
  """
12452
12482
  return self._VoipCallInCount
@@ -12459,7 +12489,7 @@ class DescribeTelCallInfoResponse(AbstractModel):
12459
12489
 
12460
12490
  @property
12461
12491
  def VOIPCallInCount(self):
12462
- r"""音频套餐包消耗分钟数
12492
+ r"""<p>音频套餐包消耗分钟数</p>
12463
12493
  :rtype: int
12464
12494
  """
12465
12495
  return self._VOIPCallInCount
@@ -12470,7 +12500,7 @@ class DescribeTelCallInfoResponse(AbstractModel):
12470
12500
 
12471
12501
  @property
12472
12502
  def AsrOfflineCount(self):
12473
- r"""离线语音转文字套餐包消耗分钟数
12503
+ r"""<p>离线语音转文字套餐包消耗分钟数</p>
12474
12504
  :rtype: int
12475
12505
  """
12476
12506
  return self._AsrOfflineCount
@@ -12481,7 +12511,7 @@ class DescribeTelCallInfoResponse(AbstractModel):
12481
12511
 
12482
12512
  @property
12483
12513
  def AsrRealtimeCount(self):
12484
- r"""实时语音转文字套餐包消耗分钟数
12514
+ r"""<p>实时语音转文字套餐包消耗分钟数</p>
12485
12515
  :rtype: int
12486
12516
  """
12487
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.50
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.50
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.50