tencentcloud-sdk-python 3.0.1382__py2.py3-none-any.whl → 3.0.1384__py2.py3-none-any.whl

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 (62) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/batch/v20170312/models.py +10 -2
  3. tencentcloud/cbs/v20170312/cbs_client.py +4 -6
  4. tencentcloud/cbs/v20170312/errorcodes.py +9 -0
  5. tencentcloud/cbs/v20170312/models.py +178 -119
  6. tencentcloud/cdb/v20170320/cdb_client.py +1 -1
  7. tencentcloud/cdb/v20170320/models.py +44 -4
  8. tencentcloud/cdwdoris/v20211228/models.py +30 -0
  9. tencentcloud/cfs/v20190719/cfs_client.py +2 -2
  10. tencentcloud/cfs/v20190719/models.py +46 -48
  11. tencentcloud/cfw/v20190904/cfw_client.py +1 -1
  12. tencentcloud/cfw/v20190904/models.py +2 -2
  13. tencentcloud/cvm/v20170312/models.py +60 -40
  14. tencentcloud/cynosdb/v20190107/models.py +286 -4
  15. tencentcloud/dnspod/v20210323/dnspod_client.py +1 -1
  16. tencentcloud/dnspod/v20210323/errorcodes.py +3 -0
  17. tencentcloud/dnspod/v20210323/models.py +104 -106
  18. tencentcloud/domain/v20180808/errorcodes.py +3 -0
  19. tencentcloud/domain/v20180808/models.py +10 -12
  20. tencentcloud/emr/v20190103/models.py +15 -0
  21. tencentcloud/es/v20180416/models.py +87 -0
  22. tencentcloud/ess/v20201111/errorcodes.py +9 -0
  23. tencentcloud/ess/v20201111/ess_client.py +25 -0
  24. tencentcloud/ess/v20201111/models.py +237 -26
  25. tencentcloud/essbasic/v20210526/errorcodes.py +3 -0
  26. tencentcloud/essbasic/v20210526/essbasic_client.py +1 -1
  27. tencentcloud/essbasic/v20210526/models.py +48 -6
  28. tencentcloud/gs/v20191118/models.py +30 -0
  29. tencentcloud/hai/v20230812/hai_client.py +9 -7
  30. tencentcloud/hai/v20230812/models.py +72 -84
  31. tencentcloud/lke/v20231130/models.py +700 -19
  32. tencentcloud/lkeap/v20240522/lkeap_client.py +23 -19
  33. tencentcloud/lkeap/v20240522/models.py +167 -144
  34. tencentcloud/mps/v20190612/models.py +324 -0
  35. tencentcloud/mrs/v20200910/models.py +52 -0
  36. tencentcloud/postgres/v20170312/errorcodes.py +0 -3
  37. tencentcloud/postgres/v20170312/models.py +0 -282
  38. tencentcloud/postgres/v20170312/postgres_client.py +0 -75
  39. tencentcloud/privatedns/v20201028/errorcodes.py +2 -2
  40. tencentcloud/privatedns/v20201028/models.py +12 -12
  41. tencentcloud/pts/v20210728/models.py +15 -0
  42. tencentcloud/ssl/v20191205/errorcodes.py +24 -0
  43. tencentcloud/ssl/v20191205/models.py +176 -6
  44. tencentcloud/tcbr/v20220217/models.py +0 -16
  45. tencentcloud/tdmq/v20200217/errorcodes.py +3 -0
  46. tencentcloud/teo/v20220901/models.py +81 -13
  47. tencentcloud/teo/v20220901/teo_client.py +5 -0
  48. tencentcloud/tke/v20180525/errorcodes.py +18 -0
  49. tencentcloud/tke/v20180525/models.py +15 -184
  50. tencentcloud/tke/v20180525/tke_client.py +0 -23
  51. tencentcloud/tke/v20220501/models.py +115 -2
  52. tencentcloud/tms/v20201229/errorcodes.py +3 -0
  53. tencentcloud/tms/v20201229/models.py +36 -4
  54. tencentcloud/vpc/v20170312/errorcodes.py +15 -0
  55. tencentcloud/vpc/v20170312/models.py +18 -18
  56. tencentcloud/vpc/v20170312/vpc_client.py +1 -1
  57. tencentcloud/waf/v20180125/models.py +120 -32
  58. {tencentcloud_sdk_python-3.0.1382.dist-info → tencentcloud_sdk_python-3.0.1384.dist-info}/METADATA +1 -1
  59. {tencentcloud_sdk_python-3.0.1382.dist-info → tencentcloud_sdk_python-3.0.1384.dist-info}/RECORD +62 -62
  60. {tencentcloud_sdk_python-3.0.1382.dist-info → tencentcloud_sdk_python-3.0.1384.dist-info}/LICENSE +0 -0
  61. {tencentcloud_sdk_python-3.0.1382.dist-info → tencentcloud_sdk_python-3.0.1384.dist-info}/WHEEL +0 -0
  62. {tencentcloud_sdk_python-3.0.1382.dist-info → tencentcloud_sdk_python-3.0.1384.dist-info}/top_level.txt +0 -0
@@ -18,6 +18,116 @@ import warnings
18
18
  from tencentcloud.common.abstract_model import AbstractModel
19
19
 
20
20
 
