tencentcloud-sdk-python-lke 3.1.71__tar.gz → 3.1.76__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_lke-3.1.71 → tencentcloud_sdk_python_lke-3.1.76}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_lke-3.1.71 → tencentcloud_sdk_python_lke-3.1.76}/setup.py +1 -1
- {tencentcloud_sdk_python_lke-3.1.71 → tencentcloud_sdk_python_lke-3.1.76}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_lke-3.1.71 → tencentcloud_sdk_python_lke-3.1.76}/tencentcloud/lke/v20231130/models.py +485 -106
- {tencentcloud_sdk_python_lke-3.1.71 → tencentcloud_sdk_python_lke-3.1.76}/tencentcloud_sdk_python_lke.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_lke-3.1.76/tencentcloud_sdk_python_lke.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_lke-3.1.71/tencentcloud_sdk_python_lke.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_lke-3.1.71 → tencentcloud_sdk_python_lke-3.1.76}/README.rst +0 -0
- {tencentcloud_sdk_python_lke-3.1.71 → tencentcloud_sdk_python_lke-3.1.76}/setup.cfg +0 -0
- {tencentcloud_sdk_python_lke-3.1.71 → tencentcloud_sdk_python_lke-3.1.76}/tencentcloud/lke/__init__.py +0 -0
- {tencentcloud_sdk_python_lke-3.1.71 → tencentcloud_sdk_python_lke-3.1.76}/tencentcloud/lke/v20231130/__init__.py +0 -0
- {tencentcloud_sdk_python_lke-3.1.71 → tencentcloud_sdk_python_lke-3.1.76}/tencentcloud/lke/v20231130/errorcodes.py +0 -0
- {tencentcloud_sdk_python_lke-3.1.71 → tencentcloud_sdk_python_lke-3.1.76}/tencentcloud/lke/v20231130/lke_client.py +0 -0
- {tencentcloud_sdk_python_lke-3.1.71 → tencentcloud_sdk_python_lke-3.1.76}/tencentcloud/lke/v20231130/lke_client_async.py +0 -0
- {tencentcloud_sdk_python_lke-3.1.71 → tencentcloud_sdk_python_lke-3.1.76}/tencentcloud_sdk_python_lke.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_lke-3.1.71 → tencentcloud_sdk_python_lke-3.1.76}/tencentcloud_sdk_python_lke.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_lke-3.1.71 → tencentcloud_sdk_python_lke-3.1.76}/tencentcloud_sdk_python_lke.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-lke
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.76
|
|
4
4
|
Summary: Tencent Cloud Lke 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.76
|
|
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-lke',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.1.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.76,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Lke SDK for Python',
|
|
@@ -1740,24 +1740,24 @@ class AgentPluginInfo(AbstractModel):
|
|
|
1740
1740
|
|
|
1741
1741
|
def __init__(self):
|
|
1742
1742
|
r"""
|
|
1743
|
-
:param _PluginId:
|
|
1743
|
+
:param _PluginId: <p>插件id</p>
|
|
1744
1744
|
:type PluginId: str
|
|
1745
|
-
:param _Headers:
|
|
1745
|
+
:param _Headers: <p>应用配置的插件header信息</p>
|
|
1746
1746
|
:type Headers: list of AgentPluginHeader
|
|
1747
|
-
:param _Model:
|
|
1747
|
+
:param _Model: <p>插件调用LLM时使用的模型配置,一般用于指定知识库问答插件的生成模型</p>
|
|
1748
1748
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1749
1749
|
:type Model: :class:`tencentcloud.lke.v20231130.models.AgentModelInfo`
|
|
1750
|
-
:param _PluginInfoType:
|
|
1750
|
+
:param _PluginInfoType: <p>插件信息类型; 0: 未指定类型; 1: 知识库问答插件</p>
|
|
1751
1751
|
:type PluginInfoType: int
|
|
1752
|
-
:param _KnowledgeQa:
|
|
1752
|
+
:param _KnowledgeQa: <p>知识库问答插件配置</p>
|
|
1753
1753
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1754
1754
|
:type KnowledgeQa: :class:`tencentcloud.lke.v20231130.models.AgentKnowledgeQAPlugin`
|
|
1755
|
-
:param _EnableRoleAuth:
|
|
1755
|
+
:param _EnableRoleAuth: <p>是否使用一键授权</p>
|
|
1756
1756
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1757
1757
|
:type EnableRoleAuth: bool
|
|
1758
|
-
:param _Query:
|
|
1758
|
+
:param _Query: <p>应用配置的插件query信息</p>
|
|
1759
1759
|
:type Query: list of AgentPluginQuery
|
|
1760
|
-
:param _McpType: MCP
|
|
1760
|
+
:param _McpType: <p>MCP类型</p><p>枚举值:</p><ul><li>0: SSE 模式</li><li>1: Streamable Http 模式</li></ul>
|
|
1761
1761
|
:type McpType: int
|
|
1762
1762
|
"""
|
|
1763
1763
|
self._PluginId = None
|
|
@@ -1771,7 +1771,7 @@ class AgentPluginInfo(AbstractModel):
|
|
|
1771
1771
|
|
|
1772
1772
|
@property
|
|
1773
1773
|
def PluginId(self):
|
|
1774
|
-
r"""
|
|
1774
|
+
r"""<p>插件id</p>
|
|
1775
1775
|
:rtype: str
|
|
1776
1776
|
"""
|
|
1777
1777
|
return self._PluginId
|
|
@@ -1782,7 +1782,7 @@ class AgentPluginInfo(AbstractModel):
|
|
|
1782
1782
|
|
|
1783
1783
|
@property
|
|
1784
1784
|
def Headers(self):
|
|
1785
|
-
r"""
|
|
1785
|
+
r"""<p>应用配置的插件header信息</p>
|
|
1786
1786
|
:rtype: list of AgentPluginHeader
|
|
1787
1787
|
"""
|
|
1788
1788
|
return self._Headers
|
|
@@ -1793,7 +1793,7 @@ class AgentPluginInfo(AbstractModel):
|
|
|
1793
1793
|
|
|
1794
1794
|
@property
|
|
1795
1795
|
def Model(self):
|
|
1796
|
-
r"""
|
|
1796
|
+
r"""<p>插件调用LLM时使用的模型配置,一般用于指定知识库问答插件的生成模型</p>
|
|
1797
1797
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1798
1798
|
:rtype: :class:`tencentcloud.lke.v20231130.models.AgentModelInfo`
|
|
1799
1799
|
"""
|
|
@@ -1805,7 +1805,7 @@ class AgentPluginInfo(AbstractModel):
|
|
|
1805
1805
|
|
|
1806
1806
|
@property
|
|
1807
1807
|
def PluginInfoType(self):
|
|
1808
|
-
r"""
|
|
1808
|
+
r"""<p>插件信息类型; 0: 未指定类型; 1: 知识库问答插件</p>
|
|
1809
1809
|
:rtype: int
|
|
1810
1810
|
"""
|
|
1811
1811
|
return self._PluginInfoType
|
|
@@ -1816,7 +1816,7 @@ class AgentPluginInfo(AbstractModel):
|
|
|
1816
1816
|
|
|
1817
1817
|
@property
|
|
1818
1818
|
def KnowledgeQa(self):
|
|
1819
|
-
r"""
|
|
1819
|
+
r"""<p>知识库问答插件配置</p>
|
|
1820
1820
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1821
1821
|
:rtype: :class:`tencentcloud.lke.v20231130.models.AgentKnowledgeQAPlugin`
|
|
1822
1822
|
"""
|
|
@@ -1828,7 +1828,7 @@ class AgentPluginInfo(AbstractModel):
|
|
|
1828
1828
|
|
|
1829
1829
|
@property
|
|
1830
1830
|
def EnableRoleAuth(self):
|
|
1831
|
-
r"""
|
|
1831
|
+
r"""<p>是否使用一键授权</p>
|
|
1832
1832
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1833
1833
|
:rtype: bool
|
|
1834
1834
|
"""
|
|
@@ -1840,7 +1840,7 @@ class AgentPluginInfo(AbstractModel):
|
|
|
1840
1840
|
|
|
1841
1841
|
@property
|
|
1842
1842
|
def Query(self):
|
|
1843
|
-
r"""
|
|
1843
|
+
r"""<p>应用配置的插件query信息</p>
|
|
1844
1844
|
:rtype: list of AgentPluginQuery
|
|
1845
1845
|
"""
|
|
1846
1846
|
return self._Query
|
|
@@ -1851,7 +1851,7 @@ class AgentPluginInfo(AbstractModel):
|
|
|
1851
1851
|
|
|
1852
1852
|
@property
|
|
1853
1853
|
def McpType(self):
|
|
1854
|
-
r"""MCP
|
|
1854
|
+
r"""<p>MCP类型</p><p>枚举值:</p><ul><li>0: SSE 模式</li><li>1: Streamable Http 模式</li></ul>
|
|
1855
1855
|
:rtype: int
|
|
1856
1856
|
"""
|
|
1857
1857
|
return self._McpType
|
|
@@ -2645,6 +2645,72 @@ class AgentReference(AbstractModel):
|
|
|
2645
2645
|
|
|
2646
2646
|
|
|
2647
2647
|
|
|
2648
|
+
class AgentTask(AbstractModel):
|
|
2649
|
+
r"""智能体任务信息
|
|
2650
|
+
|
|
2651
|
+
"""
|
|
2652
|
+
|
|
2653
|
+
def __init__(self):
|
|
2654
|
+
r"""
|
|
2655
|
+
:param _Index: <p>任务序号</p>
|
|
2656
|
+
:type Index: int
|
|
2657
|
+
:param _Content: <p>任务内容</p>
|
|
2658
|
+
:type Content: str
|
|
2659
|
+
:param _Status: <p>任务状态</p>
|
|
2660
|
+
:type Status: str
|
|
2661
|
+
"""
|
|
2662
|
+
self._Index = None
|
|
2663
|
+
self._Content = None
|
|
2664
|
+
self._Status = None
|
|
2665
|
+
|
|
2666
|
+
@property
|
|
2667
|
+
def Index(self):
|
|
2668
|
+
r"""<p>任务序号</p>
|
|
2669
|
+
:rtype: int
|
|
2670
|
+
"""
|
|
2671
|
+
return self._Index
|
|
2672
|
+
|
|
2673
|
+
@Index.setter
|
|
2674
|
+
def Index(self, Index):
|
|
2675
|
+
self._Index = Index
|
|
2676
|
+
|
|
2677
|
+
@property
|
|
2678
|
+
def Content(self):
|
|
2679
|
+
r"""<p>任务内容</p>
|
|
2680
|
+
:rtype: str
|
|
2681
|
+
"""
|
|
2682
|
+
return self._Content
|
|
2683
|
+
|
|
2684
|
+
@Content.setter
|
|
2685
|
+
def Content(self, Content):
|
|
2686
|
+
self._Content = Content
|
|
2687
|
+
|
|
2688
|
+
@property
|
|
2689
|
+
def Status(self):
|
|
2690
|
+
r"""<p>任务状态</p>
|
|
2691
|
+
:rtype: str
|
|
2692
|
+
"""
|
|
2693
|
+
return self._Status
|
|
2694
|
+
|
|
2695
|
+
@Status.setter
|
|
2696
|
+
def Status(self, Status):
|
|
2697
|
+
self._Status = Status
|
|
2698
|
+
|
|
2699
|
+
|
|
2700
|
+
def _deserialize(self, params):
|
|
2701
|
+
self._Index = params.get("Index")
|
|
2702
|
+
self._Content = params.get("Content")
|
|
2703
|
+
self._Status = params.get("Status")
|
|
2704
|
+
memeber_set = set(params.keys())
|
|
2705
|
+
for name, value in vars(self).items():
|
|
2706
|
+
property_name = name[1:]
|
|
2707
|
+
if property_name in memeber_set:
|
|
2708
|
+
memeber_set.remove(property_name)
|
|
2709
|
+
if len(memeber_set) > 0:
|
|
2710
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
2711
|
+
|
|
2712
|
+
|
|
2713
|
+
|
|
2648
2714
|
class AgentThought(AbstractModel):
|
|
2649
2715
|
r"""Agent的思考过程
|
|
2650
2716
|
|
|
@@ -6568,58 +6634,55 @@ class Content(AbstractModel):
|
|
|
6568
6634
|
|
|
6569
6635
|
def __init__(self):
|
|
6570
6636
|
r"""
|
|
6571
|
-
:param _Type:
|
|
6572
|
-
text:文本
|
|
6573
|
-
image:图片
|
|
6574
|
-
file:文件
|
|
6575
|
-
option_cards:选项卡
|
|
6576
|
-
custom_params:用户自定义业务参数
|
|
6577
|
-
sandbox:云桌面
|
|
6578
|
-
custom_variables:自定义输入参数
|
|
6579
|
-
web_search: 网页搜索内容
|
|
6580
|
-
file_collection:文件收集信息
|
|
6581
|
-
widget:widget信息
|
|
6582
|
-
widget_action:用户端widget动作信息
|
|
6637
|
+
:param _Type: <p>消息内容类型<br>text:文本<br>image:图片<br>file:文件<br>option_cards:选项卡<br>custom_params:用户自定义业务参数<br>sandbox:云桌面<br>custom_variables:自定义输入参数<br>web_search: 网页搜索内容<br>file_collection:文件收集信息<br>widget:widget信息<br>widget_action:用户端widget动作信息</p>
|
|
6583
6638
|
:type Type: str
|
|
6584
|
-
:param _Text:
|
|
6639
|
+
:param _Text: <p>文本内容</p>
|
|
6585
6640
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6586
6641
|
:type Text: str
|
|
6587
|
-
:param _QuoteInfos:
|
|
6642
|
+
:param _QuoteInfos: <p>引用信息</p>
|
|
6588
6643
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6589
6644
|
:type QuoteInfos: list of QuoteInfo
|
|
6590
|
-
:param _References:
|
|
6645
|
+
:param _References: <p>参考文献信息</p>
|
|
6591
6646
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6592
6647
|
:type References: list of ContentReference
|
|
6593
|
-
:param _Image:
|
|
6648
|
+
:param _Image: <p>图片信息</p>
|
|
6594
6649
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6595
6650
|
:type Image: :class:`tencentcloud.lke.v20231130.models.ImageInfoContent`
|
|
6596
|
-
:param _File:
|
|
6651
|
+
:param _File: <p>文件信息</p>
|
|
6597
6652
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6598
6653
|
:type File: :class:`tencentcloud.lke.v20231130.models.FileInfoContent`
|
|
6599
|
-
:param _OptionCards:
|
|
6654
|
+
:param _OptionCards: <p>选项卡信息</p>
|
|
6600
6655
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6601
6656
|
:type OptionCards: list of str
|
|
6602
|
-
:param _CustomParams:
|
|
6657
|
+
:param _CustomParams: <p>用户自定义业务参数信息</p>
|
|
6603
6658
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6604
6659
|
:type CustomParams: list of str
|
|
6605
|
-
:param _CustomVariables:
|
|
6660
|
+
:param _CustomVariables: <p>自定义变量</p>
|
|
6606
6661
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6607
6662
|
:type CustomVariables: list of str
|
|
6608
|
-
:param _Sandbox:
|
|
6663
|
+
:param _Sandbox: <p>沙盒信息</p>
|
|
6609
6664
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6610
6665
|
:type Sandbox: :class:`tencentcloud.lke.v20231130.models.SandboxContent`
|
|
6611
|
-
:param _WebSearch:
|
|
6666
|
+
:param _WebSearch: <p>网页搜索内容</p>
|
|
6612
6667
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6613
6668
|
:type WebSearch: :class:`tencentcloud.lke.v20231130.models.WebSearchContent`
|
|
6614
|
-
:param _FileCollection:
|
|
6669
|
+
:param _FileCollection: <p>文件收集信息</p>
|
|
6615
6670
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6616
6671
|
:type FileCollection: :class:`tencentcloud.lke.v20231130.models.FileCollection`
|
|
6617
|
-
:param _Widget: Widget
|
|
6672
|
+
:param _Widget: <p>Widget信息</p>
|
|
6618
6673
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6619
6674
|
:type Widget: :class:`tencentcloud.lke.v20231130.models.Widget`
|
|
6620
|
-
:param _WidgetAction: Widget
|
|
6675
|
+
:param _WidgetAction: <p>Widget动作信息</p>
|
|
6621
6676
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6622
6677
|
:type WidgetAction: :class:`tencentcloud.lke.v20231130.models.WidgetAction`
|
|
6678
|
+
:param _Tasks: <p>任务列表</p>
|
|
6679
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6680
|
+
:type Tasks: list of AgentTask
|
|
6681
|
+
:param _Questionnaire: <p>问卷信息</p>
|
|
6682
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6683
|
+
:type Questionnaire: :class:`tencentcloud.lke.v20231130.models.Questionnaire`
|
|
6684
|
+
:param _OptionMode: <p>选项卡模式</p>
|
|
6685
|
+
:type OptionMode: int
|
|
6623
6686
|
"""
|
|
6624
6687
|
self._Type = None
|
|
6625
6688
|
self._Text = None
|
|
@@ -6635,21 +6698,13 @@ widget_action:用户端widget动作信息
|
|
|
6635
6698
|
self._FileCollection = None
|
|
6636
6699
|
self._Widget = None
|
|
6637
6700
|
self._WidgetAction = None
|
|
6701
|
+
self._Tasks = None
|
|
6702
|
+
self._Questionnaire = None
|
|
6703
|
+
self._OptionMode = None
|
|
6638
6704
|
|
|
6639
6705
|
@property
|
|
6640
6706
|
def Type(self):
|
|
6641
|
-
r"""
|
|
6642
|
-
text:文本
|
|
6643
|
-
image:图片
|
|
6644
|
-
file:文件
|
|
6645
|
-
option_cards:选项卡
|
|
6646
|
-
custom_params:用户自定义业务参数
|
|
6647
|
-
sandbox:云桌面
|
|
6648
|
-
custom_variables:自定义输入参数
|
|
6649
|
-
web_search: 网页搜索内容
|
|
6650
|
-
file_collection:文件收集信息
|
|
6651
|
-
widget:widget信息
|
|
6652
|
-
widget_action:用户端widget动作信息
|
|
6707
|
+
r"""<p>消息内容类型<br>text:文本<br>image:图片<br>file:文件<br>option_cards:选项卡<br>custom_params:用户自定义业务参数<br>sandbox:云桌面<br>custom_variables:自定义输入参数<br>web_search: 网页搜索内容<br>file_collection:文件收集信息<br>widget:widget信息<br>widget_action:用户端widget动作信息</p>
|
|
6653
6708
|
:rtype: str
|
|
6654
6709
|
"""
|
|
6655
6710
|
return self._Type
|
|
@@ -6660,7 +6715,7 @@ widget_action:用户端widget动作信息
|
|
|
6660
6715
|
|
|
6661
6716
|
@property
|
|
6662
6717
|
def Text(self):
|
|
6663
|
-
r"""
|
|
6718
|
+
r"""<p>文本内容</p>
|
|
6664
6719
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6665
6720
|
:rtype: str
|
|
6666
6721
|
"""
|
|
@@ -6672,7 +6727,7 @@ widget_action:用户端widget动作信息
|
|
|
6672
6727
|
|
|
6673
6728
|
@property
|
|
6674
6729
|
def QuoteInfos(self):
|
|
6675
|
-
r"""
|
|
6730
|
+
r"""<p>引用信息</p>
|
|
6676
6731
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6677
6732
|
:rtype: list of QuoteInfo
|
|
6678
6733
|
"""
|
|
@@ -6684,7 +6739,7 @@ widget_action:用户端widget动作信息
|
|
|
6684
6739
|
|
|
6685
6740
|
@property
|
|
6686
6741
|
def References(self):
|
|
6687
|
-
r"""
|
|
6742
|
+
r"""<p>参考文献信息</p>
|
|
6688
6743
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6689
6744
|
:rtype: list of ContentReference
|
|
6690
6745
|
"""
|
|
@@ -6696,7 +6751,7 @@ widget_action:用户端widget动作信息
|
|
|
6696
6751
|
|
|
6697
6752
|
@property
|
|
6698
6753
|
def Image(self):
|
|
6699
|
-
r"""
|
|
6754
|
+
r"""<p>图片信息</p>
|
|
6700
6755
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6701
6756
|
:rtype: :class:`tencentcloud.lke.v20231130.models.ImageInfoContent`
|
|
6702
6757
|
"""
|
|
@@ -6708,7 +6763,7 @@ widget_action:用户端widget动作信息
|
|
|
6708
6763
|
|
|
6709
6764
|
@property
|
|
6710
6765
|
def File(self):
|
|
6711
|
-
r"""
|
|
6766
|
+
r"""<p>文件信息</p>
|
|
6712
6767
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6713
6768
|
:rtype: :class:`tencentcloud.lke.v20231130.models.FileInfoContent`
|
|
6714
6769
|
"""
|
|
@@ -6720,7 +6775,7 @@ widget_action:用户端widget动作信息
|
|
|
6720
6775
|
|
|
6721
6776
|
@property
|
|
6722
6777
|
def OptionCards(self):
|
|
6723
|
-
r"""
|
|
6778
|
+
r"""<p>选项卡信息</p>
|
|
6724
6779
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6725
6780
|
:rtype: list of str
|
|
6726
6781
|
"""
|
|
@@ -6732,7 +6787,7 @@ widget_action:用户端widget动作信息
|
|
|
6732
6787
|
|
|
6733
6788
|
@property
|
|
6734
6789
|
def CustomParams(self):
|
|
6735
|
-
r"""
|
|
6790
|
+
r"""<p>用户自定义业务参数信息</p>
|
|
6736
6791
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6737
6792
|
:rtype: list of str
|
|
6738
6793
|
"""
|
|
@@ -6744,7 +6799,7 @@ widget_action:用户端widget动作信息
|
|
|
6744
6799
|
|
|
6745
6800
|
@property
|
|
6746
6801
|
def CustomVariables(self):
|
|
6747
|
-
r"""
|
|
6802
|
+
r"""<p>自定义变量</p>
|
|
6748
6803
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6749
6804
|
:rtype: list of str
|
|
6750
6805
|
"""
|
|
@@ -6756,7 +6811,7 @@ widget_action:用户端widget动作信息
|
|
|
6756
6811
|
|
|
6757
6812
|
@property
|
|
6758
6813
|
def Sandbox(self):
|
|
6759
|
-
r"""
|
|
6814
|
+
r"""<p>沙盒信息</p>
|
|
6760
6815
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6761
6816
|
:rtype: :class:`tencentcloud.lke.v20231130.models.SandboxContent`
|
|
6762
6817
|
"""
|
|
@@ -6768,7 +6823,7 @@ widget_action:用户端widget动作信息
|
|
|
6768
6823
|
|
|
6769
6824
|
@property
|
|
6770
6825
|
def WebSearch(self):
|
|
6771
|
-
r"""
|
|
6826
|
+
r"""<p>网页搜索内容</p>
|
|
6772
6827
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6773
6828
|
:rtype: :class:`tencentcloud.lke.v20231130.models.WebSearchContent`
|
|
6774
6829
|
"""
|
|
@@ -6780,7 +6835,7 @@ widget_action:用户端widget动作信息
|
|
|
6780
6835
|
|
|
6781
6836
|
@property
|
|
6782
6837
|
def FileCollection(self):
|
|
6783
|
-
r"""
|
|
6838
|
+
r"""<p>文件收集信息</p>
|
|
6784
6839
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6785
6840
|
:rtype: :class:`tencentcloud.lke.v20231130.models.FileCollection`
|
|
6786
6841
|
"""
|
|
@@ -6792,7 +6847,7 @@ widget_action:用户端widget动作信息
|
|
|
6792
6847
|
|
|
6793
6848
|
@property
|
|
6794
6849
|
def Widget(self):
|
|
6795
|
-
r"""Widget
|
|
6850
|
+
r"""<p>Widget信息</p>
|
|
6796
6851
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6797
6852
|
:rtype: :class:`tencentcloud.lke.v20231130.models.Widget`
|
|
6798
6853
|
"""
|
|
@@ -6804,7 +6859,7 @@ widget_action:用户端widget动作信息
|
|
|
6804
6859
|
|
|
6805
6860
|
@property
|
|
6806
6861
|
def WidgetAction(self):
|
|
6807
|
-
r"""Widget
|
|
6862
|
+
r"""<p>Widget动作信息</p>
|
|
6808
6863
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6809
6864
|
:rtype: :class:`tencentcloud.lke.v20231130.models.WidgetAction`
|
|
6810
6865
|
"""
|
|
@@ -6814,6 +6869,41 @@ widget_action:用户端widget动作信息
|
|
|
6814
6869
|
def WidgetAction(self, WidgetAction):
|
|
6815
6870
|
self._WidgetAction = WidgetAction
|
|
6816
6871
|
|
|
6872
|
+
@property
|
|
6873
|
+
def Tasks(self):
|
|
6874
|
+
r"""<p>任务列表</p>
|
|
6875
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6876
|
+
:rtype: list of AgentTask
|
|
6877
|
+
"""
|
|
6878
|
+
return self._Tasks
|
|
6879
|
+
|
|
6880
|
+
@Tasks.setter
|
|
6881
|
+
def Tasks(self, Tasks):
|
|
6882
|
+
self._Tasks = Tasks
|
|
6883
|
+
|
|
6884
|
+
@property
|
|
6885
|
+
def Questionnaire(self):
|
|
6886
|
+
r"""<p>问卷信息</p>
|
|
6887
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6888
|
+
:rtype: :class:`tencentcloud.lke.v20231130.models.Questionnaire`
|
|
6889
|
+
"""
|
|
6890
|
+
return self._Questionnaire
|
|
6891
|
+
|
|
6892
|
+
@Questionnaire.setter
|
|
6893
|
+
def Questionnaire(self, Questionnaire):
|
|
6894
|
+
self._Questionnaire = Questionnaire
|
|
6895
|
+
|
|
6896
|
+
@property
|
|
6897
|
+
def OptionMode(self):
|
|
6898
|
+
r"""<p>选项卡模式</p>
|
|
6899
|
+
:rtype: int
|
|
6900
|
+
"""
|
|
6901
|
+
return self._OptionMode
|
|
6902
|
+
|
|
6903
|
+
@OptionMode.setter
|
|
6904
|
+
def OptionMode(self, OptionMode):
|
|
6905
|
+
self._OptionMode = OptionMode
|
|
6906
|
+
|
|
6817
6907
|
|
|
6818
6908
|
def _deserialize(self, params):
|
|
6819
6909
|
self._Type = params.get("Type")
|
|
@@ -6854,6 +6944,16 @@ widget_action:用户端widget动作信息
|
|
|
6854
6944
|
if params.get("WidgetAction") is not None:
|
|
6855
6945
|
self._WidgetAction = WidgetAction()
|
|
6856
6946
|
self._WidgetAction._deserialize(params.get("WidgetAction"))
|
|
6947
|
+
if params.get("Tasks") is not None:
|
|
6948
|
+
self._Tasks = []
|
|
6949
|
+
for item in params.get("Tasks"):
|
|
6950
|
+
obj = AgentTask()
|
|
6951
|
+
obj._deserialize(item)
|
|
6952
|
+
self._Tasks.append(obj)
|
|
6953
|
+
if params.get("Questionnaire") is not None:
|
|
6954
|
+
self._Questionnaire = Questionnaire()
|
|
6955
|
+
self._Questionnaire._deserialize(params.get("Questionnaire"))
|
|
6956
|
+
self._OptionMode = params.get("OptionMode")
|
|
6857
6957
|
memeber_set = set(params.keys())
|
|
6858
6958
|
for name, value in vars(self).items():
|
|
6859
6959
|
property_name = name[1:]
|
|
@@ -16037,27 +16137,27 @@ class FileInfoContent(AbstractModel):
|
|
|
16037
16137
|
|
|
16038
16138
|
def __init__(self):
|
|
16039
16139
|
r"""
|
|
16040
|
-
:param _DocBizId:
|
|
16140
|
+
:param _DocBizId: <p>实时文档解析接口返回的 DocBizId</p>
|
|
16041
16141
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
16042
|
-
:type DocBizId:
|
|
16043
|
-
:param _FileName:
|
|
16142
|
+
:type DocBizId: str
|
|
16143
|
+
:param _FileName: <p>文件名称</p>
|
|
16044
16144
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
16045
16145
|
:type FileName: str
|
|
16046
|
-
:param _FileType:
|
|
16146
|
+
:param _FileType: <p>文件类型</p>
|
|
16047
16147
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
16048
16148
|
:type FileType: str
|
|
16049
|
-
:param _FileSize:
|
|
16149
|
+
:param _FileSize: <p>文件大小,单位为Byte</p>
|
|
16050
16150
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
16051
|
-
:type FileSize:
|
|
16052
|
-
:param _FileUrl:
|
|
16151
|
+
:type FileSize: str
|
|
16152
|
+
:param _FileUrl: <p>文件 URL</p>
|
|
16053
16153
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
16054
16154
|
:type FileUrl: str
|
|
16055
|
-
:param _DocId:
|
|
16155
|
+
:param _DocId: <p>实时文档解析接口返回的 doc_id。</p>
|
|
16056
16156
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
16057
|
-
:type DocId:
|
|
16058
|
-
:param _CreateTime:
|
|
16157
|
+
:type DocId: str
|
|
16158
|
+
:param _CreateTime: <p>文件创建时间</p>
|
|
16059
16159
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
16060
|
-
:type CreateTime:
|
|
16160
|
+
:type CreateTime: str
|
|
16061
16161
|
"""
|
|
16062
16162
|
self._DocBizId = None
|
|
16063
16163
|
self._FileName = None
|
|
@@ -16071,9 +16171,9 @@ class FileInfoContent(AbstractModel):
|
|
|
16071
16171
|
def DocBizId(self):
|
|
16072
16172
|
warnings.warn("parameter `DocBizId` is deprecated", DeprecationWarning)
|
|
16073
16173
|
|
|
16074
|
-
r"""
|
|
16174
|
+
r"""<p>实时文档解析接口返回的 DocBizId</p>
|
|
16075
16175
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
16076
|
-
:rtype:
|
|
16176
|
+
:rtype: str
|
|
16077
16177
|
"""
|
|
16078
16178
|
return self._DocBizId
|
|
16079
16179
|
|
|
@@ -16085,7 +16185,7 @@ class FileInfoContent(AbstractModel):
|
|
|
16085
16185
|
|
|
16086
16186
|
@property
|
|
16087
16187
|
def FileName(self):
|
|
16088
|
-
r"""
|
|
16188
|
+
r"""<p>文件名称</p>
|
|
16089
16189
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
16090
16190
|
:rtype: str
|
|
16091
16191
|
"""
|
|
@@ -16097,7 +16197,7 @@ class FileInfoContent(AbstractModel):
|
|
|
16097
16197
|
|
|
16098
16198
|
@property
|
|
16099
16199
|
def FileType(self):
|
|
16100
|
-
r"""
|
|
16200
|
+
r"""<p>文件类型</p>
|
|
16101
16201
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
16102
16202
|
:rtype: str
|
|
16103
16203
|
"""
|
|
@@ -16109,9 +16209,9 @@ class FileInfoContent(AbstractModel):
|
|
|
16109
16209
|
|
|
16110
16210
|
@property
|
|
16111
16211
|
def FileSize(self):
|
|
16112
|
-
r"""
|
|
16212
|
+
r"""<p>文件大小,单位为Byte</p>
|
|
16113
16213
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
16114
|
-
:rtype:
|
|
16214
|
+
:rtype: str
|
|
16115
16215
|
"""
|
|
16116
16216
|
return self._FileSize
|
|
16117
16217
|
|
|
@@ -16121,7 +16221,7 @@ class FileInfoContent(AbstractModel):
|
|
|
16121
16221
|
|
|
16122
16222
|
@property
|
|
16123
16223
|
def FileUrl(self):
|
|
16124
|
-
r"""
|
|
16224
|
+
r"""<p>文件 URL</p>
|
|
16125
16225
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
16126
16226
|
:rtype: str
|
|
16127
16227
|
"""
|
|
@@ -16133,9 +16233,9 @@ class FileInfoContent(AbstractModel):
|
|
|
16133
16233
|
|
|
16134
16234
|
@property
|
|
16135
16235
|
def DocId(self):
|
|
16136
|
-
r"""
|
|
16236
|
+
r"""<p>实时文档解析接口返回的 doc_id。</p>
|
|
16137
16237
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
16138
|
-
:rtype:
|
|
16238
|
+
:rtype: str
|
|
16139
16239
|
"""
|
|
16140
16240
|
return self._DocId
|
|
16141
16241
|
|
|
@@ -16145,9 +16245,9 @@ class FileInfoContent(AbstractModel):
|
|
|
16145
16245
|
|
|
16146
16246
|
@property
|
|
16147
16247
|
def CreateTime(self):
|
|
16148
|
-
r"""
|
|
16248
|
+
r"""<p>文件创建时间</p>
|
|
16149
16249
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
16150
|
-
:rtype:
|
|
16250
|
+
:rtype: str
|
|
16151
16251
|
"""
|
|
16152
16252
|
return self._CreateTime
|
|
16153
16253
|
|
|
@@ -31561,6 +31661,285 @@ class QaReference(AbstractModel):
|
|
|
31561
31661
|
|
|
31562
31662
|
|
|
31563
31663
|
|
|
31664
|
+
class QuestionOption(AbstractModel):
|
|
31665
|
+
r"""问题可选项
|
|
31666
|
+
|
|
31667
|
+
"""
|
|
31668
|
+
|
|
31669
|
+
def __init__(self):
|
|
31670
|
+
r"""
|
|
31671
|
+
:param _Label: <p>选项的标签</p>
|
|
31672
|
+
:type Label: str
|
|
31673
|
+
:param _Description: <p>选项的描述</p>
|
|
31674
|
+
:type Description: str
|
|
31675
|
+
"""
|
|
31676
|
+
self._Label = None
|
|
31677
|
+
self._Description = None
|
|
31678
|
+
|
|
31679
|
+
@property
|
|
31680
|
+
def Label(self):
|
|
31681
|
+
r"""<p>选项的标签</p>
|
|
31682
|
+
:rtype: str
|
|
31683
|
+
"""
|
|
31684
|
+
return self._Label
|
|
31685
|
+
|
|
31686
|
+
@Label.setter
|
|
31687
|
+
def Label(self, Label):
|
|
31688
|
+
self._Label = Label
|
|
31689
|
+
|
|
31690
|
+
@property
|
|
31691
|
+
def Description(self):
|
|
31692
|
+
r"""<p>选项的描述</p>
|
|
31693
|
+
:rtype: str
|
|
31694
|
+
"""
|
|
31695
|
+
return self._Description
|
|
31696
|
+
|
|
31697
|
+
@Description.setter
|
|
31698
|
+
def Description(self, Description):
|
|
31699
|
+
self._Description = Description
|
|
31700
|
+
|
|
31701
|
+
|
|
31702
|
+
def _deserialize(self, params):
|
|
31703
|
+
self._Label = params.get("Label")
|
|
31704
|
+
self._Description = params.get("Description")
|
|
31705
|
+
memeber_set = set(params.keys())
|
|
31706
|
+
for name, value in vars(self).items():
|
|
31707
|
+
property_name = name[1:]
|
|
31708
|
+
if property_name in memeber_set:
|
|
31709
|
+
memeber_set.remove(property_name)
|
|
31710
|
+
if len(memeber_set) > 0:
|
|
31711
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
31712
|
+
|
|
31713
|
+
|
|
31714
|
+
|
|
31715
|
+
class Questionnaire(AbstractModel):
|
|
31716
|
+
r"""问卷信息
|
|
31717
|
+
|
|
31718
|
+
"""
|
|
31719
|
+
|
|
31720
|
+
def __init__(self):
|
|
31721
|
+
r"""
|
|
31722
|
+
:param _Title: <p>问卷的标题</p>
|
|
31723
|
+
:type Title: str
|
|
31724
|
+
:param _Questions: <p>问卷的问题列表</p>
|
|
31725
|
+
:type Questions: list of QuestionnaireQuestion
|
|
31726
|
+
:param _Answers: <p>问卷的答案列表</p>
|
|
31727
|
+
:type Answers: list of QuestionnaireQuestionAnswer
|
|
31728
|
+
"""
|
|
31729
|
+
self._Title = None
|
|
31730
|
+
self._Questions = None
|
|
31731
|
+
self._Answers = None
|
|
31732
|
+
|
|
31733
|
+
@property
|
|
31734
|
+
def Title(self):
|
|
31735
|
+
r"""<p>问卷的标题</p>
|
|
31736
|
+
:rtype: str
|
|
31737
|
+
"""
|
|
31738
|
+
return self._Title
|
|
31739
|
+
|
|
31740
|
+
@Title.setter
|
|
31741
|
+
def Title(self, Title):
|
|
31742
|
+
self._Title = Title
|
|
31743
|
+
|
|
31744
|
+
@property
|
|
31745
|
+
def Questions(self):
|
|
31746
|
+
r"""<p>问卷的问题列表</p>
|
|
31747
|
+
:rtype: list of QuestionnaireQuestion
|
|
31748
|
+
"""
|
|
31749
|
+
return self._Questions
|
|
31750
|
+
|
|
31751
|
+
@Questions.setter
|
|
31752
|
+
def Questions(self, Questions):
|
|
31753
|
+
self._Questions = Questions
|
|
31754
|
+
|
|
31755
|
+
@property
|
|
31756
|
+
def Answers(self):
|
|
31757
|
+
r"""<p>问卷的答案列表</p>
|
|
31758
|
+
:rtype: list of QuestionnaireQuestionAnswer
|
|
31759
|
+
"""
|
|
31760
|
+
return self._Answers
|
|
31761
|
+
|
|
31762
|
+
@Answers.setter
|
|
31763
|
+
def Answers(self, Answers):
|
|
31764
|
+
self._Answers = Answers
|
|
31765
|
+
|
|
31766
|
+
|
|
31767
|
+
def _deserialize(self, params):
|
|
31768
|
+
self._Title = params.get("Title")
|
|
31769
|
+
if params.get("Questions") is not None:
|
|
31770
|
+
self._Questions = []
|
|
31771
|
+
for item in params.get("Questions"):
|
|
31772
|
+
obj = QuestionnaireQuestion()
|
|
31773
|
+
obj._deserialize(item)
|
|
31774
|
+
self._Questions.append(obj)
|
|
31775
|
+
if params.get("Answers") is not None:
|
|
31776
|
+
self._Answers = []
|
|
31777
|
+
for item in params.get("Answers"):
|
|
31778
|
+
obj = QuestionnaireQuestionAnswer()
|
|
31779
|
+
obj._deserialize(item)
|
|
31780
|
+
self._Answers.append(obj)
|
|
31781
|
+
memeber_set = set(params.keys())
|
|
31782
|
+
for name, value in vars(self).items():
|
|
31783
|
+
property_name = name[1:]
|
|
31784
|
+
if property_name in memeber_set:
|
|
31785
|
+
memeber_set.remove(property_name)
|
|
31786
|
+
if len(memeber_set) > 0:
|
|
31787
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
31788
|
+
|
|
31789
|
+
|
|
31790
|
+
|
|
31791
|
+
class QuestionnaireQuestion(AbstractModel):
|
|
31792
|
+
r"""问卷的问题
|
|
31793
|
+
|
|
31794
|
+
"""
|
|
31795
|
+
|
|
31796
|
+
def __init__(self):
|
|
31797
|
+
r"""
|
|
31798
|
+
:param _Index: <p>问题的序号</p>
|
|
31799
|
+
:type Index: int
|
|
31800
|
+
:param _Question: <p>问题的内容</p>
|
|
31801
|
+
:type Question: str
|
|
31802
|
+
:param _Type: <p>问题类型</p>
|
|
31803
|
+
:type Type: int
|
|
31804
|
+
:param _Required: <p>是否必选</p>
|
|
31805
|
+
:type Required: bool
|
|
31806
|
+
:param _Options: <p>问题的选项</p>
|
|
31807
|
+
:type Options: list of QuestionOption
|
|
31808
|
+
"""
|
|
31809
|
+
self._Index = None
|
|
31810
|
+
self._Question = None
|
|
31811
|
+
self._Type = None
|
|
31812
|
+
self._Required = None
|
|
31813
|
+
self._Options = None
|
|
31814
|
+
|
|
31815
|
+
@property
|
|
31816
|
+
def Index(self):
|
|
31817
|
+
r"""<p>问题的序号</p>
|
|
31818
|
+
:rtype: int
|
|
31819
|
+
"""
|
|
31820
|
+
return self._Index
|
|
31821
|
+
|
|
31822
|
+
@Index.setter
|
|
31823
|
+
def Index(self, Index):
|
|
31824
|
+
self._Index = Index
|
|
31825
|
+
|
|
31826
|
+
@property
|
|
31827
|
+
def Question(self):
|
|
31828
|
+
r"""<p>问题的内容</p>
|
|
31829
|
+
:rtype: str
|
|
31830
|
+
"""
|
|
31831
|
+
return self._Question
|
|
31832
|
+
|
|
31833
|
+
@Question.setter
|
|
31834
|
+
def Question(self, Question):
|
|
31835
|
+
self._Question = Question
|
|
31836
|
+
|
|
31837
|
+
@property
|
|
31838
|
+
def Type(self):
|
|
31839
|
+
r"""<p>问题类型</p>
|
|
31840
|
+
:rtype: int
|
|
31841
|
+
"""
|
|
31842
|
+
return self._Type
|
|
31843
|
+
|
|
31844
|
+
@Type.setter
|
|
31845
|
+
def Type(self, Type):
|
|
31846
|
+
self._Type = Type
|
|
31847
|
+
|
|
31848
|
+
@property
|
|
31849
|
+
def Required(self):
|
|
31850
|
+
r"""<p>是否必选</p>
|
|
31851
|
+
:rtype: bool
|
|
31852
|
+
"""
|
|
31853
|
+
return self._Required
|
|
31854
|
+
|
|
31855
|
+
@Required.setter
|
|
31856
|
+
def Required(self, Required):
|
|
31857
|
+
self._Required = Required
|
|
31858
|
+
|
|
31859
|
+
@property
|
|
31860
|
+
def Options(self):
|
|
31861
|
+
r"""<p>问题的选项</p>
|
|
31862
|
+
:rtype: list of QuestionOption
|
|
31863
|
+
"""
|
|
31864
|
+
return self._Options
|
|
31865
|
+
|
|
31866
|
+
@Options.setter
|
|
31867
|
+
def Options(self, Options):
|
|
31868
|
+
self._Options = Options
|
|
31869
|
+
|
|
31870
|
+
|
|
31871
|
+
def _deserialize(self, params):
|
|
31872
|
+
self._Index = params.get("Index")
|
|
31873
|
+
self._Question = params.get("Question")
|
|
31874
|
+
self._Type = params.get("Type")
|
|
31875
|
+
self._Required = params.get("Required")
|
|
31876
|
+
if params.get("Options") is not None:
|
|
31877
|
+
self._Options = []
|
|
31878
|
+
for item in params.get("Options"):
|
|
31879
|
+
obj = QuestionOption()
|
|
31880
|
+
obj._deserialize(item)
|
|
31881
|
+
self._Options.append(obj)
|
|
31882
|
+
memeber_set = set(params.keys())
|
|
31883
|
+
for name, value in vars(self).items():
|
|
31884
|
+
property_name = name[1:]
|
|
31885
|
+
if property_name in memeber_set:
|
|
31886
|
+
memeber_set.remove(property_name)
|
|
31887
|
+
if len(memeber_set) > 0:
|
|
31888
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
31889
|
+
|
|
31890
|
+
|
|
31891
|
+
|
|
31892
|
+
class QuestionnaireQuestionAnswer(AbstractModel):
|
|
31893
|
+
r"""问卷问题的答案
|
|
31894
|
+
|
|
31895
|
+
"""
|
|
31896
|
+
|
|
31897
|
+
def __init__(self):
|
|
31898
|
+
r"""
|
|
31899
|
+
:param _Question: <p>问题</p>
|
|
31900
|
+
:type Question: str
|
|
31901
|
+
:param _SelectedLabels: <p>选中的答案标签</p>
|
|
31902
|
+
:type SelectedLabels: list of str
|
|
31903
|
+
"""
|
|
31904
|
+
self._Question = None
|
|
31905
|
+
self._SelectedLabels = None
|
|
31906
|
+
|
|
31907
|
+
@property
|
|
31908
|
+
def Question(self):
|
|
31909
|
+
r"""<p>问题</p>
|
|
31910
|
+
:rtype: str
|
|
31911
|
+
"""
|
|
31912
|
+
return self._Question
|
|
31913
|
+
|
|
31914
|
+
@Question.setter
|
|
31915
|
+
def Question(self, Question):
|
|
31916
|
+
self._Question = Question
|
|
31917
|
+
|
|
31918
|
+
@property
|
|
31919
|
+
def SelectedLabels(self):
|
|
31920
|
+
r"""<p>选中的答案标签</p>
|
|
31921
|
+
:rtype: list of str
|
|
31922
|
+
"""
|
|
31923
|
+
return self._SelectedLabels
|
|
31924
|
+
|
|
31925
|
+
@SelectedLabels.setter
|
|
31926
|
+
def SelectedLabels(self, SelectedLabels):
|
|
31927
|
+
self._SelectedLabels = SelectedLabels
|
|
31928
|
+
|
|
31929
|
+
|
|
31930
|
+
def _deserialize(self, params):
|
|
31931
|
+
self._Question = params.get("Question")
|
|
31932
|
+
self._SelectedLabels = params.get("SelectedLabels")
|
|
31933
|
+
memeber_set = set(params.keys())
|
|
31934
|
+
for name, value in vars(self).items():
|
|
31935
|
+
property_name = name[1:]
|
|
31936
|
+
if property_name in memeber_set:
|
|
31937
|
+
memeber_set.remove(property_name)
|
|
31938
|
+
if len(memeber_set) > 0:
|
|
31939
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
31940
|
+
|
|
31941
|
+
|
|
31942
|
+
|
|
31564
31943
|
class QuoteInfo(AbstractModel):
|
|
31565
31944
|
r"""搜索引擎参考来源索引
|
|
31566
31945
|
|
|
@@ -36206,21 +36585,21 @@ class UpdateVarRequest(AbstractModel):
|
|
|
36206
36585
|
|
|
36207
36586
|
def __init__(self):
|
|
36208
36587
|
r"""
|
|
36209
|
-
:param _AppBizId:
|
|
36588
|
+
:param _AppBizId: <p>应用ID,获取方法参看如何获取 <a href="https://cloud.tencent.com/document/product/1759/109469#4eecb8c1-6ce4-45f5-8fa2-b269449d8efa">BotBizId</a>。</p>
|
|
36210
36589
|
:type AppBizId: str
|
|
36211
|
-
:param _VarId:
|
|
36590
|
+
:param _VarId: <p>变量 ID。由 CreateVar 接口生成,通过 CreateVar / DescribeVar 返回结果获取。</p>
|
|
36212
36591
|
:type VarId: str
|
|
36213
|
-
:param _VarName:
|
|
36592
|
+
:param _VarName: <p>变量名称,最大支持50个字符,英文字母开头,支持英文数字与下划线”_” 。</p>
|
|
36214
36593
|
:type VarName: str
|
|
36215
|
-
:param _VarDesc:
|
|
36594
|
+
:param _VarDesc: <p>参数描述</p>
|
|
36216
36595
|
:type VarDesc: str
|
|
36217
|
-
:param _VarType:
|
|
36596
|
+
:param _VarType: <p>变量类型</p><p>枚举值:</p><ul><li>STRING: 字符串</li><li>INT: 整形</li><li>BOOL: 布尔型</li><li>OBJECT: 对象</li><li>ARRAY_STRING: 字符串数组</li><li>ARRAY_INT: 整型数组</li><li>ARRAY_FLOAT: 浮点型数组</li><li>ARRAY_BOOL: 布尔型数组</li><li>ARRAY_OBJECT: 对象数组</li><li>FILE: 文件类型</li><li>DOCUMENT: 文档类型</li><li>IMAGE: 图片类型</li><li>AUDIO: 音频</li><li>VIDEO: 视频</li><li>ARRAY_FILE: 文件数组</li><li>ARRAY_DOCUMENT: 文档数组</li><li>ARRAY_IMAGE: 图片数组</li><li>ARRAY_AUDIO: 音频数组</li><li>ARRAY_VIDEO: 视频数组</li><li>SECRET: 秘钥</li><li>ARRAY_ARRAY: 多维数组</li></ul><p>默认值:STRING</p>
|
|
36218
36597
|
:type VarType: str
|
|
36219
|
-
:param _VarDefaultValue:
|
|
36598
|
+
:param _VarDefaultValue: <p>自定义变量默认值,<code>VarDefaultValue</code> 默认为空</p>
|
|
36220
36599
|
:type VarDefaultValue: str
|
|
36221
|
-
:param _VarDefaultFileName:
|
|
36600
|
+
:param _VarDefaultFileName: <p>自定义变量文件默认名称,<code>VarDefaultFileName</code> 默认为空</p>
|
|
36222
36601
|
:type VarDefaultFileName: str
|
|
36223
|
-
:param _VarModuleType:
|
|
36602
|
+
:param _VarModuleType: <p>变量模块类型</p><p>枚举值:</p><ul><li>0: API参数</li><li>1: 环境参数</li><li>2: 应用参数</li><li>3: 系统参数</li></ul>
|
|
36224
36603
|
:type VarModuleType: int
|
|
36225
36604
|
"""
|
|
36226
36605
|
self._AppBizId = None
|
|
@@ -36234,7 +36613,7 @@ class UpdateVarRequest(AbstractModel):
|
|
|
36234
36613
|
|
|
36235
36614
|
@property
|
|
36236
36615
|
def AppBizId(self):
|
|
36237
|
-
r"""
|
|
36616
|
+
r"""<p>应用ID,获取方法参看如何获取 <a href="https://cloud.tencent.com/document/product/1759/109469#4eecb8c1-6ce4-45f5-8fa2-b269449d8efa">BotBizId</a>。</p>
|
|
36238
36617
|
:rtype: str
|
|
36239
36618
|
"""
|
|
36240
36619
|
return self._AppBizId
|
|
@@ -36245,7 +36624,7 @@ class UpdateVarRequest(AbstractModel):
|
|
|
36245
36624
|
|
|
36246
36625
|
@property
|
|
36247
36626
|
def VarId(self):
|
|
36248
|
-
r"""
|
|
36627
|
+
r"""<p>变量 ID。由 CreateVar 接口生成,通过 CreateVar / DescribeVar 返回结果获取。</p>
|
|
36249
36628
|
:rtype: str
|
|
36250
36629
|
"""
|
|
36251
36630
|
return self._VarId
|
|
@@ -36256,7 +36635,7 @@ class UpdateVarRequest(AbstractModel):
|
|
|
36256
36635
|
|
|
36257
36636
|
@property
|
|
36258
36637
|
def VarName(self):
|
|
36259
|
-
r"""
|
|
36638
|
+
r"""<p>变量名称,最大支持50个字符,英文字母开头,支持英文数字与下划线”_” 。</p>
|
|
36260
36639
|
:rtype: str
|
|
36261
36640
|
"""
|
|
36262
36641
|
return self._VarName
|
|
@@ -36267,7 +36646,7 @@ class UpdateVarRequest(AbstractModel):
|
|
|
36267
36646
|
|
|
36268
36647
|
@property
|
|
36269
36648
|
def VarDesc(self):
|
|
36270
|
-
r"""
|
|
36649
|
+
r"""<p>参数描述</p>
|
|
36271
36650
|
:rtype: str
|
|
36272
36651
|
"""
|
|
36273
36652
|
return self._VarDesc
|
|
@@ -36278,7 +36657,7 @@ class UpdateVarRequest(AbstractModel):
|
|
|
36278
36657
|
|
|
36279
36658
|
@property
|
|
36280
36659
|
def VarType(self):
|
|
36281
|
-
r"""
|
|
36660
|
+
r"""<p>变量类型</p><p>枚举值:</p><ul><li>STRING: 字符串</li><li>INT: 整形</li><li>BOOL: 布尔型</li><li>OBJECT: 对象</li><li>ARRAY_STRING: 字符串数组</li><li>ARRAY_INT: 整型数组</li><li>ARRAY_FLOAT: 浮点型数组</li><li>ARRAY_BOOL: 布尔型数组</li><li>ARRAY_OBJECT: 对象数组</li><li>FILE: 文件类型</li><li>DOCUMENT: 文档类型</li><li>IMAGE: 图片类型</li><li>AUDIO: 音频</li><li>VIDEO: 视频</li><li>ARRAY_FILE: 文件数组</li><li>ARRAY_DOCUMENT: 文档数组</li><li>ARRAY_IMAGE: 图片数组</li><li>ARRAY_AUDIO: 音频数组</li><li>ARRAY_VIDEO: 视频数组</li><li>SECRET: 秘钥</li><li>ARRAY_ARRAY: 多维数组</li></ul><p>默认值:STRING</p>
|
|
36282
36661
|
:rtype: str
|
|
36283
36662
|
"""
|
|
36284
36663
|
return self._VarType
|
|
@@ -36289,7 +36668,7 @@ class UpdateVarRequest(AbstractModel):
|
|
|
36289
36668
|
|
|
36290
36669
|
@property
|
|
36291
36670
|
def VarDefaultValue(self):
|
|
36292
|
-
r"""
|
|
36671
|
+
r"""<p>自定义变量默认值,<code>VarDefaultValue</code> 默认为空</p>
|
|
36293
36672
|
:rtype: str
|
|
36294
36673
|
"""
|
|
36295
36674
|
return self._VarDefaultValue
|
|
@@ -36300,7 +36679,7 @@ class UpdateVarRequest(AbstractModel):
|
|
|
36300
36679
|
|
|
36301
36680
|
@property
|
|
36302
36681
|
def VarDefaultFileName(self):
|
|
36303
|
-
r"""
|
|
36682
|
+
r"""<p>自定义变量文件默认名称,<code>VarDefaultFileName</code> 默认为空</p>
|
|
36304
36683
|
:rtype: str
|
|
36305
36684
|
"""
|
|
36306
36685
|
return self._VarDefaultFileName
|
|
@@ -36311,7 +36690,7 @@ class UpdateVarRequest(AbstractModel):
|
|
|
36311
36690
|
|
|
36312
36691
|
@property
|
|
36313
36692
|
def VarModuleType(self):
|
|
36314
|
-
r"""
|
|
36693
|
+
r"""<p>变量模块类型</p><p>枚举值:</p><ul><li>0: API参数</li><li>1: 环境参数</li><li>2: 应用参数</li><li>3: 系统参数</li></ul>
|
|
36315
36694
|
:rtype: int
|
|
36316
36695
|
"""
|
|
36317
36696
|
return self._VarModuleType
|
|
@@ -36347,7 +36726,7 @@ class UpdateVarResponse(AbstractModel):
|
|
|
36347
36726
|
|
|
36348
36727
|
def __init__(self):
|
|
36349
36728
|
r"""
|
|
36350
|
-
:param _VarId:
|
|
36729
|
+
:param _VarId: <p>变量ID</p>
|
|
36351
36730
|
:type VarId: str
|
|
36352
36731
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
36353
36732
|
:type RequestId: str
|
|
@@ -36357,7 +36736,7 @@ class UpdateVarResponse(AbstractModel):
|
|
|
36357
36736
|
|
|
36358
36737
|
@property
|
|
36359
36738
|
def VarId(self):
|
|
36360
|
-
r"""
|
|
36739
|
+
r"""<p>变量ID</p>
|
|
36361
36740
|
:rtype: str
|
|
36362
36741
|
"""
|
|
36363
36742
|
return self._VarId
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-lke
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.76
|
|
4
4
|
Summary: Tencent Cloud Lke 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.76
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.76
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.71
|
|
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
|