tencentcloud-sdk-python-ccc 3.1.151__tar.gz → 3.1.165__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.165}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_ccc-3.1.151 → tencentcloud_sdk_python_ccc-3.1.165}/setup.py +1 -1
- {tencentcloud_sdk_python_ccc-3.1.151 → tencentcloud_sdk_python_ccc-3.1.165}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_ccc-3.1.151 → tencentcloud_sdk_python_ccc-3.1.165}/tencentcloud/ccc/v20200210/models.py +195 -314
- {tencentcloud_sdk_python_ccc-3.1.151 → tencentcloud_sdk_python_ccc-3.1.165}/tencentcloud_sdk_python_ccc.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_ccc-3.1.165/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.165}/README.rst +0 -0
- {tencentcloud_sdk_python_ccc-3.1.151 → tencentcloud_sdk_python_ccc-3.1.165}/setup.cfg +0 -0
- {tencentcloud_sdk_python_ccc-3.1.151 → tencentcloud_sdk_python_ccc-3.1.165}/tencentcloud/ccc/__init__.py +0 -0
- {tencentcloud_sdk_python_ccc-3.1.151 → tencentcloud_sdk_python_ccc-3.1.165}/tencentcloud/ccc/v20200210/__init__.py +0 -0
- {tencentcloud_sdk_python_ccc-3.1.151 → tencentcloud_sdk_python_ccc-3.1.165}/tencentcloud/ccc/v20200210/ccc_client.py +0 -0
- {tencentcloud_sdk_python_ccc-3.1.151 → tencentcloud_sdk_python_ccc-3.1.165}/tencentcloud/ccc/v20200210/ccc_client_async.py +0 -0
- {tencentcloud_sdk_python_ccc-3.1.151 → tencentcloud_sdk_python_ccc-3.1.165}/tencentcloud/ccc/v20200210/errorcodes.py +0 -0
- {tencentcloud_sdk_python_ccc-3.1.151 → tencentcloud_sdk_python_ccc-3.1.165}/tencentcloud_sdk_python_ccc.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_ccc-3.1.151 → tencentcloud_sdk_python_ccc-3.1.165}/tencentcloud_sdk_python_ccc.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_ccc-3.1.151 → tencentcloud_sdk_python_ccc-3.1.165}/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.165
|
|
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.165
|
|
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.165,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Ccc SDK for Python',
|
|
@@ -3545,24 +3545,22 @@ class CreateAIAgentCallRequest(AbstractModel):
|
|
|
3545
3545
|
|
|
3546
3546
|
def __init__(self):
|
|
3547
3547
|
r"""
|
|
3548
|
-
:param _SdkAppId:
|
|
3548
|
+
:param _SdkAppId: <p>应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc</p>
|
|
3549
3549
|
:type SdkAppId: int
|
|
3550
|
-
:param _AIAgentId: AI智能体ID
|
|
3550
|
+
:param _AIAgentId: <p>AI智能体ID</p>
|
|
3551
3551
|
:type AIAgentId: int
|
|
3552
|
-
:param _Callee:
|
|
3552
|
+
:param _Callee: <p>被叫号码</p>
|
|
3553
3553
|
:type Callee: str
|
|
3554
|
-
:param _Callers:
|
|
3554
|
+
:param _Callers: <p>主叫号码列表</p>
|
|
3555
3555
|
:type Callers: list of str
|
|
3556
|
-
:param _PromptVariables:
|
|
3556
|
+
:param _PromptVariables: <p>提示词变量</p>
|
|
3557
3557
|
:type PromptVariables: list of Variable
|
|
3558
|
-
:param _Variables:
|
|
3559
|
-
|
|
3560
|
-
1. dify-inputs-xxx 为dify的inputs变量
|
|
3561
|
-
2. dify-inputs-user 为dify的user值
|
|
3562
|
-
3. dify-inputs-conversation_id 为dify的conversation_id值
|
|
3558
|
+
:param _Variables: <p>通用变量: <p>提示词变量</p> <p>欢迎语变量</p> <p> 欢迎语延迟播放(秒级):welcome-message-delay</p> <p> dify变量</p> </p><ol><li>dify-inputs-xxx 为dify的inputs变量</li><li>dify-inputs-user 为dify的user值</li><li>dify-inputs-conversation_id 为dify的conversation_id值</li></ol>
|
|
3563
3559
|
:type Variables: list of Variable
|
|
3564
|
-
:param _MaxRingTimeoutSecond:
|
|
3560
|
+
:param _MaxRingTimeoutSecond: <p>最大振铃时长,达到时长阈值自动挂断。 仅自携号码支持当前参数</p>
|
|
3565
3561
|
:type MaxRingTimeoutSecond: int
|
|
3562
|
+
:param _AcquireTimeoutSecond: <p>智能体并发不足时,排队等待超时时间,单位秒</p><p>取值范围:[0, 5]</p><p>默认值:5</p>
|
|
3563
|
+
:type AcquireTimeoutSecond: int
|
|
3566
3564
|
"""
|
|
3567
3565
|
self._SdkAppId = None
|
|
3568
3566
|
self._AIAgentId = None
|
|
@@ -3571,10 +3569,11 @@ class CreateAIAgentCallRequest(AbstractModel):
|
|
|
3571
3569
|
self._PromptVariables = None
|
|
3572
3570
|
self._Variables = None
|
|
3573
3571
|
self._MaxRingTimeoutSecond = None
|
|
3572
|
+
self._AcquireTimeoutSecond = None
|
|
3574
3573
|
|
|
3575
3574
|
@property
|
|
3576
3575
|
def SdkAppId(self):
|
|
3577
|
-
r"""
|
|
3576
|
+
r"""<p>应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc</p>
|
|
3578
3577
|
:rtype: int
|
|
3579
3578
|
"""
|
|
3580
3579
|
return self._SdkAppId
|
|
@@ -3585,7 +3584,7 @@ class CreateAIAgentCallRequest(AbstractModel):
|
|
|
3585
3584
|
|
|
3586
3585
|
@property
|
|
3587
3586
|
def AIAgentId(self):
|
|
3588
|
-
r"""AI智能体ID
|
|
3587
|
+
r"""<p>AI智能体ID</p>
|
|
3589
3588
|
:rtype: int
|
|
3590
3589
|
"""
|
|
3591
3590
|
return self._AIAgentId
|
|
@@ -3596,7 +3595,7 @@ class CreateAIAgentCallRequest(AbstractModel):
|
|
|
3596
3595
|
|
|
3597
3596
|
@property
|
|
3598
3597
|
def Callee(self):
|
|
3599
|
-
r"""
|
|
3598
|
+
r"""<p>被叫号码</p>
|
|
3600
3599
|
:rtype: str
|
|
3601
3600
|
"""
|
|
3602
3601
|
return self._Callee
|
|
@@ -3607,7 +3606,7 @@ class CreateAIAgentCallRequest(AbstractModel):
|
|
|
3607
3606
|
|
|
3608
3607
|
@property
|
|
3609
3608
|
def Callers(self):
|
|
3610
|
-
r"""
|
|
3609
|
+
r"""<p>主叫号码列表</p>
|
|
3611
3610
|
:rtype: list of str
|
|
3612
3611
|
"""
|
|
3613
3612
|
return self._Callers
|
|
@@ -3620,7 +3619,7 @@ class CreateAIAgentCallRequest(AbstractModel):
|
|
|
3620
3619
|
def PromptVariables(self):
|
|
3621
3620
|
warnings.warn("parameter `PromptVariables` is deprecated", DeprecationWarning)
|
|
3622
3621
|
|
|
3623
|
-
r"""
|
|
3622
|
+
r"""<p>提示词变量</p>
|
|
3624
3623
|
:rtype: list of Variable
|
|
3625
3624
|
"""
|
|
3626
3625
|
return self._PromptVariables
|
|
@@ -3633,11 +3632,7 @@ class CreateAIAgentCallRequest(AbstractModel):
|
|
|
3633
3632
|
|
|
3634
3633
|
@property
|
|
3635
3634
|
def Variables(self):
|
|
3636
|
-
r"""
|
|
3637
|
-
|
|
3638
|
-
1. dify-inputs-xxx 为dify的inputs变量
|
|
3639
|
-
2. dify-inputs-user 为dify的user值
|
|
3640
|
-
3. dify-inputs-conversation_id 为dify的conversation_id值
|
|
3635
|
+
r"""<p>通用变量: <p>提示词变量</p> <p>欢迎语变量</p> <p> 欢迎语延迟播放(秒级):welcome-message-delay</p> <p> dify变量</p> </p><ol><li>dify-inputs-xxx 为dify的inputs变量</li><li>dify-inputs-user 为dify的user值</li><li>dify-inputs-conversation_id 为dify的conversation_id值</li></ol>
|
|
3641
3636
|
:rtype: list of Variable
|
|
3642
3637
|
"""
|
|
3643
3638
|
return self._Variables
|
|
@@ -3648,7 +3643,7 @@ class CreateAIAgentCallRequest(AbstractModel):
|
|
|
3648
3643
|
|
|
3649
3644
|
@property
|
|
3650
3645
|
def MaxRingTimeoutSecond(self):
|
|
3651
|
-
r"""
|
|
3646
|
+
r"""<p>最大振铃时长,达到时长阈值自动挂断。 仅自携号码支持当前参数</p>
|
|
3652
3647
|
:rtype: int
|
|
3653
3648
|
"""
|
|
3654
3649
|
return self._MaxRingTimeoutSecond
|
|
@@ -3657,6 +3652,17 @@ class CreateAIAgentCallRequest(AbstractModel):
|
|
|
3657
3652
|
def MaxRingTimeoutSecond(self, MaxRingTimeoutSecond):
|
|
3658
3653
|
self._MaxRingTimeoutSecond = MaxRingTimeoutSecond
|
|
3659
3654
|
|
|
3655
|
+
@property
|
|
3656
|
+
def AcquireTimeoutSecond(self):
|
|
3657
|
+
r"""<p>智能体并发不足时,排队等待超时时间,单位秒</p><p>取值范围:[0, 5]</p><p>默认值:5</p>
|
|
3658
|
+
:rtype: int
|
|
3659
|
+
"""
|
|
3660
|
+
return self._AcquireTimeoutSecond
|
|
3661
|
+
|
|
3662
|
+
@AcquireTimeoutSecond.setter
|
|
3663
|
+
def AcquireTimeoutSecond(self, AcquireTimeoutSecond):
|
|
3664
|
+
self._AcquireTimeoutSecond = AcquireTimeoutSecond
|
|
3665
|
+
|
|
3660
3666
|
|
|
3661
3667
|
def _deserialize(self, params):
|
|
3662
3668
|
self._SdkAppId = params.get("SdkAppId")
|
|
@@ -3676,6 +3682,7 @@ class CreateAIAgentCallRequest(AbstractModel):
|
|
|
3676
3682
|
obj._deserialize(item)
|
|
3677
3683
|
self._Variables.append(obj)
|
|
3678
3684
|
self._MaxRingTimeoutSecond = params.get("MaxRingTimeoutSecond")
|
|
3685
|
+
self._AcquireTimeoutSecond = params.get("AcquireTimeoutSecond")
|
|
3679
3686
|
memeber_set = set(params.keys())
|
|
3680
3687
|
for name, value in vars(self).items():
|
|
3681
3688
|
property_name = name[1:]
|
|
@@ -3693,7 +3700,7 @@ class CreateAIAgentCallResponse(AbstractModel):
|
|
|
3693
3700
|
|
|
3694
3701
|
def __init__(self):
|
|
3695
3702
|
r"""
|
|
3696
|
-
:param _SessionId:
|
|
3703
|
+
:param _SessionId: <p>新创建的会话 ID</p>
|
|
3697
3704
|
:type SessionId: str
|
|
3698
3705
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3699
3706
|
:type RequestId: str
|
|
@@ -3703,7 +3710,7 @@ class CreateAIAgentCallResponse(AbstractModel):
|
|
|
3703
3710
|
|
|
3704
3711
|
@property
|
|
3705
3712
|
def SessionId(self):
|
|
3706
|
-
r"""
|
|
3713
|
+
r"""<p>新创建的会话 ID</p>
|
|
3707
3714
|
:rtype: str
|
|
3708
3715
|
"""
|
|
3709
3716
|
return self._SessionId
|
|
@@ -13166,25 +13173,25 @@ class DescribeTelCdrRequest(AbstractModel):
|
|
|
13166
13173
|
|
|
13167
13174
|
def __init__(self):
|
|
13168
13175
|
r"""
|
|
13169
|
-
:param _StartTimeStamp:
|
|
13176
|
+
:param _StartTimeStamp: <p>起始时间戳,Unix 秒级时间戳,最大支持近180天。</p>
|
|
13170
13177
|
:type StartTimeStamp: int
|
|
13171
|
-
:param _EndTimeStamp:
|
|
13178
|
+
:param _EndTimeStamp: <p>结束时间戳,Unix 秒级时间戳,结束时间与开始时间的区间范围小于90天。</p>
|
|
13172
13179
|
:type EndTimeStamp: int
|
|
13173
|
-
:param _SdkAppId:
|
|
13180
|
+
:param _SdkAppId: <p>应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc</p>
|
|
13174
13181
|
:type SdkAppId: int
|
|
13175
|
-
:param _PageSize:
|
|
13182
|
+
:param _PageSize: <p>分页尺寸(必填),上限 100</p>
|
|
13176
13183
|
:type PageSize: int
|
|
13177
|
-
:param _PageNumber:
|
|
13184
|
+
:param _PageNumber: <p>分页页码(必填),从 0 开始</p>
|
|
13178
13185
|
:type PageNumber: int
|
|
13179
|
-
:param _InstanceId:
|
|
13186
|
+
:param _InstanceId: <p>实例 ID(废弃)</p>
|
|
13180
13187
|
:type InstanceId: int
|
|
13181
|
-
:param _Limit:
|
|
13188
|
+
:param _Limit: <p>返回数据条数,上限(废弃)</p>
|
|
13182
13189
|
:type Limit: int
|
|
13183
|
-
:param _Offset:
|
|
13190
|
+
:param _Offset: <p>偏移(废弃)</p>
|
|
13184
13191
|
:type Offset: int
|
|
13185
|
-
:param _Phones:
|
|
13192
|
+
:param _Phones: <p>按手机号筛选</p>
|
|
13186
13193
|
:type Phones: list of str
|
|
13187
|
-
:param _SessionIds:
|
|
13194
|
+
:param _SessionIds: <p>按SessionId筛选</p>
|
|
13188
13195
|
:type SessionIds: list of str
|
|
13189
13196
|
"""
|
|
13190
13197
|
self._StartTimeStamp = None
|
|
@@ -13200,7 +13207,7 @@ class DescribeTelCdrRequest(AbstractModel):
|
|
|
13200
13207
|
|
|
13201
13208
|
@property
|
|
13202
13209
|
def StartTimeStamp(self):
|
|
13203
|
-
r"""
|
|
13210
|
+
r"""<p>起始时间戳,Unix 秒级时间戳,最大支持近180天。</p>
|
|
13204
13211
|
:rtype: int
|
|
13205
13212
|
"""
|
|
13206
13213
|
return self._StartTimeStamp
|
|
@@ -13211,7 +13218,7 @@ class DescribeTelCdrRequest(AbstractModel):
|
|
|
13211
13218
|
|
|
13212
13219
|
@property
|
|
13213
13220
|
def EndTimeStamp(self):
|
|
13214
|
-
r"""
|
|
13221
|
+
r"""<p>结束时间戳,Unix 秒级时间戳,结束时间与开始时间的区间范围小于90天。</p>
|
|
13215
13222
|
:rtype: int
|
|
13216
13223
|
"""
|
|
13217
13224
|
return self._EndTimeStamp
|
|
@@ -13222,7 +13229,7 @@ class DescribeTelCdrRequest(AbstractModel):
|
|
|
13222
13229
|
|
|
13223
13230
|
@property
|
|
13224
13231
|
def SdkAppId(self):
|
|
13225
|
-
r"""
|
|
13232
|
+
r"""<p>应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc</p>
|
|
13226
13233
|
:rtype: int
|
|
13227
13234
|
"""
|
|
13228
13235
|
return self._SdkAppId
|
|
@@ -13233,7 +13240,7 @@ class DescribeTelCdrRequest(AbstractModel):
|
|
|
13233
13240
|
|
|
13234
13241
|
@property
|
|
13235
13242
|
def PageSize(self):
|
|
13236
|
-
r"""
|
|
13243
|
+
r"""<p>分页尺寸(必填),上限 100</p>
|
|
13237
13244
|
:rtype: int
|
|
13238
13245
|
"""
|
|
13239
13246
|
return self._PageSize
|
|
@@ -13244,7 +13251,7 @@ class DescribeTelCdrRequest(AbstractModel):
|
|
|
13244
13251
|
|
|
13245
13252
|
@property
|
|
13246
13253
|
def PageNumber(self):
|
|
13247
|
-
r"""
|
|
13254
|
+
r"""<p>分页页码(必填),从 0 开始</p>
|
|
13248
13255
|
:rtype: int
|
|
13249
13256
|
"""
|
|
13250
13257
|
return self._PageNumber
|
|
@@ -13257,7 +13264,7 @@ class DescribeTelCdrRequest(AbstractModel):
|
|
|
13257
13264
|
def InstanceId(self):
|
|
13258
13265
|
warnings.warn("parameter `InstanceId` is deprecated", DeprecationWarning)
|
|
13259
13266
|
|
|
13260
|
-
r"""
|
|
13267
|
+
r"""<p>实例 ID(废弃)</p>
|
|
13261
13268
|
:rtype: int
|
|
13262
13269
|
"""
|
|
13263
13270
|
return self._InstanceId
|
|
@@ -13270,29 +13277,37 @@ class DescribeTelCdrRequest(AbstractModel):
|
|
|
13270
13277
|
|
|
13271
13278
|
@property
|
|
13272
13279
|
def Limit(self):
|
|
13273
|
-
|
|
13280
|
+
warnings.warn("parameter `Limit` is deprecated", DeprecationWarning)
|
|
13281
|
+
|
|
13282
|
+
r"""<p>返回数据条数,上限(废弃)</p>
|
|
13274
13283
|
:rtype: int
|
|
13275
13284
|
"""
|
|
13276
13285
|
return self._Limit
|
|
13277
13286
|
|
|
13278
13287
|
@Limit.setter
|
|
13279
13288
|
def Limit(self, Limit):
|
|
13289
|
+
warnings.warn("parameter `Limit` is deprecated", DeprecationWarning)
|
|
13290
|
+
|
|
13280
13291
|
self._Limit = Limit
|
|
13281
13292
|
|
|
13282
13293
|
@property
|
|
13283
13294
|
def Offset(self):
|
|
13284
|
-
|
|
13295
|
+
warnings.warn("parameter `Offset` is deprecated", DeprecationWarning)
|
|
13296
|
+
|
|
13297
|
+
r"""<p>偏移(废弃)</p>
|
|
13285
13298
|
:rtype: int
|
|
13286
13299
|
"""
|
|
13287
13300
|
return self._Offset
|
|
13288
13301
|
|
|
13289
13302
|
@Offset.setter
|
|
13290
13303
|
def Offset(self, Offset):
|
|
13304
|
+
warnings.warn("parameter `Offset` is deprecated", DeprecationWarning)
|
|
13305
|
+
|
|
13291
13306
|
self._Offset = Offset
|
|
13292
13307
|
|
|
13293
13308
|
@property
|
|
13294
13309
|
def Phones(self):
|
|
13295
|
-
r"""
|
|
13310
|
+
r"""<p>按手机号筛选</p>
|
|
13296
13311
|
:rtype: list of str
|
|
13297
13312
|
"""
|
|
13298
13313
|
return self._Phones
|
|
@@ -13303,7 +13318,7 @@ class DescribeTelCdrRequest(AbstractModel):
|
|
|
13303
13318
|
|
|
13304
13319
|
@property
|
|
13305
13320
|
def SessionIds(self):
|
|
13306
|
-
r"""
|
|
13321
|
+
r"""<p>按SessionId筛选</p>
|
|
13307
13322
|
:rtype: list of str
|
|
13308
13323
|
"""
|
|
13309
13324
|
return self._SessionIds
|
|
@@ -13341,11 +13356,11 @@ class DescribeTelCdrResponse(AbstractModel):
|
|
|
13341
13356
|
|
|
13342
13357
|
def __init__(self):
|
|
13343
13358
|
r"""
|
|
13344
|
-
:param _TotalCount:
|
|
13359
|
+
:param _TotalCount: <p>话单记录总数</p>
|
|
13345
13360
|
:type TotalCount: int
|
|
13346
|
-
:param _TelCdrs:
|
|
13361
|
+
:param _TelCdrs: <p>话单记录</p>
|
|
13347
13362
|
:type TelCdrs: list of TelCdrInfo
|
|
13348
|
-
:param _TelCdrList:
|
|
13363
|
+
:param _TelCdrList: <p>话单记录</p>
|
|
13349
13364
|
:type TelCdrList: list of TelCdrInfo
|
|
13350
13365
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
13351
13366
|
:type RequestId: str
|
|
@@ -13357,7 +13372,7 @@ class DescribeTelCdrResponse(AbstractModel):
|
|
|
13357
13372
|
|
|
13358
13373
|
@property
|
|
13359
13374
|
def TotalCount(self):
|
|
13360
|
-
r"""
|
|
13375
|
+
r"""<p>话单记录总数</p>
|
|
13361
13376
|
:rtype: int
|
|
13362
13377
|
"""
|
|
13363
13378
|
return self._TotalCount
|
|
@@ -13370,7 +13385,7 @@ class DescribeTelCdrResponse(AbstractModel):
|
|
|
13370
13385
|
def TelCdrs(self):
|
|
13371
13386
|
warnings.warn("parameter `TelCdrs` is deprecated", DeprecationWarning)
|
|
13372
13387
|
|
|
13373
|
-
r"""
|
|
13388
|
+
r"""<p>话单记录</p>
|
|
13374
13389
|
:rtype: list of TelCdrInfo
|
|
13375
13390
|
"""
|
|
13376
13391
|
return self._TelCdrs
|
|
@@ -13383,7 +13398,7 @@ class DescribeTelCdrResponse(AbstractModel):
|
|
|
13383
13398
|
|
|
13384
13399
|
@property
|
|
13385
13400
|
def TelCdrList(self):
|
|
13386
|
-
r"""
|
|
13401
|
+
r"""<p>话单记录</p>
|
|
13387
13402
|
:rtype: list of TelCdrInfo
|
|
13388
13403
|
"""
|
|
13389
13404
|
return self._TelCdrList
|
|
@@ -20028,171 +20043,92 @@ class TelCdrInfo(AbstractModel):
|
|
|
20028
20043
|
|
|
20029
20044
|
def __init__(self):
|
|
20030
20045
|
r"""
|
|
20031
|
-
:param _Caller:
|
|
20046
|
+
:param _Caller: <p>主叫号码</p>
|
|
20032
20047
|
:type Caller: str
|
|
20033
|
-
:param _Callee:
|
|
20048
|
+
:param _Callee: <p>被叫号码</p>
|
|
20034
20049
|
:type Callee: str
|
|
20035
|
-
:param _Time:
|
|
20050
|
+
:param _Time: <p>呼叫发起时间戳,Unix 时间戳</p>
|
|
20036
20051
|
:type Time: int
|
|
20037
|
-
:param _Direction:
|
|
20052
|
+
:param _Direction: <p>呼入呼出方向 0 呼入 1 呼出</p>
|
|
20038
20053
|
:type Direction: int
|
|
20039
|
-
:param _CallType:
|
|
20054
|
+
:param _CallType: <p>通话类型 1 呼出 2 呼入 3 音频呼入 5 预测式外呼 6 内线呼叫</p>
|
|
20040
20055
|
:type CallType: int
|
|
20041
|
-
:param _Duration:
|
|
20056
|
+
:param _Duration: <p>通话时长</p>
|
|
20042
20057
|
:type Duration: int
|
|
20043
|
-
:param _RecordURL:
|
|
20058
|
+
:param _RecordURL: <p>录音信息</p>
|
|
20044
20059
|
:type RecordURL: str
|
|
20045
|
-
:param _RecordId:
|
|
20060
|
+
:param _RecordId: <p>录音 ID</p>
|
|
20046
20061
|
:type RecordId: str
|
|
20047
|
-
:param _SeatUser:
|
|
20062
|
+
:param _SeatUser: <p>座席信息</p>
|
|
20048
20063
|
: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)
|
|
20064
|
+
: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
20065
|
:type EndStatus: int
|
|
20127
|
-
:param _SkillGroup:
|
|
20066
|
+
:param _SkillGroup: <p>技能组名称</p>
|
|
20128
20067
|
:type SkillGroup: str
|
|
20129
|
-
:param _CallerLocation:
|
|
20068
|
+
:param _CallerLocation: <p>主叫归属地</p>
|
|
20130
20069
|
:type CallerLocation: str
|
|
20131
|
-
:param _IVRDuration: IVR
|
|
20070
|
+
:param _IVRDuration: <p>IVR 阶段耗时</p>
|
|
20132
20071
|
:type IVRDuration: int
|
|
20133
|
-
:param _RingTimestamp:
|
|
20072
|
+
:param _RingTimestamp: <p>振铃时间戳,UNIX 秒级时间戳</p>
|
|
20134
20073
|
:type RingTimestamp: int
|
|
20135
|
-
:param _AcceptTimestamp:
|
|
20074
|
+
:param _AcceptTimestamp: <p>接听时间戳,UNIX 秒级时间戳</p>
|
|
20136
20075
|
:type AcceptTimestamp: int
|
|
20137
|
-
:param _EndedTimestamp:
|
|
20076
|
+
:param _EndedTimestamp: <p>结束时间戳,UNIX 秒级时间戳</p>
|
|
20138
20077
|
:type EndedTimestamp: int
|
|
20139
|
-
:param _IVRKeyPressed: IVR 按键信息 ,e.g. [
|
|
20078
|
+
:param _IVRKeyPressed: <p>IVR 按键信息 ,e.g. ["1","2","3"]</p>
|
|
20140
20079
|
:type IVRKeyPressed: list of str
|
|
20141
|
-
:param
|
|
20080
|
+
:param _IVRKeyPressedEx: <p>IVR按键信息(e.g.xa0[{"Key":"1","Label":"非常满意"}])</p>
|
|
20081
|
+
:type IVRKeyPressedEx: list of IVRKeyPressedElement
|
|
20082
|
+
:param _HungUpSide: <p>挂机方 seat 座席 user 用户 system 系统</p>
|
|
20142
20083
|
:type HungUpSide: str
|
|
20143
|
-
:param _ServeParticipants:
|
|
20084
|
+
:param _ServeParticipants: <p>服务参与者列表</p>
|
|
20144
20085
|
:type ServeParticipants: list of ServeParticipant
|
|
20145
|
-
:param _SkillGroupId:
|
|
20086
|
+
:param _SkillGroupId: <p>技能组ID</p>
|
|
20146
20087
|
:type SkillGroupId: int
|
|
20147
|
-
:param _EndStatusString:
|
|
20088
|
+
:param _EndStatusString: <p>参考 EndStatus 字段</p>
|
|
20148
20089
|
:type EndStatusString: str
|
|
20149
|
-
:param _StartTimestamp:
|
|
20090
|
+
:param _StartTimestamp: <p>会话开始时间戳,UNIX 秒级时间戳</p>
|
|
20150
20091
|
:type StartTimestamp: int
|
|
20151
|
-
:param _QueuedTimestamp:
|
|
20092
|
+
:param _QueuedTimestamp: <p>进入排队时间,Unix 秒级时间戳</p>
|
|
20152
20093
|
:type QueuedTimestamp: int
|
|
20153
|
-
:param _PostIVRKeyPressed:
|
|
20094
|
+
:param _PostIVRKeyPressed: <p>后置IVR按键信息(e.g.xa0[{"Key":"1","Label":"非常满意"}])</p>
|
|
20154
20095
|
:type PostIVRKeyPressed: list of IVRKeyPressedElement
|
|
20155
|
-
:param
|
|
20096
|
+
:param _PostIVRKeyPressedEx: <p>满意度按键信息 Key 为 noInput 表示进入满意度但无按键</p>
|
|
20097
|
+
:type PostIVRKeyPressedEx: list of IVRKeyPressedElement
|
|
20098
|
+
:param _QueuedSkillGroupId: <p>排队技能组Id</p>
|
|
20156
20099
|
:type QueuedSkillGroupId: int
|
|
20157
|
-
:param _SessionId:
|
|
20100
|
+
:param _SessionId: <p>会话 ID</p>
|
|
20158
20101
|
:type SessionId: str
|
|
20159
|
-
:param _ProtectedCaller:
|
|
20102
|
+
:param _ProtectedCaller: <p>主叫号码保护ID,开启号码保护映射功能时有效,且Caller字段置空</p>
|
|
20160
20103
|
:type ProtectedCaller: str
|
|
20161
|
-
:param _ProtectedCallee:
|
|
20104
|
+
:param _ProtectedCallee: <p>被叫号码保护ID,开启号码保护映射功能时有效,且Callee字段置空</p>
|
|
20162
20105
|
:type ProtectedCallee: str
|
|
20163
|
-
:param _Uui:
|
|
20106
|
+
:param _Uui: <p>客户自定义数据(User-to-User Interface)</p>
|
|
20164
20107
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
20165
20108
|
:type Uui: str
|
|
20166
|
-
:param _UUI:
|
|
20109
|
+
:param _UUI: <p>客户自定义数据(User-to-User Interface)</p>
|
|
20167
20110
|
:type UUI: str
|
|
20168
|
-
:param
|
|
20169
|
-
:type IVRKeyPressedEx: list of IVRKeyPressedElement
|
|
20170
|
-
:param _AsrUrl: 获取录音ASR文本信息地址
|
|
20111
|
+
:param _AsrUrl: <p>获取录音ASR文本信息地址</p>
|
|
20171
20112
|
:type AsrUrl: str
|
|
20172
|
-
:param _AsrStatus: AsrUrl的状态:Complete
|
|
20173
|
-
已完成;
|
|
20174
|
-
Processing
|
|
20175
|
-
正在生成中;
|
|
20176
|
-
NotExists
|
|
20177
|
-
无记录(未开启生成离线asr或者无套餐包)
|
|
20113
|
+
:param _AsrStatus: <p>AsrUrl的状态:Complete<br>已完成;<br>Processing<br>正在生成中;<br>NotExists<br>无记录(未开启生成离线asr或者无套餐包)</p>
|
|
20178
20114
|
:type AsrStatus: str
|
|
20179
|
-
:param _CustomRecordURL:
|
|
20115
|
+
:param _CustomRecordURL: <p>录音转存第三方COS地址</p>
|
|
20180
20116
|
:type CustomRecordURL: str
|
|
20181
|
-
:param _Remark:
|
|
20117
|
+
:param _Remark: <p>备注</p>
|
|
20182
20118
|
:type Remark: str
|
|
20183
|
-
:param _QueuedSkillGroupName:
|
|
20119
|
+
:param _QueuedSkillGroupName: <p>排队技能组名称</p>
|
|
20184
20120
|
:type QueuedSkillGroupName: str
|
|
20185
|
-
:param _VoicemailRecordURL:
|
|
20121
|
+
:param _VoicemailRecordURL: <p>通话中语音留言录音URL</p>
|
|
20186
20122
|
:type VoicemailRecordURL: list of str
|
|
20187
|
-
:param _VoicemailAsrURL:
|
|
20123
|
+
:param _VoicemailAsrURL: <p>通话中语音留言ASR文本信息地址</p>
|
|
20188
20124
|
:type VoicemailAsrURL: list of str
|
|
20189
|
-
:param _AIAgentId:
|
|
20125
|
+
:param _AIAgentId: <p>如果是智能体相关通话,这里是智能体 ID</p>
|
|
20190
20126
|
:type AIAgentId: int
|
|
20191
|
-
:param _AIAgentName:
|
|
20127
|
+
:param _AIAgentName: <p>如果是智能体相关通话,这里是智能体名称</p>
|
|
20192
20128
|
:type AIAgentName: str
|
|
20193
|
-
:param _SysHangupReason:
|
|
20129
|
+
:param _SysHangupReason: <p>接通后系统挂断原因,枚举类似</p>
|
|
20194
20130
|
:type SysHangupReason: int
|
|
20195
|
-
:param _SysHangupReasonString:
|
|
20131
|
+
:param _SysHangupReasonString: <p>接通后系统挂断原因,文字描述信息</p>
|
|
20196
20132
|
:type SysHangupReasonString: str
|
|
20197
20133
|
"""
|
|
20198
20134
|
self._Caller = None
|
|
@@ -20212,6 +20148,7 @@ NotExists
|
|
|
20212
20148
|
self._AcceptTimestamp = None
|
|
20213
20149
|
self._EndedTimestamp = None
|
|
20214
20150
|
self._IVRKeyPressed = None
|
|
20151
|
+
self._IVRKeyPressedEx = None
|
|
20215
20152
|
self._HungUpSide = None
|
|
20216
20153
|
self._ServeParticipants = None
|
|
20217
20154
|
self._SkillGroupId = None
|
|
@@ -20219,13 +20156,13 @@ NotExists
|
|
|
20219
20156
|
self._StartTimestamp = None
|
|
20220
20157
|
self._QueuedTimestamp = None
|
|
20221
20158
|
self._PostIVRKeyPressed = None
|
|
20159
|
+
self._PostIVRKeyPressedEx = None
|
|
20222
20160
|
self._QueuedSkillGroupId = None
|
|
20223
20161
|
self._SessionId = None
|
|
20224
20162
|
self._ProtectedCaller = None
|
|
20225
20163
|
self._ProtectedCallee = None
|
|
20226
20164
|
self._Uui = None
|
|
20227
20165
|
self._UUI = None
|
|
20228
|
-
self._IVRKeyPressedEx = None
|
|
20229
20166
|
self._AsrUrl = None
|
|
20230
20167
|
self._AsrStatus = None
|
|
20231
20168
|
self._CustomRecordURL = None
|
|
@@ -20240,7 +20177,7 @@ NotExists
|
|
|
20240
20177
|
|
|
20241
20178
|
@property
|
|
20242
20179
|
def Caller(self):
|
|
20243
|
-
r"""
|
|
20180
|
+
r"""<p>主叫号码</p>
|
|
20244
20181
|
:rtype: str
|
|
20245
20182
|
"""
|
|
20246
20183
|
return self._Caller
|
|
@@ -20251,7 +20188,7 @@ NotExists
|
|
|
20251
20188
|
|
|
20252
20189
|
@property
|
|
20253
20190
|
def Callee(self):
|
|
20254
|
-
r"""
|
|
20191
|
+
r"""<p>被叫号码</p>
|
|
20255
20192
|
:rtype: str
|
|
20256
20193
|
"""
|
|
20257
20194
|
return self._Callee
|
|
@@ -20262,7 +20199,7 @@ NotExists
|
|
|
20262
20199
|
|
|
20263
20200
|
@property
|
|
20264
20201
|
def Time(self):
|
|
20265
|
-
r"""
|
|
20202
|
+
r"""<p>呼叫发起时间戳,Unix 时间戳</p>
|
|
20266
20203
|
:rtype: int
|
|
20267
20204
|
"""
|
|
20268
20205
|
return self._Time
|
|
@@ -20273,7 +20210,7 @@ NotExists
|
|
|
20273
20210
|
|
|
20274
20211
|
@property
|
|
20275
20212
|
def Direction(self):
|
|
20276
|
-
r"""
|
|
20213
|
+
r"""<p>呼入呼出方向 0 呼入 1 呼出</p>
|
|
20277
20214
|
:rtype: int
|
|
20278
20215
|
"""
|
|
20279
20216
|
return self._Direction
|
|
@@ -20284,7 +20221,7 @@ NotExists
|
|
|
20284
20221
|
|
|
20285
20222
|
@property
|
|
20286
20223
|
def CallType(self):
|
|
20287
|
-
r"""
|
|
20224
|
+
r"""<p>通话类型 1 呼出 2 呼入 3 音频呼入 5 预测式外呼 6 内线呼叫</p>
|
|
20288
20225
|
:rtype: int
|
|
20289
20226
|
"""
|
|
20290
20227
|
return self._CallType
|
|
@@ -20295,7 +20232,7 @@ NotExists
|
|
|
20295
20232
|
|
|
20296
20233
|
@property
|
|
20297
20234
|
def Duration(self):
|
|
20298
|
-
r"""
|
|
20235
|
+
r"""<p>通话时长</p>
|
|
20299
20236
|
:rtype: int
|
|
20300
20237
|
"""
|
|
20301
20238
|
return self._Duration
|
|
@@ -20306,7 +20243,7 @@ NotExists
|
|
|
20306
20243
|
|
|
20307
20244
|
@property
|
|
20308
20245
|
def RecordURL(self):
|
|
20309
|
-
r"""
|
|
20246
|
+
r"""<p>录音信息</p>
|
|
20310
20247
|
:rtype: str
|
|
20311
20248
|
"""
|
|
20312
20249
|
return self._RecordURL
|
|
@@ -20317,7 +20254,7 @@ NotExists
|
|
|
20317
20254
|
|
|
20318
20255
|
@property
|
|
20319
20256
|
def RecordId(self):
|
|
20320
|
-
r"""
|
|
20257
|
+
r"""<p>录音 ID</p>
|
|
20321
20258
|
:rtype: str
|
|
20322
20259
|
"""
|
|
20323
20260
|
return self._RecordId
|
|
@@ -20328,7 +20265,7 @@ NotExists
|
|
|
20328
20265
|
|
|
20329
20266
|
@property
|
|
20330
20267
|
def SeatUser(self):
|
|
20331
|
-
r"""
|
|
20268
|
+
r"""<p>座席信息</p>
|
|
20332
20269
|
:rtype: :class:`tencentcloud.ccc.v20200210.models.SeatUserInfo`
|
|
20333
20270
|
"""
|
|
20334
20271
|
return self._SeatUser
|
|
@@ -20339,83 +20276,7 @@ NotExists
|
|
|
20339
20276
|
|
|
20340
20277
|
@property
|
|
20341
20278
|
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)
|
|
20279
|
+
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
20280
|
:rtype: int
|
|
20420
20281
|
"""
|
|
20421
20282
|
return self._EndStatus
|
|
@@ -20426,7 +20287,7 @@ NotExists
|
|
|
20426
20287
|
|
|
20427
20288
|
@property
|
|
20428
20289
|
def SkillGroup(self):
|
|
20429
|
-
r"""
|
|
20290
|
+
r"""<p>技能组名称</p>
|
|
20430
20291
|
:rtype: str
|
|
20431
20292
|
"""
|
|
20432
20293
|
return self._SkillGroup
|
|
@@ -20437,7 +20298,7 @@ NotExists
|
|
|
20437
20298
|
|
|
20438
20299
|
@property
|
|
20439
20300
|
def CallerLocation(self):
|
|
20440
|
-
r"""
|
|
20301
|
+
r"""<p>主叫归属地</p>
|
|
20441
20302
|
:rtype: str
|
|
20442
20303
|
"""
|
|
20443
20304
|
return self._CallerLocation
|
|
@@ -20448,7 +20309,7 @@ NotExists
|
|
|
20448
20309
|
|
|
20449
20310
|
@property
|
|
20450
20311
|
def IVRDuration(self):
|
|
20451
|
-
r"""IVR
|
|
20312
|
+
r"""<p>IVR 阶段耗时</p>
|
|
20452
20313
|
:rtype: int
|
|
20453
20314
|
"""
|
|
20454
20315
|
return self._IVRDuration
|
|
@@ -20459,7 +20320,7 @@ NotExists
|
|
|
20459
20320
|
|
|
20460
20321
|
@property
|
|
20461
20322
|
def RingTimestamp(self):
|
|
20462
|
-
r"""
|
|
20323
|
+
r"""<p>振铃时间戳,UNIX 秒级时间戳</p>
|
|
20463
20324
|
:rtype: int
|
|
20464
20325
|
"""
|
|
20465
20326
|
return self._RingTimestamp
|
|
@@ -20470,7 +20331,7 @@ NotExists
|
|
|
20470
20331
|
|
|
20471
20332
|
@property
|
|
20472
20333
|
def AcceptTimestamp(self):
|
|
20473
|
-
r"""
|
|
20334
|
+
r"""<p>接听时间戳,UNIX 秒级时间戳</p>
|
|
20474
20335
|
:rtype: int
|
|
20475
20336
|
"""
|
|
20476
20337
|
return self._AcceptTimestamp
|
|
@@ -20481,7 +20342,7 @@ NotExists
|
|
|
20481
20342
|
|
|
20482
20343
|
@property
|
|
20483
20344
|
def EndedTimestamp(self):
|
|
20484
|
-
r"""
|
|
20345
|
+
r"""<p>结束时间戳,UNIX 秒级时间戳</p>
|
|
20485
20346
|
:rtype: int
|
|
20486
20347
|
"""
|
|
20487
20348
|
return self._EndedTimestamp
|
|
@@ -20492,18 +20353,33 @@ NotExists
|
|
|
20492
20353
|
|
|
20493
20354
|
@property
|
|
20494
20355
|
def IVRKeyPressed(self):
|
|
20495
|
-
|
|
20356
|
+
warnings.warn("parameter `IVRKeyPressed` is deprecated", DeprecationWarning)
|
|
20357
|
+
|
|
20358
|
+
r"""<p>IVR 按键信息 ,e.g. ["1","2","3"]</p>
|
|
20496
20359
|
:rtype: list of str
|
|
20497
20360
|
"""
|
|
20498
20361
|
return self._IVRKeyPressed
|
|
20499
20362
|
|
|
20500
20363
|
@IVRKeyPressed.setter
|
|
20501
20364
|
def IVRKeyPressed(self, IVRKeyPressed):
|
|
20365
|
+
warnings.warn("parameter `IVRKeyPressed` is deprecated", DeprecationWarning)
|
|
20366
|
+
|
|
20502
20367
|
self._IVRKeyPressed = IVRKeyPressed
|
|
20503
20368
|
|
|
20369
|
+
@property
|
|
20370
|
+
def IVRKeyPressedEx(self):
|
|
20371
|
+
r"""<p>IVR按键信息(e.g.xa0[{"Key":"1","Label":"非常满意"}])</p>
|
|
20372
|
+
:rtype: list of IVRKeyPressedElement
|
|
20373
|
+
"""
|
|
20374
|
+
return self._IVRKeyPressedEx
|
|
20375
|
+
|
|
20376
|
+
@IVRKeyPressedEx.setter
|
|
20377
|
+
def IVRKeyPressedEx(self, IVRKeyPressedEx):
|
|
20378
|
+
self._IVRKeyPressedEx = IVRKeyPressedEx
|
|
20379
|
+
|
|
20504
20380
|
@property
|
|
20505
20381
|
def HungUpSide(self):
|
|
20506
|
-
r"""
|
|
20382
|
+
r"""<p>挂机方 seat 座席 user 用户 system 系统</p>
|
|
20507
20383
|
:rtype: str
|
|
20508
20384
|
"""
|
|
20509
20385
|
return self._HungUpSide
|
|
@@ -20514,7 +20390,7 @@ NotExists
|
|
|
20514
20390
|
|
|
20515
20391
|
@property
|
|
20516
20392
|
def ServeParticipants(self):
|
|
20517
|
-
r"""
|
|
20393
|
+
r"""<p>服务参与者列表</p>
|
|
20518
20394
|
:rtype: list of ServeParticipant
|
|
20519
20395
|
"""
|
|
20520
20396
|
return self._ServeParticipants
|
|
@@ -20525,7 +20401,7 @@ NotExists
|
|
|
20525
20401
|
|
|
20526
20402
|
@property
|
|
20527
20403
|
def SkillGroupId(self):
|
|
20528
|
-
r"""
|
|
20404
|
+
r"""<p>技能组ID</p>
|
|
20529
20405
|
:rtype: int
|
|
20530
20406
|
"""
|
|
20531
20407
|
return self._SkillGroupId
|
|
@@ -20536,7 +20412,7 @@ NotExists
|
|
|
20536
20412
|
|
|
20537
20413
|
@property
|
|
20538
20414
|
def EndStatusString(self):
|
|
20539
|
-
r"""
|
|
20415
|
+
r"""<p>参考 EndStatus 字段</p>
|
|
20540
20416
|
:rtype: str
|
|
20541
20417
|
"""
|
|
20542
20418
|
return self._EndStatusString
|
|
@@ -20547,7 +20423,7 @@ NotExists
|
|
|
20547
20423
|
|
|
20548
20424
|
@property
|
|
20549
20425
|
def StartTimestamp(self):
|
|
20550
|
-
r"""
|
|
20426
|
+
r"""<p>会话开始时间戳,UNIX 秒级时间戳</p>
|
|
20551
20427
|
:rtype: int
|
|
20552
20428
|
"""
|
|
20553
20429
|
return self._StartTimestamp
|
|
@@ -20558,7 +20434,7 @@ NotExists
|
|
|
20558
20434
|
|
|
20559
20435
|
@property
|
|
20560
20436
|
def QueuedTimestamp(self):
|
|
20561
|
-
r"""
|
|
20437
|
+
r"""<p>进入排队时间,Unix 秒级时间戳</p>
|
|
20562
20438
|
:rtype: int
|
|
20563
20439
|
"""
|
|
20564
20440
|
return self._QueuedTimestamp
|
|
@@ -20569,18 +20445,33 @@ NotExists
|
|
|
20569
20445
|
|
|
20570
20446
|
@property
|
|
20571
20447
|
def PostIVRKeyPressed(self):
|
|
20572
|
-
|
|
20448
|
+
warnings.warn("parameter `PostIVRKeyPressed` is deprecated", DeprecationWarning)
|
|
20449
|
+
|
|
20450
|
+
r"""<p>后置IVR按键信息(e.g.xa0[{"Key":"1","Label":"非常满意"}])</p>
|
|
20573
20451
|
:rtype: list of IVRKeyPressedElement
|
|
20574
20452
|
"""
|
|
20575
20453
|
return self._PostIVRKeyPressed
|
|
20576
20454
|
|
|
20577
20455
|
@PostIVRKeyPressed.setter
|
|
20578
20456
|
def PostIVRKeyPressed(self, PostIVRKeyPressed):
|
|
20457
|
+
warnings.warn("parameter `PostIVRKeyPressed` is deprecated", DeprecationWarning)
|
|
20458
|
+
|
|
20579
20459
|
self._PostIVRKeyPressed = PostIVRKeyPressed
|
|
20580
20460
|
|
|
20461
|
+
@property
|
|
20462
|
+
def PostIVRKeyPressedEx(self):
|
|
20463
|
+
r"""<p>满意度按键信息 Key 为 noInput 表示进入满意度但无按键</p>
|
|
20464
|
+
:rtype: list of IVRKeyPressedElement
|
|
20465
|
+
"""
|
|
20466
|
+
return self._PostIVRKeyPressedEx
|
|
20467
|
+
|
|
20468
|
+
@PostIVRKeyPressedEx.setter
|
|
20469
|
+
def PostIVRKeyPressedEx(self, PostIVRKeyPressedEx):
|
|
20470
|
+
self._PostIVRKeyPressedEx = PostIVRKeyPressedEx
|
|
20471
|
+
|
|
20581
20472
|
@property
|
|
20582
20473
|
def QueuedSkillGroupId(self):
|
|
20583
|
-
r"""
|
|
20474
|
+
r"""<p>排队技能组Id</p>
|
|
20584
20475
|
:rtype: int
|
|
20585
20476
|
"""
|
|
20586
20477
|
return self._QueuedSkillGroupId
|
|
@@ -20591,7 +20482,7 @@ NotExists
|
|
|
20591
20482
|
|
|
20592
20483
|
@property
|
|
20593
20484
|
def SessionId(self):
|
|
20594
|
-
r"""
|
|
20485
|
+
r"""<p>会话 ID</p>
|
|
20595
20486
|
:rtype: str
|
|
20596
20487
|
"""
|
|
20597
20488
|
return self._SessionId
|
|
@@ -20602,7 +20493,7 @@ NotExists
|
|
|
20602
20493
|
|
|
20603
20494
|
@property
|
|
20604
20495
|
def ProtectedCaller(self):
|
|
20605
|
-
r"""
|
|
20496
|
+
r"""<p>主叫号码保护ID,开启号码保护映射功能时有效,且Caller字段置空</p>
|
|
20606
20497
|
:rtype: str
|
|
20607
20498
|
"""
|
|
20608
20499
|
return self._ProtectedCaller
|
|
@@ -20613,7 +20504,7 @@ NotExists
|
|
|
20613
20504
|
|
|
20614
20505
|
@property
|
|
20615
20506
|
def ProtectedCallee(self):
|
|
20616
|
-
r"""
|
|
20507
|
+
r"""<p>被叫号码保护ID,开启号码保护映射功能时有效,且Callee字段置空</p>
|
|
20617
20508
|
:rtype: str
|
|
20618
20509
|
"""
|
|
20619
20510
|
return self._ProtectedCallee
|
|
@@ -20626,7 +20517,7 @@ NotExists
|
|
|
20626
20517
|
def Uui(self):
|
|
20627
20518
|
warnings.warn("parameter `Uui` is deprecated", DeprecationWarning)
|
|
20628
20519
|
|
|
20629
|
-
r"""
|
|
20520
|
+
r"""<p>客户自定义数据(User-to-User Interface)</p>
|
|
20630
20521
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
20631
20522
|
:rtype: str
|
|
20632
20523
|
"""
|
|
@@ -20640,7 +20531,7 @@ NotExists
|
|
|
20640
20531
|
|
|
20641
20532
|
@property
|
|
20642
20533
|
def UUI(self):
|
|
20643
|
-
r"""
|
|
20534
|
+
r"""<p>客户自定义数据(User-to-User Interface)</p>
|
|
20644
20535
|
:rtype: str
|
|
20645
20536
|
"""
|
|
20646
20537
|
return self._UUI
|
|
@@ -20649,20 +20540,9 @@ NotExists
|
|
|
20649
20540
|
def UUI(self, UUI):
|
|
20650
20541
|
self._UUI = UUI
|
|
20651
20542
|
|
|
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
20543
|
@property
|
|
20664
20544
|
def AsrUrl(self):
|
|
20665
|
-
r"""
|
|
20545
|
+
r"""<p>获取录音ASR文本信息地址</p>
|
|
20666
20546
|
:rtype: str
|
|
20667
20547
|
"""
|
|
20668
20548
|
return self._AsrUrl
|
|
@@ -20673,12 +20553,7 @@ NotExists
|
|
|
20673
20553
|
|
|
20674
20554
|
@property
|
|
20675
20555
|
def AsrStatus(self):
|
|
20676
|
-
r"""AsrUrl的状态:Complete
|
|
20677
|
-
已完成;
|
|
20678
|
-
Processing
|
|
20679
|
-
正在生成中;
|
|
20680
|
-
NotExists
|
|
20681
|
-
无记录(未开启生成离线asr或者无套餐包)
|
|
20556
|
+
r"""<p>AsrUrl的状态:Complete<br>已完成;<br>Processing<br>正在生成中;<br>NotExists<br>无记录(未开启生成离线asr或者无套餐包)</p>
|
|
20682
20557
|
:rtype: str
|
|
20683
20558
|
"""
|
|
20684
20559
|
return self._AsrStatus
|
|
@@ -20689,7 +20564,7 @@ NotExists
|
|
|
20689
20564
|
|
|
20690
20565
|
@property
|
|
20691
20566
|
def CustomRecordURL(self):
|
|
20692
|
-
r"""
|
|
20567
|
+
r"""<p>录音转存第三方COS地址</p>
|
|
20693
20568
|
:rtype: str
|
|
20694
20569
|
"""
|
|
20695
20570
|
return self._CustomRecordURL
|
|
@@ -20700,7 +20575,7 @@ NotExists
|
|
|
20700
20575
|
|
|
20701
20576
|
@property
|
|
20702
20577
|
def Remark(self):
|
|
20703
|
-
r"""
|
|
20578
|
+
r"""<p>备注</p>
|
|
20704
20579
|
:rtype: str
|
|
20705
20580
|
"""
|
|
20706
20581
|
return self._Remark
|
|
@@ -20711,7 +20586,7 @@ NotExists
|
|
|
20711
20586
|
|
|
20712
20587
|
@property
|
|
20713
20588
|
def QueuedSkillGroupName(self):
|
|
20714
|
-
r"""
|
|
20589
|
+
r"""<p>排队技能组名称</p>
|
|
20715
20590
|
:rtype: str
|
|
20716
20591
|
"""
|
|
20717
20592
|
return self._QueuedSkillGroupName
|
|
@@ -20722,7 +20597,7 @@ NotExists
|
|
|
20722
20597
|
|
|
20723
20598
|
@property
|
|
20724
20599
|
def VoicemailRecordURL(self):
|
|
20725
|
-
r"""
|
|
20600
|
+
r"""<p>通话中语音留言录音URL</p>
|
|
20726
20601
|
:rtype: list of str
|
|
20727
20602
|
"""
|
|
20728
20603
|
return self._VoicemailRecordURL
|
|
@@ -20733,7 +20608,7 @@ NotExists
|
|
|
20733
20608
|
|
|
20734
20609
|
@property
|
|
20735
20610
|
def VoicemailAsrURL(self):
|
|
20736
|
-
r"""
|
|
20611
|
+
r"""<p>通话中语音留言ASR文本信息地址</p>
|
|
20737
20612
|
:rtype: list of str
|
|
20738
20613
|
"""
|
|
20739
20614
|
return self._VoicemailAsrURL
|
|
@@ -20744,7 +20619,7 @@ NotExists
|
|
|
20744
20619
|
|
|
20745
20620
|
@property
|
|
20746
20621
|
def AIAgentId(self):
|
|
20747
|
-
r"""
|
|
20622
|
+
r"""<p>如果是智能体相关通话,这里是智能体 ID</p>
|
|
20748
20623
|
:rtype: int
|
|
20749
20624
|
"""
|
|
20750
20625
|
return self._AIAgentId
|
|
@@ -20755,7 +20630,7 @@ NotExists
|
|
|
20755
20630
|
|
|
20756
20631
|
@property
|
|
20757
20632
|
def AIAgentName(self):
|
|
20758
|
-
r"""
|
|
20633
|
+
r"""<p>如果是智能体相关通话,这里是智能体名称</p>
|
|
20759
20634
|
:rtype: str
|
|
20760
20635
|
"""
|
|
20761
20636
|
return self._AIAgentName
|
|
@@ -20766,7 +20641,7 @@ NotExists
|
|
|
20766
20641
|
|
|
20767
20642
|
@property
|
|
20768
20643
|
def SysHangupReason(self):
|
|
20769
|
-
r"""
|
|
20644
|
+
r"""<p>接通后系统挂断原因,枚举类似</p>
|
|
20770
20645
|
:rtype: int
|
|
20771
20646
|
"""
|
|
20772
20647
|
return self._SysHangupReason
|
|
@@ -20777,7 +20652,7 @@ NotExists
|
|
|
20777
20652
|
|
|
20778
20653
|
@property
|
|
20779
20654
|
def SysHangupReasonString(self):
|
|
20780
|
-
r"""
|
|
20655
|
+
r"""<p>接通后系统挂断原因,文字描述信息</p>
|
|
20781
20656
|
:rtype: str
|
|
20782
20657
|
"""
|
|
20783
20658
|
return self._SysHangupReasonString
|
|
@@ -20807,6 +20682,12 @@ NotExists
|
|
|
20807
20682
|
self._AcceptTimestamp = params.get("AcceptTimestamp")
|
|
20808
20683
|
self._EndedTimestamp = params.get("EndedTimestamp")
|
|
20809
20684
|
self._IVRKeyPressed = params.get("IVRKeyPressed")
|
|
20685
|
+
if params.get("IVRKeyPressedEx") is not None:
|
|
20686
|
+
self._IVRKeyPressedEx = []
|
|
20687
|
+
for item in params.get("IVRKeyPressedEx"):
|
|
20688
|
+
obj = IVRKeyPressedElement()
|
|
20689
|
+
obj._deserialize(item)
|
|
20690
|
+
self._IVRKeyPressedEx.append(obj)
|
|
20810
20691
|
self._HungUpSide = params.get("HungUpSide")
|
|
20811
20692
|
if params.get("ServeParticipants") is not None:
|
|
20812
20693
|
self._ServeParticipants = []
|
|
@@ -20824,18 +20705,18 @@ NotExists
|
|
|
20824
20705
|
obj = IVRKeyPressedElement()
|
|
20825
20706
|
obj._deserialize(item)
|
|
20826
20707
|
self._PostIVRKeyPressed.append(obj)
|
|
20708
|
+
if params.get("PostIVRKeyPressedEx") is not None:
|
|
20709
|
+
self._PostIVRKeyPressedEx = []
|
|
20710
|
+
for item in params.get("PostIVRKeyPressedEx"):
|
|
20711
|
+
obj = IVRKeyPressedElement()
|
|
20712
|
+
obj._deserialize(item)
|
|
20713
|
+
self._PostIVRKeyPressedEx.append(obj)
|
|
20827
20714
|
self._QueuedSkillGroupId = params.get("QueuedSkillGroupId")
|
|
20828
20715
|
self._SessionId = params.get("SessionId")
|
|
20829
20716
|
self._ProtectedCaller = params.get("ProtectedCaller")
|
|
20830
20717
|
self._ProtectedCallee = params.get("ProtectedCallee")
|
|
20831
20718
|
self._Uui = params.get("Uui")
|
|
20832
20719
|
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
20720
|
self._AsrUrl = params.get("AsrUrl")
|
|
20840
20721
|
self._AsrStatus = params.get("AsrStatus")
|
|
20841
20722
|
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.165
|
|
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.165
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.165
|
|
@@ -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
|