21
+ class AICallConfig(AbstractModel):
22
+ """智能通话
23
+
24
+ """
25
+
26
+ def __init__(self):
27
+ r"""
28
+ :param _EnableVoiceInteract: 启用语音互动功能
29
+ 注意:此字段可能返回 null,表示取不到有效值。
30
+ :type EnableVoiceInteract: bool
31
+ :param _EnableVoiceCall: 启用语音通话
32
+ 注意:此字段可能返回 null,表示取不到有效值。
33
+ :type EnableVoiceCall: bool
34
+ :param _EnableDigitalHuman: 启用数智人
35
+ 注意:此字段可能返回 null,表示取不到有效值。
36
+ :type EnableDigitalHuman: bool
37
+ :param _Voice: 音色配置
38
+ 注意:此字段可能返回 null,表示取不到有效值。
39
+ :type Voice: :class:`tencentcloud.lke.v20231130.models.VoiceConfig`
40
+ :param _DigitalHuman: 数智人配置
41
+ 注意:此字段可能返回 null,表示取不到有效值。
42
+ :type DigitalHuman: :class:`tencentcloud.lke.v20231130.models.DigitalHumanConfig`
43
+ """
44
+ self._EnableVoiceInteract = None
45
+ self._EnableVoiceCall = None
46
+ self._EnableDigitalHuman = None
47
+ self._Voice = None
48
+ self._DigitalHuman = None
49
+
50
+ @property
51
+ def EnableVoiceInteract(self):
52
+ """启用语音互动功能
53
+ 注意:此字段可能返回 null,表示取不到有效值。
54
+ :rtype: bool
55
+ """
56
+ return self._EnableVoiceInteract
57
+
58
+ @EnableVoiceInteract.setter
59
+ def EnableVoiceInteract(self, EnableVoiceInteract):
60
+ self._EnableVoiceInteract = EnableVoiceInteract
61
+
62
+ @property
63
+ def EnableVoiceCall(self):
64
+ """启用语音通话
65
+ 注意:此字段可能返回 null,表示取不到有效值。
66
+ :rtype: bool
67
+ """
68
+ return self._EnableVoiceCall
69
+
70
+ @EnableVoiceCall.setter
71
+ def EnableVoiceCall(self, EnableVoiceCall):
72
+ self._EnableVoiceCall = EnableVoiceCall
73
+
74
+ @property
75
+ def EnableDigitalHuman(self):
76
+ """启用数智人
77
+ 注意:此字段可能返回 null,表示取不到有效值。
78
+ :rtype: bool
79
+ """
80
+ return self._EnableDigitalHuman
81
+
82
+ @EnableDigitalHuman.setter
83
+ def EnableDigitalHuman(self, EnableDigitalHuman):
84
+ self._EnableDigitalHuman = EnableDigitalHuman
85
+
86
+ @property
87
+ def Voice(self):
88
+ """音色配置
89
+ 注意:此字段可能返回 null,表示取不到有效值。
90
+ :rtype: :class:`tencentcloud.lke.v20231130.models.VoiceConfig`
91
+ """
92
+ return self._Voice
93
+
94
+ @Voice.setter
95
+ def Voice(self, Voice):
96
+ self._Voice = Voice
97
+
98
+ @property
99
+ def DigitalHuman(self):
100
+ """数智人配置
101
+ 注意:此字段可能返回 null,表示取不到有效值。
102
+ :rtype: :class:`tencentcloud.lke.v20231130.models.DigitalHumanConfig`
103
+ """
104
+ return self._DigitalHuman
105
+
106
+ @DigitalHuman.setter
107
+ def DigitalHuman(self, DigitalHuman):
108
+ self._DigitalHuman = DigitalHuman
109
+
110
+
111
+ def _deserialize(self, params):
112
+ self._EnableVoiceInteract = params.get("EnableVoiceInteract")
113
+ self._EnableVoiceCall = params.get("EnableVoiceCall")
114
+ self._EnableDigitalHuman = params.get("EnableDigitalHuman")
115
+ if params.get("Voice") is not None:
116
+ self._Voice = VoiceConfig()
117
+ self._Voice._deserialize(params.get("Voice"))
118
+ if params.get("DigitalHuman") is not None:
119
+ self._DigitalHuman = DigitalHumanConfig()
120
+ self._DigitalHuman._deserialize(params.get("DigitalHuman"))
121
+ memeber_set = set(params.keys())
122
+ for name, value in vars(self).items():
123
+ property_name = name[1:]
124
+ if property_name in memeber_set:
125
+ memeber_set.remove(property_name)
126
+ if len(memeber_set) > 0:
127
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
128
+
129
+
130
+
21
131
  class AgentDebugInfo(AbstractModel):
22
132
  """Agent调试信息
23
133
 
@@ -119,6 +229,9 @@ class AgentProcedure(AbstractModel):
119
229
  :param _TargetAgentName: 挂号agent
120
230
  注意:此字段可能返回 null,表示取不到有效值。
121
231
  :type TargetAgentName: str
232
+ :param _AgentIcon: Agent的图标
233
+ 注意:此字段可能返回 null,表示取不到有效值。
234
+ :type AgentIcon: str
122
235
  """
123
236
  self._Index = None
124
237
  self._Name = None
@@ -133,6 +246,7 @@ class AgentProcedure(AbstractModel):
133
246
  self._ReplyIndex = None
134
247
  self._SourceAgentName = None
135
248
  self._TargetAgentName = None
249
+ self._AgentIcon = None
136
250
 
137
251
  @property
138
252
  def Index(self):
@@ -290,6 +404,18 @@ class AgentProcedure(AbstractModel):
290
404
  def TargetAgentName(self, TargetAgentName):
291
405
  self._TargetAgentName = TargetAgentName
292
406
 
407
+ @property
408
+ def AgentIcon(self):
409
+ """Agent的图标
410
+ 注意:此字段可能返回 null,表示取不到有效值。
411
+ :rtype: str
412
+ """
413
+ return self._AgentIcon
414
+
415
+ @AgentIcon.setter
416
+ def AgentIcon(self, AgentIcon):
417
+ self._AgentIcon = AgentIcon
418
+
293
419
 
294
420
  def _deserialize(self, params):
295
421
  self._Index = params.get("Index")
@@ -307,6 +433,7 @@ class AgentProcedure(AbstractModel):
307
433
  self._ReplyIndex = params.get("ReplyIndex")
308
434
  self._SourceAgentName = params.get("SourceAgentName")
309
435
  self._TargetAgentName = params.get("TargetAgentName")
436
+ self._AgentIcon = params.get("AgentIcon")
310
437
  memeber_set = set(params.keys())
311
438
  for name, value in vars(self).items():
312
439
  property_name = name[1:]
@@ -339,12 +466,24 @@ class AgentProcedureDebugging(AbstractModel):
339
466
  :param _References: 具体的参考来源
340
467
  注意:此字段可能返回 null,表示取不到有效值。
341
468
  :type References: list of AgentReference
