tencentcloud-sdk-python-ccc 3.1.47__tar.gz → 3.1.51__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.51}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_ccc-3.1.47 → tencentcloud_sdk_python_ccc-3.1.51}/setup.py +1 -1
- {tencentcloud_sdk_python_ccc-3.1.47 → tencentcloud_sdk_python_ccc-3.1.51}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_ccc-3.1.47 → tencentcloud_sdk_python_ccc-3.1.51}/tencentcloud/ccc/v20200210/ccc_client.py +1 -1
- {tencentcloud_sdk_python_ccc-3.1.47 → tencentcloud_sdk_python_ccc-3.1.51}/tencentcloud/ccc/v20200210/ccc_client_async.py +1 -1
- {tencentcloud_sdk_python_ccc-3.1.47 → tencentcloud_sdk_python_ccc-3.1.51}/tencentcloud/ccc/v20200210/models.py +106 -76
- {tencentcloud_sdk_python_ccc-3.1.47 → tencentcloud_sdk_python_ccc-3.1.51}/tencentcloud_sdk_python_ccc.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_ccc-3.1.51/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.51}/README.rst +0 -0
- {tencentcloud_sdk_python_ccc-3.1.47 → tencentcloud_sdk_python_ccc-3.1.51}/setup.cfg +0 -0
- {tencentcloud_sdk_python_ccc-3.1.47 → tencentcloud_sdk_python_ccc-3.1.51}/tencentcloud/ccc/__init__.py +0 -0
- {tencentcloud_sdk_python_ccc-3.1.47 → tencentcloud_sdk_python_ccc-3.1.51}/tencentcloud/ccc/v20200210/__init__.py +0 -0
- {tencentcloud_sdk_python_ccc-3.1.47 → tencentcloud_sdk_python_ccc-3.1.51}/tencentcloud/ccc/v20200210/errorcodes.py +0 -0
- {tencentcloud_sdk_python_ccc-3.1.47 → tencentcloud_sdk_python_ccc-3.1.51}/tencentcloud_sdk_python_ccc.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_ccc-3.1.47 → tencentcloud_sdk_python_ccc-3.1.51}/tencentcloud_sdk_python_ccc.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_ccc-3.1.47 → tencentcloud_sdk_python_ccc-3.1.51}/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.51
|
|
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.51
|
|
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.51,<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`
|
|
@@ -9297,23 +9297,23 @@ class DescribeFlashSMSListRequest(AbstractModel):
|
|
|
9297
9297
|
|
|
9298
9298
|
def __init__(self):
|
|
9299
9299
|
r"""
|
|
9300
|
-
:param _SdkAppId:
|
|
9300
|
+
:param _SdkAppId: <p>应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc</p>
|
|
9301
9301
|
:type SdkAppId: int
|
|
9302
|
-
:param _StartTimestamp:
|
|
9302
|
+
:param _StartTimestamp: <p>起始时间戳,Unix 秒级时间戳,最大支持近180天。</p>
|
|
9303
9303
|
:type StartTimestamp: int
|
|
9304
|
-
:param _EndTimestamp:
|
|
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:
|
|
9310
|
+
:param _SessionId: <p>会话 ID</p>
|
|
9311
9311
|
:type SessionId: str
|
|
9312
|
-
:param _DeliveryStatus:
|
|
9312
|
+
:param _DeliveryStatus: <p>投递结果 1 为成功,其他为失败</p>
|
|
9313
9313
|
:type DeliveryStatus: int
|
|
9314
|
-
:param _PageSize:
|
|
9314
|
+
:param _PageSize: <p>分页大小,默认 20,最大 1000</p><p>取值范围:[20, 1000]</p><p>单位:条</p><p>默认值:20</p>
|
|
9315
9315
|
:type PageSize: int
|
|
9316
|
-
:param _PageNumber:
|
|
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"""
|
|
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"""
|
|
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"""
|
|
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"""
|
|
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"""
|
|
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"""
|
|
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"""
|
|
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:
|
|
11210
|
+
:param _SdkAppId: <p>应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc</p>
|
|
11211
11211
|
:type SdkAppId: int
|
|
11212
|
-
:param _SessionId:
|
|
11212
|
+
:param _SessionId: <p>通话的 session id</p>
|
|
11213
11213
|
:type SessionId: str
|
|
11214
|
-
:param _StartTimestamp:
|
|
11214
|
+
:param _StartTimestamp: <p>起始时间戳,Unix 秒级时间戳,最大支持近180天。</p>
|
|
11215
11215
|
:type StartTimestamp: int
|
|
11216
|
-
:param _EndTimestamp:
|
|
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"""
|
|
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"""
|
|
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"""
|
|
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"""
|
|
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:
|
|
11295
|
+
:param _CallType: <p>通话类型 1 呼出 2 呼入 3 音频呼入 5 预测式外呼 6 内线呼叫</p>
|
|
11296
11296
|
:type CallType: int
|
|
11297
|
-
:param _StartTimeStamp:
|
|
11297
|
+
:param _StartTimeStamp: <p>开始时间戳,Unix 秒级时间戳</p>
|
|
11298
11298
|
:type StartTimeStamp: int
|
|
11299
|
-
:param _RingTimestamp:
|
|
11299
|
+
:param _RingTimestamp: <p>振铃时间戳,UNIX 秒级时间戳</p>
|
|
11300
11300
|
:type RingTimestamp: int
|
|
11301
|
-
:param _AcceptTimestamp:
|
|
11301
|
+
:param _AcceptTimestamp: <p>接听时间戳,UNIX 秒级时间戳</p>
|
|
11302
11302
|
:type AcceptTimestamp: int
|
|
11303
|
-
:param _EndedTimestamp:
|
|
11303
|
+
:param _EndedTimestamp: <p>结束时间戳,UNIX 秒级时间戳</p>
|
|
11304
11304
|
:type EndedTimestamp: int
|
|
11305
|
-
:param _QueuedTimestamp:
|
|
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:
|
|
11309
|
+
:param _EndStatus: <p>参考 DescribeTelCdr 接口 EndStatus 字段</p>
|
|
11310
11310
|
:type EndStatus: int
|
|
11311
|
-
:param _QueuedSkillGroupId:
|
|
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:
|
|
11315
|
+
:param _RecordURL: <p>录音链接,带鉴权和有效期,获取之后请在24 小时内拉取,不要持久化此链接。如此链接已过期,请重新调用此接口获取新的链接</p>
|
|
11316
11316
|
:type RecordURL: str
|
|
11317
|
-
:param _CustomRecordURL:
|
|
11317
|
+
:param _CustomRecordURL: <p>录音转存第三方 COS 链接</p>
|
|
11318
11318
|
:type CustomRecordURL: str
|
|
11319
|
-
:param _AsrURL:
|
|
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:
|
|
11329
|
+
:param _HungUpSide: <p>挂机方 seat 座席 user 用户 system 系统</p>
|
|
11330
11330
|
:type HungUpSide: str
|
|
11331
|
-
:param _UUI:
|
|
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"""
|
|
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"""
|
|
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"""
|
|
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"""
|
|
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"""
|
|
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"""
|
|
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"""
|
|
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"""
|
|
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"""
|
|
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"""
|
|
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"""
|
|
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"""
|
|
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"""
|
|
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
|
|
|
@@ -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.51
|
|
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.51
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.51
|
|
@@ -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
|