tencentcloud-sdk-python-adp 3.1.151__tar.gz → 3.1.156__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_adp-3.1.151 → tencentcloud_sdk_python_adp-3.1.156}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_adp-3.1.151 → tencentcloud_sdk_python_adp-3.1.156}/setup.py +1 -1
- {tencentcloud_sdk_python_adp-3.1.151 → tencentcloud_sdk_python_adp-3.1.156}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_adp-3.1.151 → tencentcloud_sdk_python_adp-3.1.156}/tencentcloud/adp/v20260520/models.py +73 -18
- {tencentcloud_sdk_python_adp-3.1.151 → tencentcloud_sdk_python_adp-3.1.156}/tencentcloud_sdk_python_adp.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_adp-3.1.156/tencentcloud_sdk_python_adp.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_adp-3.1.151/tencentcloud_sdk_python_adp.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_adp-3.1.151 → tencentcloud_sdk_python_adp-3.1.156}/README.rst +0 -0
- {tencentcloud_sdk_python_adp-3.1.151 → tencentcloud_sdk_python_adp-3.1.156}/setup.cfg +0 -0
- {tencentcloud_sdk_python_adp-3.1.151 → tencentcloud_sdk_python_adp-3.1.156}/tencentcloud/adp/__init__.py +0 -0
- {tencentcloud_sdk_python_adp-3.1.151 → tencentcloud_sdk_python_adp-3.1.156}/tencentcloud/adp/v20260520/__init__.py +0 -0
- {tencentcloud_sdk_python_adp-3.1.151 → tencentcloud_sdk_python_adp-3.1.156}/tencentcloud/adp/v20260520/adp_client.py +0 -0
- {tencentcloud_sdk_python_adp-3.1.151 → tencentcloud_sdk_python_adp-3.1.156}/tencentcloud/adp/v20260520/adp_client_async.py +0 -0
- {tencentcloud_sdk_python_adp-3.1.151 → tencentcloud_sdk_python_adp-3.1.156}/tencentcloud/adp/v20260520/errorcodes.py +0 -0
- {tencentcloud_sdk_python_adp-3.1.151 → tencentcloud_sdk_python_adp-3.1.156}/tencentcloud_sdk_python_adp.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_adp-3.1.151 → tencentcloud_sdk_python_adp-3.1.156}/tencentcloud_sdk_python_adp.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_adp-3.1.151 → tencentcloud_sdk_python_adp-3.1.156}/tencentcloud_sdk_python_adp.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-adp
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.156
|
|
4
4
|
Summary: Tencent Cloud Adp 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.156
|
|
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-adp',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.1.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.156,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Adp SDK for Python',
|
|
@@ -2926,23 +2926,27 @@ class AppAdvancedConf(AbstractModel):
|
|
|
2926
2926
|
|
|
2927
2927
|
def __init__(self):
|
|
2928
2928
|
r"""
|
|
2929
|
-
:param _EnableContextRewrite:
|
|
2929
|
+
:param _EnableContextRewrite: <p>是否开启上下文改写</p>
|
|
2930
2930
|
:type EnableContextRewrite: bool
|
|
2931
|
-
:param _EnableImageTextRetrieval:
|
|
2931
|
+
:param _EnableImageTextRetrieval: <p>是否开启图文检索</p>
|
|
2932
2932
|
:type EnableImageTextRetrieval: bool
|
|
2933
|
-
:param _ReplyFlexibility:
|
|
2933
|
+
:param _ReplyFlexibility: <p>回复灵活度</p>
|
|
2934
2934
|
:type ReplyFlexibility: int
|
|
2935
|
-
:param
|
|
2935
|
+
:param _DialogCustomConfig: <p>对话端自定义配置(所有模式共用,允许对话中动态修改配置)</p>
|
|
2936
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2937
|
+
:type DialogCustomConfig: :class:`tencentcloud.adp.v20260520.models.DialogCustomConfig`
|
|
2938
|
+
:param _IntentAchievement: <p>意图达成优先级</p>
|
|
2936
2939
|
:type IntentAchievement: list of IntentAchievementInfo
|
|
2937
2940
|
"""
|
|
2938
2941
|
self._EnableContextRewrite = None
|
|
2939
2942
|
self._EnableImageTextRetrieval = None
|
|
2940
2943
|
self._ReplyFlexibility = None
|
|
2944
|
+
self._DialogCustomConfig = None
|
|
2941
2945
|
self._IntentAchievement = None
|
|
2942
2946
|
|
|
2943
2947
|
@property
|
|
2944
2948
|
def EnableContextRewrite(self):
|
|
2945
|
-
r"""
|
|
2949
|
+
r"""<p>是否开启上下文改写</p>
|
|
2946
2950
|
:rtype: bool
|
|
2947
2951
|
"""
|
|
2948
2952
|
return self._EnableContextRewrite
|
|
@@ -2953,7 +2957,7 @@ class AppAdvancedConf(AbstractModel):
|
|
|
2953
2957
|
|
|
2954
2958
|
@property
|
|
2955
2959
|
def EnableImageTextRetrieval(self):
|
|
2956
|
-
r"""
|
|
2960
|
+
r"""<p>是否开启图文检索</p>
|
|
2957
2961
|
:rtype: bool
|
|
2958
2962
|
"""
|
|
2959
2963
|
return self._EnableImageTextRetrieval
|
|
@@ -2964,7 +2968,7 @@ class AppAdvancedConf(AbstractModel):
|
|
|
2964
2968
|
|
|
2965
2969
|
@property
|
|
2966
2970
|
def ReplyFlexibility(self):
|
|
2967
|
-
r"""
|
|
2971
|
+
r"""<p>回复灵活度</p>
|
|
2968
2972
|
:rtype: int
|
|
2969
2973
|
"""
|
|
2970
2974
|
return self._ReplyFlexibility
|
|
@@ -2973,9 +2977,21 @@ class AppAdvancedConf(AbstractModel):
|
|
|
2973
2977
|
def ReplyFlexibility(self, ReplyFlexibility):
|
|
2974
2978
|
self._ReplyFlexibility = ReplyFlexibility
|
|
2975
2979
|
|
|
2980
|
+
@property
|
|
2981
|
+
def DialogCustomConfig(self):
|
|
2982
|
+
r"""<p>对话端自定义配置(所有模式共用,允许对话中动态修改配置)</p>
|
|
2983
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2984
|
+
:rtype: :class:`tencentcloud.adp.v20260520.models.DialogCustomConfig`
|
|
2985
|
+
"""
|
|
2986
|
+
return self._DialogCustomConfig
|
|
2987
|
+
|
|
2988
|
+
@DialogCustomConfig.setter
|
|
2989
|
+
def DialogCustomConfig(self, DialogCustomConfig):
|
|
2990
|
+
self._DialogCustomConfig = DialogCustomConfig
|
|
2991
|
+
|
|
2976
2992
|
@property
|
|
2977
2993
|
def IntentAchievement(self):
|
|
2978
|
-
r"""
|
|
2994
|
+
r"""<p>意图达成优先级</p>
|
|
2979
2995
|
:rtype: list of IntentAchievementInfo
|
|
2980
2996
|
"""
|
|
2981
2997
|
return self._IntentAchievement
|
|
@@ -2989,6 +3005,9 @@ class AppAdvancedConf(AbstractModel):
|
|
|
2989
3005
|
self._EnableContextRewrite = params.get("EnableContextRewrite")
|
|
2990
3006
|
self._EnableImageTextRetrieval = params.get("EnableImageTextRetrieval")
|
|
2991
3007
|
self._ReplyFlexibility = params.get("ReplyFlexibility")
|
|
3008
|
+
if params.get("DialogCustomConfig") is not None:
|
|
3009
|
+
self._DialogCustomConfig = DialogCustomConfig()
|
|
3010
|
+
self._DialogCustomConfig._deserialize(params.get("DialogCustomConfig"))
|
|
2992
3011
|
if params.get("IntentAchievement") is not None:
|
|
2993
3012
|
self._IntentAchievement = []
|
|
2994
3013
|
for item in params.get("IntentAchievement"):
|
|
@@ -3381,9 +3400,9 @@ class AppGreetingConfig(AbstractModel):
|
|
|
3381
3400
|
|
|
3382
3401
|
def __init__(self):
|
|
3383
3402
|
r"""
|
|
3384
|
-
:param _Greeting:
|
|
3403
|
+
:param _Greeting: <p>欢迎语内容</p>
|
|
3385
3404
|
:type Greeting: str
|
|
3386
|
-
:param _OpeningQuestionList:
|
|
3405
|
+
:param _OpeningQuestionList: <p>开场问题列表</p>
|
|
3387
3406
|
:type OpeningQuestionList: list of str
|
|
3388
3407
|
"""
|
|
3389
3408
|
self._Greeting = None
|
|
@@ -3391,7 +3410,7 @@ class AppGreetingConfig(AbstractModel):
|
|
|
3391
3410
|
|
|
3392
3411
|
@property
|
|
3393
3412
|
def Greeting(self):
|
|
3394
|
-
r"""
|
|
3413
|
+
r"""<p>欢迎语内容</p>
|
|
3395
3414
|
:rtype: str
|
|
3396
3415
|
"""
|
|
3397
3416
|
return self._Greeting
|
|
@@ -3402,7 +3421,7 @@ class AppGreetingConfig(AbstractModel):
|
|
|
3402
3421
|
|
|
3403
3422
|
@property
|
|
3404
3423
|
def OpeningQuestionList(self):
|
|
3405
|
-
r"""
|
|
3424
|
+
r"""<p>开场问题列表</p>
|
|
3406
3425
|
:rtype: list of str
|
|
3407
3426
|
"""
|
|
3408
3427
|
return self._OpeningQuestionList
|
|
@@ -4331,9 +4350,9 @@ class AppStatusInfo(AbstractModel):
|
|
|
4331
4350
|
|
|
4332
4351
|
def __init__(self):
|
|
4333
4352
|
r"""
|
|
4334
|
-
:param _Status:
|
|
4353
|
+
:param _Status: <p>应用状态</p><p>枚举值:</p><ul><li>1: 未上线</li><li>2: 运行中</li><li>3: 停用</li><li>4: 导入中</li></ul>
|
|
4335
4354
|
:type Status: int
|
|
4336
|
-
:param _StatusDescription:
|
|
4355
|
+
:param _StatusDescription: <p>状态描述</p>
|
|
4337
4356
|
:type StatusDescription: str
|
|
4338
4357
|
"""
|
|
4339
4358
|
self._Status = None
|
|
@@ -4341,7 +4360,7 @@ class AppStatusInfo(AbstractModel):
|
|
|
4341
4360
|
|
|
4342
4361
|
@property
|
|
4343
4362
|
def Status(self):
|
|
4344
|
-
r"""
|
|
4363
|
+
r"""<p>应用状态</p><p>枚举值:</p><ul><li>1: 未上线</li><li>2: 运行中</li><li>3: 停用</li><li>4: 导入中</li></ul>
|
|
4345
4364
|
:rtype: int
|
|
4346
4365
|
"""
|
|
4347
4366
|
return self._Status
|
|
@@ -4352,7 +4371,7 @@ class AppStatusInfo(AbstractModel):
|
|
|
4352
4371
|
|
|
4353
4372
|
@property
|
|
4354
4373
|
def StatusDescription(self):
|
|
4355
|
-
r"""
|
|
4374
|
+
r"""<p>状态描述</p>
|
|
4356
4375
|
:rtype: str
|
|
4357
4376
|
"""
|
|
4358
4377
|
return self._StatusDescription
|
|
@@ -16499,6 +16518,42 @@ class DescribeVariableResponse(AbstractModel):
|
|
|
16499
16518
|
self._RequestId = params.get("RequestId")
|
|
16500
16519
|
|
|
16501
16520
|
|
|
16521
|
+
class DialogCustomConfig(AbstractModel):
|
|
16522
|
+
r"""对话端自定义配置(所有模式共用,允许对话中动态修改配置)
|
|
16523
|
+
|
|
16524
|
+
"""
|
|
16525
|
+
|
|
16526
|
+
def __init__(self):
|
|
16527
|
+
r"""
|
|
16528
|
+
:param _Enabled: <p>是否开启对话端动态修改配置</p>
|
|
16529
|
+
:type Enabled: bool
|
|
16530
|
+
"""
|
|
16531
|
+
self._Enabled = None
|
|
16532
|
+
|
|
16533
|
+
@property
|
|
16534
|
+
def Enabled(self):
|
|
16535
|
+
r"""<p>是否开启对话端动态修改配置</p>
|
|
16536
|
+
:rtype: bool
|
|
16537
|
+
"""
|
|
16538
|
+
return self._Enabled
|
|
16539
|
+
|
|
16540
|
+
@Enabled.setter
|
|
16541
|
+
def Enabled(self, Enabled):
|
|
16542
|
+
self._Enabled = Enabled
|
|
16543
|
+
|
|
16544
|
+
|
|
16545
|
+
def _deserialize(self, params):
|
|
16546
|
+
self._Enabled = params.get("Enabled")
|
|
16547
|
+
memeber_set = set(params.keys())
|
|
16548
|
+
for name, value in vars(self).items():
|
|
16549
|
+
property_name = name[1:]
|
|
16550
|
+
if property_name in memeber_set:
|
|
16551
|
+
memeber_set.remove(property_name)
|
|
16552
|
+
if len(memeber_set) > 0:
|
|
16553
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
16554
|
+
|
|
16555
|
+
|
|
16556
|
+
|
|
16502
16557
|
class DigitalHumanConfig(AbstractModel):
|
|
16503
16558
|
r"""数智人配置
|
|
16504
16559
|
|
|
@@ -18809,7 +18864,7 @@ class ModifyAppRequest(AbstractModel):
|
|
|
18809
18864
|
:type Name: str
|
|
18810
18865
|
:param _SharedKbIdList: <p>引用的共享知识库ID列表(全量覆盖)</p>
|
|
18811
18866
|
:type SharedKbIdList: list of str
|
|
18812
|
-
:param _UpdateMask: <p>字段掩码,指定需要更新的字段(Paths为空则不更新任何字段)。Paths枚举值:<br>【顶层】Name, Avatar, Description, AppMode, SharedKbIdList<br>【Greeting】Config.Greeting, Config.Greeting.Greeting, Config.Greeting.OpeningQuestionList<br>【Model】Config.Model, Config.Model.ThinkModel, Config.Model.GenerateModel, Config.Model.AiOptimizeModel, Config.Model.FileParseModel, Config.Model.PromptRewriteModel, Config.Model.MultiModalQaModel, Config.Model.MultiModalUnderstandingModel<br>【WebSearch】Config.WebSearch<br>【Memory】Config.Memory, Config.Memory.Enabled, Config.Memory.LongMemoryDay, Config.Memory.Model, Config.Memory.PromptMode, Config.Memory.PromptContent<br>【Mode】Config.Mode, Config.Mode.MultiAgentConfig, Config.Mode.SingleWorkflowConfig<br>【Experience】Config.Experience, Config.Experience.Conversation, Config.Experience.Role, Config.Experience.Advanced<br>【Experience.Conversation】Config.Experience.Conversation.AiCall, Config.Experience.Conversation.BackgroundImage, Config.Experience.Conversation.Method, Config.Experience.Conversation.FallbackReply, Config.Experience.Conversation.Recommended, Config.Experience.Conversation.InputBoxConfig, Config.Experience.Conversation.WebSearch<br>【Experience.Conversation.AiCall】Config.Experience.Conversation.AiCall.VoiceInteract, Config.Experience.Conversation.AiCall.VoiceCall, Config.Experience.Conversation.AiCall.DigitalHuman<br>【Experience.Advanced】Config.Experience.Advanced.ContextRewrite, Config.Experience.Advanced.ImageTextRetrieval, Config.Experience.Advanced.IntentAchievement, Config.Experience.Advanced.ReplyFlexibility</p>
|
|
18867
|
+
:param _UpdateMask: <p>字段掩码,指定需要更新的字段(Paths为空则不更新任何字段)。Paths枚举值:<br>【顶层】Name, Avatar, Description, AppMode, SharedKbIdList<br>【Greeting】Config.Greeting, Config.Greeting.Greeting, Config.Greeting.OpeningQuestionList<br>【Model】Config.Model, Config.Model.ThinkModel, Config.Model.GenerateModel, Config.Model.AiOptimizeModel, Config.Model.FileParseModel, Config.Model.PromptRewriteModel, Config.Model.MultiModalQaModel, Config.Model.MultiModalUnderstandingModel<br>【WebSearch】Config.WebSearch<br>【Memory】Config.Memory, Config.Memory.Enabled, Config.Memory.LongMemoryDay, Config.Memory.Model, Config.Memory.PromptMode, Config.Memory.PromptContent<br>【Mode】Config.Mode, Config.Mode.MultiAgentConfig, Config.Mode.SingleWorkflowConfig, Config.Mode.ClawAgentConfig<br>【Mode.ClawAgentConfig】Config.Mode.ClawAgentConfig.LongMemoryConfig, Config.Mode.ClawAgentConfig.AgentTeamConfig<br>【Experience】Config.Experience, Config.Experience.Conversation, Config.Experience.Role, Config.Experience.Advanced<br>【Experience.Conversation】Config.Experience.Conversation.AiCall, Config.Experience.Conversation.BackgroundImage, Config.Experience.Conversation.Method, Config.Experience.Conversation.FallbackReply, Config.Experience.Conversation.Recommended, Config.Experience.Conversation.InputBoxConfig, Config.Experience.Conversation.WebSearch<br>【Experience.Conversation.AiCall】Config.Experience.Conversation.AiCall.VoiceInteract, Config.Experience.Conversation.AiCall.VoiceCall, Config.Experience.Conversation.AiCall.DigitalHuman<br>【Experience.Advanced】Config.Experience.Advanced.ContextRewrite, Config.Experience.Advanced.ImageTextRetrieval, Config.Experience.Advanced.IntentAchievement, Config.Experience.Advanced.ReplyFlexibility, Config.Experience.Advanced.DialogCustomConfig</p>
|
|
18813
18868
|
:type UpdateMask: :class:`tencentcloud.adp.v20260520.models.FieldMask`
|
|
18814
18869
|
"""
|
|
18815
18870
|
self._AppId = None
|
|
@@ -18900,7 +18955,7 @@ class ModifyAppRequest(AbstractModel):
|
|
|
18900
18955
|
|
|
18901
18956
|
@property
|
|
18902
18957
|
def UpdateMask(self):
|
|
18903
|
-
r"""<p>字段掩码,指定需要更新的字段(Paths为空则不更新任何字段)。Paths枚举值:<br>【顶层】Name, Avatar, Description, AppMode, SharedKbIdList<br>【Greeting】Config.Greeting, Config.Greeting.Greeting, Config.Greeting.OpeningQuestionList<br>【Model】Config.Model, Config.Model.ThinkModel, Config.Model.GenerateModel, Config.Model.AiOptimizeModel, Config.Model.FileParseModel, Config.Model.PromptRewriteModel, Config.Model.MultiModalQaModel, Config.Model.MultiModalUnderstandingModel<br>【WebSearch】Config.WebSearch<br>【Memory】Config.Memory, Config.Memory.Enabled, Config.Memory.LongMemoryDay, Config.Memory.Model, Config.Memory.PromptMode, Config.Memory.PromptContent<br>【Mode】Config.Mode, Config.Mode.MultiAgentConfig, Config.Mode.SingleWorkflowConfig<br>【Experience】Config.Experience, Config.Experience.Conversation, Config.Experience.Role, Config.Experience.Advanced<br>【Experience.Conversation】Config.Experience.Conversation.AiCall, Config.Experience.Conversation.BackgroundImage, Config.Experience.Conversation.Method, Config.Experience.Conversation.FallbackReply, Config.Experience.Conversation.Recommended, Config.Experience.Conversation.InputBoxConfig, Config.Experience.Conversation.WebSearch<br>【Experience.Conversation.AiCall】Config.Experience.Conversation.AiCall.VoiceInteract, Config.Experience.Conversation.AiCall.VoiceCall, Config.Experience.Conversation.AiCall.DigitalHuman<br>【Experience.Advanced】Config.Experience.Advanced.ContextRewrite, Config.Experience.Advanced.ImageTextRetrieval, Config.Experience.Advanced.IntentAchievement, Config.Experience.Advanced.ReplyFlexibility</p>
|
|
18958
|
+
r"""<p>字段掩码,指定需要更新的字段(Paths为空则不更新任何字段)。Paths枚举值:<br>【顶层】Name, Avatar, Description, AppMode, SharedKbIdList<br>【Greeting】Config.Greeting, Config.Greeting.Greeting, Config.Greeting.OpeningQuestionList<br>【Model】Config.Model, Config.Model.ThinkModel, Config.Model.GenerateModel, Config.Model.AiOptimizeModel, Config.Model.FileParseModel, Config.Model.PromptRewriteModel, Config.Model.MultiModalQaModel, Config.Model.MultiModalUnderstandingModel<br>【WebSearch】Config.WebSearch<br>【Memory】Config.Memory, Config.Memory.Enabled, Config.Memory.LongMemoryDay, Config.Memory.Model, Config.Memory.PromptMode, Config.Memory.PromptContent<br>【Mode】Config.Mode, Config.Mode.MultiAgentConfig, Config.Mode.SingleWorkflowConfig, Config.Mode.ClawAgentConfig<br>【Mode.ClawAgentConfig】Config.Mode.ClawAgentConfig.LongMemoryConfig, Config.Mode.ClawAgentConfig.AgentTeamConfig<br>【Experience】Config.Experience, Config.Experience.Conversation, Config.Experience.Role, Config.Experience.Advanced<br>【Experience.Conversation】Config.Experience.Conversation.AiCall, Config.Experience.Conversation.BackgroundImage, Config.Experience.Conversation.Method, Config.Experience.Conversation.FallbackReply, Config.Experience.Conversation.Recommended, Config.Experience.Conversation.InputBoxConfig, Config.Experience.Conversation.WebSearch<br>【Experience.Conversation.AiCall】Config.Experience.Conversation.AiCall.VoiceInteract, Config.Experience.Conversation.AiCall.VoiceCall, Config.Experience.Conversation.AiCall.DigitalHuman<br>【Experience.Advanced】Config.Experience.Advanced.ContextRewrite, Config.Experience.Advanced.ImageTextRetrieval, Config.Experience.Advanced.IntentAchievement, Config.Experience.Advanced.ReplyFlexibility, Config.Experience.Advanced.DialogCustomConfig</p>
|
|
18904
18959
|
:rtype: :class:`tencentcloud.adp.v20260520.models.FieldMask`
|
|
18905
18960
|
"""
|
|
18906
18961
|
return self._UpdateMask
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-adp
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.156
|
|
4
4
|
Summary: Tencent Cloud Adp 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.156
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.156
|
|
@@ -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
|