469
+ :param _DisplayStatus: 展示正在执行的状态
470
+ 注意:此字段可能返回 null,表示取不到有效值。
471
+ :type DisplayStatus: str
472
+ :param _SandboxUrl: 云桌面的URL地址
473
+ 注意:此字段可能返回 null,表示取不到有效值。
474
+ :type SandboxUrl: str
475
+ :param _DisplayUrl: 云桌面里面通过浏览器打开的URL地址
476
+ 注意:此字段可能返回 null,表示取不到有效值。
477
+ :type DisplayUrl: str
342
478
  """
343
479
  self._Content = None
344
480
  self._DisplayContent = None
345
481
  self._DisplayType = None
346
482
  self._QuoteInfos = None
347
483
  self._References = None
484
+ self._DisplayStatus = None
485
+ self._SandboxUrl = None
486
+ self._DisplayUrl = None
348
487
 
349
488
  @property
350
489
  def Content(self):
@@ -406,6 +545,42 @@ class AgentProcedureDebugging(AbstractModel):
406
545
  def References(self, References):
407
546
  self._References = References
408
547
 
548
+ @property
549
+ def DisplayStatus(self):
550
+ """展示正在执行的状态
551
+ 注意:此字段可能返回 null,表示取不到有效值。
552
+ :rtype: str
553
+ """
554
+ return self._DisplayStatus
555
+
556
+ @DisplayStatus.setter
557
+ def DisplayStatus(self, DisplayStatus):
558
+ self._DisplayStatus = DisplayStatus
559
+
560
+ @property
561
+ def SandboxUrl(self):
562
+ """云桌面的URL地址
563
+ 注意:此字段可能返回 null,表示取不到有效值。
564
+ :rtype: str
565
+ """
566
+ return self._SandboxUrl
567
+
568
+ @SandboxUrl.setter
569
+ def SandboxUrl(self, SandboxUrl):
570
+ self._SandboxUrl = SandboxUrl
571
+
572
+ @property
573
+ def DisplayUrl(self):
574
+ """云桌面里面通过浏览器打开的URL地址
575
+ 注意:此字段可能返回 null,表示取不到有效值。
576
+ :rtype: str
577
+ """
578
+ return self._DisplayUrl
579
+
580
+ @DisplayUrl.setter
581
+ def DisplayUrl(self, DisplayUrl):
582
+ self._DisplayUrl = DisplayUrl
583
+
409
584
 
410
585
  def _deserialize(self, params):
411
586
  self._Content = params.get("Content")
@@ -423,6 +598,9 @@ class AgentProcedureDebugging(AbstractModel):
423
598
  obj = AgentReference()
424
599
  obj._deserialize(item)
425
600
  self._References.append(obj)
601
+ self._DisplayStatus = params.get("DisplayStatus")
602
+ self._SandboxUrl = params.get("SandboxUrl")
603
+ self._DisplayUrl = params.get("DisplayUrl")
426
604
  memeber_set = set(params.keys())
427
605
  for name, value in vars(self).items():
428
606
  property_name = name[1:]
@@ -655,6 +833,9 @@ class AgentThought(AbstractModel):
655
833
  :param _TraceId: TraceId
656
834
  注意:此字段可能返回 null,表示取不到有效值。
657
835
  :type TraceId: str
836
+ :param _Files: 文件信息
837
+ 注意:此字段可能返回 null,表示取不到有效值。
838
+ :type Files: list of FileInfo
658
839
  """
659
840
  self._SessionId = None
660
841
  self._RequestId = None
@@ -664,6 +845,7 @@ class AgentThought(AbstractModel):
664
845
  self._WorkflowName = None
665
846
  self._Procedures = None
666
847
  self._TraceId = None
848
+ self._Files = None
667
849
 
668
850
  @property
669
851
  def SessionId(self):
@@ -761,6 +943,18 @@ class AgentThought(AbstractModel):
761
943
  def TraceId(self, TraceId):
762
944
  self._TraceId = TraceId
763
945
 
946
+ @property
947
+ def Files(self):
948
+ """文件信息
949
+ 注意:此字段可能返回 null,表示取不到有效值。
950
+ :rtype: list of FileInfo
951
+ """
952
+ return self._Files
953
+
954
+ @Files.setter
955
+ def Files(self, Files):
956
+ self._Files = Files
957
+
764
958
 
765
959
  def _deserialize(self, params):
766
960
  self._SessionId = params.get("SessionId")
@@ -776,6 +970,12 @@ class AgentThought(AbstractModel):
776
970
  obj._deserialize(item)
777
971
  self._Procedures.append(obj)
778
972
  self._TraceId = params.get("TraceId")
973
+ if params.get("Files") is not None:
974
+ self._Files = []
975
+ for item in params.get("Files"):
976
+ obj = FileInfo()
977
+ obj._deserialize(item)
978
+ self._Files.append(obj)
779
979
  memeber_set = set(params.keys())
780
980
  for name, value in vars(self).items():
781
981
  property_name = name[1:]
@@ -4596,10 +4796,14 @@ class Credentials(AbstractModel):
4596
4796
  :param _TmpSecretKey: 临时证书密钥Key
4597
4797
  注意:此字段可能返回 null,表示取不到有效值。
4598
4798
  :type TmpSecretKey: str
4799
+ :param _AppId: 临时证书appid
4800
+ 注意:此字段可能返回 null,表示取不到有效值。
4801
+ :type AppId: int
4599
4802
  """
4600
4803
  self._Token = None
4601
4804
  self._TmpSecretId = None
4602
4805
  self._TmpSecretKey = None
4806
+ self._AppId = None
4603
4807
 
4604
4808
  @property
4605
4809
  def Token(self):
@@ -4637,11 +4841,24 @@ class Credentials(AbstractModel):
4637
4841
  def TmpSecretKey(self, TmpSecretKey):
4638
4842
  self._TmpSecretKey = TmpSecretKey
4639
4843
 
4844
+ @property
4845
+ def AppId(self):
4846
+ """临时证书appid
4847
+ 注意:此字段可能返回 null,表示取不到有效值。
4848
+ :rtype: int
4849
+ """
4850
+ return self._AppId
4851
+
4852
+ @AppId.setter
4853
+ def AppId(self, AppId):
4854
+ self._AppId = AppId
4855
+
4640
4856
 
4641
4857
  def _deserialize(self, params):
4642
4858
  self._Token = params.get("Token")
4643
4859
  self._TmpSecretId = params.get("TmpSecretId")
4644
4860
  self._TmpSecretKey = params.get("TmpSecretKey")
4861
+ self._AppId = params.get("AppId")
4645
4862
  memeber_set = set(params.keys())
4646
4863
  for name, value in vars(self).items():
4647
4864
  property_name = name[1:]
@@ -9390,6 +9607,72 @@ class DescribeUnsatisfiedReplyContextResponse(AbstractModel):
9390
9607
  self._RequestId = params.get("RequestId")
9391
9608
 
9392
9609
 
9610
+ class DigitalHumanConfig(AbstractModel):
9611
+ """数智人配置
9612
+
9613
+ """
9614
+
9615
+ def __init__(self):
9616
+ r"""
9617
+ :param _AssetKey: 数智人资产key
9618
+ :type AssetKey: str
9619
+ :param _Name: 数智人名称
9620
+ :type Name: str
9621
+ :param _Avatar: 图像
9622
+ :type Avatar: str
9623
+ """
9624
+ self._AssetKey = None
9625
+ self._Name = None
9626
+ self._Avatar = None
9627
+
9628
+ @property
9629
+ def AssetKey(self):
9630
+ """数智人资产key
9631
+ :rtype: str
9632
+ """
9633
+ return self._AssetKey
9634
+
9635
+ @AssetKey.setter
9636
+ def AssetKey(self, AssetKey):
9637
+ self._AssetKey = AssetKey
9638
+
9639
+ @property
9640
+ def Name(self):
9641
+ """数智人名称
9642
+ :rtype: str
9643
+ """
9644
+ return self._Name
9645
+
9646
+ @Name.setter
9647
+ def Name(self, Name):
9648
+ self._Name = Name
9649
+
9650
+ @property
9651
+ def Avatar(self):
9652
+ """图像
9653
+ :rtype: str
9654
+ """
9655
+ return self._Avatar
9656
+
9657
+ @Avatar.setter
9658
+ def Avatar(self, Avatar):
9659
+ self._Avatar = Avatar
9660
+
9661
+
9662
+ def _deserialize(self, params):
9663
+ self._AssetKey = params.get("AssetKey")
9664
+ self._Name = params.get("Name")
9665
+ self._Avatar = params.get("Avatar")
9666
+ memeber_set = set(params.keys())
9667
+ for name, value in vars(self).items():
9668
+ property_name = name[1:]
9669
+ if property_name in memeber_set:
9670
+ memeber_set.remove(property_name)
9671
+ if len(memeber_set) > 0:
9672
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
9673
+
9674
+
9675
+
9393
9676
  class DocFilterFlag(AbstractModel):
9394
9677
  """文档列表筛选标识位
