tencentcloud-sdk-python-ccc 3.1.154__tar.gz → 3.1.172__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.172}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_ccc-3.1.154 → tencentcloud_sdk_python_ccc-3.1.172}/setup.py +1 -1
- {tencentcloud_sdk_python_ccc-3.1.154 → tencentcloud_sdk_python_ccc-3.1.172}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_ccc-3.1.154 → tencentcloud_sdk_python_ccc-3.1.172}/tencentcloud/ccc/v20200210/models.py +41 -34
- {tencentcloud_sdk_python_ccc-3.1.154 → tencentcloud_sdk_python_ccc-3.1.172}/tencentcloud_sdk_python_ccc.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_ccc-3.1.172/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.172}/README.rst +0 -0
- {tencentcloud_sdk_python_ccc-3.1.154 → tencentcloud_sdk_python_ccc-3.1.172}/setup.cfg +0 -0
- {tencentcloud_sdk_python_ccc-3.1.154 → tencentcloud_sdk_python_ccc-3.1.172}/tencentcloud/ccc/__init__.py +0 -0
- {tencentcloud_sdk_python_ccc-3.1.154 → tencentcloud_sdk_python_ccc-3.1.172}/tencentcloud/ccc/v20200210/__init__.py +0 -0
- {tencentcloud_sdk_python_ccc-3.1.154 → tencentcloud_sdk_python_ccc-3.1.172}/tencentcloud/ccc/v20200210/ccc_client.py +0 -0
- {tencentcloud_sdk_python_ccc-3.1.154 → tencentcloud_sdk_python_ccc-3.1.172}/tencentcloud/ccc/v20200210/ccc_client_async.py +0 -0
- {tencentcloud_sdk_python_ccc-3.1.154 → tencentcloud_sdk_python_ccc-3.1.172}/tencentcloud/ccc/v20200210/errorcodes.py +0 -0
- {tencentcloud_sdk_python_ccc-3.1.154 → tencentcloud_sdk_python_ccc-3.1.172}/tencentcloud_sdk_python_ccc.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_ccc-3.1.154 → tencentcloud_sdk_python_ccc-3.1.172}/tencentcloud_sdk_python_ccc.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_ccc-3.1.154 → tencentcloud_sdk_python_ccc-3.1.172}/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.172
|
|
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.172
|
|
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.172,<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
|
|
@@ -6851,13 +6858,13 @@ class CreateUserSigRequest(AbstractModel):
|
|
|
6851
6858
|
|
|
6852
6859
|
def __init__(self):
|
|
6853
6860
|
r"""
|
|
6854
|
-
:param _SdkAppId:
|
|
6861
|
+
:param _SdkAppId: <p>应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc</p>
|
|
6855
6862
|
:type SdkAppId: int
|
|
6856
|
-
:param _Uid:
|
|
6863
|
+
:param _Uid: <p>用户 ID</p>
|
|
6857
6864
|
:type Uid: str
|
|
6858
|
-
:param _ClientData:
|
|
6865
|
+
:param _ClientData: <p>用户签名数据</p>
|
|
6859
6866
|
:type ClientData: str
|
|
6860
|
-
:param _ExpiredTime:
|
|
6867
|
+
:param _ExpiredTime: <p>有效期,单位秒,不超过 1 小时</p>
|
|
6861
6868
|
:type ExpiredTime: int
|
|
6862
6869
|
"""
|
|
6863
6870
|
self._SdkAppId = None
|
|
@@ -6867,7 +6874,7 @@ class CreateUserSigRequest(AbstractModel):
|
|
|
6867
6874
|
|
|
6868
6875
|
@property
|
|
6869
6876
|
def SdkAppId(self):
|
|
6870
|
-
r"""
|
|
6877
|
+
r"""<p>应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc</p>
|
|
6871
6878
|
:rtype: int
|
|
6872
6879
|
"""
|
|
6873
6880
|
return self._SdkAppId
|
|
@@ -6878,7 +6885,7 @@ class CreateUserSigRequest(AbstractModel):
|
|
|
6878
6885
|
|
|
6879
6886
|
@property
|
|
6880
6887
|
def Uid(self):
|
|
6881
|
-
r"""
|
|
6888
|
+
r"""<p>用户 ID</p>
|
|
6882
6889
|
:rtype: str
|
|
6883
6890
|
"""
|
|
6884
6891
|
return self._Uid
|
|
@@ -6889,7 +6896,7 @@ class CreateUserSigRequest(AbstractModel):
|
|
|
6889
6896
|
|
|
6890
6897
|
@property
|
|
6891
6898
|
def ClientData(self):
|
|
6892
|
-
r"""
|
|
6899
|
+
r"""<p>用户签名数据</p>
|
|
6893
6900
|
:rtype: str
|
|
6894
6901
|
"""
|
|
6895
6902
|
return self._ClientData
|
|
@@ -6900,7 +6907,7 @@ class CreateUserSigRequest(AbstractModel):
|
|
|
6900
6907
|
|
|
6901
6908
|
@property
|
|
6902
6909
|
def ExpiredTime(self):
|
|
6903
|
-
r"""
|
|
6910
|
+
r"""<p>有效期,单位秒,不超过 1 小时</p>
|
|
6904
6911
|
:rtype: int
|
|
6905
6912
|
"""
|
|
6906
6913
|
return self._ExpiredTime
|
|
@@ -6932,7 +6939,7 @@ class CreateUserSigResponse(AbstractModel):
|
|
|
6932
6939
|
|
|
6933
6940
|
def __init__(self):
|
|
6934
6941
|
r"""
|
|
6935
|
-
:param _UserSig:
|
|
6942
|
+
:param _UserSig: <p>签名结果</p>
|
|
6936
6943
|
:type UserSig: str
|
|
6937
6944
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
6938
6945
|
:type RequestId: str
|
|
@@ -6942,7 +6949,7 @@ class CreateUserSigResponse(AbstractModel):
|
|
|
6942
6949
|
|
|
6943
6950
|
@property
|
|
6944
6951
|
def UserSig(self):
|
|
6945
|
-
r"""
|
|
6952
|
+
r"""<p>签名结果</p>
|
|
6946
6953
|
:rtype: str
|
|
6947
6954
|
"""
|
|
6948
6955
|
return self._UserSig
|
|
@@ -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.172
|
|
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.172
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.172
|
|
@@ -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
|