tencentcloud-sdk-python-ccc 3.1.151__tar.gz → 3.1.154__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.151 → tencentcloud_sdk_python_ccc-3.1.154}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_ccc-3.1.151 → tencentcloud_sdk_python_ccc-3.1.154}/setup.py +1 -1
- {tencentcloud_sdk_python_ccc-3.1.151 → tencentcloud_sdk_python_ccc-3.1.154}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_ccc-3.1.151 → tencentcloud_sdk_python_ccc-3.1.154}/tencentcloud/ccc/v20200210/models.py +164 -290
- {tencentcloud_sdk_python_ccc-3.1.151 → tencentcloud_sdk_python_ccc-3.1.154}/tencentcloud_sdk_python_ccc.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_ccc-3.1.154/tencentcloud_sdk_python_ccc.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_ccc-3.1.151/tencentcloud_sdk_python_ccc.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_ccc-3.1.151 → tencentcloud_sdk_python_ccc-3.1.154}/README.rst +0 -0
- {tencentcloud_sdk_python_ccc-3.1.151 → tencentcloud_sdk_python_ccc-3.1.154}/setup.cfg +0 -0
- {tencentcloud_sdk_python_ccc-3.1.151 → tencentcloud_sdk_python_ccc-3.1.154}/tencentcloud/ccc/__init__.py +0 -0
- {tencentcloud_sdk_python_ccc-3.1.151 → tencentcloud_sdk_python_ccc-3.1.154}/tencentcloud/ccc/v20200210/__init__.py +0 -0
- {tencentcloud_sdk_python_ccc-3.1.151 → tencentcloud_sdk_python_ccc-3.1.154}/tencentcloud/ccc/v20200210/ccc_client.py +0 -0
- {tencentcloud_sdk_python_ccc-3.1.151 → tencentcloud_sdk_python_ccc-3.1.154}/tencentcloud/ccc/v20200210/ccc_client_async.py +0 -0
- {tencentcloud_sdk_python_ccc-3.1.151 → tencentcloud_sdk_python_ccc-3.1.154}/tencentcloud/ccc/v20200210/errorcodes.py +0 -0
- {tencentcloud_sdk_python_ccc-3.1.151 → tencentcloud_sdk_python_ccc-3.1.154}/tencentcloud_sdk_python_ccc.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_ccc-3.1.151 → tencentcloud_sdk_python_ccc-3.1.154}/tencentcloud_sdk_python_ccc.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_ccc-3.1.151 → tencentcloud_sdk_python_ccc-3.1.154}/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.154
|
|
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.154
|
|
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.154,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Ccc SDK for Python',
|
|
@@ -13166,25 +13166,25 @@ class DescribeTelCdrRequest(AbstractModel):
|
|
|
13166
13166
|
|
|
13167
13167
|
def __init__(self):
|
|
13168
13168
|
r"""
|
|
13169
|
-
:param _StartTimeStamp:
|
|
13169
|
+
:param _StartTimeStamp: <p>起始时间戳,Unix 秒级时间戳,最大支持近180天。</p>
|
|
13170
13170
|
:type StartTimeStamp: int
|
|
13171
|
-
:param _EndTimeStamp:
|
|
13171
|
+
:param _EndTimeStamp: <p>结束时间戳,Unix 秒级时间戳,结束时间与开始时间的区间范围小于90天。</p>
|
|
13172
13172
|
:type EndTimeStamp: int
|
|
13173
|
-
:param _SdkAppId:
|
|
13173
|
+
:param _SdkAppId: <p>应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc</p>
|
|
13174
13174
|
:type SdkAppId: int
|
|
13175
|
-
:param _PageSize:
|
|
13175
|
+
:param _PageSize: <p>分页尺寸(必填),上限 100</p>
|
|
13176
13176
|
:type PageSize: int
|
|
13177
|
-
:param _PageNumber:
|
|
13177
|
+
:param _PageNumber: <p>分页页码(必填),从 0 开始</p>
|
|
13178
13178
|
:type PageNumber: int
|
|
13179
|
-
:param _InstanceId:
|
|
13179
|
+
:param _InstanceId: <p>实例 ID(废弃)</p>
|
|
13180
13180
|
:type InstanceId: int
|
|
13181
|
-
:param _Limit:
|
|
13181
|
+
:param _Limit: <p>返回数据条数,上限(废弃)</p>
|
|
13182
13182
|
:type Limit: int
|
|
13183
|
-
:param _Offset:
|
|
13183
|
+
:param _Offset: <p>偏移(废弃)</p>
|
|
13184
13184
|
:type Offset: int
|
|
13185
|
-
:param _Phones:
|
|
13185
|
+
:param _Phones: <p>按手机号筛选</p>
|
|
13186
13186
|
:type Phones: list of str
|
|
13187
|
-
:param _SessionIds:
|
|
13187
|
+
:param _SessionIds: <p>按SessionId筛选</p>
|
|
13188
13188
|
:type SessionIds: list of str
|
|
13189
13189
|
"""
|
|
13190
13190
|
self._StartTimeStamp = None
|
|
@@ -13200,7 +13200,7 @@ class DescribeTelCdrRequest(AbstractModel):
|
|
|
13200
13200
|
|
|
13201
13201
|
@property
|
|
13202
13202
|
def StartTimeStamp(self):
|
|
13203
|
-
r"""
|
|
13203
|
+
r"""<p>起始时间戳,Unix 秒级时间戳,最大支持近180天。</p>
|
|
13204
13204
|
:rtype: int
|
|
13205
13205
|
"""
|
|
13206
13206
|
return self._StartTimeStamp
|
|
@@ -13211,7 +13211,7 @@ class DescribeTelCdrRequest(AbstractModel):
|
|
|
13211
13211
|
|
|
13212
13212
|
@property
|
|
13213
13213
|
def EndTimeStamp(self):
|
|
13214
|
-
r"""
|
|
13214
|
+
r"""<p>结束时间戳,Unix 秒级时间戳,结束时间与开始时间的区间范围小于90天。</p>
|
|
13215
13215
|
:rtype: int
|
|
13216
13216
|
"""
|
|
13217
13217
|
return self._EndTimeStamp
|
|
@@ -13222,7 +13222,7 @@ class DescribeTelCdrRequest(AbstractModel):
|
|
|
13222
13222
|
|
|
13223
13223
|
@property
|
|
13224
13224
|
def SdkAppId(self):
|
|
13225
|
-
r"""
|
|
13225
|
+
r"""<p>应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc</p>
|
|
13226
13226
|
:rtype: int
|
|
13227
13227
|
"""
|
|
13228
13228
|
return self._SdkAppId
|
|
@@ -13233,7 +13233,7 @@ class DescribeTelCdrRequest(AbstractModel):
|
|
|
13233
13233
|
|
|
13234
13234
|
@property
|
|
13235
13235
|
def PageSize(self):
|
|
13236
|
-
r"""
|
|
13236
|
+
r"""<p>分页尺寸(必填),上限 100</p>
|
|
13237
13237
|
:rtype: int
|
|
13238
13238
|
"""
|
|
13239
13239
|
return self._PageSize
|
|
@@ -13244,7 +13244,7 @@ class DescribeTelCdrRequest(AbstractModel):
|
|
|
13244
13244
|
|
|
13245
13245
|
@property
|
|
13246
13246
|
def PageNumber(self):
|
|
13247
|
-
r"""
|
|
13247
|
+
r"""<p>分页页码(必填),从 0 开始</p>
|
|
13248
13248
|
:rtype: int
|
|
13249
13249
|
"""
|
|
13250
13250
|
return self._PageNumber
|
|
@@ -13257,7 +13257,7 @@ class DescribeTelCdrRequest(AbstractModel):
|
|
|
13257
13257
|
def InstanceId(self):
|
|
13258
13258
|
warnings.warn("parameter `InstanceId` is deprecated", DeprecationWarning)
|
|
13259
13259
|
|
|
13260
|
-
r"""
|
|
13260
|
+
r"""<p>实例 ID(废弃)</p>
|
|
13261
13261
|
:rtype: int
|
|
13262
13262
|
"""
|
|
13263
13263
|
return self._InstanceId
|
|
@@ -13270,29 +13270,37 @@ class DescribeTelCdrRequest(AbstractModel):
|
|
|
13270
13270
|
|
|
13271
13271
|
@property
|
|
13272
13272
|
def Limit(self):
|
|
13273
|
-
|
|
13273
|
+
warnings.warn("parameter `Limit` is deprecated", DeprecationWarning)
|
|
13274
|
+
|
|
13275
|
+
r"""<p>返回数据条数,上限(废弃)</p>
|
|
13274
13276
|
:rtype: int
|
|
13275
13277
|
"""
|
|
13276
13278
|
return self._Limit
|
|
13277
13279
|
|
|
13278
13280
|
@Limit.setter
|
|
13279
13281
|
def Limit(self, Limit):
|
|
13282
|
+
warnings.warn("parameter `Limit` is deprecated", DeprecationWarning)
|
|
13283
|
+
|
|
13280
13284
|
self._Limit = Limit
|
|
13281
13285
|
|
|
13282
13286
|
@property
|
|
13283
13287
|
def Offset(self):
|
|
13284
|
-
|
|
13288
|
+
warnings.warn("parameter `Offset` is deprecated", DeprecationWarning)
|
|
13289
|
+
|
|
13290
|
+
r"""<p>偏移(废弃)</p>
|
|
13285
13291
|
:rtype: int
|
|
13286
13292
|
"""
|
|
13287
13293
|
return self._Offset
|
|
13288
13294
|
|
|
13289
13295
|
@Offset.setter
|
|
13290
13296
|
def Offset(self, Offset):
|
|
13297
|
+
warnings.warn("parameter `Offset` is deprecated", DeprecationWarning)
|
|
13298
|
+
|
|
13291
13299
|
self._Offset = Offset
|
|
13292
13300
|
|
|
13293
13301
|
@property
|
|
13294
13302
|
def Phones(self):
|
|
13295
|
-
r"""
|
|
13303
|
+
r"""<p>按手机号筛选</p>
|
|
13296
13304
|
:rtype: list of str
|
|
13297
13305
|
"""
|
|
13298
13306
|
return self._Phones
|
|
@@ -13303,7 +13311,7 @@ class DescribeTelCdrRequest(AbstractModel):
|
|
|
13303
13311
|
|
|
13304
13312
|
@property
|
|
13305
13313
|
def SessionIds(self):
|
|
13306
|
-
r"""
|
|
13314
|
+
r"""<p>按SessionId筛选</p>
|
|
13307
13315
|
:rtype: list of str
|
|
13308
13316
|
"""
|
|
13309
13317
|
return self._SessionIds
|
|
@@ -13341,11 +13349,11 @@ class DescribeTelCdrResponse(AbstractModel):
|
|
|
13341
13349
|
|
|
13342
13350
|
def __init__(self):
|
|
13343
13351
|
r"""
|
|
13344
|
-
:param _TotalCount:
|
|
13352
|
+
:param _TotalCount: <p>话单记录总数</p>
|
|
13345
13353
|
:type TotalCount: int
|
|
13346
|
-
:param _TelCdrs:
|
|
13354
|
+
:param _TelCdrs: <p>话单记录</p>
|
|
13347
13355
|
:type TelCdrs: list of TelCdrInfo
|
|
13348
|
-
:param _TelCdrList:
|
|
13356
|
+
:param _TelCdrList: <p>话单记录</p>
|
|
13349
13357
|
:type TelCdrList: list of TelCdrInfo
|
|
13350
13358
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
13351
13359
|
:type RequestId: str
|
|
@@ -13357,7 +13365,7 @@ class DescribeTelCdrResponse(AbstractModel):
|
|
|
13357
13365
|
|
|
13358
13366
|
@property
|
|
13359
13367
|
def TotalCount(self):
|
|
13360
|
-
r"""
|
|
13368
|
+
r"""<p>话单记录总数</p>
|
|
13361
13369
|
:rtype: int
|
|
13362
13370
|
"""
|
|
13363
13371
|
return self._TotalCount
|
|
@@ -13370,7 +13378,7 @@ class DescribeTelCdrResponse(AbstractModel):
|
|
|
13370
13378
|
def TelCdrs(self):
|
|
13371
13379
|
warnings.warn("parameter `TelCdrs` is deprecated", DeprecationWarning)
|
|
13372
13380
|
|
|
13373
|
-
r"""
|
|
13381
|
+
r"""<p>话单记录</p>
|
|
13374
13382
|
:rtype: list of TelCdrInfo
|
|
13375
13383
|
"""
|
|
13376
13384
|
return self._TelCdrs
|
|
@@ -13383,7 +13391,7 @@ class DescribeTelCdrResponse(AbstractModel):
|
|
|
13383
13391
|
|
|
13384
13392
|
@property
|
|
13385
13393
|
def TelCdrList(self):
|
|
13386
|
-
r"""
|
|
13394
|
+
r"""<p>话单记录</p>
|
|
13387
13395
|
:rtype: list of TelCdrInfo
|
|
13388
13396
|
"""
|
|
13389
13397
|
return self._TelCdrList
|
|
@@ -20028,171 +20036,92 @@ class TelCdrInfo(AbstractModel):
|
|
|
20028
20036
|
|
|
20029
20037
|
def __init__(self):
|
|
20030
20038
|
r"""
|
|
20031
|
-
:param _Caller:
|
|
20039
|
+
:param _Caller: <p>主叫号码</p>
|
|
20032
20040
|
:type Caller: str
|
|
20033
|
-
:param _Callee:
|
|
20041
|
+
:param _Callee: <p>被叫号码</p>
|
|
20034
20042
|
:type Callee: str
|
|
20035
|
-
:param _Time:
|
|
20043
|
+
:param _Time: <p>呼叫发起时间戳,Unix 时间戳</p>
|
|
20036
20044
|
:type Time: int
|
|
20037
|
-
:param _Direction:
|
|
20045
|
+
:param _Direction: <p>呼入呼出方向 0 呼入 1 呼出</p>
|
|
20038
20046
|
:type Direction: int
|
|
20039
|
-
:param _CallType:
|
|
20047
|
+
:param _CallType: <p>通话类型 1 呼出 2 呼入 3 音频呼入 5 预测式外呼 6 内线呼叫</p>
|
|
20040
20048
|
:type CallType: int
|
|
20041
|
-
:param _Duration:
|
|
20049
|
+
:param _Duration: <p>通话时长</p>
|
|
20042
20050
|
:type Duration: int
|
|
20043
|
-
:param _RecordURL:
|
|
20051
|
+
:param _RecordURL: <p>录音信息</p>
|
|
20044
20052
|
:type RecordURL: str
|
|
20045
|
-
:param _RecordId:
|
|
20053
|
+
:param _RecordId: <p>录音 ID</p>
|
|
20046
20054
|
:type RecordId: str
|
|
20047
|
-
:param _SeatUser:
|
|
20055
|
+
:param _SeatUser: <p>座席信息</p>
|
|
20048
20056
|
:type SeatUser: :class:`tencentcloud.ccc.v20200210.models.SeatUserInfo`
|
|
20049
|
-
:param _EndStatus: EndStatus与EndStatusString
|
|
20050
|
-
|
|
20051
|
-
**场景 EndStatus EndStatusString 状态说明**
|
|
20052
|
-
|
|
20053
|
-
电话呼入&呼出 1 ok **正常通话**
|
|
20054
|
-
|
|
20055
|
-
电话呼入 102 ivrGiveUp **IVR期间用户放弃**
|
|
20056
|
-
|
|
20057
|
-
电话呼入 103 waitingGiveUp **排队时用户放弃**
|
|
20058
|
-
|
|
20059
|
-
电话呼入 104 ringingGiveUp **振铃时用户放弃**
|
|
20060
|
-
|
|
20061
|
-
电话呼入 105 noSeatOnline **无座席在线**
|
|
20062
|
-
|
|
20063
|
-
电话呼入 106 notWorkTime **非工作时间**
|
|
20064
|
-
|
|
20065
|
-
电话呼入 107 ivrEnd **IVR全自动结束(无人工介入)**
|
|
20066
|
-
|
|
20067
|
-
电话呼入 100 blackList **黑名单(系统侧)**
|
|
20068
|
-
|
|
20069
|
-
电话呼出 108 restrictedCallee **全局外呼风险号码拦截(系统侧)**
|
|
20070
|
-
|
|
20071
|
-
电话呼出 109 tooManyRequest **外呼频控拦截(系统侧)**
|
|
20072
|
-
|
|
20073
|
-
电话呼出 110 restrictedArea **外呼地域拦截(系统侧)**
|
|
20074
|
-
|
|
20075
|
-
电话呼出 111 restrictedTime **外呼时段拦截(系统侧)**
|
|
20076
|
-
|
|
20077
|
-
电话呼出 202 notAnswer **被叫未接听**
|
|
20078
|
-
|
|
20079
|
-
电话呼出 203 userReject **被叫拒接挂断**
|
|
20080
|
-
|
|
20081
|
-
电话呼出 204 powerOff **被叫关机**
|
|
20082
|
-
|
|
20083
|
-
电话呼出 205 numberNotExist **被叫空号**
|
|
20084
|
-
|
|
20085
|
-
电话呼出 206 busy **被叫忙**
|
|
20086
|
-
|
|
20087
|
-
电话呼出 207 outOfCredit **被叫欠费**
|
|
20088
|
-
|
|
20089
|
-
电话呼出 208 operatorError **运营商线路异常**
|
|
20090
|
-
|
|
20091
|
-
电话呼出 209 callerCancel **主叫取消**
|
|
20092
|
-
|
|
20093
|
-
电话呼出 210 notInService **被叫不在服务区**
|
|
20094
|
-
|
|
20095
|
-
电话呼入&呼出 211 clientError **座席客户端错误**
|
|
20096
|
-
|
|
20097
|
-
电话呼出 212 carrierBlocked **运营商拦截**
|
|
20098
|
-
|
|
20099
|
-
电话呼出 213 callReminder **提示来电提醒**
|
|
20100
|
-
|
|
20101
|
-
电话呼出 215 numberInvalid **被叫号码无效**
|
|
20102
|
-
|
|
20103
|
-
电话呼出 216 callRestricted **提示呼叫受限**
|
|
20104
|
-
|
|
20105
|
-
电话呼出 217 calleeRestricted **被叫黑名单受限**
|
|
20106
|
-
|
|
20107
|
-
电话呼出 218 areaRestricted **被叫区域受限**
|
|
20108
|
-
|
|
20109
|
-
电话呼出 219 promptCallForwarding **提示呼叫转移**
|
|
20110
|
-
|
|
20111
|
-
电话呼出 220 callerCancelWhileRing **振铃中主叫取消**
|
|
20112
|
-
|
|
20113
|
-
电话呼出 221 callerCancelWithoutRing **未振铃被叫号码异常**
|
|
20114
|
-
|
|
20115
|
-
电话呼出 222 voiceMailReached **语音信箱挂断**
|
|
20116
|
-
|
|
20117
|
-
音频呼入 501 callConflict **VoIP用户呼叫冲突终止**
|
|
20118
|
-
|
|
20119
|
-
音频呼入 502 clientTimeout **VoIP用户客户端超时**
|
|
20120
|
-
|
|
20121
|
-
音频呼入 503 voipClientError **VoIP用户客户端错误**
|
|
20122
|
-
|
|
20123
|
-
中文详情[参考](https://www.tencentcloud.com/zh/document/product/1229/71847)
|
|
20124
|
-
|
|
20125
|
-
英文详情[参考](https://www.tencentcloud.com/document/product/1229/71847?lang=en)
|
|
20057
|
+
:param _EndStatus: <p>EndStatus与EndStatusString一一对应,具体枚举如下:</p><p><strong>场景 EndStatus EndStatusString 状态说明</strong></p><p>电话呼入&呼出 1 ok <strong>正常通话</strong></p><p>电话呼入 102 ivrGiveUp <strong>IVR期间用户放弃</strong></p><p>电话呼入 103 waitingGiveUp <strong>排队时用户放弃</strong></p><p>电话呼入 104 ringingGiveUp <strong>振铃时用户放弃</strong></p><p>电话呼入 105 noSeatOnline <strong>无座席在线</strong></p><p>电话呼入 106 notWorkTime <strong>非工作时间</strong> </p><p>电话呼入 107 ivrEnd <strong>IVR全自动结束(无人工介入)</strong></p><p>电话呼入 100 blackList <strong>黑名单(系统侧)</strong></p><p>电话呼出 108 restrictedCallee <strong>全局外呼风险号码拦截(系统侧)</strong></p><p>电话呼出 109 tooManyRequest <strong>外呼频控拦截(系统侧)</strong></p><p>电话呼出 110 restrictedArea <strong>外呼地域拦截(系统侧)</strong></p><p>电话呼出 111 restrictedTime <strong>外呼时段拦截(系统侧)</strong></p><p>电话呼出 202 notAnswer <strong>被叫未接听</strong></p><p>电话呼出 203 userReject <strong>被叫拒接挂断</strong></p><p>电话呼出 204 powerOff <strong>被叫关机</strong></p><p>电话呼出 205 numberNotExist <strong>被叫空号</strong></p><p>电话呼出 206 busy <strong>被叫忙</strong></p><p>电话呼出 207 outOfCredit <strong>被叫欠费</strong></p><p>电话呼出 208 operatorError <strong>运营商线路异常</strong></p><p>电话呼出 209 callerCancel <strong>主叫取消</strong></p><p>电话呼出 210 notInService <strong>被叫不在服务区</strong></p><p>电话呼入&呼出 211 clientError <strong>座席客户端错误</strong></p><p>电话呼出 212 carrierBlocked <strong>运营商拦截</strong></p><p>电话呼出 213 callReminder <strong>提示来电提醒</strong></p><p>电话呼出 215 numberInvalid <strong>被叫号码无效</strong></p><p>电话呼出 216 callRestricted <strong>提示呼叫受限</strong></p><p>电话呼出 217 calleeRestricted <strong>被叫黑名单受限</strong></p><p>电话呼出 218 areaRestricted <strong>被叫区域受限</strong></p><p>电话呼出 219 promptCallForwarding <strong>提示呼叫转移</strong></p><p>电话呼出 220 callerCancelWhileRing <strong>振铃中主叫取消</strong></p><p>电话呼出 221 callerCancelWithoutRing <strong>未振铃被叫号码异常</strong></p><p>电话呼出 222 voiceMailReached <strong>语音信箱挂断</strong></p><p>音频呼入 501 callConflict <strong>VoIP用户呼叫冲突终止</strong></p><p>音频呼入 502 clientTimeout <strong>VoIP用户客户端超时</strong></p><p>音频呼入 503 voipClientError <strong>VoIP用户客户端错误</strong></p><p>中文详情<a href="https://www.tencentcloud.com/zh/document/product/1229/71847">参考</a></p><p>英文详情<a href="https://www.tencentcloud.com/document/product/1229/71847?lang=en">参考</a></p>
|
|
20126
20058
|
:type EndStatus: int
|
|
20127
|
-
:param _SkillGroup:
|
|
20059
|
+
:param _SkillGroup: <p>技能组名称</p>
|
|
20128
20060
|
:type SkillGroup: str
|
|
20129
|
-
:param _CallerLocation:
|
|
20061
|
+
:param _CallerLocation: <p>主叫归属地</p>
|
|
20130
20062
|
:type CallerLocation: str
|
|
20131
|
-
:param _IVRDuration: IVR
|
|
20063
|
+
:param _IVRDuration: <p>IVR 阶段耗时</p>
|
|
20132
20064
|
:type IVRDuration: int
|
|
20133
|
-
:param _RingTimestamp:
|
|
20065
|
+
:param _RingTimestamp: <p>振铃时间戳,UNIX 秒级时间戳</p>
|
|
20134
20066
|
:type RingTimestamp: int
|
|
20135
|
-
:param _AcceptTimestamp:
|
|
20067
|
+
:param _AcceptTimestamp: <p>接听时间戳,UNIX 秒级时间戳</p>
|
|
20136
20068
|
:type AcceptTimestamp: int
|
|
20137
|
-
:param _EndedTimestamp:
|
|
20069
|
+
:param _EndedTimestamp: <p>结束时间戳,UNIX 秒级时间戳</p>
|
|
20138
20070
|
:type EndedTimestamp: int
|
|
20139
|
-
:param _IVRKeyPressed: IVR 按键信息 ,e.g. [
|
|
20071
|
+
:param _IVRKeyPressed: <p>IVR 按键信息 ,e.g. ["1","2","3"]</p>
|
|
20140
20072
|
:type IVRKeyPressed: list of str
|
|
20141
|
-
:param
|
|
20073
|
+
:param _IVRKeyPressedEx: <p>IVR按键信息(e.g.xa0[{"Key":"1","Label":"非常满意"}])</p>
|
|
20074
|
+
:type IVRKeyPressedEx: list of IVRKeyPressedElement
|
|
20075
|
+
:param _HungUpSide: <p>挂机方 seat 座席 user 用户 system 系统</p>
|
|
20142
20076
|
:type HungUpSide: str
|
|
20143
|
-
:param _ServeParticipants:
|
|
20077
|
+
:param _ServeParticipants: <p>服务参与者列表</p>
|
|
20144
20078
|
:type ServeParticipants: list of ServeParticipant
|
|
20145
|
-
:param _SkillGroupId:
|
|
20079
|
+
:param _SkillGroupId: <p>技能组ID</p>
|
|
20146
20080
|
:type SkillGroupId: int
|
|
20147
|
-
:param _EndStatusString:
|
|
20081
|
+
:param _EndStatusString: <p>参考 EndStatus 字段</p>
|
|
20148
20082
|
:type EndStatusString: str
|
|
20149
|
-
:param _StartTimestamp:
|
|
20083
|
+
:param _StartTimestamp: <p>会话开始时间戳,UNIX 秒级时间戳</p>
|
|
20150
20084
|
:type StartTimestamp: int
|
|
20151
|
-
:param _QueuedTimestamp:
|
|
20085
|
+
:param _QueuedTimestamp: <p>进入排队时间,Unix 秒级时间戳</p>
|
|
20152
20086
|
:type QueuedTimestamp: int
|
|
20153
|
-
:param _PostIVRKeyPressed:
|
|
20087
|
+
:param _PostIVRKeyPressed: <p>后置IVR按键信息(e.g.xa0[{"Key":"1","Label":"非常满意"}])</p>
|
|
20154
20088
|
:type PostIVRKeyPressed: list of IVRKeyPressedElement
|
|
20155
|
-
:param
|
|
20089
|
+
:param _PostIVRKeyPressedEx: <p>满意度按键信息 Key 为 noInput 表示进入满意度但无按键</p>
|
|
20090
|
+
:type PostIVRKeyPressedEx: list of IVRKeyPressedElement
|
|
20091
|
+
:param _QueuedSkillGroupId: <p>排队技能组Id</p>
|
|
20156
20092
|
:type QueuedSkillGroupId: int
|
|
20157
|
-
:param _SessionId:
|
|
20093
|
+
:param _SessionId: <p>会话 ID</p>
|
|
20158
20094
|
:type SessionId: str
|
|
20159
|
-
:param _ProtectedCaller:
|
|
20095
|
+
:param _ProtectedCaller: <p>主叫号码保护ID,开启号码保护映射功能时有效,且Caller字段置空</p>
|
|
20160
20096
|
:type ProtectedCaller: str
|
|
20161
|
-
:param _ProtectedCallee:
|
|
20097
|
+
:param _ProtectedCallee: <p>被叫号码保护ID,开启号码保护映射功能时有效,且Callee字段置空</p>
|
|
20162
20098
|
:type ProtectedCallee: str
|
|
20163
|
-
:param _Uui:
|
|
20099
|
+
:param _Uui: <p>客户自定义数据(User-to-User Interface)</p>
|
|
20164
20100
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
20165
20101
|
:type Uui: str
|
|
20166
|
-
:param _UUI:
|
|
20102
|
+
:param _UUI: <p>客户自定义数据(User-to-User Interface)</p>
|
|
20167
20103
|
:type UUI: str
|
|
20168
|
-
:param
|
|
20169
|
-
:type IVRKeyPressedEx: list of IVRKeyPressedElement
|
|
20170
|
-
:param _AsrUrl: 获取录音ASR文本信息地址
|
|
20104
|
+
:param _AsrUrl: <p>获取录音ASR文本信息地址</p>
|
|
20171
20105
|
:type AsrUrl: str
|
|
20172
|
-
:param _AsrStatus: AsrUrl的状态:Complete
|
|
20173
|
-
已完成;
|
|
20174
|
-
Processing
|
|
20175
|
-
正在生成中;
|
|
20176
|
-
NotExists
|
|
20177
|
-
无记录(未开启生成离线asr或者无套餐包)
|
|
20106
|
+
:param _AsrStatus: <p>AsrUrl的状态:Complete<br>已完成;<br>Processing<br>正在生成中;<br>NotExists<br>无记录(未开启生成离线asr或者无套餐包)</p>
|
|
20178
20107
|
:type AsrStatus: str
|
|
20179
|
-
:param _CustomRecordURL:
|
|
20108
|
+
:param _CustomRecordURL: <p>录音转存第三方COS地址</p>
|
|
20180
20109
|
:type CustomRecordURL: str
|
|
20181
|
-
:param _Remark:
|
|
20110
|
+
:param _Remark: <p>备注</p>
|
|
20182
20111
|
:type Remark: str
|
|
20183
|
-
:param _QueuedSkillGroupName:
|
|
20112
|
+
:param _QueuedSkillGroupName: <p>排队技能组名称</p>
|
|
20184
20113
|
:type QueuedSkillGroupName: str
|
|
20185
|
-
:param _VoicemailRecordURL:
|
|
20114
|
+
:param _VoicemailRecordURL: <p>通话中语音留言录音URL</p>
|
|
20186
20115
|
:type VoicemailRecordURL: list of str
|
|
20187
|
-
:param _VoicemailAsrURL:
|
|
20116
|
+
:param _VoicemailAsrURL: <p>通话中语音留言ASR文本信息地址</p>
|
|
20188
20117
|
:type VoicemailAsrURL: list of str
|
|
20189
|
-
:param _AIAgentId:
|
|
20118
|
+
:param _AIAgentId: <p>如果是智能体相关通话,这里是智能体 ID</p>
|
|
20190
20119
|
:type AIAgentId: int
|
|
20191
|
-
:param _AIAgentName:
|
|
20120
|
+
:param _AIAgentName: <p>如果是智能体相关通话,这里是智能体名称</p>
|
|
20192
20121
|
:type AIAgentName: str
|
|
20193
|
-
:param _SysHangupReason:
|
|
20122
|
+
:param _SysHangupReason: <p>接通后系统挂断原因,枚举类似</p>
|
|
20194
20123
|
:type SysHangupReason: int
|
|
20195
|
-
:param _SysHangupReasonString:
|
|
20124
|
+
:param _SysHangupReasonString: <p>接通后系统挂断原因,文字描述信息</p>
|
|
20196
20125
|
:type SysHangupReasonString: str
|
|
20197
20126
|
"""
|
|
20198
20127
|
self._Caller = None
|
|
@@ -20212,6 +20141,7 @@ NotExists
|
|
|
20212
20141
|
self._AcceptTimestamp = None
|
|
20213
20142
|
self._EndedTimestamp = None
|
|
20214
20143
|
self._IVRKeyPressed = None
|
|
20144
|
+
self._IVRKeyPressedEx = None
|
|
20215
20145
|
self._HungUpSide = None
|
|
20216
20146
|
self._ServeParticipants = None
|
|
20217
20147
|
self._SkillGroupId = None
|
|
@@ -20219,13 +20149,13 @@ NotExists
|
|
|
20219
20149
|
self._StartTimestamp = None
|
|
20220
20150
|
self._QueuedTimestamp = None
|
|
20221
20151
|
self._PostIVRKeyPressed = None
|
|
20152
|
+
self._PostIVRKeyPressedEx = None
|
|
20222
20153
|
self._QueuedSkillGroupId = None
|
|
20223
20154
|
self._SessionId = None
|
|
20224
20155
|
self._ProtectedCaller = None
|
|
20225
20156
|
self._ProtectedCallee = None
|
|
20226
20157
|
self._Uui = None
|
|
20227
20158
|
self._UUI = None
|
|
20228
|
-
self._IVRKeyPressedEx = None
|
|
20229
20159
|
self._AsrUrl = None
|
|
20230
20160
|
self._AsrStatus = None
|
|
20231
20161
|
self._CustomRecordURL = None
|
|
@@ -20240,7 +20170,7 @@ NotExists
|
|
|
20240
20170
|
|
|
20241
20171
|
@property
|
|
20242
20172
|
def Caller(self):
|
|
20243
|
-
r"""
|
|
20173
|
+
r"""<p>主叫号码</p>
|
|
20244
20174
|
:rtype: str
|
|
20245
20175
|
"""
|
|
20246
20176
|
return self._Caller
|
|
@@ -20251,7 +20181,7 @@ NotExists
|
|
|
20251
20181
|
|
|
20252
20182
|
@property
|
|
20253
20183
|
def Callee(self):
|
|
20254
|
-
r"""
|
|
20184
|
+
r"""<p>被叫号码</p>
|
|
20255
20185
|
:rtype: str
|
|
20256
20186
|
"""
|
|
20257
20187
|
return self._Callee
|
|
@@ -20262,7 +20192,7 @@ NotExists
|
|
|
20262
20192
|
|
|
20263
20193
|
@property
|
|
20264
20194
|
def Time(self):
|
|
20265
|
-
r"""
|
|
20195
|
+
r"""<p>呼叫发起时间戳,Unix 时间戳</p>
|
|
20266
20196
|
:rtype: int
|
|
20267
20197
|
"""
|
|
20268
20198
|
return self._Time
|
|
@@ -20273,7 +20203,7 @@ NotExists
|
|
|
20273
20203
|
|
|
20274
20204
|
@property
|
|
20275
20205
|
def Direction(self):
|
|
20276
|
-
r"""
|
|
20206
|
+
r"""<p>呼入呼出方向 0 呼入 1 呼出</p>
|
|
20277
20207
|
:rtype: int
|
|
20278
20208
|
"""
|
|
20279
20209
|
return self._Direction
|
|
@@ -20284,7 +20214,7 @@ NotExists
|
|
|
20284
20214
|
|
|
20285
20215
|
@property
|
|
20286
20216
|
def CallType(self):
|
|
20287
|
-
r"""
|
|
20217
|
+
r"""<p>通话类型 1 呼出 2 呼入 3 音频呼入 5 预测式外呼 6 内线呼叫</p>
|
|
20288
20218
|
:rtype: int
|
|
20289
20219
|
"""
|
|
20290
20220
|
return self._CallType
|
|
@@ -20295,7 +20225,7 @@ NotExists
|
|
|
20295
20225
|
|
|
20296
20226
|
@property
|
|
20297
20227
|
def Duration(self):
|
|
20298
|
-
r"""
|
|
20228
|
+
r"""<p>通话时长</p>
|
|
20299
20229
|
:rtype: int
|
|
20300
20230
|
"""
|
|
20301
20231
|
return self._Duration
|
|
@@ -20306,7 +20236,7 @@ NotExists
|
|
|
20306
20236
|
|
|
20307
20237
|
@property
|
|
20308
20238
|
def RecordURL(self):
|
|
20309
|
-
r"""
|
|
20239
|
+
r"""<p>录音信息</p>
|
|
20310
20240
|
:rtype: str
|
|
20311
20241
|
"""
|
|
20312
20242
|
return self._RecordURL
|
|
@@ -20317,7 +20247,7 @@ NotExists
|
|
|
20317
20247
|
|
|
20318
20248
|
@property
|
|
20319
20249
|
def RecordId(self):
|
|
20320
|
-
r"""
|
|
20250
|
+
r"""<p>录音 ID</p>
|
|
20321
20251
|
:rtype: str
|
|
20322
20252
|
"""
|
|
20323
20253
|
return self._RecordId
|
|
@@ -20328,7 +20258,7 @@ NotExists
|
|
|
20328
20258
|
|
|
20329
20259
|
@property
|
|
20330
20260
|
def SeatUser(self):
|
|
20331
|
-
r"""
|
|
20261
|
+
r"""<p>座席信息</p>
|
|
20332
20262
|
:rtype: :class:`tencentcloud.ccc.v20200210.models.SeatUserInfo`
|
|
20333
20263
|
"""
|
|
20334
20264
|
return self._SeatUser
|
|
@@ -20339,83 +20269,7 @@ NotExists
|
|
|
20339
20269
|
|
|
20340
20270
|
@property
|
|
20341
20271
|
def EndStatus(self):
|
|
20342
|
-
r"""EndStatus与EndStatusString
|
|
20343
|
-
|
|
20344
|
-
**场景 EndStatus EndStatusString 状态说明**
|
|
20345
|
-
|
|
20346
|
-
电话呼入&呼出 1 ok **正常通话**
|
|
20347
|
-
|
|
20348
|
-
电话呼入 102 ivrGiveUp **IVR期间用户放弃**
|
|
20349
|
-
|
|
20350
|
-
电话呼入 103 waitingGiveUp **排队时用户放弃**
|
|
20351
|
-
|
|
20352
|
-
电话呼入 104 ringingGiveUp **振铃时用户放弃**
|
|
20353
|
-
|
|
20354
|
-
电话呼入 105 noSeatOnline **无座席在线**
|
|
20355
|
-
|
|
20356
|
-
电话呼入 106 notWorkTime **非工作时间**
|
|
20357
|
-
|
|
20358
|
-
电话呼入 107 ivrEnd **IVR全自动结束(无人工介入)**
|
|
20359
|
-
|
|
20360
|
-
电话呼入 100 blackList **黑名单(系统侧)**
|
|
20361
|
-
|
|
20362
|
-
电话呼出 108 restrictedCallee **全局外呼风险号码拦截(系统侧)**
|
|
20363
|
-
|
|
20364
|
-
电话呼出 109 tooManyRequest **外呼频控拦截(系统侧)**
|
|
20365
|
-
|
|
20366
|
-
电话呼出 110 restrictedArea **外呼地域拦截(系统侧)**
|
|
20367
|
-
|
|
20368
|
-
电话呼出 111 restrictedTime **外呼时段拦截(系统侧)**
|
|
20369
|
-
|
|
20370
|
-
电话呼出 202 notAnswer **被叫未接听**
|
|
20371
|
-
|
|
20372
|
-
电话呼出 203 userReject **被叫拒接挂断**
|
|
20373
|
-
|
|
20374
|
-
电话呼出 204 powerOff **被叫关机**
|
|
20375
|
-
|
|
20376
|
-
电话呼出 205 numberNotExist **被叫空号**
|
|
20377
|
-
|
|
20378
|
-
电话呼出 206 busy **被叫忙**
|
|
20379
|
-
|
|
20380
|
-
电话呼出 207 outOfCredit **被叫欠费**
|
|
20381
|
-
|
|
20382
|
-
电话呼出 208 operatorError **运营商线路异常**
|
|
20383
|
-
|
|
20384
|
-
电话呼出 209 callerCancel **主叫取消**
|
|
20385
|
-
|
|
20386
|
-
电话呼出 210 notInService **被叫不在服务区**
|
|
20387
|
-
|
|
20388
|
-
电话呼入&呼出 211 clientError **座席客户端错误**
|
|
20389
|
-
|
|
20390
|
-
电话呼出 212 carrierBlocked **运营商拦截**
|
|
20391
|
-
|
|
20392
|
-
电话呼出 213 callReminder **提示来电提醒**
|
|
20393
|
-
|
|
20394
|
-
电话呼出 215 numberInvalid **被叫号码无效**
|
|
20395
|
-
|
|
20396
|
-
电话呼出 216 callRestricted **提示呼叫受限**
|
|
20397
|
-
|
|
20398
|
-
电话呼出 217 calleeRestricted **被叫黑名单受限**
|
|
20399
|
-
|
|
20400
|
-
电话呼出 218 areaRestricted **被叫区域受限**
|
|
20401
|
-
|
|
20402
|
-
电话呼出 219 promptCallForwarding **提示呼叫转移**
|
|
20403
|
-
|
|
20404
|
-
电话呼出 220 callerCancelWhileRing **振铃中主叫取消**
|
|
20405
|
-
|
|
20406
|
-
电话呼出 221 callerCancelWithoutRing **未振铃被叫号码异常**
|
|
20407
|
-
|
|
20408
|
-
电话呼出 222 voiceMailReached **语音信箱挂断**
|
|
20409
|
-
|
|
20410
|
-
音频呼入 501 callConflict **VoIP用户呼叫冲突终止**
|
|
20411
|
-
|
|
20412
|
-
音频呼入 502 clientTimeout **VoIP用户客户端超时**
|
|
20413
|
-
|
|
20414
|
-
音频呼入 503 voipClientError **VoIP用户客户端错误**
|
|
20415
|
-
|
|
20416
|
-
中文详情[参考](https://www.tencentcloud.com/zh/document/product/1229/71847)
|
|
20417
|
-
|
|
20418
|
-
英文详情[参考](https://www.tencentcloud.com/document/product/1229/71847?lang=en)
|
|
20272
|
+
r"""<p>EndStatus与EndStatusString一一对应,具体枚举如下:</p><p><strong>场景 EndStatus EndStatusString 状态说明</strong></p><p>电话呼入&呼出 1 ok <strong>正常通话</strong></p><p>电话呼入 102 ivrGiveUp <strong>IVR期间用户放弃</strong></p><p>电话呼入 103 waitingGiveUp <strong>排队时用户放弃</strong></p><p>电话呼入 104 ringingGiveUp <strong>振铃时用户放弃</strong></p><p>电话呼入 105 noSeatOnline <strong>无座席在线</strong></p><p>电话呼入 106 notWorkTime <strong>非工作时间</strong> </p><p>电话呼入 107 ivrEnd <strong>IVR全自动结束(无人工介入)</strong></p><p>电话呼入 100 blackList <strong>黑名单(系统侧)</strong></p><p>电话呼出 108 restrictedCallee <strong>全局外呼风险号码拦截(系统侧)</strong></p><p>电话呼出 109 tooManyRequest <strong>外呼频控拦截(系统侧)</strong></p><p>电话呼出 110 restrictedArea <strong>外呼地域拦截(系统侧)</strong></p><p>电话呼出 111 restrictedTime <strong>外呼时段拦截(系统侧)</strong></p><p>电话呼出 202 notAnswer <strong>被叫未接听</strong></p><p>电话呼出 203 userReject <strong>被叫拒接挂断</strong></p><p>电话呼出 204 powerOff <strong>被叫关机</strong></p><p>电话呼出 205 numberNotExist <strong>被叫空号</strong></p><p>电话呼出 206 busy <strong>被叫忙</strong></p><p>电话呼出 207 outOfCredit <strong>被叫欠费</strong></p><p>电话呼出 208 operatorError <strong>运营商线路异常</strong></p><p>电话呼出 209 callerCancel <strong>主叫取消</strong></p><p>电话呼出 210 notInService <strong>被叫不在服务区</strong></p><p>电话呼入&呼出 211 clientError <strong>座席客户端错误</strong></p><p>电话呼出 212 carrierBlocked <strong>运营商拦截</strong></p><p>电话呼出 213 callReminder <strong>提示来电提醒</strong></p><p>电话呼出 215 numberInvalid <strong>被叫号码无效</strong></p><p>电话呼出 216 callRestricted <strong>提示呼叫受限</strong></p><p>电话呼出 217 calleeRestricted <strong>被叫黑名单受限</strong></p><p>电话呼出 218 areaRestricted <strong>被叫区域受限</strong></p><p>电话呼出 219 promptCallForwarding <strong>提示呼叫转移</strong></p><p>电话呼出 220 callerCancelWhileRing <strong>振铃中主叫取消</strong></p><p>电话呼出 221 callerCancelWithoutRing <strong>未振铃被叫号码异常</strong></p><p>电话呼出 222 voiceMailReached <strong>语音信箱挂断</strong></p><p>音频呼入 501 callConflict <strong>VoIP用户呼叫冲突终止</strong></p><p>音频呼入 502 clientTimeout <strong>VoIP用户客户端超时</strong></p><p>音频呼入 503 voipClientError <strong>VoIP用户客户端错误</strong></p><p>中文详情<a href="https://www.tencentcloud.com/zh/document/product/1229/71847">参考</a></p><p>英文详情<a href="https://www.tencentcloud.com/document/product/1229/71847?lang=en">参考</a></p>
|
|
20419
20273
|
:rtype: int
|
|
20420
20274
|
"""
|
|
20421
20275
|
return self._EndStatus
|
|
@@ -20426,7 +20280,7 @@ NotExists
|
|
|
20426
20280
|
|
|
20427
20281
|
@property
|
|
20428
20282
|
def SkillGroup(self):
|
|
20429
|
-
r"""
|
|
20283
|
+
r"""<p>技能组名称</p>
|
|
20430
20284
|
:rtype: str
|
|
20431
20285
|
"""
|
|
20432
20286
|
return self._SkillGroup
|
|
@@ -20437,7 +20291,7 @@ NotExists
|
|
|
20437
20291
|
|
|
20438
20292
|
@property
|
|
20439
20293
|
def CallerLocation(self):
|
|
20440
|
-
r"""
|
|
20294
|
+
r"""<p>主叫归属地</p>
|
|
20441
20295
|
:rtype: str
|
|
20442
20296
|
"""
|
|
20443
20297
|
return self._CallerLocation
|
|
@@ -20448,7 +20302,7 @@ NotExists
|
|
|
20448
20302
|
|
|
20449
20303
|
@property
|
|
20450
20304
|
def IVRDuration(self):
|
|
20451
|
-
r"""IVR
|
|
20305
|
+
r"""<p>IVR 阶段耗时</p>
|
|
20452
20306
|
:rtype: int
|
|
20453
20307
|
"""
|
|
20454
20308
|
return self._IVRDuration
|
|
@@ -20459,7 +20313,7 @@ NotExists
|
|
|
20459
20313
|
|
|
20460
20314
|
@property
|
|
20461
20315
|
def RingTimestamp(self):
|
|
20462
|
-
r"""
|
|
20316
|
+
r"""<p>振铃时间戳,UNIX 秒级时间戳</p>
|
|
20463
20317
|
:rtype: int
|
|
20464
20318
|
"""
|
|
20465
20319
|
return self._RingTimestamp
|
|
@@ -20470,7 +20324,7 @@ NotExists
|
|
|
20470
20324
|
|
|
20471
20325
|
@property
|
|
20472
20326
|
def AcceptTimestamp(self):
|
|
20473
|
-
r"""
|
|
20327
|
+
r"""<p>接听时间戳,UNIX 秒级时间戳</p>
|
|
20474
20328
|
:rtype: int
|
|
20475
20329
|
"""
|
|
20476
20330
|
return self._AcceptTimestamp
|
|
@@ -20481,7 +20335,7 @@ NotExists
|
|
|
20481
20335
|
|
|
20482
20336
|
@property
|
|
20483
20337
|
def EndedTimestamp(self):
|
|
20484
|
-
r"""
|
|
20338
|
+
r"""<p>结束时间戳,UNIX 秒级时间戳</p>
|
|
20485
20339
|
:rtype: int
|
|
20486
20340
|
"""
|
|
20487
20341
|
return self._EndedTimestamp
|
|
@@ -20492,18 +20346,33 @@ NotExists
|
|
|
20492
20346
|
|
|
20493
20347
|
@property
|
|
20494
20348
|
def IVRKeyPressed(self):
|
|
20495
|
-
|
|
20349
|
+
warnings.warn("parameter `IVRKeyPressed` is deprecated", DeprecationWarning)
|
|
20350
|
+
|
|
20351
|
+
r"""<p>IVR 按键信息 ,e.g. ["1","2","3"]</p>
|
|
20496
20352
|
:rtype: list of str
|
|
20497
20353
|
"""
|
|
20498
20354
|
return self._IVRKeyPressed
|
|
20499
20355
|
|
|
20500
20356
|
@IVRKeyPressed.setter
|
|
20501
20357
|
def IVRKeyPressed(self, IVRKeyPressed):
|
|
20358
|
+
warnings.warn("parameter `IVRKeyPressed` is deprecated", DeprecationWarning)
|
|
20359
|
+
|
|
20502
20360
|
self._IVRKeyPressed = IVRKeyPressed
|
|
20503
20361
|
|
|
20362
|
+
@property
|
|
20363
|
+
def IVRKeyPressedEx(self):
|
|
20364
|
+
r"""<p>IVR按键信息(e.g.xa0[{"Key":"1","Label":"非常满意"}])</p>
|
|
20365
|
+
:rtype: list of IVRKeyPressedElement
|
|
20366
|
+
"""
|
|
20367
|
+
return self._IVRKeyPressedEx
|
|
20368
|
+
|
|
20369
|
+
@IVRKeyPressedEx.setter
|
|
20370
|
+
def IVRKeyPressedEx(self, IVRKeyPressedEx):
|
|
20371
|
+
self._IVRKeyPressedEx = IVRKeyPressedEx
|
|
20372
|
+
|
|
20504
20373
|
@property
|
|
20505
20374
|
def HungUpSide(self):
|
|
20506
|
-
r"""
|
|
20375
|
+
r"""<p>挂机方 seat 座席 user 用户 system 系统</p>
|
|
20507
20376
|
:rtype: str
|
|
20508
20377
|
"""
|
|
20509
20378
|
return self._HungUpSide
|
|
@@ -20514,7 +20383,7 @@ NotExists
|
|
|
20514
20383
|
|
|
20515
20384
|
@property
|
|
20516
20385
|
def ServeParticipants(self):
|
|
20517
|
-
r"""
|
|
20386
|
+
r"""<p>服务参与者列表</p>
|
|
20518
20387
|
:rtype: list of ServeParticipant
|
|
20519
20388
|
"""
|
|
20520
20389
|
return self._ServeParticipants
|
|
@@ -20525,7 +20394,7 @@ NotExists
|
|
|
20525
20394
|
|
|
20526
20395
|
@property
|
|
20527
20396
|
def SkillGroupId(self):
|
|
20528
|
-
r"""
|
|
20397
|
+
r"""<p>技能组ID</p>
|
|
20529
20398
|
:rtype: int
|
|
20530
20399
|
"""
|
|
20531
20400
|
return self._SkillGroupId
|
|
@@ -20536,7 +20405,7 @@ NotExists
|
|
|
20536
20405
|
|
|
20537
20406
|
@property
|
|
20538
20407
|
def EndStatusString(self):
|
|
20539
|
-
r"""
|
|
20408
|
+
r"""<p>参考 EndStatus 字段</p>
|
|
20540
20409
|
:rtype: str
|
|
20541
20410
|
"""
|
|
20542
20411
|
return self._EndStatusString
|
|
@@ -20547,7 +20416,7 @@ NotExists
|
|
|
20547
20416
|
|
|
20548
20417
|
@property
|
|
20549
20418
|
def StartTimestamp(self):
|
|
20550
|
-
r"""
|
|
20419
|
+
r"""<p>会话开始时间戳,UNIX 秒级时间戳</p>
|
|
20551
20420
|
:rtype: int
|
|
20552
20421
|
"""
|
|
20553
20422
|
return self._StartTimestamp
|
|
@@ -20558,7 +20427,7 @@ NotExists
|
|
|
20558
20427
|
|
|
20559
20428
|
@property
|
|
20560
20429
|
def QueuedTimestamp(self):
|
|
20561
|
-
r"""
|
|
20430
|
+
r"""<p>进入排队时间,Unix 秒级时间戳</p>
|
|
20562
20431
|
:rtype: int
|
|
20563
20432
|
"""
|
|
20564
20433
|
return self._QueuedTimestamp
|
|
@@ -20569,18 +20438,33 @@ NotExists
|
|
|
20569
20438
|
|
|
20570
20439
|
@property
|
|
20571
20440
|
def PostIVRKeyPressed(self):
|
|
20572
|
-
|
|
20441
|
+
warnings.warn("parameter `PostIVRKeyPressed` is deprecated", DeprecationWarning)
|
|
20442
|
+
|
|
20443
|
+
r"""<p>后置IVR按键信息(e.g.xa0[{"Key":"1","Label":"非常满意"}])</p>
|
|
20573
20444
|
:rtype: list of IVRKeyPressedElement
|
|
20574
20445
|
"""
|
|
20575
20446
|
return self._PostIVRKeyPressed
|
|
20576
20447
|
|
|
20577
20448
|
@PostIVRKeyPressed.setter
|
|
20578
20449
|
def PostIVRKeyPressed(self, PostIVRKeyPressed):
|
|
20450
|
+
warnings.warn("parameter `PostIVRKeyPressed` is deprecated", DeprecationWarning)
|
|
20451
|
+
|
|
20579
20452
|
self._PostIVRKeyPressed = PostIVRKeyPressed
|
|
20580
20453
|
|
|
20454
|
+
@property
|
|
20455
|
+
def PostIVRKeyPressedEx(self):
|
|
20456
|
+
r"""<p>满意度按键信息 Key 为 noInput 表示进入满意度但无按键</p>
|
|
20457
|
+
:rtype: list of IVRKeyPressedElement
|
|
20458
|
+
"""
|
|
20459
|
+
return self._PostIVRKeyPressedEx
|
|
20460
|
+
|
|
20461
|
+
@PostIVRKeyPressedEx.setter
|
|
20462
|
+
def PostIVRKeyPressedEx(self, PostIVRKeyPressedEx):
|
|
20463
|
+
self._PostIVRKeyPressedEx = PostIVRKeyPressedEx
|
|
20464
|
+
|
|
20581
20465
|
@property
|
|
20582
20466
|
def QueuedSkillGroupId(self):
|
|
20583
|
-
r"""
|
|
20467
|
+
r"""<p>排队技能组Id</p>
|
|
20584
20468
|
:rtype: int
|
|
20585
20469
|
"""
|
|
20586
20470
|
return self._QueuedSkillGroupId
|
|
@@ -20591,7 +20475,7 @@ NotExists
|
|
|
20591
20475
|
|
|
20592
20476
|
@property
|
|
20593
20477
|
def SessionId(self):
|
|
20594
|
-
r"""
|
|
20478
|
+
r"""<p>会话 ID</p>
|
|
20595
20479
|
:rtype: str
|
|
20596
20480
|
"""
|
|
20597
20481
|
return self._SessionId
|
|
@@ -20602,7 +20486,7 @@ NotExists
|
|
|
20602
20486
|
|
|
20603
20487
|
@property
|
|
20604
20488
|
def ProtectedCaller(self):
|
|
20605
|
-
r"""
|
|
20489
|
+
r"""<p>主叫号码保护ID,开启号码保护映射功能时有效,且Caller字段置空</p>
|
|
20606
20490
|
:rtype: str
|
|
20607
20491
|
"""
|
|
20608
20492
|
return self._ProtectedCaller
|
|
@@ -20613,7 +20497,7 @@ NotExists
|
|
|
20613
20497
|
|
|
20614
20498
|
@property
|
|
20615
20499
|
def ProtectedCallee(self):
|
|
20616
|
-
r"""
|
|
20500
|
+
r"""<p>被叫号码保护ID,开启号码保护映射功能时有效,且Callee字段置空</p>
|
|
20617
20501
|
:rtype: str
|
|
20618
20502
|
"""
|
|
20619
20503
|
return self._ProtectedCallee
|
|
@@ -20626,7 +20510,7 @@ NotExists
|
|
|
20626
20510
|
def Uui(self):
|
|
20627
20511
|
warnings.warn("parameter `Uui` is deprecated", DeprecationWarning)
|
|
20628
20512
|
|
|
20629
|
-
r"""
|
|
20513
|
+
r"""<p>客户自定义数据(User-to-User Interface)</p>
|
|
20630
20514
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
20631
20515
|
:rtype: str
|
|
20632
20516
|
"""
|
|
@@ -20640,7 +20524,7 @@ NotExists
|
|
|
20640
20524
|
|
|
20641
20525
|
@property
|
|
20642
20526
|
def UUI(self):
|
|
20643
|
-
r"""
|
|
20527
|
+
r"""<p>客户自定义数据(User-to-User Interface)</p>
|
|
20644
20528
|
:rtype: str
|
|
20645
20529
|
"""
|
|
20646
20530
|
return self._UUI
|
|
@@ -20649,20 +20533,9 @@ NotExists
|
|
|
20649
20533
|
def UUI(self, UUI):
|
|
20650
20534
|
self._UUI = UUI
|
|
20651
20535
|
|
|
20652
|
-
@property
|
|
20653
|
-
def IVRKeyPressedEx(self):
|
|
20654
|
-
r"""IVR按键信息(e.g. [{"Key":"1","Label":"非常满意"}])
|
|
20655
|
-
:rtype: list of IVRKeyPressedElement
|
|
20656
|
-
"""
|
|
20657
|
-
return self._IVRKeyPressedEx
|
|
20658
|
-
|
|
20659
|
-
@IVRKeyPressedEx.setter
|
|
20660
|
-
def IVRKeyPressedEx(self, IVRKeyPressedEx):
|
|
20661
|
-
self._IVRKeyPressedEx = IVRKeyPressedEx
|
|
20662
|
-
|
|
20663
20536
|
@property
|
|
20664
20537
|
def AsrUrl(self):
|
|
20665
|
-
r"""
|
|
20538
|
+
r"""<p>获取录音ASR文本信息地址</p>
|
|
20666
20539
|
:rtype: str
|
|
20667
20540
|
"""
|
|
20668
20541
|
return self._AsrUrl
|
|
@@ -20673,12 +20546,7 @@ NotExists
|
|
|
20673
20546
|
|
|
20674
20547
|
@property
|
|
20675
20548
|
def AsrStatus(self):
|
|
20676
|
-
r"""AsrUrl的状态:Complete
|
|
20677
|
-
已完成;
|
|
20678
|
-
Processing
|
|
20679
|
-
正在生成中;
|
|
20680
|
-
NotExists
|
|
20681
|
-
无记录(未开启生成离线asr或者无套餐包)
|
|
20549
|
+
r"""<p>AsrUrl的状态:Complete<br>已完成;<br>Processing<br>正在生成中;<br>NotExists<br>无记录(未开启生成离线asr或者无套餐包)</p>
|
|
20682
20550
|
:rtype: str
|
|
20683
20551
|
"""
|
|
20684
20552
|
return self._AsrStatus
|
|
@@ -20689,7 +20557,7 @@ NotExists
|
|
|
20689
20557
|
|
|
20690
20558
|
@property
|
|
20691
20559
|
def CustomRecordURL(self):
|
|
20692
|
-
r"""
|
|
20560
|
+
r"""<p>录音转存第三方COS地址</p>
|
|
20693
20561
|
:rtype: str
|
|
20694
20562
|
"""
|
|
20695
20563
|
return self._CustomRecordURL
|
|
@@ -20700,7 +20568,7 @@ NotExists
|
|
|
20700
20568
|
|
|
20701
20569
|
@property
|
|
20702
20570
|
def Remark(self):
|
|
20703
|
-
r"""
|
|
20571
|
+
r"""<p>备注</p>
|
|
20704
20572
|
:rtype: str
|
|
20705
20573
|
"""
|
|
20706
20574
|
return self._Remark
|
|
@@ -20711,7 +20579,7 @@ NotExists
|
|
|
20711
20579
|
|
|
20712
20580
|
@property
|
|
20713
20581
|
def QueuedSkillGroupName(self):
|
|
20714
|
-
r"""
|
|
20582
|
+
r"""<p>排队技能组名称</p>
|
|
20715
20583
|
:rtype: str
|
|
20716
20584
|
"""
|
|
20717
20585
|
return self._QueuedSkillGroupName
|
|
@@ -20722,7 +20590,7 @@ NotExists
|
|
|
20722
20590
|
|
|
20723
20591
|
@property
|
|
20724
20592
|
def VoicemailRecordURL(self):
|
|
20725
|
-
r"""
|
|
20593
|
+
r"""<p>通话中语音留言录音URL</p>
|
|
20726
20594
|
:rtype: list of str
|
|
20727
20595
|
"""
|
|
20728
20596
|
return self._VoicemailRecordURL
|
|
@@ -20733,7 +20601,7 @@ NotExists
|
|
|
20733
20601
|
|
|
20734
20602
|
@property
|
|
20735
20603
|
def VoicemailAsrURL(self):
|
|
20736
|
-
r"""
|
|
20604
|
+
r"""<p>通话中语音留言ASR文本信息地址</p>
|
|
20737
20605
|
:rtype: list of str
|
|
20738
20606
|
"""
|
|
20739
20607
|
return self._VoicemailAsrURL
|
|
@@ -20744,7 +20612,7 @@ NotExists
|
|
|
20744
20612
|
|
|
20745
20613
|
@property
|
|
20746
20614
|
def AIAgentId(self):
|
|
20747
|
-
r"""
|
|
20615
|
+
r"""<p>如果是智能体相关通话,这里是智能体 ID</p>
|
|
20748
20616
|
:rtype: int
|
|
20749
20617
|
"""
|
|
20750
20618
|
return self._AIAgentId
|
|
@@ -20755,7 +20623,7 @@ NotExists
|
|
|
20755
20623
|
|
|
20756
20624
|
@property
|
|
20757
20625
|
def AIAgentName(self):
|
|
20758
|
-
r"""
|
|
20626
|
+
r"""<p>如果是智能体相关通话,这里是智能体名称</p>
|
|
20759
20627
|
:rtype: str
|
|
20760
20628
|
"""
|
|
20761
20629
|
return self._AIAgentName
|
|
@@ -20766,7 +20634,7 @@ NotExists
|
|
|
20766
20634
|
|
|
20767
20635
|
@property
|
|
20768
20636
|
def SysHangupReason(self):
|
|
20769
|
-
r"""
|
|
20637
|
+
r"""<p>接通后系统挂断原因,枚举类似</p>
|
|
20770
20638
|
:rtype: int
|
|
20771
20639
|
"""
|
|
20772
20640
|
return self._SysHangupReason
|
|
@@ -20777,7 +20645,7 @@ NotExists
|
|
|
20777
20645
|
|
|
20778
20646
|
@property
|
|
20779
20647
|
def SysHangupReasonString(self):
|
|
20780
|
-
r"""
|
|
20648
|
+
r"""<p>接通后系统挂断原因,文字描述信息</p>
|
|
20781
20649
|
:rtype: str
|
|
20782
20650
|
"""
|
|
20783
20651
|
return self._SysHangupReasonString
|
|
@@ -20807,6 +20675,12 @@ NotExists
|
|
|
20807
20675
|
self._AcceptTimestamp = params.get("AcceptTimestamp")
|
|
20808
20676
|
self._EndedTimestamp = params.get("EndedTimestamp")
|
|
20809
20677
|
self._IVRKeyPressed = params.get("IVRKeyPressed")
|
|
20678
|
+
if params.get("IVRKeyPressedEx") is not None:
|
|
20679
|
+
self._IVRKeyPressedEx = []
|
|
20680
|
+
for item in params.get("IVRKeyPressedEx"):
|
|
20681
|
+
obj = IVRKeyPressedElement()
|
|
20682
|
+
obj._deserialize(item)
|
|
20683
|
+
self._IVRKeyPressedEx.append(obj)
|
|
20810
20684
|
self._HungUpSide = params.get("HungUpSide")
|
|
20811
20685
|
if params.get("ServeParticipants") is not None:
|
|
20812
20686
|
self._ServeParticipants = []
|
|
@@ -20824,18 +20698,18 @@ NotExists
|
|
|
20824
20698
|
obj = IVRKeyPressedElement()
|
|
20825
20699
|
obj._deserialize(item)
|
|
20826
20700
|
self._PostIVRKeyPressed.append(obj)
|
|
20701
|
+
if params.get("PostIVRKeyPressedEx") is not None:
|
|
20702
|
+
self._PostIVRKeyPressedEx = []
|
|
20703
|
+
for item in params.get("PostIVRKeyPressedEx"):
|
|
20704
|
+
obj = IVRKeyPressedElement()
|
|
20705
|
+
obj._deserialize(item)
|
|
20706
|
+
self._PostIVRKeyPressedEx.append(obj)
|
|
20827
20707
|
self._QueuedSkillGroupId = params.get("QueuedSkillGroupId")
|
|
20828
20708
|
self._SessionId = params.get("SessionId")
|
|
20829
20709
|
self._ProtectedCaller = params.get("ProtectedCaller")
|
|
20830
20710
|
self._ProtectedCallee = params.get("ProtectedCallee")
|
|
20831
20711
|
self._Uui = params.get("Uui")
|
|
20832
20712
|
self._UUI = params.get("UUI")
|
|
20833
|
-
if params.get("IVRKeyPressedEx") is not None:
|
|
20834
|
-
self._IVRKeyPressedEx = []
|
|
20835
|
-
for item in params.get("IVRKeyPressedEx"):
|
|
20836
|
-
obj = IVRKeyPressedElement()
|
|
20837
|
-
obj._deserialize(item)
|
|
20838
|
-
self._IVRKeyPressedEx.append(obj)
|
|
20839
20713
|
self._AsrUrl = params.get("AsrUrl")
|
|
20840
20714
|
self._AsrStatus = params.get("AsrStatus")
|
|
20841
20715
|
self._CustomRecordURL = params.get("CustomRecordURL")
|
|
@@ -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.154
|
|
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.154
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.154
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.151
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|