9395
9678
 
@@ -10410,12 +10693,16 @@ class FileInfo(AbstractModel):
10410
10693
  :param _DocId: 解析后返回的DocID
10411
10694
  注意:此字段可能返回 null,表示取不到有效值。
10412
10695
  :type DocId: str
10696
+ :param _CreatedAt: 创建时间
10697
+ 注意:此字段可能返回 null,表示取不到有效值。
10698
+ :type CreatedAt: str
10413
10699
  """
10414
10700
  self._FileName = None
10415
10701
  self._FileSize = None
10416
10702
  self._FileUrl = None
10417
10703
  self._FileType = None
10418
10704
  self._DocId = None
10705
+ self._CreatedAt = None
10419
10706
 
10420
10707
  @property
10421
10708
  def FileName(self):
@@ -10477,6 +10764,18 @@ class FileInfo(AbstractModel):
10477
10764
  def DocId(self, DocId):
10478
10765
  self._DocId = DocId
10479
10766
 
10767
+ @property
10768
+ def CreatedAt(self):
10769
+ """创建时间
10770
+ 注意:此字段可能返回 null,表示取不到有效值。
10771
+ :rtype: str
10772
+ """
10773
+ return self._CreatedAt
10774
+
10775
+ @CreatedAt.setter
10776
+ def CreatedAt(self, CreatedAt):
10777
+ self._CreatedAt = CreatedAt
10778
+
10480
10779
 
10481
10780
  def _deserialize(self, params):
10482
10781
  self._FileName = params.get("FileName")
@@ -10484,6 +10783,7 @@ class FileInfo(AbstractModel):
10484
10783
  self._FileUrl = params.get("FileUrl")
10485
10784
  self._FileType = params.get("FileType")
10486
10785
  self._DocId = params.get("DocId")
10786
+ self._CreatedAt = params.get("CreatedAt")
10487
10787
  memeber_set = set(params.keys())
10488
10788
  for name, value in vars(self).items():
10489
10789
  property_name = name[1:]
@@ -11754,25 +12054,31 @@ class GetMsgRecordRequest(AbstractModel):
11754
12054
  r"""
11755
12055
  :param _Type: 类型
11756
12056
  :type Type: int
11757
- :param _Count: 数量, 数量需大于2
12057
+ :param _Count: 数量, 数量需大于2, 最大1000
11758
12058
  :type Count: int
11759
12059
  :param _SessionId: 会话sessionid
11760
12060
  :type SessionId: str
11761
- :param _LastRecordId: 最后一条记录ID
11762
- :type LastRecordId: str
11763
12061
  :param _BotAppKey: 应用AppKey, 当Type=5[API访客]时, 该字段必填 :</br> 获取方式:</br> 1、应用发布后在应用页面[发布管理]-[调用信息]-[API管理]处获取</br> 2、参考 https://cloud.tencent.com/document/product/1759/109469 第二项
11764
12062
  :type BotAppKey: str
11765
12063
  :param _Scene: 场景, 体验: 1; 正式: 2
11766
12064
  :type Scene: int
12065
+ :param _LastRecordId: 最后一条记录ID, 消息从后往前获取
12066
+
12067
+ MidRecordId与LastRecordId只能选择一个
12068
+
12069
+ :type LastRecordId: str
11767
12070
  :param _MidRecordId: 传该值,代表拉取该记录id的前后总共count条消息记录
12071
+
12072
+ MidRecordId与LastRecordId只能选择一个
12073
+
11768
12074
  :type MidRecordId: str
11769
12075
  """
11770
12076
  self._Type = None
11771
12077
  self._Count = None
11772
12078
  self._SessionId = None
11773
- self._LastRecordId = None
11774
12079
  self._BotAppKey = None
11775
12080
  self._Scene = None
12081
+ self._LastRecordId = None
11776
12082
  self._MidRecordId = None
11777
12083
 
11778
12084
  @property
@@ -11788,7 +12094,7 @@ class GetMsgRecordRequest(AbstractModel):
11788
12094
 
11789
12095
  @property
11790
12096
  def Count(self):
11791
- """数量, 数量需大于2
12097
+ """数量, 数量需大于2, 最大1000
11792
12098
  :rtype: int
11793
12099
  """
11794
12100
  return self._Count
@@ -11808,17 +12114,6 @@ class GetMsgRecordRequest(AbstractModel):
11808
12114
  def SessionId(self, SessionId):
11809
12115
  self._SessionId = SessionId
11810
12116
 
11811
- @property
11812
- def LastRecordId(self):
11813
- """最后一条记录ID
11814
- :rtype: str
11815
- """
11816
- return self._LastRecordId
11817
-
11818
- @LastRecordId.setter
11819
- def LastRecordId(self, LastRecordId):
11820
- self._LastRecordId = LastRecordId
11821
-
11822
12117
  @property
11823
12118
  def BotAppKey(self):
11824
12119
  """应用AppKey, 当Type=5[API访客]时, 该字段必填 :</br> 获取方式:</br> 1、应用发布后在应用页面[发布管理]-[调用信息]-[API管理]处获取</br> 2、参考 https://cloud.tencent.com/document/product/1759/109469 第二项
@@ -11841,9 +12136,26 @@ class GetMsgRecordRequest(AbstractModel):
11841
12136
  def Scene(self, Scene):
11842
12137
  self._Scene = Scene
11843
12138
 
12139
+ @property
12140
+ def LastRecordId(self):
12141
+ """最后一条记录ID, 消息从后往前获取
12142
+
12143
+ MidRecordId与LastRecordId只能选择一个
12144
+
12145
+ :rtype: str
12146
+ """
12147
+ return self._LastRecordId
12148
+
12149
+ @LastRecordId.setter
12150
+ def LastRecordId(self, LastRecordId):
12151
+ self._LastRecordId = LastRecordId
12152
+
11844
12153
  @property
11845
12154
  def MidRecordId(self):
11846
12155
  """传该值,代表拉取该记录id的前后总共count条消息记录
12156
+
12157
+ MidRecordId与LastRecordId只能选择一个
12158
+
11847
12159
  :rtype: str
