tencentcloud-sdk-python-ccc 3.1.154__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.154 → tencentcloud_sdk_python_ccc-3.1.165}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_ccc-3.1.154 → tencentcloud_sdk_python_ccc-3.1.165}/setup.py +1 -1
- {tencentcloud_sdk_python_ccc-3.1.154 → tencentcloud_sdk_python_ccc-3.1.165}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_ccc-3.1.154 → tencentcloud_sdk_python_ccc-3.1.165}/tencentcloud/ccc/v20200210/models.py +31 -24
- {tencentcloud_sdk_python_ccc-3.1.154 → 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.154/tencentcloud_sdk_python_ccc.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_ccc-3.1.154 → tencentcloud_sdk_python_ccc-3.1.165}/README.rst +0 -0
- {tencentcloud_sdk_python_ccc-3.1.154 → tencentcloud_sdk_python_ccc-3.1.165}/setup.cfg +0 -0
- {tencentcloud_sdk_python_ccc-3.1.154 → tencentcloud_sdk_python_ccc-3.1.165}/tencentcloud/ccc/__init__.py +0 -0
- {tencentcloud_sdk_python_ccc-3.1.154 → tencentcloud_sdk_python_ccc-3.1.165}/tencentcloud/ccc/v20200210/__init__.py +0 -0
- {tencentcloud_sdk_python_ccc-3.1.154 → tencentcloud_sdk_python_ccc-3.1.165}/tencentcloud/ccc/v20200210/ccc_client.py +0 -0
- {tencentcloud_sdk_python_ccc-3.1.154 → tencentcloud_sdk_python_ccc-3.1.165}/tencentcloud/ccc/v20200210/ccc_client_async.py +0 -0
- {tencentcloud_sdk_python_ccc-3.1.154 → tencentcloud_sdk_python_ccc-3.1.165}/tencentcloud/ccc/v20200210/errorcodes.py +0 -0
- {tencentcloud_sdk_python_ccc-3.1.154 → tencentcloud_sdk_python_ccc-3.1.165}/tencentcloud_sdk_python_ccc.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_ccc-3.1.154 → tencentcloud_sdk_python_ccc-3.1.165}/tencentcloud_sdk_python_ccc.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_ccc-3.1.154 → 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
|
|
@@ -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.154
|
|
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
|