tencentcloud-sdk-python-lke 3.1.71__tar.gz → 3.1.73__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.
Files changed (17) hide show
  1. {tencentcloud_sdk_python_lke-3.1.71 → tencentcloud_sdk_python_lke-3.1.73}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_lke-3.1.71 → tencentcloud_sdk_python_lke-3.1.73}/setup.py +1 -1
  3. {tencentcloud_sdk_python_lke-3.1.71 → tencentcloud_sdk_python_lke-3.1.73}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_lke-3.1.71 → tencentcloud_sdk_python_lke-3.1.73}/tencentcloud/lke/v20231130/models.py +467 -88
  5. {tencentcloud_sdk_python_lke-3.1.71 → tencentcloud_sdk_python_lke-3.1.73}/tencentcloud_sdk_python_lke.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_lke-3.1.73/tencentcloud_sdk_python_lke.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_lke-3.1.71/tencentcloud_sdk_python_lke.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_lke-3.1.71 → tencentcloud_sdk_python_lke-3.1.73}/README.rst +0 -0
  9. {tencentcloud_sdk_python_lke-3.1.71 → tencentcloud_sdk_python_lke-3.1.73}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_lke-3.1.71 → tencentcloud_sdk_python_lke-3.1.73}/tencentcloud/lke/__init__.py +0 -0
  11. {tencentcloud_sdk_python_lke-3.1.71 → tencentcloud_sdk_python_lke-3.1.73}/tencentcloud/lke/v20231130/__init__.py +0 -0
  12. {tencentcloud_sdk_python_lke-3.1.71 → tencentcloud_sdk_python_lke-3.1.73}/tencentcloud/lke/v20231130/errorcodes.py +0 -0
  13. {tencentcloud_sdk_python_lke-3.1.71 → tencentcloud_sdk_python_lke-3.1.73}/tencentcloud/lke/v20231130/lke_client.py +0 -0
  14. {tencentcloud_sdk_python_lke-3.1.71 → tencentcloud_sdk_python_lke-3.1.73}/tencentcloud/lke/v20231130/lke_client_async.py +0 -0
  15. {tencentcloud_sdk_python_lke-3.1.71 → tencentcloud_sdk_python_lke-3.1.73}/tencentcloud_sdk_python_lke.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_lke-3.1.71 → tencentcloud_sdk_python_lke-3.1.73}/tencentcloud_sdk_python_lke.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_lke-3.1.71 → tencentcloud_sdk_python_lke-3.1.73}/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.71
3
+ Version: 3.1.73
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.71
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.73
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.71,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.73,<4.0.0"],
12
12
 
13
13
  version=tencentcloud.__version__,
14
14
  description='Tencent Cloud Lke SDK for Python',
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.71'
17
+ __version__ = '3.1.73'
@@ -1740,24 +1740,24 @@ class AgentPluginInfo(AbstractModel):
1740
1740
 
1741
1741
  def __init__(self):
1742
1742
  r"""
1743
- :param _PluginId: 插件id
1743
+ :param _PluginId: <p>插件id</p>
1744
1744
  :type PluginId: str
1745
- :param _Headers: 应用配置的插件header信息
1745
+ :param _Headers: <p>应用配置的插件header信息</p>
1746
1746
  :type Headers: list of AgentPluginHeader
1747
- :param _Model: 插件调用LLM时使用的模型配置,一般用于指定知识库问答插件的生成模型
1747
+ :param _Model: <p>插件调用LLM时使用的模型配置,一般用于指定知识库问答插件的生成模型</p>
1748
1748
  注意:此字段可能返回 null,表示取不到有效值。
1749
1749
  :type Model: :class:`tencentcloud.lke.v20231130.models.AgentModelInfo`
1750
- :param _PluginInfoType: 插件信息类型; 0: 未指定类型; 1: 知识库问答插件
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: 应用配置的插件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"""插件id
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"""应用配置的插件header信息
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"""插件调用LLM时使用的模型配置,一般用于指定知识库问答插件的生成模型
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"""插件信息类型; 0: 未指定类型; 1: 知识库问答插件
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"""应用配置的插件query信息
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: 实时文档解析接口返回的 DocBizId
16140
+ :param _DocBizId: <p>实时文档解析接口返回的 DocBizId</p>
16041
16141
  注意:此字段可能返回 null,表示取不到有效值。
16042
- :type DocBizId: int
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: int
16052
- :param _FileUrl: 文件 URL
16151
+ :type FileSize: str
16152
+ :param _FileUrl: <p>文件 URL</p>
16053
16153
  注意:此字段可能返回 null,表示取不到有效值。
16054
16154
  :type FileUrl: str
16055
- :param _DocId: 实时文档解析接口返回的 doc_id
16155
+ :param _DocId: <p>实时文档解析接口返回的 doc_id。</p>
16056
16156
  注意:此字段可能返回 null,表示取不到有效值。
16057
- :type DocId: int
16058
- :param _CreateTime: 文件创建时间
16157
+ :type DocId: str
16158
+ :param _CreateTime: <p>文件创建时间</p>
16059
16159
  注意:此字段可能返回 null,表示取不到有效值。
16060
- :type CreateTime: int
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"""实时文档解析接口返回的 DocBizId
16174
+ r"""<p>实时文档解析接口返回的 DocBizId</p>
16075
16175
  注意:此字段可能返回 null,表示取不到有效值。
16076
- :rtype: int
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: int
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"""文件 URL
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"""实时文档解析接口返回的 doc_id
16236
+ r"""<p>实时文档解析接口返回的 doc_id。</p>
16137
16237
  注意:此字段可能返回 null,表示取不到有效值。
16138
- :rtype: int
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: int
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
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-lke
3
- Version: 3.1.71
3
+ Version: 3.1.73
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.71
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.73
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.73
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.71