11848
12160
  """
11849
12161
  return self._MidRecordId
@@ -11857,9 +12169,9 @@ class GetMsgRecordRequest(AbstractModel):
11857
12169
  self._Type = params.get("Type")
11858
12170
  self._Count = params.get("Count")
11859
12171
  self._SessionId = params.get("SessionId")
11860
- self._LastRecordId = params.get("LastRecordId")
11861
12172
  self._BotAppKey = params.get("BotAppKey")
11862
12173
  self._Scene = params.get("Scene")
12174
+ self._LastRecordId = params.get("LastRecordId")
11863
12175
  self._MidRecordId = params.get("MidRecordId")
11864
12176
  memeber_set = set(params.keys())
11865
12177
  for name, value in vars(self).items():
@@ -13616,6 +13928,9 @@ class KnowledgeQaConfig(AbstractModel):
13616
13928
  :param _ImageTextRetrieval: 是否开启图文检索
13617
13929
  注意:此字段可能返回 null,表示取不到有效值。
13618
13930
  :type ImageTextRetrieval: bool
13931
+ :param _AiCall: 配置语音通话参数
13932
+ 注意:此字段可能返回 null,表示取不到有效值。
13933
+ :type AiCall: :class:`tencentcloud.lke.v20231130.models.AICallConfig`
13619
13934
  """
13620
13935
  self._Greeting = None
13621
13936
  self._RoleDescription = None
@@ -13631,6 +13946,7 @@ class KnowledgeQaConfig(AbstractModel):
13631
13946
  self._ThoughtModel = None
13632
13947
  self._IntentAchievements = None
13633
13948
  self._ImageTextRetrieval = None
13949
+ self._AiCall = None
13634
13950
 
13635
13951
  @property
13636
13952
  def Greeting(self):
@@ -13812,6 +14128,18 @@ class KnowledgeQaConfig(AbstractModel):
13812
14128
  def ImageTextRetrieval(self, ImageTextRetrieval):
13813
14129
  self._ImageTextRetrieval = ImageTextRetrieval
13814
14130
 
14131
+ @property
14132
+ def AiCall(self):
14133
+ """配置语音通话参数
14134
+ 注意:此字段可能返回 null,表示取不到有效值。
14135
+ :rtype: :class:`tencentcloud.lke.v20231130.models.AICallConfig`
14136
+ """
14137
+ return self._AiCall
14138
+
14139
+ @AiCall.setter
14140
+ def AiCall(self, AiCall):
14141
+ self._AiCall = AiCall
14142
+
13815
14143
 
13816
14144
  def _deserialize(self, params):
13817
14145
  self._Greeting = params.get("Greeting")
@@ -13857,6 +14185,9 @@ class KnowledgeQaConfig(AbstractModel):
13857
14185
  obj._deserialize(item)
13858
14186
  self._IntentAchievements.append(obj)
13859
14187
  self._ImageTextRetrieval = params.get("ImageTextRetrieval")
14188
+ if params.get("AiCall") is not None:
14189
+ self._AiCall = AICallConfig()
14190
+ self._AiCall._deserialize(params.get("AiCall"))
13860
14191
  memeber_set = set(params.keys())
13861
14192
  for name, value in vars(self).items():
13862
14193
  property_name = name[1:]
@@ -14346,12 +14677,15 @@ class KnowledgeQaSingleWorkflow(AbstractModel):
14346
14677
  :type Status: str
14347
14678
  :param _IsEnable: 工作流是否启用
14348
14679
  :type IsEnable: bool
14680
+ :param _AsyncWorkflow: 是否开启异步调用工作流
14681
+ :type AsyncWorkflow: bool
14349
14682
  """
14350
14683
  self._WorkflowId = None
14351
14684
  self._WorkflowName = None
14352
14685
  self._WorkflowDesc = None
14353
14686
  self._Status = None
14354
14687
  self._IsEnable = None
14688
+ self._AsyncWorkflow = None
14355
14689
 
14356
14690
  @property
14357
14691
  def WorkflowId(self):
@@ -14408,6 +14742,17 @@ class KnowledgeQaSingleWorkflow(AbstractModel):
14408
14742
  def IsEnable(self, IsEnable):
14409
14743
  self._IsEnable = IsEnable
14410
14744
 
14745
+ @property
14746
+ def AsyncWorkflow(self):
14747
+ """是否开启异步调用工作流
14748
+ :rtype: bool
14749
+ """
14750
+ return self._AsyncWorkflow
14751
+
14752
+ @AsyncWorkflow.setter
14753
+ def AsyncWorkflow(self, AsyncWorkflow):
14754
+ self._AsyncWorkflow = AsyncWorkflow
14755
+
14411
14756
 
14412
14757
  def _deserialize(self, params):
14413
14758
  self._WorkflowId = params.get("WorkflowId")
@@ -14415,6 +14760,7 @@ class KnowledgeQaSingleWorkflow(AbstractModel):
14415
14760
  self._WorkflowDesc = params.get("WorkflowDesc")
14416
14761
  self._Status = params.get("Status")
14417
14762
  self._IsEnable = params.get("IsEnable")
14763
+ self._AsyncWorkflow = params.get("AsyncWorkflow")
14418
14764
  memeber_set = set(params.keys())
14419
14765
  for name, value in vars(self).items():
14420
14766
  property_name = name[1:]
@@ -18926,6 +19272,8 @@ class ModelInfo(AbstractModel):
18926
19272
  :type RoleLenLimit: int
18927
19273
  :param _IsExclusive: 是否专属并发模型
18928
19274
  :type IsExclusive: bool
19275
+ :param _SupportAiCallStatus: 模型支持智能通话效果
19276
+ :type SupportAiCallStatus: int
18929
19277
  """
18930
19278
  self._ModelName = None
18931
19279
  self._ModelDesc = None
@@ -18944,6 +19292,7 @@ class ModelInfo(AbstractModel):
18944
19292
  self._IsDefault = None
18945
19293
  self._RoleLenLimit = None
18946
19294
  self._IsExclusive = None
19295
+ self._SupportAiCallStatus = None
18947
19296
 
18948
19297
  @property
18949
19298
  def ModelName(self):
@@ -19142,6 +19491,17 @@ class ModelInfo(AbstractModel):
19142
19491
  def IsExclusive(self, IsExclusive):
19143
19492
  self._IsExclusive = IsExclusive
19144
19493
 
19494
+ @property
19495
+ def SupportAiCallStatus(self):
19496
+ """模型支持智能通话效果
19497
+ :rtype: int
19498
+ """
19499
+ return self._SupportAiCallStatus
19500
+
19501
+ @SupportAiCallStatus.setter
19502
+ def SupportAiCallStatus(self, SupportAiCallStatus):
19503
+ self._SupportAiCallStatus = SupportAiCallStatus
19504
+
19145
19505
 
19146
19506
  def _deserialize(self, params):
19147
19507
  self._ModelName = params.get("ModelName")
@@ -19167,6 +19527,7 @@ class ModelInfo(AbstractModel):
19167
19527
  self._IsDefault = params.get("IsDefault")
19168
19528
  self._RoleLenLimit = params.get("RoleLenLimit")
