tencentcloud-sdk-python 3.0.1202__py2.py3-none-any.whl → 3.0.1233__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.
- tencentcloud/__init__.py +1 -1
- tencentcloud/aiart/v20221229/aiart_client.py +24 -0
- tencentcloud/aiart/v20221229/models.py +214 -15
- tencentcloud/ams/v20201229/models.py +24 -0
- tencentcloud/antiddos/v20200309/models.py +13 -1
- tencentcloud/apm/v20210622/errorcodes.py +3 -0
- tencentcloud/apm/v20210622/models.py +25 -0
- tencentcloud/asr/v20190614/asr_client.py +103 -1
- tencentcloud/asr/v20190614/errorcodes.py +3 -0
- tencentcloud/asr/v20190614/models.py +620 -0
- tencentcloud/autoscaling/v20180419/errorcodes.py +6 -0
- tencentcloud/autoscaling/v20180419/models.py +67 -20
- tencentcloud/batch/v20170312/models.py +2 -2
- tencentcloud/bi/v20220105/models.py +25 -0
- tencentcloud/billing/v20180709/models.py +155 -0
- tencentcloud/cam/v20190116/cam_client.py +46 -0
- tencentcloud/cam/v20190116/errorcodes.py +6 -0
- tencentcloud/cam/v20190116/models.py +301 -0
- tencentcloud/cbs/v20170312/models.py +1 -1
- tencentcloud/ccc/v20200210/models.py +42 -12
- tencentcloud/cdb/v20170320/cdb_client.py +46 -0
- tencentcloud/cdb/v20170320/models.py +359 -11
- tencentcloud/cdwch/v20200915/models.py +1 -1
- tencentcloud/cdwdoris/v20211228/cdwdoris_client.py +618 -66
- tencentcloud/cdwdoris/v20211228/errorcodes.py +0 -3
- tencentcloud/cdwdoris/v20211228/models.py +8041 -3844
- tencentcloud/cfg/v20210820/models.py +195 -1
- tencentcloud/cfs/v20190719/cfs_client.py +2 -2
- tencentcloud/cfs/v20190719/errorcodes.py +9 -0
- tencentcloud/cfs/v20190719/models.py +55 -5
- tencentcloud/cfw/v20190904/cfw_client.py +46 -25
- tencentcloud/cfw/v20190904/models.py +1056 -249
- tencentcloud/ckafka/v20190819/ckafka_client.py +24 -1
- tencentcloud/ckafka/v20190819/models.py +175 -2
- tencentcloud/clb/v20180317/models.py +147 -3
- tencentcloud/cls/v20201016/cls_client.py +92 -0
- tencentcloud/cls/v20201016/models.py +764 -16
- tencentcloud/controlcenter/__init__.py +0 -0
- tencentcloud/controlcenter/v20230110/__init__.py +0 -0
- tencentcloud/controlcenter/v20230110/controlcenter_client.py +49 -0
- tencentcloud/controlcenter/v20230110/errorcodes.py +45 -0
- tencentcloud/controlcenter/v20230110/models.py +140 -0
- tencentcloud/csip/v20221121/models.py +409 -0
- tencentcloud/cvm/v20170312/cvm_client.py +24 -1
- tencentcloud/cvm/v20170312/errorcodes.py +24 -0
- tencentcloud/cvm/v20170312/models.py +185 -10
- tencentcloud/cwp/v20180228/cwp_client.py +29 -2
- tencentcloud/cwp/v20180228/models.py +314 -13
- tencentcloud/cynosdb/v20190107/cynosdb_client.py +115 -0
- tencentcloud/cynosdb/v20190107/errorcodes.py +3 -0
- tencentcloud/cynosdb/v20190107/models.py +862 -52
- tencentcloud/dasb/v20191018/dasb_client.py +23 -0
- tencentcloud/dasb/v20191018/errorcodes.py +3 -0
- tencentcloud/dasb/v20191018/models.py +277 -0
- tencentcloud/dbbrain/v20210527/models.py +212 -2
- tencentcloud/dc/v20180410/dc_client.py +7 -8
- tencentcloud/dc/v20180410/models.py +84 -25
- tencentcloud/dcdb/v20180411/dcdb_client.py +71 -0
- tencentcloud/dcdb/v20180411/models.py +636 -0
- tencentcloud/dlc/v20210125/dlc_client.py +47 -1
- tencentcloud/dlc/v20210125/errorcodes.py +3 -0
- tencentcloud/dlc/v20210125/models.py +661 -6
- tencentcloud/dnspod/v20210323/dnspod_client.py +23 -0
- tencentcloud/dnspod/v20210323/errorcodes.py +3 -0
- tencentcloud/dnspod/v20210323/models.py +185 -0
- tencentcloud/dsgc/v20190723/models.py +193 -15
- tencentcloud/dts/v20211206/errorcodes.py +3 -0
- tencentcloud/ecc/v20181213/ecc_client.py +1 -2
- tencentcloud/emr/v20190103/emr_client.py +331 -4
- tencentcloud/emr/v20190103/errorcodes.py +12 -0
- tencentcloud/emr/v20190103/models.py +6832 -3365
- tencentcloud/es/v20180416/es_client.py +47 -0
- tencentcloud/es/v20180416/models.py +547 -1
- tencentcloud/ess/v20201111/errorcodes.py +6 -0
- tencentcloud/ess/v20201111/ess_client.py +142 -24
- tencentcloud/ess/v20201111/models.py +763 -103
- tencentcloud/essbasic/v20210526/essbasic_client.py +77 -3
- tencentcloud/essbasic/v20210526/models.py +413 -24
- tencentcloud/facefusion/v20181201/models.py +9 -3
- tencentcloud/facefusion/v20220927/errorcodes.py +13 -67
- tencentcloud/facefusion/v20220927/models.py +41 -13
- tencentcloud/faceid/v20180301/faceid_client.py +1 -1
- tencentcloud/faceid/v20180301/models.py +66 -0
- tencentcloud/gme/v20180711/models.py +2 -2
- tencentcloud/goosefs/v20220519/models.py +61 -0
- tencentcloud/hunyuan/v20230901/errorcodes.py +39 -0
- tencentcloud/hunyuan/v20230901/hunyuan_client.py +99 -1
- tencentcloud/hunyuan/v20230901/models.py +661 -13
- tencentcloud/ims/v20201229/ims_client.py +3 -3
- tencentcloud/ims/v20201229/models.py +1 -1
- tencentcloud/ioa/v20220601/models.py +6 -5
- tencentcloud/iotexplorer/v20190423/errorcodes.py +15 -0
- tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +46 -0
- tencentcloud/iotexplorer/v20190423/models.py +357 -2
- tencentcloud/irp/v20220805/models.py +13 -1
- tencentcloud/iss/v20230517/errorcodes.py +15 -0
- tencentcloud/iss/v20230517/iss_client.py +23 -0
- tencentcloud/iss/v20230517/models.py +233 -0
- tencentcloud/lcic/v20220817/lcic_client.py +23 -0
- tencentcloud/lcic/v20220817/models.py +285 -0
- tencentcloud/lighthouse/v20200324/errorcodes.py +6 -0
- tencentcloud/lighthouse/v20200324/models.py +28 -0
- tencentcloud/live/v20180801/models.py +2 -10
- tencentcloud/lke/v20231130/errorcodes.py +1 -1
- tencentcloud/lke/v20231130/lke_client.py +1 -1
- tencentcloud/lke/v20231130/models.py +366 -6
- tencentcloud/mariadb/v20170312/errorcodes.py +6 -0
- tencentcloud/mariadb/v20170312/mariadb_client.py +71 -0
- tencentcloud/mariadb/v20170312/models.py +601 -1
- tencentcloud/mna/v20210119/errorcodes.py +6 -0
- tencentcloud/mna/v20210119/mna_client.py +23 -0
- tencentcloud/mna/v20210119/models.py +146 -0
- tencentcloud/mongodb/v20180408/errorcodes.py +1 -1
- tencentcloud/mongodb/v20190725/errorcodes.py +1 -1
- tencentcloud/mongodb/v20190725/models.py +72 -45
- tencentcloud/monitor/v20180724/models.py +18 -4
- tencentcloud/mps/v20190612/models.py +658 -21
- tencentcloud/oceanus/v20190422/models.py +25 -0
- tencentcloud/ocr/v20181119/errorcodes.py +6 -0
- tencentcloud/ocr/v20181119/models.py +345 -10
- tencentcloud/ocr/v20181119/ocr_client.py +54 -2
- tencentcloud/omics/v20221128/models.py +15 -3
- tencentcloud/organization/v20210331/errorcodes.py +246 -0
- tencentcloud/organization/v20210331/models.py +12635 -4016
- tencentcloud/organization/v20210331/organization_client.py +1342 -123
- tencentcloud/postgres/v20170312/errorcodes.py +15 -0
- tencentcloud/pts/v20210728/errorcodes.py +3 -0
- tencentcloud/pts/v20210728/models.py +1 -1
- tencentcloud/rce/v20201103/models.py +2905 -435
- tencentcloud/rce/v20201103/rce_client.py +207 -0
- tencentcloud/redis/v20180412/models.py +944 -67
- tencentcloud/redis/v20180412/redis_client.py +93 -1
- tencentcloud/region/v20220627/models.py +0 -1
- tencentcloud/rum/v20210622/models.py +12 -0
- tencentcloud/scf/v20180416/models.py +51 -15
- tencentcloud/ses/v20201002/models.py +177 -0
- tencentcloud/smh/v20210712/errorcodes.py +69 -0
- tencentcloud/smh/v20210712/models.py +1173 -36
- tencentcloud/smh/v20210712/smh_client.py +115 -0
- tencentcloud/sms/v20190711/errorcodes.py +6 -0
- tencentcloud/sms/v20190711/models.py +21 -22
- tencentcloud/sms/v20190711/sms_client.py +28 -60
- tencentcloud/sms/v20210111/errorcodes.py +6 -0
- tencentcloud/sms/v20210111/models.py +6 -6
- tencentcloud/sqlserver/v20180328/errorcodes.py +3 -0
- tencentcloud/sqlserver/v20180328/models.py +243 -1
- tencentcloud/sqlserver/v20180328/sqlserver_client.py +46 -0
- tencentcloud/ssl/v20191205/errorcodes.py +6 -0
- tencentcloud/ssl/v20191205/models.py +245 -0
- tencentcloud/ssl/v20191205/ssl_client.py +24 -1
- tencentcloud/tag/v20180813/models.py +33 -33
- tencentcloud/tat/v20201028/errorcodes.py +9 -0
- tencentcloud/tat/v20201028/models.py +234 -1
- tencentcloud/tat/v20201028/tat_client.py +23 -0
- tencentcloud/tcb/v20180608/models.py +13 -0
- tencentcloud/tcbr/v20220217/models.py +15 -0
- tencentcloud/tcr/v20190924/errorcodes.py +3 -0
- tencentcloud/tcss/v20201101/models.py +140 -5
- tencentcloud/tdmq/v20200217/models.py +155 -0
- tencentcloud/tds/v20220801/models.py +117 -0
- tencentcloud/teo/v20220901/errorcodes.py +12 -0
- tencentcloud/teo/v20220901/models.py +35 -16
- tencentcloud/thpc/v20230321/models.py +1432 -82
- tencentcloud/thpc/v20230321/thpc_client.py +92 -0
- tencentcloud/tiia/v20190529/models.py +0 -469
- tencentcloud/tiia/v20190529/tiia_client.py +0 -29
- tencentcloud/tke/v20180525/errorcodes.py +3 -0
- tencentcloud/tke/v20180525/models.py +24 -0
- tencentcloud/tke/v20220501/models.py +852 -8
- tencentcloud/tke/v20220501/tke_client.py +138 -0
- tencentcloud/tms/v20201229/errorcodes.py +0 -6
- tencentcloud/tms/v20201229/models.py +0 -70
- tencentcloud/tms/v20201229/tms_client.py +0 -23
- tencentcloud/tmt/v20180321/errorcodes.py +3 -0
- tencentcloud/tmt/v20180321/models.py +32 -32
- tencentcloud/tmt/v20180321/tmt_client.py +1 -1
- tencentcloud/trocket/v20230308/models.py +241 -7
- tencentcloud/trocket/v20230308/trocket_client.py +23 -0
- tencentcloud/trtc/v20190722/errorcodes.py +3 -0
- tencentcloud/trtc/v20190722/models.py +374 -55
- tencentcloud/trtc/v20190722/trtc_client.py +51 -39
- tencentcloud/tse/v20201207/models.py +127 -25
- tencentcloud/tsf/v20180326/models.py +51 -0
- tencentcloud/tsi/v20210325/models.py +24 -4
- tencentcloud/tsi/v20210325/tsi_client.py +12 -1
- tencentcloud/tts/v20190823/models.py +4 -3
- tencentcloud/vclm/v20240523/errorcodes.py +60 -0
- tencentcloud/vclm/v20240523/models.py +41 -4
- tencentcloud/vclm/v20240523/vclm_client.py +53 -1
- tencentcloud/vdb/v20230616/errorcodes.py +21 -0
- tencentcloud/vdb/v20230616/models.py +805 -0
- tencentcloud/vdb/v20230616/vdb_client.py +115 -0
- tencentcloud/vod/v20180717/errorcodes.py +18 -0
- tencentcloud/vod/v20180717/models.py +671 -12
- tencentcloud/vod/v20180717/vod_client.py +71 -2
- tencentcloud/vod/v20240718/__init__.py +0 -0
- tencentcloud/vod/v20240718/errorcodes.py +15 -0
- tencentcloud/vod/v20240718/models.py +189 -0
- tencentcloud/vod/v20240718/vod_client.py +49 -0
- tencentcloud/vpc/v20170312/models.py +538 -10
- tencentcloud/vpc/v20170312/vpc_client.py +4 -2
- tencentcloud/vrs/v20200824/models.py +166 -8
- tencentcloud/vrs/v20200824/vrs_client.py +2 -0
- tencentcloud/vtc/v20240223/models.py +30 -4
- tencentcloud/vtc/v20240223/vtc_client.py +53 -1
- tencentcloud/waf/v20180125/models.py +1 -1
- tencentcloud/wedata/v20210820/errorcodes.py +6 -0
- tencentcloud/wedata/v20210820/models.py +3941 -493
- tencentcloud/wedata/v20210820/wedata_client.py +184 -0
- {tencentcloud_sdk_python-3.0.1202.dist-info → tencentcloud_sdk_python-3.0.1233.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1202.dist-info → tencentcloud_sdk_python-3.0.1233.dist-info}/RECORD +214 -205
- {tencentcloud_sdk_python-3.0.1202.dist-info → tencentcloud_sdk_python-3.0.1233.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1202.dist-info → tencentcloud_sdk_python-3.0.1233.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1202.dist-info → tencentcloud_sdk_python-3.0.1233.dist-info}/top_level.txt +0 -0
@@ -1173,6 +1173,9 @@ class Context(AbstractModel):
|
|
1173
1173
|
:param _FileInfos: 文档信息
|
1174
1174
|
注意:此字段可能返回 null,表示取不到有效值。
|
1175
1175
|
:type FileInfos: list of MsgFileInfo
|
1176
|
+
:param _ReplyMethod: 回复方式,15:澄清确认回复
|
1177
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
1178
|
+
:type ReplyMethod: int
|
1176
1179
|
"""
|
1177
1180
|
self._RecordBizId = None
|
1178
1181
|
self._IsVisitor = None
|
@@ -1180,6 +1183,7 @@ class Context(AbstractModel):
|
|
1180
1183
|
self._Avatar = None
|
1181
1184
|
self._Content = None
|
1182
1185
|
self._FileInfos = None
|
1186
|
+
self._ReplyMethod = None
|
1183
1187
|
|
1184
1188
|
@property
|
1185
1189
|
def RecordBizId(self):
|
@@ -1229,6 +1233,14 @@ class Context(AbstractModel):
|
|
1229
1233
|
def FileInfos(self, FileInfos):
|
1230
1234
|
self._FileInfos = FileInfos
|
1231
1235
|
|
1236
|
+
@property
|
1237
|
+
def ReplyMethod(self):
|
1238
|
+
return self._ReplyMethod
|
1239
|
+
|
1240
|
+
@ReplyMethod.setter
|
1241
|
+
def ReplyMethod(self, ReplyMethod):
|
1242
|
+
self._ReplyMethod = ReplyMethod
|
1243
|
+
|
1232
1244
|
|
1233
1245
|
def _deserialize(self, params):
|
1234
1246
|
self._RecordBizId = params.get("RecordBizId")
|
@@ -1242,6 +1254,7 @@ class Context(AbstractModel):
|
|
1242
1254
|
obj = MsgFileInfo()
|
1243
1255
|
obj._deserialize(item)
|
1244
1256
|
self._FileInfos.append(obj)
|
1257
|
+
self._ReplyMethod = params.get("ReplyMethod")
|
1245
1258
|
memeber_set = set(params.keys())
|
1246
1259
|
for name, value in vars(self).items():
|
1247
1260
|
property_name = name[1:]
|
@@ -1417,7 +1430,7 @@ class CreateAppRequest(AbstractModel):
|
|
1417
1430
|
|
1418
1431
|
def __init__(self):
|
1419
1432
|
r"""
|
1420
|
-
:param _AppType: 应用类型;knowledge_qa
|
1433
|
+
:param _AppType: 应用类型;knowledge_qa-知识问答管理
|
1421
1434
|
:type AppType: str
|
1422
1435
|
:param _BaseConfig: 应用基础配置
|
1423
1436
|
:type BaseConfig: :class:`tencentcloud.lke.v20231130.models.BaseConfig`
|
@@ -1884,6 +1897,8 @@ class CreateQARequest(AbstractModel):
|
|
1884
1897
|
:type ExpireStart: str
|
1885
1898
|
:param _ExpireEnd: 有效结束时间,unix时间戳,0代表永久有效
|
1886
1899
|
:type ExpireEnd: str
|
1900
|
+
:param _SimilarQuestions: 相似问内容
|
1901
|
+
:type SimilarQuestions: list of str
|
1887
1902
|
"""
|
1888
1903
|
self._BotBizId = None
|
1889
1904
|
self._Question = None
|
@@ -1895,6 +1910,7 @@ class CreateQARequest(AbstractModel):
|
|
1895
1910
|
self._CateBizId = None
|
1896
1911
|
self._ExpireStart = None
|
1897
1912
|
self._ExpireEnd = None
|
1913
|
+
self._SimilarQuestions = None
|
1898
1914
|
|
1899
1915
|
@property
|
1900
1916
|
def BotBizId(self):
|
@@ -1976,6 +1992,14 @@ class CreateQARequest(AbstractModel):
|
|
1976
1992
|
def ExpireEnd(self, ExpireEnd):
|
1977
1993
|
self._ExpireEnd = ExpireEnd
|
1978
1994
|
|
1995
|
+
@property
|
1996
|
+
def SimilarQuestions(self):
|
1997
|
+
return self._SimilarQuestions
|
1998
|
+
|
1999
|
+
@SimilarQuestions.setter
|
2000
|
+
def SimilarQuestions(self, SimilarQuestions):
|
2001
|
+
self._SimilarQuestions = SimilarQuestions
|
2002
|
+
|
1979
2003
|
|
1980
2004
|
def _deserialize(self, params):
|
1981
2005
|
self._BotBizId = params.get("BotBizId")
|
@@ -1993,6 +2017,7 @@ class CreateQARequest(AbstractModel):
|
|
1993
2017
|
self._CateBizId = params.get("CateBizId")
|
1994
2018
|
self._ExpireStart = params.get("ExpireStart")
|
1995
2019
|
self._ExpireEnd = params.get("ExpireEnd")
|
2020
|
+
self._SimilarQuestions = params.get("SimilarQuestions")
|
1996
2021
|
memeber_set = set(params.keys())
|
1997
2022
|
for name, value in vars(self).items():
|
1998
2023
|
property_name = name[1:]
|
@@ -2052,8 +2077,19 @@ class CreateReconstructDocumentFlowConfig(AbstractModel):
|
|
2052
2077
|
1,表格以HTML形式返回
|
2053
2078
|
默认为1
|
2054
2079
|
:type TableResultType: str
|
2080
|
+
:param _ResultType: 智能文档解析返回结果的格式
|
2081
|
+
0:只返回全文MD;
|
2082
|
+
1:只返回每一页的OCR原始Json;
|
2083
|
+
2:只返回每一页的MD,
|
2084
|
+
3:返回全文MD + 每一页的OCR原始Json;
|
2085
|
+
4:返回全文MD + 每一页的MD,
|
2086
|
+
默认值为3(返回全文MD + 每一页的OCR原始Json)
|
2087
|
+
|
2088
|
+
|
2089
|
+
:type ResultType: str
|
2055
2090
|
"""
|
2056
2091
|
self._TableResultType = None
|
2092
|
+
self._ResultType = None
|
2057
2093
|
|
2058
2094
|
@property
|
2059
2095
|
def TableResultType(self):
|
@@ -2063,9 +2099,18 @@ class CreateReconstructDocumentFlowConfig(AbstractModel):
|
|
2063
2099
|
def TableResultType(self, TableResultType):
|
2064
2100
|
self._TableResultType = TableResultType
|
2065
2101
|
|
2102
|
+
@property
|
2103
|
+
def ResultType(self):
|
2104
|
+
return self._ResultType
|
2105
|
+
|
2106
|
+
@ResultType.setter
|
2107
|
+
def ResultType(self, ResultType):
|
2108
|
+
self._ResultType = ResultType
|
2109
|
+
|
2066
2110
|
|
2067
2111
|
def _deserialize(self, params):
|
2068
2112
|
self._TableResultType = params.get("TableResultType")
|
2113
|
+
self._ResultType = params.get("ResultType")
|
2069
2114
|
memeber_set = set(params.keys())
|
2070
2115
|
for name, value in vars(self).items():
|
2071
2116
|
property_name = name[1:]
|
@@ -3875,6 +3920,8 @@ class DescribeQAResponse(AbstractModel):
|
|
3875
3920
|
:type ExpireStart: str
|
3876
3921
|
:param _ExpireEnd: 有效结束时间,unix时间戳,0代表永久有效
|
3877
3922
|
:type ExpireEnd: str
|
3923
|
+
:param _SimilarQuestions: 相似问列表信息
|
3924
|
+
:type SimilarQuestions: list of SimilarQuestion
|
3878
3925
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3879
3926
|
:type RequestId: str
|
3880
3927
|
"""
|
@@ -3902,6 +3949,7 @@ class DescribeQAResponse(AbstractModel):
|
|
3902
3949
|
self._AttrLabels = None
|
3903
3950
|
self._ExpireStart = None
|
3904
3951
|
self._ExpireEnd = None
|
3952
|
+
self._SimilarQuestions = None
|
3905
3953
|
self._RequestId = None
|
3906
3954
|
|
3907
3955
|
@property
|
@@ -4096,6 +4144,14 @@ class DescribeQAResponse(AbstractModel):
|
|
4096
4144
|
def ExpireEnd(self, ExpireEnd):
|
4097
4145
|
self._ExpireEnd = ExpireEnd
|
4098
4146
|
|
4147
|
+
@property
|
4148
|
+
def SimilarQuestions(self):
|
4149
|
+
return self._SimilarQuestions
|
4150
|
+
|
4151
|
+
@SimilarQuestions.setter
|
4152
|
+
def SimilarQuestions(self, SimilarQuestions):
|
4153
|
+
self._SimilarQuestions = SimilarQuestions
|
4154
|
+
|
4099
4155
|
@property
|
4100
4156
|
def RequestId(self):
|
4101
4157
|
return self._RequestId
|
@@ -4140,6 +4196,12 @@ class DescribeQAResponse(AbstractModel):
|
|
4140
4196
|
self._AttrLabels.append(obj)
|
4141
4197
|
self._ExpireStart = params.get("ExpireStart")
|
4142
4198
|
self._ExpireEnd = params.get("ExpireEnd")
|
4199
|
+
if params.get("SimilarQuestions") is not None:
|
4200
|
+
self._SimilarQuestions = []
|
4201
|
+
for item in params.get("SimilarQuestions"):
|
4202
|
+
obj = SimilarQuestion()
|
4203
|
+
obj._deserialize(item)
|
4204
|
+
self._SimilarQuestions.append(obj)
|
4143
4205
|
self._RequestId = params.get("RequestId")
|
4144
4206
|
|
4145
4207
|
|
@@ -6845,7 +6907,7 @@ class GetMsgRecordRequest(AbstractModel):
|
|
6845
6907
|
:type SessionId: str
|
6846
6908
|
:param _LastRecordId: 最后一条记录ID
|
6847
6909
|
:type LastRecordId: str
|
6848
|
-
:param _BotAppKey: 应用AppKey
|
6910
|
+
:param _BotAppKey: 应用AppKey, 当Type=5[API访客]时, 该字段必填
|
6849
6911
|
:type BotAppKey: str
|
6850
6912
|
:param _Scene: 场景, 体验: 1; 正式: 2
|
6851
6913
|
:type Scene: int
|
@@ -9141,7 +9203,7 @@ class ListDocRequest(AbstractModel):
|
|
9141
9203
|
|
9142
9204
|
def __init__(self):
|
9143
9205
|
r"""
|
9144
|
-
:param _BotBizId:
|
9206
|
+
:param _BotBizId: 应用ID
|
9145
9207
|
:type BotBizId: str
|
9146
9208
|
:param _PageNumber: 页码
|
9147
9209
|
:type PageNumber: int
|
@@ -9149,7 +9211,7 @@ class ListDocRequest(AbstractModel):
|
|
9149
9211
|
:type PageSize: int
|
9150
9212
|
:param _Query: 查询内容
|
9151
9213
|
:type Query: str
|
9152
|
-
:param _Status: 文档状态: 7
|
9214
|
+
:param _Status: 文档状态: 1-未生成 2-生成中 3-生成成功 4-生成失败 5-删除中 6-删除成功 7-审核中 8-审核失败 9-审核成功 10-待发布 11-发布中 12-已发布 13-学习中 14-学习失败 15-更新中 16-更新失败 17-解析中 18-解析失败 19-导入失败 20-已过期 21-超量失效 22-超量失效恢复
|
9153
9215
|
:type Status: list of int
|
9154
9216
|
"""
|
9155
9217
|
self._BotBizId = None
|
@@ -9450,7 +9512,7 @@ class ListQARequest(AbstractModel):
|
|
9450
9512
|
|
9451
9513
|
def __init__(self):
|
9452
9514
|
r"""
|
9453
|
-
:param _BotBizId:
|
9515
|
+
:param _BotBizId: 应用ID
|
9454
9516
|
:type BotBizId: str
|
9455
9517
|
:param _PageNumber: 页码
|
9456
9518
|
:type PageNumber: int
|
@@ -9460,7 +9522,7 @@ class ListQARequest(AbstractModel):
|
|
9460
9522
|
:type Query: str
|
9461
9523
|
:param _AcceptStatus: 校验状态(1未校验2采纳3不采纳)
|
9462
9524
|
:type AcceptStatus: list of int
|
9463
|
-
:param _ReleaseStatus: 发布状态(2待发布 3发布中 4已发布 7审核中 8审核失败 9人工申述中 11人工申述失败)
|
9525
|
+
:param _ReleaseStatus: 发布状态(2待发布 3发布中 4已发布 7审核中 8审核失败 9人工申述中 11人工申述失败 12已过期 13超量失效 14超量失效恢复)
|
9464
9526
|
:type ReleaseStatus: list of int
|
9465
9527
|
:param _DocBizId: 文档ID
|
9466
9528
|
:type DocBizId: str
|
@@ -9725,6 +9787,16 @@ class ListQaItem(AbstractModel):
|
|
9725
9787
|
:type FileType: str
|
9726
9788
|
:param _QaCharSize: 问答字符数
|
9727
9789
|
:type QaCharSize: str
|
9790
|
+
:param _ExpireStart: 有效开始时间,unix时间戳
|
9791
|
+
:type ExpireStart: str
|
9792
|
+
:param _ExpireEnd: 有效结束时间,unix时间戳,0代表永久有效
|
9793
|
+
:type ExpireEnd: str
|
9794
|
+
:param _AttrRange: 属性标签适用范围 1:全部,2:按条件
|
9795
|
+
:type AttrRange: int
|
9796
|
+
:param _AttrLabels: 属性标签
|
9797
|
+
:type AttrLabels: list of AttrLabel
|
9798
|
+
:param _SimilarQuestionNum: 相似问个数
|
9799
|
+
:type SimilarQuestionNum: int
|
9728
9800
|
"""
|
9729
9801
|
self._QaBizId = None
|
9730
9802
|
self._Question = None
|
@@ -9742,6 +9814,11 @@ class ListQaItem(AbstractModel):
|
|
9742
9814
|
self._FileName = None
|
9743
9815
|
self._FileType = None
|
9744
9816
|
self._QaCharSize = None
|
9817
|
+
self._ExpireStart = None
|
9818
|
+
self._ExpireEnd = None
|
9819
|
+
self._AttrRange = None
|
9820
|
+
self._AttrLabels = None
|
9821
|
+
self._SimilarQuestionNum = None
|
9745
9822
|
|
9746
9823
|
@property
|
9747
9824
|
def QaBizId(self):
|
@@ -9871,6 +9948,46 @@ class ListQaItem(AbstractModel):
|
|
9871
9948
|
def QaCharSize(self, QaCharSize):
|
9872
9949
|
self._QaCharSize = QaCharSize
|
9873
9950
|
|
9951
|
+
@property
|
9952
|
+
def ExpireStart(self):
|
9953
|
+
return self._ExpireStart
|
9954
|
+
|
9955
|
+
@ExpireStart.setter
|
9956
|
+
def ExpireStart(self, ExpireStart):
|
9957
|
+
self._ExpireStart = ExpireStart
|
9958
|
+
|
9959
|
+
@property
|
9960
|
+
def ExpireEnd(self):
|
9961
|
+
return self._ExpireEnd
|
9962
|
+
|
9963
|
+
@ExpireEnd.setter
|
9964
|
+
def ExpireEnd(self, ExpireEnd):
|
9965
|
+
self._ExpireEnd = ExpireEnd
|
9966
|
+
|
9967
|
+
@property
|
9968
|
+
def AttrRange(self):
|
9969
|
+
return self._AttrRange
|
9970
|
+
|
9971
|
+
@AttrRange.setter
|
9972
|
+
def AttrRange(self, AttrRange):
|
9973
|
+
self._AttrRange = AttrRange
|
9974
|
+
|
9975
|
+
@property
|
9976
|
+
def AttrLabels(self):
|
9977
|
+
return self._AttrLabels
|
9978
|
+
|
9979
|
+
@AttrLabels.setter
|
9980
|
+
def AttrLabels(self, AttrLabels):
|
9981
|
+
self._AttrLabels = AttrLabels
|
9982
|
+
|
9983
|
+
@property
|
9984
|
+
def SimilarQuestionNum(self):
|
9985
|
+
return self._SimilarQuestionNum
|
9986
|
+
|
9987
|
+
@SimilarQuestionNum.setter
|
9988
|
+
def SimilarQuestionNum(self, SimilarQuestionNum):
|
9989
|
+
self._SimilarQuestionNum = SimilarQuestionNum
|
9990
|
+
|
9874
9991
|
|
9875
9992
|
def _deserialize(self, params):
|
9876
9993
|
self._QaBizId = params.get("QaBizId")
|
@@ -9889,6 +10006,16 @@ class ListQaItem(AbstractModel):
|
|
9889
10006
|
self._FileName = params.get("FileName")
|
9890
10007
|
self._FileType = params.get("FileType")
|
9891
10008
|
self._QaCharSize = params.get("QaCharSize")
|
10009
|
+
self._ExpireStart = params.get("ExpireStart")
|
10010
|
+
self._ExpireEnd = params.get("ExpireEnd")
|
10011
|
+
self._AttrRange = params.get("AttrRange")
|
10012
|
+
if params.get("AttrLabels") is not None:
|
10013
|
+
self._AttrLabels = []
|
10014
|
+
for item in params.get("AttrLabels"):
|
10015
|
+
obj = AttrLabel()
|
10016
|
+
obj._deserialize(item)
|
10017
|
+
self._AttrLabels.append(obj)
|
10018
|
+
self._SimilarQuestionNum = params.get("SimilarQuestionNum")
|
9892
10019
|
memeber_set = set(params.keys())
|
9893
10020
|
for name, value in vars(self).items():
|
9894
10021
|
property_name = name[1:]
|
@@ -12157,6 +12284,8 @@ class ModifyQARequest(AbstractModel):
|
|
12157
12284
|
:type ExpireStart: str
|
12158
12285
|
:param _ExpireEnd: 有效结束时间,unix时间戳,0代表永久有效
|
12159
12286
|
:type ExpireEnd: str
|
12287
|
+
:param _SimilarQuestionModify: 相似问修改信息(相似问没有修改则不传)
|
12288
|
+
:type SimilarQuestionModify: :class:`tencentcloud.lke.v20231130.models.SimilarQuestionModify`
|
12160
12289
|
"""
|
12161
12290
|
self._BotBizId = None
|
12162
12291
|
self._QaBizId = None
|
@@ -12169,6 +12298,7 @@ class ModifyQARequest(AbstractModel):
|
|
12169
12298
|
self._CateBizId = None
|
12170
12299
|
self._ExpireStart = None
|
12171
12300
|
self._ExpireEnd = None
|
12301
|
+
self._SimilarQuestionModify = None
|
12172
12302
|
|
12173
12303
|
@property
|
12174
12304
|
def BotBizId(self):
|
@@ -12258,6 +12388,14 @@ class ModifyQARequest(AbstractModel):
|
|
12258
12388
|
def ExpireEnd(self, ExpireEnd):
|
12259
12389
|
self._ExpireEnd = ExpireEnd
|
12260
12390
|
|
12391
|
+
@property
|
12392
|
+
def SimilarQuestionModify(self):
|
12393
|
+
return self._SimilarQuestionModify
|
12394
|
+
|
12395
|
+
@SimilarQuestionModify.setter
|
12396
|
+
def SimilarQuestionModify(self, SimilarQuestionModify):
|
12397
|
+
self._SimilarQuestionModify = SimilarQuestionModify
|
12398
|
+
|
12261
12399
|
|
12262
12400
|
def _deserialize(self, params):
|
12263
12401
|
self._BotBizId = params.get("BotBizId")
|
@@ -12276,6 +12414,9 @@ class ModifyQARequest(AbstractModel):
|
|
12276
12414
|
self._CateBizId = params.get("CateBizId")
|
12277
12415
|
self._ExpireStart = params.get("ExpireStart")
|
12278
12416
|
self._ExpireEnd = params.get("ExpireEnd")
|
12417
|
+
if params.get("SimilarQuestionModify") is not None:
|
12418
|
+
self._SimilarQuestionModify = SimilarQuestionModify()
|
12419
|
+
self._SimilarQuestionModify._deserialize(params.get("SimilarQuestionModify"))
|
12279
12420
|
memeber_set = set(params.keys())
|
12280
12421
|
for name, value in vars(self).items():
|
12281
12422
|
property_name = name[1:]
|
@@ -12526,6 +12667,7 @@ class MsgRecord(AbstractModel):
|
|
12526
12667
|
:param _IsLlmGenerated: 是否大模型
|
12527
12668
|
:type IsLlmGenerated: bool
|
12528
12669
|
:param _ImageUrls: 图片链接,可公有读
|
12670
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
12529
12671
|
:type ImageUrls: list of str
|
12530
12672
|
:param _TokenStat: 当次 token 统计信息
|
12531
12673
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -12556,6 +12698,9 @@ class MsgRecord(AbstractModel):
|
|
12556
12698
|
:param _FileInfos: 用户传入的文件信息
|
12557
12699
|
注意:此字段可能返回 null,表示取不到有效值。
|
12558
12700
|
:type FileInfos: list of FileInfo
|
12701
|
+
:param _QuoteInfos: 参考来源引用位置信息
|
12702
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
12703
|
+
:type QuoteInfos: list of QuoteInfo
|
12559
12704
|
"""
|
12560
12705
|
self._Content = None
|
12561
12706
|
self._SessionId = None
|
@@ -12579,6 +12724,7 @@ class MsgRecord(AbstractModel):
|
|
12579
12724
|
self._OptionCards = None
|
12580
12725
|
self._TaskFlow = None
|
12581
12726
|
self._FileInfos = None
|
12727
|
+
self._QuoteInfos = None
|
12582
12728
|
|
12583
12729
|
@property
|
12584
12730
|
def Content(self):
|
@@ -12756,6 +12902,14 @@ class MsgRecord(AbstractModel):
|
|
12756
12902
|
def FileInfos(self, FileInfos):
|
12757
12903
|
self._FileInfos = FileInfos
|
12758
12904
|
|
12905
|
+
@property
|
12906
|
+
def QuoteInfos(self):
|
12907
|
+
return self._QuoteInfos
|
12908
|
+
|
12909
|
+
@QuoteInfos.setter
|
12910
|
+
def QuoteInfos(self, QuoteInfos):
|
12911
|
+
self._QuoteInfos = QuoteInfos
|
12912
|
+
|
12759
12913
|
|
12760
12914
|
def _deserialize(self, params):
|
12761
12915
|
self._Content = params.get("Content")
|
@@ -12794,6 +12948,12 @@ class MsgRecord(AbstractModel):
|
|
12794
12948
|
obj = FileInfo()
|
12795
12949
|
obj._deserialize(item)
|
12796
12950
|
self._FileInfos.append(obj)
|
12951
|
+
if params.get("QuoteInfos") is not None:
|
12952
|
+
self._QuoteInfos = []
|
12953
|
+
for item in params.get("QuoteInfos"):
|
12954
|
+
obj = QuoteInfo()
|
12955
|
+
obj._deserialize(item)
|
12956
|
+
self._QuoteInfos.append(obj)
|
12797
12957
|
memeber_set = set(params.keys())
|
12798
12958
|
for name, value in vars(self).items():
|
12799
12959
|
property_name = name[1:]
|
@@ -13957,6 +14117,53 @@ class QueryRewriteResponse(AbstractModel):
|
|
13957
14117
|
self._RequestId = params.get("RequestId")
|
13958
14118
|
|
13959
14119
|
|
14120
|
+
class QuoteInfo(AbstractModel):
|
14121
|
+
"""搜索引擎参考来源索引
|
14122
|
+
|
14123
|
+
"""
|
14124
|
+
|
14125
|
+
def __init__(self):
|
14126
|
+
r"""
|
14127
|
+
:param _Position: 参考来源位置
|
14128
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
14129
|
+
:type Position: int
|
14130
|
+
:param _Index: 参考来源索引顺序
|
14131
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
14132
|
+
:type Index: str
|
14133
|
+
"""
|
14134
|
+
self._Position = None
|
14135
|
+
self._Index = None
|
14136
|
+
|
14137
|
+
@property
|
14138
|
+
def Position(self):
|
14139
|
+
return self._Position
|
14140
|
+
|
14141
|
+
@Position.setter
|
14142
|
+
def Position(self, Position):
|
14143
|
+
self._Position = Position
|
14144
|
+
|
14145
|
+
@property
|
14146
|
+
def Index(self):
|
14147
|
+
return self._Index
|
14148
|
+
|
14149
|
+
@Index.setter
|
14150
|
+
def Index(self, Index):
|
14151
|
+
self._Index = Index
|
14152
|
+
|
14153
|
+
|
14154
|
+
def _deserialize(self, params):
|
14155
|
+
self._Position = params.get("Position")
|
14156
|
+
self._Index = params.get("Index")
|
14157
|
+
memeber_set = set(params.keys())
|
14158
|
+
for name, value in vars(self).items():
|
14159
|
+
property_name = name[1:]
|
14160
|
+
if property_name in memeber_set:
|
14161
|
+
memeber_set.remove(property_name)
|
14162
|
+
if len(memeber_set) > 0:
|
14163
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
14164
|
+
|
14165
|
+
|
14166
|
+
|
13960
14167
|
class RateMsgRecordRequest(AbstractModel):
|
13961
14168
|
"""RateMsgRecord请求参数结构体
|
13962
14169
|
|
@@ -14307,6 +14514,15 @@ class ReferDetail(AbstractModel):
|
|
14307
14514
|
:param _OrgData: 原始内容
|
14308
14515
|
注意:此字段可能返回 null,表示取不到有效值。
|
14309
14516
|
:type OrgData: str
|
14517
|
+
:param _PageInfos: 页码信息
|
14518
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
14519
|
+
:type PageInfos: list of int non-negative
|
14520
|
+
:param _SheetInfos: sheet信息
|
14521
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
14522
|
+
:type SheetInfos: list of str
|
14523
|
+
:param _DocBizId: 文档ID
|
14524
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
14525
|
+
:type DocBizId: str
|
14310
14526
|
"""
|
14311
14527
|
self._ReferBizId = None
|
14312
14528
|
self._DocType = None
|
@@ -14318,6 +14534,9 @@ class ReferDetail(AbstractModel):
|
|
14318
14534
|
self._Mark = None
|
14319
14535
|
self._Highlights = None
|
14320
14536
|
self._OrgData = None
|
14537
|
+
self._PageInfos = None
|
14538
|
+
self._SheetInfos = None
|
14539
|
+
self._DocBizId = None
|
14321
14540
|
|
14322
14541
|
@property
|
14323
14542
|
def ReferBizId(self):
|
@@ -14399,6 +14618,30 @@ class ReferDetail(AbstractModel):
|
|
14399
14618
|
def OrgData(self, OrgData):
|
14400
14619
|
self._OrgData = OrgData
|
14401
14620
|
|
14621
|
+
@property
|
14622
|
+
def PageInfos(self):
|
14623
|
+
return self._PageInfos
|
14624
|
+
|
14625
|
+
@PageInfos.setter
|
14626
|
+
def PageInfos(self, PageInfos):
|
14627
|
+
self._PageInfos = PageInfos
|
14628
|
+
|
14629
|
+
@property
|
14630
|
+
def SheetInfos(self):
|
14631
|
+
return self._SheetInfos
|
14632
|
+
|
14633
|
+
@SheetInfos.setter
|
14634
|
+
def SheetInfos(self, SheetInfos):
|
14635
|
+
self._SheetInfos = SheetInfos
|
14636
|
+
|
14637
|
+
@property
|
14638
|
+
def DocBizId(self):
|
14639
|
+
return self._DocBizId
|
14640
|
+
|
14641
|
+
@DocBizId.setter
|
14642
|
+
def DocBizId(self, DocBizId):
|
14643
|
+
self._DocBizId = DocBizId
|
14644
|
+
|
14402
14645
|
|
14403
14646
|
def _deserialize(self, params):
|
14404
14647
|
self._ReferBizId = params.get("ReferBizId")
|
@@ -14416,6 +14659,9 @@ class ReferDetail(AbstractModel):
|
|
14416
14659
|
obj._deserialize(item)
|
14417
14660
|
self._Highlights.append(obj)
|
14418
14661
|
self._OrgData = params.get("OrgData")
|
14662
|
+
self._PageInfos = params.get("PageInfos")
|
14663
|
+
self._SheetInfos = params.get("SheetInfos")
|
14664
|
+
self._DocBizId = params.get("DocBizId")
|
14419
14665
|
memeber_set = set(params.keys())
|
14420
14666
|
for name, value in vars(self).items():
|
14421
14667
|
property_name = name[1:]
|
@@ -15677,6 +15923,120 @@ class SaveDocResponse(AbstractModel):
|
|
15677
15923
|
self._RequestId = params.get("RequestId")
|
15678
15924
|
|
15679
15925
|
|
15926
|
+
class SimilarQuestion(AbstractModel):
|
15927
|
+
"""相似问信息
|
15928
|
+
|
15929
|
+
"""
|
15930
|
+
|
15931
|
+
def __init__(self):
|
15932
|
+
r"""
|
15933
|
+
:param _SimBizId: 相似问ID
|
15934
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
15935
|
+
:type SimBizId: str
|
15936
|
+
:param _Question: 相似问内容
|
15937
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
15938
|
+
:type Question: str
|
15939
|
+
"""
|
15940
|
+
self._SimBizId = None
|
15941
|
+
self._Question = None
|
15942
|
+
|
15943
|
+
@property
|
15944
|
+
def SimBizId(self):
|
15945
|
+
return self._SimBizId
|
15946
|
+
|
15947
|
+
@SimBizId.setter
|
15948
|
+
def SimBizId(self, SimBizId):
|
15949
|
+
self._SimBizId = SimBizId
|
15950
|
+
|
15951
|
+
@property
|
15952
|
+
def Question(self):
|
15953
|
+
return self._Question
|
15954
|
+
|
15955
|
+
@Question.setter
|
15956
|
+
def Question(self, Question):
|
15957
|
+
self._Question = Question
|
15958
|
+
|
15959
|
+
|
15960
|
+
def _deserialize(self, params):
|
15961
|
+
self._SimBizId = params.get("SimBizId")
|
15962
|
+
self._Question = params.get("Question")
|
15963
|
+
memeber_set = set(params.keys())
|
15964
|
+
for name, value in vars(self).items():
|
15965
|
+
property_name = name[1:]
|
15966
|
+
if property_name in memeber_set:
|
15967
|
+
memeber_set.remove(property_name)
|
15968
|
+
if len(memeber_set) > 0:
|
15969
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
15970
|
+
|
15971
|
+
|
15972
|
+
|
15973
|
+
class SimilarQuestionModify(AbstractModel):
|
15974
|
+
"""相似问修改(更新)信息
|
15975
|
+
|
15976
|
+
"""
|
15977
|
+
|
15978
|
+
def __init__(self):
|
15979
|
+
r"""
|
15980
|
+
:param _AddQuestions: 需要添加的相似问(内容)列表
|
15981
|
+
:type AddQuestions: list of str
|
15982
|
+
:param _UpdateQuestions: 需要更新的相似问列表
|
15983
|
+
:type UpdateQuestions: list of SimilarQuestion
|
15984
|
+
:param _DeleteQuestions: 需要删除的相似问列表
|
15985
|
+
:type DeleteQuestions: list of SimilarQuestion
|
15986
|
+
"""
|
15987
|
+
self._AddQuestions = None
|
15988
|
+
self._UpdateQuestions = None
|
15989
|
+
self._DeleteQuestions = None
|
15990
|
+
|
15991
|
+
@property
|
15992
|
+
def AddQuestions(self):
|
15993
|
+
return self._AddQuestions
|
15994
|
+
|
15995
|
+
@AddQuestions.setter
|
15996
|
+
def AddQuestions(self, AddQuestions):
|
15997
|
+
self._AddQuestions = AddQuestions
|
15998
|
+
|
15999
|
+
@property
|
16000
|
+
def UpdateQuestions(self):
|
16001
|
+
return self._UpdateQuestions
|
16002
|
+
|
16003
|
+
@UpdateQuestions.setter
|
16004
|
+
def UpdateQuestions(self, UpdateQuestions):
|
16005
|
+
self._UpdateQuestions = UpdateQuestions
|
16006
|
+
|
16007
|
+
@property
|
16008
|
+
def DeleteQuestions(self):
|
16009
|
+
return self._DeleteQuestions
|
16010
|
+
|
16011
|
+
@DeleteQuestions.setter
|
16012
|
+
def DeleteQuestions(self, DeleteQuestions):
|
16013
|
+
self._DeleteQuestions = DeleteQuestions
|
16014
|
+
|
16015
|
+
|
16016
|
+
def _deserialize(self, params):
|
16017
|
+
self._AddQuestions = params.get("AddQuestions")
|
16018
|
+
if params.get("UpdateQuestions") is not None:
|
16019
|
+
self._UpdateQuestions = []
|
16020
|
+
for item in params.get("UpdateQuestions"):
|
16021
|
+
obj = SimilarQuestion()
|
16022
|
+
obj._deserialize(item)
|
16023
|
+
self._UpdateQuestions.append(obj)
|
16024
|
+
if params.get("DeleteQuestions") is not None:
|
16025
|
+
self._DeleteQuestions = []
|
16026
|
+
for item in params.get("DeleteQuestions"):
|
16027
|
+
obj = SimilarQuestion()
|
16028
|
+
obj._deserialize(item)
|
16029
|
+
self._DeleteQuestions.append(obj)
|
16030
|
+
memeber_set = set(params.keys())
|
16031
|
+
for name, value in vars(self).items():
|
16032
|
+
property_name = name[1:]
|
16033
|
+
if property_name in memeber_set:
|
16034
|
+
memeber_set.remove(property_name)
|
16035
|
+
if len(memeber_set) > 0:
|
16036
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
16037
|
+
|
16038
|
+
|
16039
|
+
|
15680
16040
|
class StopDocParseRequest(AbstractModel):
|
15681
16041
|
"""StopDocParse请求参数结构体
|
15682
16042
|
|
@@ -62,6 +62,12 @@ FAILEDOPERATION_INSTANCECANNOTRETURN = 'FailedOperation.InstanceCanNotReturn'
|
|
62
62
|
# 实例退费失败。
|
63
63
|
FAILEDOPERATION_INSTANCERETURNFAILED = 'FailedOperation.InstanceReturnFailed'
|
64
64
|
|
65
|
+
# 日志不存在。
|
66
|
+
FAILEDOPERATION_LOGNOTEXISTED = 'FailedOperation.LogNotExisted'
|
67
|
+
|
68
|
+
# 修改备份设置失败
|
69
|
+
FAILEDOPERATION_MODIFYBACKUPCONFIGSFAILED = 'FailedOperation.ModifyBackupConfigsFailed'
|
70
|
+
|
65
71
|
# 修改账号权限失败。
|
66
72
|
FAILEDOPERATION_MODIFYRIGHTFAILED = 'FailedOperation.ModifyRightFailed'
|
67
73
|
|