tccli 3.0.1133.1__py2.py3-none-any.whl → 3.0.1135.1__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- tccli/__init__.py +1 -1
- tccli/services/asr/v20190614/api.json +2 -2
- tccli/services/billing/v20180709/api.json +10 -0
- tccli/services/cam/v20190116/api.json +41 -12
- tccli/services/cdb/cdb_client.py +57 -4
- tccli/services/cdb/v20170320/api.json +270 -0
- tccli/services/cdb/v20170320/examples.json +8 -0
- tccli/services/cls/v20201016/api.json +3 -3
- tccli/services/cls/v20201016/examples.json +1 -1
- tccli/services/cmq/v20190304/api.json +53 -49
- tccli/services/cmq/v20190304/examples.json +2 -2
- tccli/services/cynosdb/cynosdb_client.py +57 -4
- tccli/services/cynosdb/v20190107/api.json +111 -0
- tccli/services/cynosdb/v20190107/examples.json +8 -0
- tccli/services/dlc/dlc_client.py +53 -0
- tccli/services/dlc/v20210125/api.json +153 -6
- tccli/services/dlc/v20210125/examples.json +14 -6
- tccli/services/dsgc/v20190723/api.json +45 -40
- tccli/services/dts/dts_client.py +0 -53
- tccli/services/dts/v20180330/api.json +0 -98
- tccli/services/dts/v20180330/examples.json +0 -8
- tccli/services/emr/v20190103/api.json +4 -4
- tccli/services/ess/ess_client.py +411 -305
- tccli/services/ess/v20201111/api.json +144 -0
- tccli/services/ess/v20201111/examples.json +16 -0
- tccli/services/essbasic/essbasic_client.py +110 -4
- tccli/services/essbasic/v20210526/api.json +138 -3
- tccli/services/essbasic/v20210526/examples.json +16 -0
- tccli/services/facefusion/v20181201/api.json +12 -12
- tccli/services/facefusion/v20181201/examples.json +4 -4
- tccli/services/iotexplorer/v20190423/api.json +4 -4
- tccli/services/lcic/v20220817/api.json +4 -4
- tccli/services/lighthouse/v20200324/api.json +1 -1
- tccli/services/lke/v20231130/api.json +274 -82
- tccli/services/lke/v20231130/examples.json +11 -5
- tccli/services/mongodb/mongodb_client.py +57 -4
- tccli/services/mongodb/v20190725/api.json +96 -0
- tccli/services/mongodb/v20190725/examples.json +8 -0
- tccli/services/mps/v20190612/api.json +57 -7
- tccli/services/mps/v20190612/examples.json +1 -1
- tccli/services/ocr/v20181119/api.json +373 -3
- tccli/services/organization/organization_client.py +118 -12
- tccli/services/organization/v20210331/api.json +68 -0
- tccli/services/organization/v20210331/examples.json +16 -0
- tccli/services/ses/v20201002/api.json +20 -1
- tccli/services/tdmq/tdmq_client.py +443 -19
- tccli/services/tdmq/v20200217/api.json +607 -17
- tccli/services/tdmq/v20200217/examples.json +64 -0
- tccli/services/tke/v20180525/api.json +33 -21
- tccli/services/tke/v20180525/examples.json +4 -4
- tccli/services/trro/v20220325/api.json +6 -6
- tccli/services/trtc/v20190722/api.json +4 -4
- tccli/services/tsf/v20180326/api.json +37 -27
- tccli/services/tsf/v20180326/examples.json +1 -1
- {tccli-3.0.1133.1.dist-info → tccli-3.0.1135.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1133.1.dist-info → tccli-3.0.1135.1.dist-info}/RECORD +59 -59
- {tccli-3.0.1133.1.dist-info → tccli-3.0.1135.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1133.1.dist-info → tccli-3.0.1135.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1133.1.dist-info → tccli-3.0.1135.1.dist-info}/license_files/LICENSE +0 -0
@@ -50,9 +50,9 @@
|
|
50
50
|
"status": "online"
|
51
51
|
},
|
52
52
|
"CreateReconstructDocumentFlow": {
|
53
|
-
"document": "
|
53
|
+
"document": "本接口为异步接口的发起请求接口,用于发起文档解析任务。\n文档解析支持将图片或PDF文件转换成Markdown格式文件,可解析包括表格、公式、图片、标题、段落、页眉、页脚等内容元素,并将内容智能转换成阅读顺序。\n\n体验期间单账号限制qps仅为1,若有正式接入需要请与产研团队沟通开放。",
|
54
54
|
"input": "CreateReconstructDocumentFlowRequest",
|
55
|
-
"name": "
|
55
|
+
"name": "创建文档解析任务",
|
56
56
|
"output": "CreateReconstructDocumentFlowResponse",
|
57
57
|
"status": "online"
|
58
58
|
},
|
@@ -85,7 +85,7 @@
|
|
85
85
|
"status": "online"
|
86
86
|
},
|
87
87
|
"DeleteDoc": {
|
88
|
-
"document": "
|
88
|
+
"document": "删除文档",
|
89
89
|
"input": "DeleteDocRequest",
|
90
90
|
"name": "删除文档",
|
91
91
|
"output": "DeleteDocResponse",
|
@@ -169,9 +169,9 @@
|
|
169
169
|
"status": "online"
|
170
170
|
},
|
171
171
|
"DescribeRobotBizIDByAppKey": {
|
172
|
-
"document": "通过appKey
|
172
|
+
"document": "通过appKey获取应用业务ID",
|
173
173
|
"input": "DescribeRobotBizIDByAppKeyRequest",
|
174
|
-
"name": "通过appKey
|
174
|
+
"name": "通过appKey获取应用业务ID",
|
175
175
|
"output": "DescribeRobotBizIDByAppKeyResponse",
|
176
176
|
"status": "online"
|
177
177
|
},
|
@@ -253,9 +253,9 @@
|
|
253
253
|
"status": "online"
|
254
254
|
},
|
255
255
|
"GetReconstructDocumentResult": {
|
256
|
-
"document": "
|
256
|
+
"document": "本接口为异步接口的查询结果接口,用于获取文档解析处理结果。",
|
257
257
|
"input": "GetReconstructDocumentResultRequest",
|
258
|
-
"name": "
|
258
|
+
"name": "查询文档解析任务结果",
|
259
259
|
"output": "GetReconstructDocumentResultResponse",
|
260
260
|
"status": "online"
|
261
261
|
},
|
@@ -456,9 +456,9 @@
|
|
456
456
|
"status": "online"
|
457
457
|
},
|
458
458
|
"ParseDoc": {
|
459
|
-
"document": "解析拆分文档。该接口需开通文档解析原子能力后调用。文档解析原子能力内测中,如有需要请联系架构师或 [联系客服](https://cloud.tencent.com/act/event/Online_service) 。",
|
459
|
+
"document": "接口即将下线,请切换使用新接口:[文档解析](https://cloud.tencent.com/document/product/1759/107504)\n解析拆分文档。该接口需开通文档解析原子能力后调用。文档解析原子能力内测中,如有需要请联系架构师或 [联系客服](https://cloud.tencent.com/act/event/Online_service) 。",
|
460
460
|
"input": "ParseDocRequest",
|
461
|
-
"name": "
|
461
|
+
"name": "文档解析旧版(请迁移新接口)",
|
462
462
|
"output": "ParseDocResponse",
|
463
463
|
"status": "online"
|
464
464
|
},
|
@@ -484,9 +484,9 @@
|
|
484
484
|
"status": "online"
|
485
485
|
},
|
486
486
|
"ReconstructDocument": {
|
487
|
-
"document": "支持将图片或PDF文件转换成Markdown
|
487
|
+
"document": "支持将图片或PDF文件转换成Markdown格式文件,可解析包括表格、公式、图片、标题、段落、页眉、页脚等内容元素,并将内容智能转换成阅读顺序。\n\n体验期间单账号限制qps仅为1,若有正式接入需要请与产研团队沟通开放。",
|
488
488
|
"input": "ReconstructDocumentRequest",
|
489
|
-
"name": "
|
489
|
+
"name": "文档解析",
|
490
490
|
"output": "ReconstructDocumentResponse",
|
491
491
|
"status": "online"
|
492
492
|
},
|
@@ -777,6 +777,17 @@
|
|
777
777
|
"required": false,
|
778
778
|
"type": "string",
|
779
779
|
"value_allowed_null": true
|
780
|
+
},
|
781
|
+
{
|
782
|
+
"disabled": false,
|
783
|
+
"document": "token余量\n注意:此字段可能返回 null,表示取不到有效值。",
|
784
|
+
"example": "无",
|
785
|
+
"member": "float",
|
786
|
+
"name": "TokenBalance",
|
787
|
+
"output_required": false,
|
788
|
+
"required": false,
|
789
|
+
"type": "float",
|
790
|
+
"value_allowed_null": true
|
780
791
|
}
|
781
792
|
],
|
782
793
|
"usage": "both"
|
@@ -1030,7 +1041,7 @@
|
|
1030
1041
|
"members": [
|
1031
1042
|
{
|
1032
1043
|
"disabled": false,
|
1033
|
-
"document": "
|
1044
|
+
"document": "应用ID",
|
1034
1045
|
"example": "无",
|
1035
1046
|
"member": "string",
|
1036
1047
|
"name": "BotBizId",
|
@@ -1112,7 +1123,7 @@
|
|
1112
1123
|
"members": [
|
1113
1124
|
{
|
1114
1125
|
"disabled": false,
|
1115
|
-
"document": "
|
1126
|
+
"document": "应用ID",
|
1116
1127
|
"example": "无",
|
1117
1128
|
"member": "string",
|
1118
1129
|
"name": "BotBizId",
|
@@ -1310,6 +1321,16 @@
|
|
1310
1321
|
"output_required": false,
|
1311
1322
|
"type": "string",
|
1312
1323
|
"value_allowed_null": true
|
1324
|
+
},
|
1325
|
+
{
|
1326
|
+
"disabled": false,
|
1327
|
+
"document": "文档信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
1328
|
+
"example": "无",
|
1329
|
+
"member": "MsgFileInfo",
|
1330
|
+
"name": "FileInfos",
|
1331
|
+
"output_required": false,
|
1332
|
+
"type": "list",
|
1333
|
+
"value_allowed_null": true
|
1313
1334
|
}
|
1314
1335
|
],
|
1315
1336
|
"usage": "out"
|
@@ -1391,7 +1412,7 @@
|
|
1391
1412
|
"members": [
|
1392
1413
|
{
|
1393
1414
|
"disabled": false,
|
1394
|
-
"document": "
|
1415
|
+
"document": "应用ID",
|
1395
1416
|
"example": "无",
|
1396
1417
|
"member": "string",
|
1397
1418
|
"name": "BotBizId",
|
@@ -1527,7 +1548,7 @@
|
|
1527
1548
|
"members": [
|
1528
1549
|
{
|
1529
1550
|
"disabled": false,
|
1530
|
-
"document": "
|
1551
|
+
"document": "应用ID",
|
1531
1552
|
"example": "无",
|
1532
1553
|
"member": "string",
|
1533
1554
|
"name": "BotBizId",
|
@@ -1612,7 +1633,7 @@
|
|
1612
1633
|
"members": [
|
1613
1634
|
{
|
1614
1635
|
"disabled": false,
|
1615
|
-
"document": "
|
1636
|
+
"document": "应用ID",
|
1616
1637
|
"example": "无",
|
1617
1638
|
"member": "string",
|
1618
1639
|
"name": "BotBizId",
|
@@ -1745,7 +1766,7 @@
|
|
1745
1766
|
"members": [
|
1746
1767
|
{
|
1747
1768
|
"disabled": false,
|
1748
|
-
"document": "
|
1769
|
+
"document": "文件的 Base64 值。 支持的文件格式:PNG、JPG、JPEG、PDF。 支持的文件大小:所下载文件经Base64编码后不超过 8M。文件下载时间不超过 3 秒。 支持的图片像素:单边介于20-10000px之间。 文件的 FileUrl、FileBase64 必须提供一个,如果都提供,只使用 FileUrl。",
|
1749
1770
|
"example": "无",
|
1750
1771
|
"member": "string",
|
1751
1772
|
"name": "FileBase64",
|
@@ -1754,7 +1775,7 @@
|
|
1754
1775
|
},
|
1755
1776
|
{
|
1756
1777
|
"disabled": false,
|
1757
|
-
"document": "
|
1778
|
+
"document": "文件的 Url 地址。 支持的文件格式:PNG、JPG、JPEG、PDF。 支持的文件大小:所下载文件经 Base64 编码后不超过 100M。文件下载时间不超过 15 秒。 支持的图片像素:单边介于20-10000px之间。 文件存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议文件存储于腾讯云。 非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
|
1758
1779
|
"example": "无",
|
1759
1780
|
"member": "string",
|
1760
1781
|
"name": "FileUrl",
|
@@ -1763,7 +1784,7 @@
|
|
1763
1784
|
},
|
1764
1785
|
{
|
1765
1786
|
"disabled": false,
|
1766
|
-
"document": "当传入文件是PDF
|
1787
|
+
"document": "当传入文件是PDF类型时,用来指定pdf识别的起始页码,识别的页码包含当前值。",
|
1767
1788
|
"example": "1",
|
1768
1789
|
"member": "int64",
|
1769
1790
|
"name": "FileStartPageNumber",
|
@@ -1772,7 +1793,7 @@
|
|
1772
1793
|
},
|
1773
1794
|
{
|
1774
1795
|
"disabled": false,
|
1775
|
-
"document": "当传入文件是PDF
|
1796
|
+
"document": "当传入文件是PDF类型时,用来指定pdf识别的结束页码,识别的页码包含当前值。",
|
1776
1797
|
"example": "3",
|
1777
1798
|
"member": "int64",
|
1778
1799
|
"name": "FileEndPageNumber",
|
@@ -1781,7 +1802,7 @@
|
|
1781
1802
|
},
|
1782
1803
|
{
|
1783
1804
|
"disabled": false,
|
1784
|
-
"document": "
|
1805
|
+
"document": "创建文档解析任务配置信息",
|
1785
1806
|
"example": "{\"TableResultType\":\"1\"}",
|
1786
1807
|
"member": "CreateReconstructDocumentFlowConfig",
|
1787
1808
|
"name": "Config",
|
@@ -1818,7 +1839,7 @@
|
|
1818
1839
|
"members": [
|
1819
1840
|
{
|
1820
1841
|
"disabled": false,
|
1821
|
-
"document": "
|
1842
|
+
"document": "应用ID",
|
1822
1843
|
"example": "无",
|
1823
1844
|
"member": "string",
|
1824
1845
|
"name": "BotBizId",
|
@@ -1990,7 +2011,7 @@
|
|
1990
2011
|
"members": [
|
1991
2012
|
{
|
1992
2013
|
"disabled": false,
|
1993
|
-
"document": "
|
2014
|
+
"document": "应用ID",
|
1994
2015
|
"example": "无",
|
1995
2016
|
"member": "string",
|
1996
2017
|
"name": "BotBizId",
|
@@ -2053,7 +2074,7 @@
|
|
2053
2074
|
},
|
2054
2075
|
{
|
2055
2076
|
"disabled": false,
|
2056
|
-
"document": "
|
2077
|
+
"document": "应用ID",
|
2057
2078
|
"example": "无",
|
2058
2079
|
"member": "string",
|
2059
2080
|
"name": "BotBizId",
|
@@ -2080,7 +2101,7 @@
|
|
2080
2101
|
"members": [
|
2081
2102
|
{
|
2082
2103
|
"disabled": false,
|
2083
|
-
"document": "
|
2104
|
+
"document": "应用ID",
|
2084
2105
|
"example": "无",
|
2085
2106
|
"member": "string",
|
2086
2107
|
"name": "BotBizId",
|
@@ -2116,7 +2137,7 @@
|
|
2116
2137
|
"members": [
|
2117
2138
|
{
|
2118
2139
|
"disabled": false,
|
2119
|
-
"document": "
|
2140
|
+
"document": "应用ID",
|
2120
2141
|
"example": "无",
|
2121
2142
|
"member": "string",
|
2122
2143
|
"name": "BotBizId",
|
@@ -2152,7 +2173,7 @@
|
|
2152
2173
|
"members": [
|
2153
2174
|
{
|
2154
2175
|
"disabled": false,
|
2155
|
-
"document": "
|
2176
|
+
"document": "应用ID",
|
2156
2177
|
"example": "无",
|
2157
2178
|
"member": "string",
|
2158
2179
|
"name": "BotBizId",
|
@@ -2363,7 +2384,7 @@
|
|
2363
2384
|
"members": [
|
2364
2385
|
{
|
2365
2386
|
"disabled": false,
|
2366
|
-
"document": "
|
2387
|
+
"document": "应用ID",
|
2367
2388
|
"example": "无",
|
2368
2389
|
"member": "string",
|
2369
2390
|
"name": "BotBizId",
|
@@ -2541,7 +2562,7 @@
|
|
2541
2562
|
"members": [
|
2542
2563
|
{
|
2543
2564
|
"disabled": false,
|
2544
|
-
"document": "
|
2565
|
+
"document": "应用ID",
|
2545
2566
|
"example": "无",
|
2546
2567
|
"member": "string",
|
2547
2568
|
"name": "BotBizId",
|
@@ -2816,7 +2837,7 @@
|
|
2816
2837
|
},
|
2817
2838
|
{
|
2818
2839
|
"disabled": false,
|
2819
|
-
"document": "
|
2840
|
+
"document": "应用ID",
|
2820
2841
|
"example": "无",
|
2821
2842
|
"member": "string",
|
2822
2843
|
"name": "BotBizId",
|
@@ -3083,7 +3104,7 @@
|
|
3083
3104
|
"members": [
|
3084
3105
|
{
|
3085
3106
|
"disabled": false,
|
3086
|
-
"document": "
|
3107
|
+
"document": "应用ID",
|
3087
3108
|
"example": "无",
|
3088
3109
|
"member": "string",
|
3089
3110
|
"name": "BotBizId",
|
@@ -3290,7 +3311,7 @@
|
|
3290
3311
|
"members": [
|
3291
3312
|
{
|
3292
3313
|
"disabled": false,
|
3293
|
-
"document": "
|
3314
|
+
"document": "应用appkey",
|
3294
3315
|
"example": "无",
|
3295
3316
|
"member": "string",
|
3296
3317
|
"name": "AppKey",
|
@@ -3305,7 +3326,7 @@
|
|
3305
3326
|
"members": [
|
3306
3327
|
{
|
3307
3328
|
"disabled": false,
|
3308
|
-
"document": "
|
3329
|
+
"document": "应用业务ID",
|
3309
3330
|
"example": "无",
|
3310
3331
|
"member": "string",
|
3311
3332
|
"name": "BotBizId",
|
@@ -3327,17 +3348,17 @@
|
|
3327
3348
|
"members": [
|
3328
3349
|
{
|
3329
3350
|
"disabled": false,
|
3330
|
-
"document": "
|
3351
|
+
"document": "应用ID",
|
3331
3352
|
"example": "无",
|
3332
3353
|
"member": "string",
|
3333
3354
|
"name": "BotBizId",
|
3334
|
-
"required":
|
3355
|
+
"required": false,
|
3335
3356
|
"type": "string"
|
3336
3357
|
},
|
3337
3358
|
{
|
3338
3359
|
"disabled": false,
|
3339
|
-
"document": "
|
3340
|
-
"example": "
|
3360
|
+
"document": "文件类型,正常的文件名类型后缀,例如 xlsx、pdf、 docx、png 等",
|
3361
|
+
"example": "pdf",
|
3341
3362
|
"member": "string",
|
3342
3363
|
"name": "FileType",
|
3343
3364
|
"required": false,
|
@@ -3345,12 +3366,21 @@
|
|
3345
3366
|
},
|
3346
3367
|
{
|
3347
3368
|
"disabled": false,
|
3348
|
-
"document": "
|
3369
|
+
"document": "IsPublic为空用于上传文件时选择场景,当上传为图片文件是IsPublic为true,上传文档文件时场景IsPublic为false",
|
3349
3370
|
"example": "false",
|
3350
3371
|
"member": "bool",
|
3351
3372
|
"name": "IsPublic",
|
3352
3373
|
"required": false,
|
3353
3374
|
"type": "bool"
|
3375
|
+
},
|
3376
|
+
{
|
3377
|
+
"disabled": false,
|
3378
|
+
"document": "存储类型: offline:离线文件,realtime:实时文件;为空默认为offline",
|
3379
|
+
"example": "offline",
|
3380
|
+
"member": "string",
|
3381
|
+
"name": "TypeKey",
|
3382
|
+
"required": false,
|
3383
|
+
"type": "string"
|
3354
3384
|
}
|
3355
3385
|
],
|
3356
3386
|
"type": "object"
|
@@ -3450,8 +3480,8 @@
|
|
3450
3480
|
},
|
3451
3481
|
{
|
3452
3482
|
"disabled": false,
|
3453
|
-
"document": "
|
3454
|
-
"example": "
|
3483
|
+
"document": "上传存储路径,到具体文件",
|
3484
|
+
"example": "/corp/1768567877186617344/1768574873671565312/doc/XIEVIQBxpnltliscsSAu-1796171935184060416.pdf",
|
3455
3485
|
"member": "string",
|
3456
3486
|
"name": "UploadPath",
|
3457
3487
|
"output_required": false,
|
@@ -3472,7 +3502,7 @@
|
|
3472
3502
|
"members": [
|
3473
3503
|
{
|
3474
3504
|
"disabled": false,
|
3475
|
-
"document": "
|
3505
|
+
"document": "应用ID",
|
3476
3506
|
"example": "无",
|
3477
3507
|
"member": "string",
|
3478
3508
|
"name": "BotBizId",
|
@@ -3715,7 +3745,7 @@
|
|
3715
3745
|
"members": [
|
3716
3746
|
{
|
3717
3747
|
"disabled": false,
|
3718
|
-
"document": "
|
3748
|
+
"document": "应用ID",
|
3719
3749
|
"example": "无",
|
3720
3750
|
"member": "string",
|
3721
3751
|
"name": "BotBizId",
|
@@ -3788,7 +3818,7 @@
|
|
3788
3818
|
"members": [
|
3789
3819
|
{
|
3790
3820
|
"disabled": false,
|
3791
|
-
"document": "
|
3821
|
+
"document": "应用ID",
|
3792
3822
|
"example": "无",
|
3793
3823
|
"member": "string",
|
3794
3824
|
"name": "BotBizId",
|
@@ -3833,7 +3863,7 @@
|
|
3833
3863
|
"members": [
|
3834
3864
|
{
|
3835
3865
|
"disabled": false,
|
3836
|
-
"document": "
|
3866
|
+
"document": "应用ID",
|
3837
3867
|
"example": "无",
|
3838
3868
|
"member": "string",
|
3839
3869
|
"name": "BotBizId",
|
@@ -3891,6 +3921,62 @@
|
|
3891
3921
|
],
|
3892
3922
|
"type": "object"
|
3893
3923
|
},
|
3924
|
+
"FileInfo": {
|
3925
|
+
"document": "实时上传的文件信息",
|
3926
|
+
"members": [
|
3927
|
+
{
|
3928
|
+
"disabled": false,
|
3929
|
+
"document": "文件名称\n注意:此字段可能返回 null,表示取不到有效值。",
|
3930
|
+
"example": "无",
|
3931
|
+
"member": "string",
|
3932
|
+
"name": "FileName",
|
3933
|
+
"output_required": false,
|
3934
|
+
"type": "string",
|
3935
|
+
"value_allowed_null": true
|
3936
|
+
},
|
3937
|
+
{
|
3938
|
+
"disabled": false,
|
3939
|
+
"document": "文件大小\n注意:此字段可能返回 null,表示取不到有效值。",
|
3940
|
+
"example": "无",
|
3941
|
+
"member": "string",
|
3942
|
+
"name": "FileSize",
|
3943
|
+
"output_required": false,
|
3944
|
+
"type": "string",
|
3945
|
+
"value_allowed_null": true
|
3946
|
+
},
|
3947
|
+
{
|
3948
|
+
"disabled": false,
|
3949
|
+
"document": "文件的URL地址,COS地址\n注意:此字段可能返回 null,表示取不到有效值。",
|
3950
|
+
"example": "无",
|
3951
|
+
"member": "string",
|
3952
|
+
"name": "FileUrl",
|
3953
|
+
"output_required": false,
|
3954
|
+
"type": "string",
|
3955
|
+
"value_allowed_null": true
|
3956
|
+
},
|
3957
|
+
{
|
3958
|
+
"disabled": false,
|
3959
|
+
"document": "文件类型\n注意:此字段可能返回 null,表示取不到有效值。",
|
3960
|
+
"example": "无",
|
3961
|
+
"member": "string",
|
3962
|
+
"name": "FileType",
|
3963
|
+
"output_required": false,
|
3964
|
+
"type": "string",
|
3965
|
+
"value_allowed_null": true
|
3966
|
+
},
|
3967
|
+
{
|
3968
|
+
"disabled": false,
|
3969
|
+
"document": "解析后返回的DocID\n注意:此字段可能返回 null,表示取不到有效值。",
|
3970
|
+
"example": "无",
|
3971
|
+
"member": "string",
|
3972
|
+
"name": "DocId",
|
3973
|
+
"output_required": false,
|
3974
|
+
"type": "string",
|
3975
|
+
"value_allowed_null": true
|
3976
|
+
}
|
3977
|
+
],
|
3978
|
+
"usage": "out"
|
3979
|
+
},
|
3894
3980
|
"Filters": {
|
3895
3981
|
"document": "不满意回复检索过滤",
|
3896
3982
|
"members": [
|
@@ -3920,7 +4006,7 @@
|
|
3920
4006
|
"members": [
|
3921
4007
|
{
|
3922
4008
|
"disabled": false,
|
3923
|
-
"document": "
|
4009
|
+
"document": "应用ID",
|
3924
4010
|
"example": "无",
|
3925
4011
|
"member": "string",
|
3926
4012
|
"name": "BotBizId",
|
@@ -4096,12 +4182,21 @@
|
|
4096
4182
|
},
|
4097
4183
|
{
|
4098
4184
|
"disabled": false,
|
4099
|
-
"document": "
|
4185
|
+
"document": "应用ID",
|
4100
4186
|
"example": "无",
|
4101
4187
|
"member": "string",
|
4102
4188
|
"name": "BotBizId",
|
4103
4189
|
"required": true,
|
4104
4190
|
"type": "string"
|
4191
|
+
},
|
4192
|
+
{
|
4193
|
+
"disabled": false,
|
4194
|
+
"document": "存储类型: offline:离线文件,realtime:实时文件;为空默认为offline",
|
4195
|
+
"example": "offline",
|
4196
|
+
"member": "string",
|
4197
|
+
"name": "TypeKey",
|
4198
|
+
"required": false,
|
4199
|
+
"type": "string"
|
4105
4200
|
}
|
4106
4201
|
],
|
4107
4202
|
"type": "object"
|
@@ -4274,7 +4369,7 @@
|
|
4274
4369
|
},
|
4275
4370
|
{
|
4276
4371
|
"disabled": false,
|
4277
|
-
"document": "
|
4372
|
+
"document": "应用AppKey",
|
4278
4373
|
"example": "无",
|
4279
4374
|
"member": "string",
|
4280
4375
|
"name": "BotAppKey",
|
@@ -4365,7 +4460,7 @@
|
|
4365
4460
|
},
|
4366
4461
|
{
|
4367
4462
|
"disabled": false,
|
4368
|
-
"document": "
|
4463
|
+
"document": "文档解析失败的页码",
|
4369
4464
|
"example": "无",
|
4370
4465
|
"member": "ReconstructDocumentFailedPage",
|
4371
4466
|
"name": "FailedPages",
|
@@ -4405,7 +4500,7 @@
|
|
4405
4500
|
},
|
4406
4501
|
{
|
4407
4502
|
"disabled": false,
|
4408
|
-
"document": "
|
4503
|
+
"document": "应用ID",
|
4409
4504
|
"example": "无",
|
4410
4505
|
"member": "string",
|
4411
4506
|
"name": "BotBizId",
|
@@ -4515,7 +4610,7 @@
|
|
4515
4610
|
},
|
4516
4611
|
{
|
4517
4612
|
"disabled": false,
|
4518
|
-
"document": "
|
4613
|
+
"document": "应用AppKey",
|
4519
4614
|
"example": "无",
|
4520
4615
|
"member": "string",
|
4521
4616
|
"name": "BotAppKey",
|
@@ -4556,6 +4651,26 @@
|
|
4556
4651
|
"type": "string",
|
4557
4652
|
"value_allowed_null": false
|
4558
4653
|
},
|
4654
|
+
{
|
4655
|
+
"disabled": false,
|
4656
|
+
"document": "余额; 余额大于 0 时表示有效.\n注意:此字段可能返回 null,表示取不到有效值。",
|
4657
|
+
"example": "无",
|
4658
|
+
"member": "float",
|
4659
|
+
"name": "Balance",
|
4660
|
+
"output_required": false,
|
4661
|
+
"type": "float",
|
4662
|
+
"value_allowed_null": true
|
4663
|
+
},
|
4664
|
+
{
|
4665
|
+
"disabled": false,
|
4666
|
+
"document": "对话窗输入字符限制",
|
4667
|
+
"example": "无",
|
4668
|
+
"member": "int64",
|
4669
|
+
"name": "InputLenLimit",
|
4670
|
+
"output_required": false,
|
4671
|
+
"type": "int",
|
4672
|
+
"value_allowed_null": false
|
4673
|
+
},
|
4559
4674
|
{
|
4560
4675
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
4561
4676
|
"member": "string",
|
@@ -4570,7 +4685,7 @@
|
|
4570
4685
|
"members": [
|
4571
4686
|
{
|
4572
4687
|
"disabled": false,
|
4573
|
-
"document": "
|
4688
|
+
"document": "应用ID",
|
4574
4689
|
"example": "无",
|
4575
4690
|
"member": "string",
|
4576
4691
|
"name": "BotBizId",
|
@@ -4615,7 +4730,7 @@
|
|
4615
4730
|
"members": [
|
4616
4731
|
{
|
4617
4732
|
"disabled": false,
|
4618
|
-
"document": "
|
4733
|
+
"document": "高亮起始位置\n\n注意:此字段可能返回 null,表示取不到有效值。",
|
4619
4734
|
"example": "无",
|
4620
4735
|
"member": "string",
|
4621
4736
|
"name": "StartPos",
|
@@ -4654,7 +4769,7 @@
|
|
4654
4769
|
"members": [
|
4655
4770
|
{
|
4656
4771
|
"disabled": false,
|
4657
|
-
"document": "
|
4772
|
+
"document": "应用ID",
|
4658
4773
|
"example": "无",
|
4659
4774
|
"member": "string",
|
4660
4775
|
"name": "BotBizId",
|
@@ -4717,7 +4832,7 @@
|
|
4717
4832
|
},
|
4718
4833
|
{
|
4719
4834
|
"disabled": false,
|
4720
|
-
"document": "
|
4835
|
+
"document": "应用appKey",
|
4721
4836
|
"example": "LYQCTv",
|
4722
4837
|
"member": "string",
|
4723
4838
|
"name": "BotAppKey",
|
@@ -4961,6 +5076,17 @@
|
|
4961
5076
|
"required": false,
|
4962
5077
|
"type": "int",
|
4963
5078
|
"value_allowed_null": true
|
5079
|
+
},
|
5080
|
+
{
|
5081
|
+
"disabled": false,
|
5082
|
+
"document": "检索置信度,针对文档和问答有效,最小0.01,最大0.99\n注意:此字段可能返回 null,表示取不到有效值。",
|
5083
|
+
"example": "无",
|
5084
|
+
"member": "float",
|
5085
|
+
"name": "Confidence",
|
5086
|
+
"output_required": false,
|
5087
|
+
"required": false,
|
5088
|
+
"type": "float",
|
5089
|
+
"value_allowed_null": true
|
4964
5090
|
}
|
4965
5091
|
],
|
4966
5092
|
"usage": "both"
|
@@ -5142,7 +5268,7 @@
|
|
5142
5268
|
"members": [
|
5143
5269
|
{
|
5144
5270
|
"disabled": false,
|
5145
|
-
"document": "
|
5271
|
+
"document": "应用ID",
|
5146
5272
|
"example": "无",
|
5147
5273
|
"member": "string",
|
5148
5274
|
"name": "BotBizId",
|
@@ -5648,7 +5774,7 @@
|
|
5648
5774
|
"members": [
|
5649
5775
|
{
|
5650
5776
|
"disabled": false,
|
5651
|
-
"document": "
|
5777
|
+
"document": "应用ID",
|
5652
5778
|
"example": "无",
|
5653
5779
|
"member": "string",
|
5654
5780
|
"name": "BotBizId",
|
@@ -6019,7 +6145,7 @@
|
|
6019
6145
|
"members": [
|
6020
6146
|
{
|
6021
6147
|
"disabled": false,
|
6022
|
-
"document": "
|
6148
|
+
"document": "应用ID",
|
6023
6149
|
"example": "无",
|
6024
6150
|
"member": "string",
|
6025
6151
|
"name": "BotBizId",
|
@@ -6129,7 +6255,7 @@
|
|
6129
6255
|
"members": [
|
6130
6256
|
{
|
6131
6257
|
"disabled": false,
|
6132
|
-
"document": "
|
6258
|
+
"document": "应用ID",
|
6133
6259
|
"example": "无",
|
6134
6260
|
"member": "string",
|
6135
6261
|
"name": "BotBizId",
|
@@ -6322,7 +6448,7 @@
|
|
6322
6448
|
"members": [
|
6323
6449
|
{
|
6324
6450
|
"disabled": false,
|
6325
|
-
"document": "
|
6451
|
+
"document": "应用ID",
|
6326
6452
|
"example": "无",
|
6327
6453
|
"member": "string",
|
6328
6454
|
"name": "BotBizId",
|
@@ -6528,7 +6654,7 @@
|
|
6528
6654
|
"members": [
|
6529
6655
|
{
|
6530
6656
|
"disabled": false,
|
6531
|
-
"document": "
|
6657
|
+
"document": "应用ID",
|
6532
6658
|
"example": "无",
|
6533
6659
|
"member": "string",
|
6534
6660
|
"name": "BotBizId",
|
@@ -6712,7 +6838,7 @@
|
|
6712
6838
|
"members": [
|
6713
6839
|
{
|
6714
6840
|
"disabled": false,
|
6715
|
-
"document": "
|
6841
|
+
"document": "应用ID",
|
6716
6842
|
"example": "无",
|
6717
6843
|
"member": "string",
|
6718
6844
|
"name": "BotBizId",
|
@@ -6767,7 +6893,7 @@
|
|
6767
6893
|
"members": [
|
6768
6894
|
{
|
6769
6895
|
"disabled": false,
|
6770
|
-
"document": "
|
6896
|
+
"document": "应用ID",
|
6771
6897
|
"example": "无",
|
6772
6898
|
"member": "string",
|
6773
6899
|
"name": "BotBizId",
|
@@ -7018,7 +7144,7 @@
|
|
7018
7144
|
"members": [
|
7019
7145
|
{
|
7020
7146
|
"disabled": false,
|
7021
|
-
"document": "
|
7147
|
+
"document": "应用ID",
|
7022
7148
|
"example": "无",
|
7023
7149
|
"member": "string",
|
7024
7150
|
"name": "BotBizId",
|
@@ -7118,7 +7244,7 @@
|
|
7118
7244
|
"members": [
|
7119
7245
|
{
|
7120
7246
|
"disabled": false,
|
7121
|
-
"document": "
|
7247
|
+
"document": "应用ID",
|
7122
7248
|
"example": "无",
|
7123
7249
|
"member": "string",
|
7124
7250
|
"name": "BotBizId",
|
@@ -7172,7 +7298,7 @@
|
|
7172
7298
|
"members": [
|
7173
7299
|
{
|
7174
7300
|
"disabled": false,
|
7175
|
-
"document": "
|
7301
|
+
"document": "应用ID",
|
7176
7302
|
"example": "无",
|
7177
7303
|
"member": "string",
|
7178
7304
|
"name": "BotBizId",
|
@@ -7289,7 +7415,7 @@
|
|
7289
7415
|
"members": [
|
7290
7416
|
{
|
7291
7417
|
"disabled": false,
|
7292
|
-
"document": "
|
7418
|
+
"document": "应用ID",
|
7293
7419
|
"example": "无",
|
7294
7420
|
"member": "string",
|
7295
7421
|
"name": "BotBizId",
|
@@ -7343,7 +7469,7 @@
|
|
7343
7469
|
"members": [
|
7344
7470
|
{
|
7345
7471
|
"disabled": false,
|
7346
|
-
"document": "
|
7472
|
+
"document": "应用ID",
|
7347
7473
|
"example": "无",
|
7348
7474
|
"member": "string",
|
7349
7475
|
"name": "BotBizId",
|
@@ -7388,7 +7514,7 @@
|
|
7388
7514
|
"members": [
|
7389
7515
|
{
|
7390
7516
|
"disabled": false,
|
7391
|
-
"document": "
|
7517
|
+
"document": "应用ID",
|
7392
7518
|
"example": "无",
|
7393
7519
|
"member": "string",
|
7394
7520
|
"name": "BotBizId",
|
@@ -7505,7 +7631,7 @@
|
|
7505
7631
|
"members": [
|
7506
7632
|
{
|
7507
7633
|
"disabled": false,
|
7508
|
-
"document": "
|
7634
|
+
"document": "应用ID",
|
7509
7635
|
"example": "无",
|
7510
7636
|
"member": "string",
|
7511
7637
|
"name": "BotBizId",
|
@@ -7545,6 +7671,62 @@
|
|
7545
7671
|
],
|
7546
7672
|
"type": "object"
|
7547
7673
|
},
|
7674
|
+
"MsgFileInfo": {
|
7675
|
+
"document": "文档信息",
|
7676
|
+
"members": [
|
7677
|
+
{
|
7678
|
+
"disabled": false,
|
7679
|
+
"document": "文档名称\n注意:此字段可能返回 null,表示取不到有效值。",
|
7680
|
+
"example": "无",
|
7681
|
+
"member": "string",
|
7682
|
+
"name": "FileName",
|
7683
|
+
"output_required": false,
|
7684
|
+
"type": "string",
|
7685
|
+
"value_allowed_null": true
|
7686
|
+
},
|
7687
|
+
{
|
7688
|
+
"disabled": false,
|
7689
|
+
"document": "文档大小\n注意:此字段可能返回 null,表示取不到有效值。",
|
7690
|
+
"example": "无",
|
7691
|
+
"member": "string",
|
7692
|
+
"name": "FileSize",
|
7693
|
+
"output_required": false,
|
7694
|
+
"type": "string",
|
7695
|
+
"value_allowed_null": true
|
7696
|
+
},
|
7697
|
+
{
|
7698
|
+
"disabled": false,
|
7699
|
+
"document": "文档URL\n注意:此字段可能返回 null,表示取不到有效值。",
|
7700
|
+
"example": "无",
|
7701
|
+
"member": "string",
|
7702
|
+
"name": "FileUrl",
|
7703
|
+
"output_required": false,
|
7704
|
+
"type": "string",
|
7705
|
+
"value_allowed_null": true
|
7706
|
+
},
|
7707
|
+
{
|
7708
|
+
"disabled": false,
|
7709
|
+
"document": "文档类型\n注意:此字段可能返回 null,表示取不到有效值。",
|
7710
|
+
"example": "无",
|
7711
|
+
"member": "string",
|
7712
|
+
"name": "FileType",
|
7713
|
+
"output_required": false,
|
7714
|
+
"type": "string",
|
7715
|
+
"value_allowed_null": true
|
7716
|
+
},
|
7717
|
+
{
|
7718
|
+
"disabled": false,
|
7719
|
+
"document": "文档ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
7720
|
+
"example": "无",
|
7721
|
+
"member": "string",
|
7722
|
+
"name": "DocId",
|
7723
|
+
"output_required": false,
|
7724
|
+
"type": "string",
|
7725
|
+
"value_allowed_null": true
|
7726
|
+
}
|
7727
|
+
],
|
7728
|
+
"usage": "out"
|
7729
|
+
},
|
7548
7730
|
"MsgRecord": {
|
7549
7731
|
"document": "消息详情",
|
7550
7732
|
"members": [
|
@@ -7730,7 +7912,7 @@
|
|
7730
7912
|
},
|
7731
7913
|
{
|
7732
7914
|
"disabled": false,
|
7733
|
-
"document": "回复方式\n注意:此字段可能返回 null,表示取不到有效值。",
|
7915
|
+
"document": "回复方式\n1:大模型直接回复;\n2:保守回复, 未知问题回复;\n3:拒答问题回复;\n4:敏感回复;\n5:问答对直接回复, 已采纳问答对优先回复;\n6:欢迎语回复;\n7:并发超限回复;\n8:全局干预知识;\n9:任务流程过程回复, 当历史记录中 task_flow.type = 0 时, 为大模型回复;\n10:任务流程答案回复;\n11:搜索引擎回复;\n12:知识润色后回复;\n13:图片理解回复;\n14:实时文档回复;\n注意:此字段可能返回 null,表示取不到有效值。",
|
7734
7916
|
"example": "无",
|
7735
7917
|
"member": "uint64",
|
7736
7918
|
"name": "ReplyMethod",
|
@@ -7757,6 +7939,16 @@
|
|
7757
7939
|
"output_required": false,
|
7758
7940
|
"type": "object",
|
7759
7941
|
"value_allowed_null": true
|
7942
|
+
},
|
7943
|
+
{
|
7944
|
+
"disabled": false,
|
7945
|
+
"document": "用户传入的文件信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
7946
|
+
"example": "无",
|
7947
|
+
"member": "FileInfo",
|
7948
|
+
"name": "FileInfos",
|
7949
|
+
"output_required": false,
|
7950
|
+
"type": "list",
|
7951
|
+
"value_allowed_null": true
|
7760
7952
|
}
|
7761
7953
|
],
|
7762
7954
|
"usage": "out"
|
@@ -8186,7 +8378,7 @@
|
|
8186
8378
|
},
|
8187
8379
|
{
|
8188
8380
|
"disabled": false,
|
8189
|
-
"document": "
|
8381
|
+
"document": "应用ID",
|
8190
8382
|
"example": "无",
|
8191
8383
|
"member": "string",
|
8192
8384
|
"name": "BotBizId",
|
@@ -8415,7 +8607,7 @@
|
|
8415
8607
|
"members": [
|
8416
8608
|
{
|
8417
8609
|
"disabled": false,
|
8418
|
-
"document": "
|
8610
|
+
"document": "应用appKey",
|
8419
8611
|
"example": "LYQCTv",
|
8420
8612
|
"member": "string",
|
8421
8613
|
"name": "BotAppKey",
|
@@ -8500,7 +8692,7 @@
|
|
8500
8692
|
"members": [
|
8501
8693
|
{
|
8502
8694
|
"disabled": false,
|
8503
|
-
"document": "
|
8695
|
+
"document": "文件的 Base64 值。 支持的文件格式:PNG、JPG、JPEG、PDF。 支持的文件大小:所下载文件经Base64编码后不超过 8M。文件下载时间不超过 3 秒。 支持的图片像素:单边介于20-10000px之间。 文件的 FileUrl、FileBase64 必须提供一个,如果都提供,只使用 FileUrl。",
|
8504
8696
|
"example": "无",
|
8505
8697
|
"member": "string",
|
8506
8698
|
"name": "FileBase64",
|
@@ -8509,7 +8701,7 @@
|
|
8509
8701
|
},
|
8510
8702
|
{
|
8511
8703
|
"disabled": false,
|
8512
|
-
"document": "
|
8704
|
+
"document": "文件的 Url 地址。 支持的文件格式:PNG、JPG、JPEG、PDF。 支持的文件大小:所下载文件经 Base64 编码后不超过 8M。文件下载时间不超过 3 秒。 支持的图片像素:单边介于20-10000px之间。 文件存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议文件存储于腾讯云。 非腾讯云存储的 Url 速度和稳定性可能受一定影响。",
|
8513
8705
|
"example": "无",
|
8514
8706
|
"member": "string",
|
8515
8707
|
"name": "FileUrl",
|
@@ -8518,7 +8710,7 @@
|
|
8518
8710
|
},
|
8519
8711
|
{
|
8520
8712
|
"disabled": false,
|
8521
|
-
"document": "当传入文件是PDF
|
8713
|
+
"document": "当传入文件是PDF类型时,用来指定pdf识别的起始页码,识别的页码包含当前值。",
|
8522
8714
|
"example": "1",
|
8523
8715
|
"member": "int64",
|
8524
8716
|
"name": "FileStartPageNumber",
|
@@ -8527,7 +8719,7 @@
|
|
8527
8719
|
},
|
8528
8720
|
{
|
8529
8721
|
"disabled": false,
|
8530
|
-
"document": "当传入文件是PDF
|
8722
|
+
"document": "当传入文件是PDF类型时,用来指定pdf识别的结束页码,识别的页码包含当前值。单次调用,最多支持10页pdf的文档解析。",
|
8531
8723
|
"example": "3",
|
8532
8724
|
"member": "int64",
|
8533
8725
|
"name": "FileEndPageNumber",
|
@@ -9164,7 +9356,7 @@
|
|
9164
9356
|
"members": [
|
9165
9357
|
{
|
9166
9358
|
"disabled": false,
|
9167
|
-
"document": "
|
9359
|
+
"document": "应用ID",
|
9168
9360
|
"example": "无",
|
9169
9361
|
"member": "string",
|
9170
9362
|
"name": "BotBizId",
|
@@ -9200,7 +9392,7 @@
|
|
9200
9392
|
"members": [
|
9201
9393
|
{
|
9202
9394
|
"disabled": false,
|
9203
|
-
"document": "
|
9395
|
+
"document": "应用ID",
|
9204
9396
|
"example": "无",
|
9205
9397
|
"member": "string",
|
9206
9398
|
"name": "BotBizId",
|
@@ -9474,7 +9666,7 @@
|
|
9474
9666
|
"members": [
|
9475
9667
|
{
|
9476
9668
|
"disabled": false,
|
9477
|
-
"document": "
|
9669
|
+
"document": "应用ID",
|
9478
9670
|
"example": "无",
|
9479
9671
|
"member": "string",
|
9480
9672
|
"name": "BotBizId",
|
@@ -9817,7 +10009,7 @@
|
|
9817
10009
|
},
|
9818
10010
|
{
|
9819
10011
|
"disabled": false,
|
9820
|
-
"document": "
|
10012
|
+
"document": "应用回复\n注意:此字段可能返回 null,表示取不到有效值。",
|
9821
10013
|
"example": "无",
|
9822
10014
|
"member": "string",
|
9823
10015
|
"name": "Answer",
|
@@ -9843,7 +10035,7 @@
|
|
9843
10035
|
"members": [
|
9844
10036
|
{
|
9845
10037
|
"disabled": false,
|
9846
|
-
"document": "
|
10038
|
+
"document": "应用ID",
|
9847
10039
|
"example": "无",
|
9848
10040
|
"member": "string",
|
9849
10041
|
"name": "BotBizId",
|
@@ -10009,7 +10201,7 @@
|
|
10009
10201
|
},
|
10010
10202
|
{
|
10011
10203
|
"disabled": false,
|
10012
|
-
"document": "
|
10204
|
+
"document": "应用ID",
|
10013
10205
|
"example": "无",
|
10014
10206
|
"member": "string",
|
10015
10207
|
"name": "BotBizId",
|