19169
19529
  self._IsExclusive = params.get("IsExclusive")
19530
+ self._SupportAiCallStatus = params.get("SupportAiCallStatus")
19170
19531
  memeber_set = set(params.keys())
19171
19532
  for name, value in vars(self).items():
19172
19533
  property_name = name[1:]
@@ -20827,6 +21188,9 @@ class MsgRecord(AbstractModel):
20827
21188
  :param _ExtraInfo: 扩展信息
20828
21189
  注意:此字段可能返回 null,表示取不到有效值。
20829
21190
  :type ExtraInfo: :class:`tencentcloud.lke.v20231130.models.ExtraInfo`
21191
+ :param _WorkFlow: 工作流信息
21192
+ 注意:此字段可能返回 null,表示取不到有效值。
21193
+ :type WorkFlow: :class:`tencentcloud.lke.v20231130.models.WorkflowInfo`
20830
21194
  """
20831
21195
  self._Content = None
20832
21196
  self._SessionId = None
@@ -20853,6 +21217,7 @@ class MsgRecord(AbstractModel):
20853
21217
  self._QuoteInfos = None
20854
21218
  self._AgentThought = None
20855
21219
  self._ExtraInfo = None
21220
+ self._WorkFlow = None
20856
21221
 
20857
21222
  @property
20858
21223
  def Content(self):
@@ -21154,6 +21519,18 @@ class MsgRecord(AbstractModel):
21154
21519
  def ExtraInfo(self, ExtraInfo):
21155
21520
  self._ExtraInfo = ExtraInfo
21156
21521
 
21522
+ @property
21523
+ def WorkFlow(self):
21524
+ """工作流信息
21525
+ 注意:此字段可能返回 null,表示取不到有效值。
21526
+ :rtype: :class:`tencentcloud.lke.v20231130.models.WorkflowInfo`
21527
+ """
21528
+ return self._WorkFlow
21529
+
21530
+ @WorkFlow.setter
21531
+ def WorkFlow(self, WorkFlow):
21532
+ self._WorkFlow = WorkFlow
21533
+
21157
21534
 
21158
21535
  def _deserialize(self, params):
21159
21536
  self._Content = params.get("Content")
@@ -21204,6 +21581,9 @@ class MsgRecord(AbstractModel):
21204
21581
  if params.get("ExtraInfo") is not None:
21205
21582
  self._ExtraInfo = ExtraInfo()
21206
21583
  self._ExtraInfo._deserialize(params.get("ExtraInfo"))
21584
+ if params.get("WorkFlow") is not None:
21585
+ self._WorkFlow = WorkflowInfo()
21586
+ self._WorkFlow._deserialize(params.get("WorkFlow"))
21207
21587
  memeber_set = set(params.keys())
21208
21588
  for name, value in vars(self).items():
21209
21589
  property_name = name[1:]
@@ -21410,7 +21790,7 @@ class PluginToolReqParam(AbstractModel):
21410
21790
  :type Name: str
21411
21791
  :param _Desc: 参数描述
21412
21792
  :type Desc: str
21413
- :param _Type: 参数类型,0:string, 1:int, 2:float,3:bool 4:object 5:array_string, 6:array_int, 7:array_float, 8:array_bool, 9:array_object
21793
+ :param _Type: 参数类型,0:string, 1:int, 2:float,3:bool 4:object 5:array_string, 6:array_int, 7:array_float, 8:array_bool, 9:array_object, 99:null, 100:upspecified
21414
21794
  :type Type: int
21415
21795
  :param _IsRequired: 参数是否必填
21416
21796
  :type IsRequired: bool
@@ -21420,6 +21800,10 @@ class PluginToolReqParam(AbstractModel):
21420
21800
  :type SubParams: list of PluginToolReqParam
21421
21801
  :param _GlobalHidden: 插件参数配置是否隐藏不可见,true-隐藏不可见,false-可见
21422
21802
  :type GlobalHidden: bool
21803
+ :param _OneOf: OneOf类型参数
21804
+ :type OneOf: list of PluginToolReqParam
21805
+ :param _AnyOf: AnyOf类型参数
21806
+ :type AnyOf: list of PluginToolReqParam
21423
21807
  """
21424
21808
  self._Name = None
21425
21809
  self._Desc = None
@@ -21428,6 +21812,8 @@ class PluginToolReqParam(AbstractModel):
21428
21812
  self._DefaultValue = None
21429
21813
  self._SubParams = None
21430
21814
  self._GlobalHidden = None
21815
+ self._OneOf = None
21816
+ self._AnyOf = None
21431
21817
 
21432
21818
  @property
21433
21819
  def Name(self):
@@ -21453,7 +21839,7 @@ class PluginToolReqParam(AbstractModel):
21453
21839
 
21454
21840
  @property
21455
21841
  def Type(self):
21456
- """参数类型,0:string, 1:int, 2:float,3:bool 4:object 5:array_string, 6:array_int, 7:array_float, 8:array_bool, 9:array_object
21842
+ """参数类型,0:string, 1:int, 2:float,3:bool 4:object 5:array_string, 6:array_int, 7:array_float, 8:array_bool, 9:array_object, 99:null, 100:upspecified
21457
21843
  :rtype: int
21458
21844
  """
21459
21845
  return self._Type
@@ -21506,6 +21892,28 @@ class PluginToolReqParam(AbstractModel):
21506
21892
  def GlobalHidden(self, GlobalHidden):
21507
21893
  self._GlobalHidden = GlobalHidden
21508
21894
 
21895
+ @property
21896
+ def OneOf(self):
21897
+ """OneOf类型参数
21898
+ :rtype: list of PluginToolReqParam
21899
+ """
21900
+ return self._OneOf
21901
+
21902
+ @OneOf.setter
21903
+ def OneOf(self, OneOf):
21904
+ self._OneOf = OneOf
21905
+
21906
+ @property
21907
+ def AnyOf(self):
21908
+ """AnyOf类型参数
21909
+ :rtype: list of PluginToolReqParam
21910
+ """
21911
+ return self._AnyOf
21912
+
21913
+ @AnyOf.setter
21914
+ def AnyOf(self, AnyOf):
21915
+ self._AnyOf = AnyOf
21916
+
21509
21917
 
21510
21918
  def _deserialize(self, params):
21511
21919
  self._Name = params.get("Name")
@@ -21520,6 +21928,18 @@ class PluginToolReqParam(AbstractModel):
21520
21928
  obj._deserialize(item)
21521
21929
  self._SubParams.append(obj)
21522
21930
  self._GlobalHidden = params.get("GlobalHidden")
21931
+ if params.get("OneOf") is not None:
21932
+ self._OneOf = []
21933
+ for item in params.get("OneOf"):
21934
+ obj = PluginToolReqParam()
21935
+ obj._deserialize(item)
21936
+ self._OneOf.append(obj)
21937
+ if params.get("AnyOf") is not None:
21938
+ self._AnyOf = []
21939
+ for item in params.get("AnyOf"):
21940
+ obj = PluginToolReqParam()
21941
+ obj._deserialize(item)
21942
+ self._AnyOf.append(obj)
21523
21943
  memeber_set = set(params.keys())
21524
21944
  for name, value in vars(self).items():
21525
21945
  property_name = name[1:]
@@ -21773,6 +22193,8 @@ class ProcedureDebugging(AbstractModel):
21773
22193
  :param _Agent: Agent调试信息
21774
22194
  注意:此字段可能返回 null,表示取不到有效值。
21775
22195
  :type Agent: :class:`tencentcloud.lke.v20231130.models.AgentDebugInfo`
22196
+ :param _CustomVariables: 自定义参数
22197
+ :type CustomVariables: list of str
21776
22198
  """
21777
22199
  self._Content = None
21778
22200
  self._System = None
@@ -21781,6 +22203,7 @@ class ProcedureDebugging(AbstractModel):
21781
22203
  self._TaskFlow = None
21782
22204
  self._WorkFlow = None
21783
22205
  self._Agent = None
22206
+ self._CustomVariables = None
21784
22207
 
21785
22208
  @property
21786
22209
  def Content(self):
@@ -21866,6 +22289,17 @@ class ProcedureDebugging(AbstractModel):
21866
22289
  def Agent(self, Agent):
21867
22290
  self._Agent = Agent
21868
22291
 
22292
+ @property
22293
+ def CustomVariables(self):
22294
+ """自定义参数
22295
+ :rtype: list of str
22296
+ """
22297
+ return self._CustomVariables
22298
+
22299
+ @CustomVariables.setter
22300
+ def CustomVariables(self, CustomVariables):
22301
+ self._CustomVariables = CustomVariables
22302
+
21869
22303
 
21870
22304
  def _deserialize(self, params):
21871
22305
  self._Content = params.get("Content")
@@ -21891,6 +22325,7 @@ class ProcedureDebugging(AbstractModel):
21891
22325
  if params.get("Agent") is not None:
21892
22326
  self._Agent = AgentDebugInfo()
21893
22327
  self._Agent._deserialize(params.get("Agent"))
22328
+ self._CustomVariables = params.get("CustomVariables")
21894
22329
  memeber_set = set(params.keys())
21895
22330
  for name, value in vars(self).items():
21896
22331
  property_name = name[1:]
@@ -26959,6 +27394,78 @@ class VerifyQAResponse(AbstractModel):
26959
27394
  self._RequestId = params.get("RequestId")
26960
27395
 
26961
27396
 
27397
+ class VoiceConfig(AbstractModel):
27398
+ """音色参数
27399
+
27400
+ """
27401
+
27402
+ def __init__(self):
27403
+ r"""
27404
+ :param _VoiceType: 公有云音色id
27405
+ 注意:此字段可能返回 null,表示取不到有效值。
27406
+ :type VoiceType: int
27407
+ :param _TimbreKey: 音色key
27408
+ 注意:此字段可能返回 null,表示取不到有效值。
27409
+ :type TimbreKey: str
27410
+ :param _VoiceName: 音色名称
27411
+ 注意:此字段可能返回 null,表示取不到有效值。
27412
+ :type VoiceName: str
27413
+ """
27414
+ self._VoiceType = None
27415
+ self._TimbreKey = None
27416
+ self._VoiceName = None
27417
+
27418
+ @property
27419
+ def VoiceType(self):
27420
+ """公有云音色id
27421
+ 注意:此字段可能返回 null,表示取不到有效值。
27422
+ :rtype: int
27423
+ """
27424
+ return self._VoiceType
27425
+
27426
+ @VoiceType.setter
27427
+ def VoiceType(self, VoiceType):
27428
+ self._VoiceType = VoiceType
27429
+
27430
+ @property
27431
+ def TimbreKey(self):
27432
+ """音色key
27433
+ 注意:此字段可能返回 null,表示取不到有效值。
27434
+ :rtype: str
27435
+ """
27436
+ return self._TimbreKey
27437
+
27438
+ @TimbreKey.setter
27439
+ def TimbreKey(self, TimbreKey):
27440
+ self._TimbreKey = TimbreKey
27441
+
27442
+ @property
27443
+ def VoiceName(self):
27444
+ """音色名称
27445
+ 注意:此字段可能返回 null,表示取不到有效值。
27446
+ :rtype: str
27447
+ """
27448
+ return self._VoiceName
27449
+
27450
+ @VoiceName.setter
27451
+ def VoiceName(self, VoiceName):
27452
+ self._VoiceName = VoiceName
27453
+
27454
+
27455
+ def _deserialize(self, params):
27456
+ self._VoiceType = params.get("VoiceType")
27457
+ self._TimbreKey = params.get("TimbreKey")
27458
+ self._VoiceName = params.get("VoiceName")
27459
+ memeber_set = set(params.keys())
27460
+ for name, value in vars(self).items():
27461
+ property_name = name[1:]
27462
+ if property_name in memeber_set:
27463
+ memeber_set.remove(property_name)
27464
+ if len(memeber_set) > 0:
27465
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
27466
+
27467
+
27468
+
26962
27469
  class WordRecognizeInfo(AbstractModel):
26963
27470
  """解析为 word 文档的结果
26964
27471
 
@@ -27033,11 +27540,23 @@ class WorkFlowSummary(AbstractModel):
27033
27540
  :param _RunNodes: 节点信息
27034
27541
  注意:此字段可能返回 null,表示取不到有效值。
27035
27542
  :type RunNodes: list of WorkflowRunNodeInfo
27543
+ :param _OptionCards: 选项卡
27544
+ 注意:此字段可能返回 null,表示取不到有效值。
27545
+ :type OptionCards: list of str
27546
+ :param _Outputs: 多气泡的输出结果
27547
+ 注意:此字段可能返回 null,表示取不到有效值。
27548
+ :type Outputs: list of str
27549
+ :param _WorkflowReleaseTime: 工作流发布时间,unix时间戳
27550
+ 注意:此字段可能返回 null,表示取不到有效值。
27551
+ :type WorkflowReleaseTime: str
27036
27552
  """
27037
27553
  self._WorkflowId = None
27038
27554
  self._WorkflowName = None
27039
27555
  self._WorkflowRunId = None
27040
27556
  self._RunNodes = None
27557
+ self._OptionCards = None
27558
+ self._Outputs = None
27559
+ self._WorkflowReleaseTime = None
27041
27560
 
27042
27561
  @property
27043
27562
  def WorkflowId(self):
@@ -27087,6 +27606,42 @@ class WorkFlowSummary(AbstractModel):
27087
27606
  def RunNodes(self, RunNodes):
27088
27607
  self._RunNodes = RunNodes
27089
27608
 
27609
+ @property
27610
+ def OptionCards(self):
27611
+ """选项卡
27612
+ 注意:此字段可能返回 null,表示取不到有效值。
27613
+ :rtype: list of str
27614
+ """
27615
+ return self._OptionCards
27616
+
27617
+ @OptionCards.setter
27618
+ def OptionCards(self, OptionCards):
27619
+ self._OptionCards = OptionCards
27620
+
27621
+ @property
27622
+ def Outputs(self):
27623
+ """多气泡的输出结果
27624
+ 注意:此字段可能返回 null,表示取不到有效值。
27625
+ :rtype: list of str
27626
+ """
27627
+ return self._Outputs
27628
+
27629
+ @Outputs.setter
27630
+ def Outputs(self, Outputs):
27631
+ self._Outputs = Outputs
27632
+
27633
+ @property
27634
+ def WorkflowReleaseTime(self):
27635
+ """工作流发布时间,unix时间戳
27636
+ 注意:此字段可能返回 null,表示取不到有效值。
27637
+ :rtype: str
27638
+ """
27639
+ return self._WorkflowReleaseTime
27640
+
27641
+ @WorkflowReleaseTime.setter
27642
+ def WorkflowReleaseTime(self, WorkflowReleaseTime):
27643
+ self._WorkflowReleaseTime = WorkflowReleaseTime
27644
+
27090
27645
 
27091
27646
  def _deserialize(self, params):
27092
27647
  self._WorkflowId = params.get("WorkflowId")
@@ -27098,6 +27653,132 @@ class WorkFlowSummary(AbstractModel):
27098
27653
  obj = WorkflowRunNodeInfo()
27099
27654
  obj._deserialize(item)
27100
27655
  self._RunNodes.append(obj)
27656
+ self._OptionCards = params.get("OptionCards")
27657
+ self._Outputs = params.get("Outputs")
27658
+ self._WorkflowReleaseTime = params.get("WorkflowReleaseTime")
27659
+ memeber_set = set(params.keys())
27660
+ for name, value in vars(self).items():
27661
+ property_name = name[1:]
27662
+ if property_name in memeber_set:
27663
+ memeber_set.remove(property_name)
27664
+ if len(memeber_set) > 0:
27665
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
27666
+
27667
+
27668
+
27669
+ class WorkflowInfo(AbstractModel):
27670
+ """工作流信息
27671
+
27672
+ """
27673
+
27674
+ def __init__(self):
27675
+ r"""
27676
+ :param _WorkflowId: 工作流ID
27677
+ 注意:此字段可能返回 null,表示取不到有效值。
27678
+ :type WorkflowId: str
27679
+ :param _WorkflowName: 工作流名称
27680
+ 注意:此字段可能返回 null,表示取不到有效值。
27681
+ :type WorkflowName: str
27682
+ :param _WorkflowRunId: 工作流运行ID
27683
+ 注意:此字段可能返回 null,表示取不到有效值。
27684
+ :type WorkflowRunId: str
27685
+ :param _OptionCards: 选项卡
27686
+ 注意:此字段可能返回 null,表示取不到有效值。
27687
+ :type OptionCards: list of str
27688
+ :param _Outputs: 多气泡的输出结果
27689
+ 注意:此字段可能返回 null,表示取不到有效值。
27690
+ :type Outputs: list of str
27691
+ :param _WorkflowReleaseTime: 工作流发布时间,unix时间戳
27692
+ 注意:此字段可能返回 null,表示取不到有效值。
27693
+ :type WorkflowReleaseTime: str
27694
+ """
27695
+ self._WorkflowId = None
27696
+ self._WorkflowName = None
27697
+ self._WorkflowRunId = None
27698
+ self._OptionCards = None
27699
+ self._Outputs = None
27700
+ self._WorkflowReleaseTime = None
27701
+
27702
+ @property
27703
+ def WorkflowId(self):
27704
+ """工作流ID
27705
+ 注意:此字段可能返回 null,表示取不到有效值。
27706
+ :rtype: str
27707
+ """
27708
+ return self._WorkflowId
27709
+
27710
+ @WorkflowId.setter
27711
+ def WorkflowId(self, WorkflowId):
27712
+ self._WorkflowId = WorkflowId
27713
+
27714
+ @property
27715
+ def WorkflowName(self):
27716
+ """工作流名称
27717
+ 注意:此字段可能返回 null,表示取不到有效值。
27718
+ :rtype: str
27719
+ """
27720
+ return self._WorkflowName
27721
+
27722
+ @WorkflowName.setter
27723
+ def WorkflowName(self, WorkflowName):
27724
+ self._WorkflowName = WorkflowName
27725
+
27726
+ @property
27727
+ def WorkflowRunId(self):
27728
+ """工作流运行ID
27729
+ 注意:此字段可能返回 null,表示取不到有效值。
27730
+ :rtype: str
27731
+ """
27732
+ return self._WorkflowRunId
27733
+
27734
+ @WorkflowRunId.setter
27735
+ def WorkflowRunId(self, WorkflowRunId):
27736
+ self._WorkflowRunId = WorkflowRunId
27737
+
27738
+ @property
27739
+ def OptionCards(self):
27740
+ """选项卡
27741
+ 注意:此字段可能返回 null,表示取不到有效值。
27742
+ :rtype: list of str
27743
+ """
27744
+ return self._OptionCards
27745
+
27746
+ @OptionCards.setter
27747
+ def OptionCards(self, OptionCards):
27748
+ self._OptionCards = OptionCards
27749
+
27750
+ @property
27751
+ def Outputs(self):
27752
+ """多气泡的输出结果
27753
+ 注意:此字段可能返回 null,表示取不到有效值。
27754
+ :rtype: list of str
27755
+ """
27756
+ return self._Outputs
27757
+
27758
+ @Outputs.setter
27759
+ def Outputs(self, Outputs):
27760
+ self._Outputs = Outputs
27761
+
27762
+ @property
27763
+ def WorkflowReleaseTime(self):
27764
+ """工作流发布时间,unix时间戳
27765
+ 注意:此字段可能返回 null,表示取不到有效值。
27766
+ :rtype: str
27767
+ """
27768
+ return self._WorkflowReleaseTime
27769
+
27770
+ @WorkflowReleaseTime.setter
27771
+ def WorkflowReleaseTime(self, WorkflowReleaseTime):
27772
+ self._WorkflowReleaseTime = WorkflowReleaseTime
27773
+
27774
+
27775
+ def _deserialize(self, params):
27776
+ self._WorkflowId = params.get("WorkflowId")
27777
+ self._WorkflowName = params.get("WorkflowName")
27778
+ self._WorkflowRunId = params.get("WorkflowRunId")
27779
+ self._OptionCards = params.get("OptionCards")
27780
+ self._Outputs = params.get("Outputs")
27781
+ self._WorkflowReleaseTime = params.get("WorkflowReleaseTime")
27101
27782
  memeber_set = set(params.keys())
27102
27783
  for name, value in vars(self).items():
27103
27784
  property_name = name[1:]