tccli-intl-en 3.0.1168.1__py2.py3-none-any.whl → 3.1.16.1__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 (294) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/argument.py +1 -1
  3. tccli/plugins/sso/__init__.py +14 -0
  4. tccli/plugins/sso/login.py +23 -6
  5. tccli/plugins/sso/texts.py +4 -0
  6. tccli/services/__init__.py +49 -2
  7. tccli/services/advisor/advisor_client.py +10 -4
  8. tccli/services/ai3d/__init__.py +4 -0
  9. tccli/services/ai3d/ai3d_client.py +266 -0
  10. tccli/services/ai3d/v20250513/api.json +264 -0
  11. tccli/services/ai3d/v20250513/examples.json +20 -0
  12. tccli/services/aiart/aiart_client.py +5 -2
  13. tccli/services/ams/ams_client.py +20 -8
  14. tccli/services/antiddos/antiddos_client.py +350 -140
  15. tccli/services/apigateway/apigateway_client.py +465 -186
  16. tccli/services/apm/apm_client.py +835 -68
  17. tccli/services/apm/v20210622/api.json +3936 -1145
  18. tccli/services/apm/v20210622/examples.json +133 -23
  19. tccli/services/asr/asr_client.py +10 -4
  20. tccli/services/autoscaling/autoscaling_client.py +341 -114
  21. tccli/services/autoscaling/v20180419/api.json +514 -333
  22. tccli/services/autoscaling/v20180419/examples.json +46 -38
  23. tccli/services/batch/batch_client.py +140 -56
  24. tccli/services/bi/__init__.py +4 -0
  25. tccli/services/bi/bi_client.py +1498 -0
  26. tccli/services/bi/v20220105/api.json +5769 -0
  27. tccli/services/bi/v20220105/examples.json +215 -0
  28. tccli/services/billing/billing_client.py +1055 -134
  29. tccli/services/billing/v20180709/api.json +1654 -243
  30. tccli/services/billing/v20180709/examples.json +169 -25
  31. tccli/services/cam/cam_client.py +405 -162
  32. tccli/services/captcha/captcha_client.py +5 -2
  33. tccli/services/captcha/v20190722/api.json +16 -6
  34. tccli/services/captcha/v20190722/examples.json +3 -3
  35. tccli/services/car/car_client.py +165 -66
  36. tccli/services/cbs/cbs_client.py +190 -76
  37. tccli/services/ccc/ccc_client.py +1167 -268
  38. tccli/services/ccc/v20200210/api.json +2263 -202
  39. tccli/services/ccc/v20200210/examples.json +116 -12
  40. tccli/services/cdb/cdb_client.py +665 -266
  41. tccli/services/cdb/v20170320/api.json +426 -173
  42. tccli/services/cdb/v20170320/examples.json +6 -6
  43. tccli/services/cdc/cdc_client.py +100 -40
  44. tccli/services/cdc/v20201214/api.json +2 -2
  45. tccli/services/cdc/v20201214/examples.json +4 -4
  46. tccli/services/cdn/cdn_client.py +220 -88
  47. tccli/services/cdwdoris/cdwdoris_client.py +385 -154
  48. tccli/services/cdwpg/cdwpg_client.py +120 -48
  49. tccli/services/cdz/__init__.py +4 -0
  50. tccli/services/cdz/cdz_client.py +210 -0
  51. tccli/services/cdz/v20221123/api.json +233 -0
  52. tccli/services/cdz/v20221123/examples.json +12 -0
  53. tccli/services/cfg/cfg_client.py +80 -32
  54. tccli/services/cfg/v20210820/api.json +30 -10
  55. tccli/services/cfg/v20210820/examples.json +1 -1
  56. tccli/services/cfs/cfs_client.py +195 -78
  57. tccli/services/cfw/cfw_client.py +330 -132
  58. tccli/services/chdfs/chdfs_client.py +145 -58
  59. tccli/services/ciam/ciam_client.py +80 -32
  60. tccli/services/ckafka/ckafka_client.py +1033 -255
  61. tccli/services/ckafka/v20190819/api.json +3378 -1681
  62. tccli/services/ckafka/v20190819/examples.json +254 -160
  63. tccli/services/clb/clb_client.py +1054 -469
  64. tccli/services/clb/v20180317/api.json +2307 -1024
  65. tccli/services/clb/v20180317/examples.json +186 -126
  66. tccli/services/cloudaudit/cloudaudit_client.py +90 -36
  67. tccli/services/cls/cls_client.py +434 -173
  68. tccli/services/cmq/cmq_client.py +14 -803
  69. tccli/services/cmq/v20190304/api.json +173 -1367
  70. tccli/services/cmq/v20190304/examples.json +0 -120
  71. tccli/services/config/config_client.py +30 -12
  72. tccli/services/controlcenter/controlcenter_client.py +229 -2
  73. tccli/services/controlcenter/v20230110/api.json +528 -5
  74. tccli/services/controlcenter/v20230110/examples.json +32 -0
  75. tccli/services/csip/csip_client.py +339 -78
  76. tccli/services/csip/v20221121/api.json +1011 -38
  77. tccli/services/csip/v20221121/examples.json +24 -0
  78. tccli/services/ctsdb/__init__.py +4 -0
  79. tccli/services/ctsdb/ctsdb_client.py +266 -0
  80. tccli/services/ctsdb/v20230202/api.json +677 -0
  81. tccli/services/ctsdb/v20230202/examples.json +20 -0
  82. tccli/services/cvm/cvm_client.py +706 -189
  83. tccli/services/cvm/v20170312/api.json +1141 -510
  84. tccli/services/cvm/v20170312/examples.json +174 -128
  85. tccli/services/cwp/cwp_client.py +2325 -930
  86. tccli/services/cynosdb/cynosdb_client.py +3051 -575
  87. tccli/services/cynosdb/v20190107/api.json +14074 -7139
  88. tccli/services/cynosdb/v20190107/examples.json +597 -287
  89. tccli/services/dataintegration/dataintegration_client.py +5 -2
  90. tccli/services/dayu/dayu_client.py +515 -206
  91. tccli/services/dbbrain/dbbrain_client.py +210 -84
  92. tccli/services/dc/dc_client.py +90 -36
  93. tccli/services/dcdb/dcdb_client.py +310 -124
  94. tccli/services/dlc/dlc_client.py +859 -214
  95. tccli/services/dlc/v20210125/api.json +637 -13
  96. tccli/services/dlc/v20210125/examples.json +48 -0
  97. tccli/services/dms/dms_client.py +10 -4
  98. tccli/services/dnspod/dnspod_client.py +390 -111
  99. tccli/services/dnspod/v20210323/api.json +196 -0
  100. tccli/services/dnspod/v20210323/examples.json +24 -0
  101. tccli/services/domain/domain_client.py +120 -48
  102. tccli/services/dts/dts_client.py +415 -166
  103. tccli/services/eb/eb_client.py +130 -52
  104. tccli/services/ecdn/ecdn_client.py +75 -30
  105. tccli/services/ecm/ecm_client.py +620 -248
  106. tccli/services/eiam/eiam_client.py +200 -80
  107. tccli/services/emr/emr_client.py +3104 -117
  108. tccli/services/emr/v20190103/api.json +15311 -4361
  109. tccli/services/emr/v20190103/examples.json +452 -42
  110. tccli/services/es/es_client.py +105 -42
  111. tccli/services/facefusion/facefusion_client.py +15 -6
  112. tccli/services/faceid/faceid_client.py +95 -38
  113. tccli/services/faceid/v20180301/api.json +172 -45
  114. tccli/services/faceid/v20180301/examples.json +3 -3
  115. tccli/services/gaap/gaap_client.py +440 -176
  116. tccli/services/gme/gme_client.py +50 -20
  117. tccli/services/gpm/gpm_client.py +90 -36
  118. tccli/services/gse/gse_client.py +110 -44
  119. tccli/services/gwlb/gwlb_client.py +90 -36
  120. tccli/services/hunyuan/__init__.py +4 -0
  121. tccli/services/hunyuan/hunyuan_client.py +266 -0
  122. tccli/services/hunyuan/v20230901/api.json +270 -0
  123. tccli/services/hunyuan/v20230901/examples.json +20 -0
  124. tccli/services/iai/iai_client.py +145 -58
  125. tccli/services/iai/v20200303/api.json +187 -51
  126. tccli/services/iai/v20200303/examples.json +30 -12
  127. tccli/services/iap/iap_client.py +30 -12
  128. tccli/services/ims/ims_client.py +5 -2
  129. tccli/services/ims/v20201229/api.json +133 -141
  130. tccli/services/ims/v20201229/examples.json +3 -3
  131. tccli/services/intlpartnersmgt/intlpartnersmgt_client.py +516 -72
  132. tccli/services/intlpartnersmgt/v20220928/api.json +976 -60
  133. tccli/services/intlpartnersmgt/v20220928/examples.json +50 -2
  134. tccli/services/iotcloud/iotcloud_client.py +100 -40
  135. tccli/services/iotcloud/v20210408/api.json +216 -107
  136. tccli/services/iotcloud/v20210408/examples.json +9 -9
  137. tccli/services/ip/ip_client.py +30 -12
  138. tccli/services/kms/kms_client.py +1226 -227
  139. tccli/services/kms/v20190118/api.json +1562 -144
  140. tccli/services/kms/v20190118/examples.json +204 -78
  141. tccli/services/lcic/lcic_client.py +265 -106
  142. tccli/services/lighthouse/lighthouse_client.py +370 -148
  143. tccli/services/lighthouse/v20200324/api.json +14 -14
  144. tccli/services/lighthouse/v20200324/examples.json +5 -5
  145. tccli/services/live/live_client.py +804 -232
  146. tccli/services/live/v20180801/api.json +272 -0
  147. tccli/services/live/v20180801/examples.json +32 -0
  148. tccli/services/lke/__init__.py +4 -0
  149. tccli/services/lke/lke_client.py +5194 -0
  150. tccli/services/lke/v20231130/api.json +14803 -0
  151. tccli/services/lke/v20231130/examples.json +736 -0
  152. tccli/services/lkeap/__init__.py +4 -0
  153. tccli/services/lkeap/lkeap_client.py +602 -0
  154. tccli/services/lkeap/v20240522/api.json +953 -0
  155. tccli/services/lkeap/v20240522/examples.json +92 -0
  156. tccli/services/mariadb/mariadb_client.py +250 -100
  157. tccli/services/mdc/mdc_client.py +90 -36
  158. tccli/services/mdl/mdl_client.py +402 -82
  159. tccli/services/mdl/v20200326/api.json +1144 -58
  160. tccli/services/mdl/v20200326/examples.json +48 -16
  161. tccli/services/mdp/mdp_client.py +785 -122
  162. tccli/services/mdp/v20200527/api.json +1168 -44
  163. tccli/services/mdp/v20200527/examples.json +151 -79
  164. tccli/services/message/__init__.py +4 -0
  165. tccli/services/message/message_client.py +210 -0
  166. tccli/services/message/v20181225/api.json +72 -0
  167. tccli/services/message/v20181225/examples.json +13 -0
  168. tccli/services/mongodb/mongodb_client.py +1452 -136
  169. tccli/services/mongodb/v20190725/api.json +4393 -1462
  170. tccli/services/mongodb/v20190725/examples.json +265 -71
  171. tccli/services/monitor/monitor_client.py +1008 -296
  172. tccli/services/monitor/v20180724/api.json +660 -11
  173. tccli/services/monitor/v20180724/examples.json +152 -4
  174. tccli/services/mps/mps_client.py +1573 -354
  175. tccli/services/mps/v20190612/api.json +12394 -7243
  176. tccli/services/mps/v20190612/examples.json +244 -84
  177. tccli/services/msp/msp_client.py +35 -14
  178. tccli/services/ocr/ocr_client.py +596 -102
  179. tccli/services/ocr/v20181119/api.json +2271 -181
  180. tccli/services/ocr/v20181119/examples.json +70 -8
  181. tccli/services/omics/omics_client.py +100 -40
  182. tccli/services/organization/organization_client.py +580 -232
  183. tccli/services/postgres/postgres_client.py +455 -182
  184. tccli/services/postgres/v20170312/api.json +134 -109
  185. tccli/services/postgres/v20170312/examples.json +14 -14
  186. tccli/services/privatedns/privatedns_client.py +206 -60
  187. tccli/services/privatedns/v20201028/api.json +179 -0
  188. tccli/services/privatedns/v20201028/examples.json +8 -0
  189. tccli/services/pts/pts_client.py +240 -96
  190. tccli/services/quota/__init__.py +4 -0
  191. tccli/services/quota/quota_client.py +434 -0
  192. tccli/services/quota/v20241204/api.json +548 -0
  193. tccli/services/quota/v20241204/examples.json +51 -0
  194. tccli/services/rce/rce_client.py +5 -2
  195. tccli/services/redis/redis_client.py +698 -212
  196. tccli/services/redis/v20180412/api.json +968 -563
  197. tccli/services/redis/v20180412/examples.json +98 -56
  198. tccli/services/region/__init__.py +4 -0
  199. tccli/services/region/region_client.py +322 -0
  200. tccli/services/region/v20220627/api.json +399 -0
  201. tccli/services/region/v20220627/examples.json +29 -0
  202. tccli/services/rum/rum_client.py +300 -120
  203. tccli/services/scf/scf_client.py +210 -84
  204. tccli/services/ses/ses_client.py +368 -69
  205. tccli/services/ses/v20201002/api.json +240 -0
  206. tccli/services/ses/v20201002/examples.json +32 -0
  207. tccli/services/smh/__init__.py +4 -0
  208. tccli/services/smh/smh_client.py +714 -0
  209. tccli/services/smh/v20210712/api.json +1287 -0
  210. tccli/services/smh/v20210712/examples.json +85 -0
  211. tccli/services/sms/sms_client.py +90 -36
  212. tccli/services/sqlserver/sqlserver_client.py +3855 -470
  213. tccli/services/sqlserver/v20180328/api.json +9757 -3347
  214. tccli/services/sqlserver/v20180328/examples.json +480 -20
  215. tccli/services/ssl/ssl_client.py +504 -72
  216. tccli/services/ssl/v20191205/api.json +789 -21
  217. tccli/services/ssl/v20191205/examples.json +54 -0
  218. tccli/services/ssm/ssm_client.py +120 -48
  219. tccli/services/sts/sts_client.py +25 -10
  220. tccli/services/tag/tag_client.py +150 -60
  221. tccli/services/tat/tat_client.py +95 -38
  222. tccli/services/tbaas/__init__.py +4 -0
  223. tccli/services/tbaas/tbaas_client.py +378 -0
  224. tccli/services/tbaas/v20180416/api.json +551 -0
  225. tccli/services/tbaas/v20180416/examples.json +37 -0
  226. tccli/services/tcaplusdb/tcaplusdb_client.py +260 -104
  227. tccli/services/tcaplusdb/v20190823/api.json +836 -760
  228. tccli/services/tcaplusdb/v20190823/examples.json +3 -3
  229. tccli/services/tchd/tchd_client.py +5 -2
  230. tccli/services/tcmpp/tcmpp_client.py +520 -208
  231. tccli/services/tcr/tcr_client.py +380 -152
  232. tccli/services/tcsas/tcsas_client.py +295 -118
  233. tccli/services/tcsas/v20250106/api.json +155 -79
  234. tccli/services/tcsas/v20250106/examples.json +3 -3
  235. tccli/services/tcss/tcss_client.py +1650 -660
  236. tccli/services/tdid/tdid_client.py +240 -96
  237. tccli/services/tdmq/tdmq_client.py +2876 -466
  238. tccli/services/tdmq/v20200217/api.json +11607 -3958
  239. tccli/services/tdmq/v20200217/examples.json +562 -264
  240. tccli/services/tem/tem_client.py +280 -112
  241. tccli/services/teo/teo_client.py +4507 -966
  242. tccli/services/teo/v20220901/api.json +7341 -1405
  243. tccli/services/teo/v20220901/examples.json +679 -99
  244. tccli/services/tione/__init__.py +4 -0
  245. tccli/services/tione/tione_client.py +210 -0
  246. tccli/services/tione/v20211111/api.json +3074 -0
  247. tccli/services/tione/v20211111/examples.json +12 -0
  248. tccli/services/tiw/tiw_client.py +255 -102
  249. tccli/services/tke/tke_client.py +741 -274
  250. tccli/services/tke/v20180525/api.json +132 -7
  251. tccli/services/tke/v20180525/examples.json +42 -16
  252. tccli/services/tms/tms_client.py +5 -2
  253. tccli/services/tms/v20201229/api.json +91 -100
  254. tccli/services/tmt/tmt_client.py +5 -2
  255. tccli/services/trabbit/__init__.py +4 -0
  256. tccli/services/trabbit/trabbit_client.py +1778 -0
  257. tccli/services/trabbit/v20230418/api.json +4772 -0
  258. tccli/services/trabbit/v20230418/examples.json +237 -0
  259. tccli/services/trocket/__init__.py +4 -0
  260. tccli/services/trocket/trocket_client.py +2450 -0
  261. tccli/services/trocket/v20230308/api.json +6062 -0
  262. tccli/services/trocket/v20230308/examples.json +339 -0
  263. tccli/services/trro/trro_client.py +95 -38
  264. tccli/services/trtc/trtc_client.py +928 -192
  265. tccli/services/trtc/v20190722/api.json +1810 -256
  266. tccli/services/trtc/v20190722/examples.json +100 -6
  267. tccli/services/tts/tts_client.py +5 -2
  268. tccli/services/vclm/vclm_client.py +10 -4
  269. tccli/services/vm/v20210922/api.json +61 -30
  270. tccli/services/vm/v20210922/examples.json +0 -12
  271. tccli/services/vm/vm_client.py +20 -8
  272. tccli/services/vod/v20180717/api.json +332 -52
  273. tccli/services/vod/v20180717/examples.json +9 -1
  274. tccli/services/vod/v20240718/api.json +1105 -0
  275. tccli/services/vod/v20240718/examples.json +97 -0
  276. tccli/services/vod/vod_client.py +1316 -350
  277. tccli/services/vpc/v20170312/api.json +1166 -106
  278. tccli/services/vpc/v20170312/examples.json +197 -23
  279. tccli/services/vpc/vpc_client.py +2413 -739
  280. tccli/services/waf/v20180125/api.json +1372 -194
  281. tccli/services/waf/v20180125/examples.json +89 -1
  282. tccli/services/waf/waf_client.py +1149 -245
  283. tccli/services/wedata/v20210820/api.json +1577 -231
  284. tccli/services/wedata/v20210820/examples.json +74 -12
  285. tccli/services/wedata/v20250806/api.json +13644 -0
  286. tccli/services/wedata/v20250806/examples.json +621 -0
  287. tccli/services/wedata/wedata_client.py +6366 -1191
  288. tccli/services/yunjing/yunjing_client.py +355 -142
  289. {tccli_intl_en-3.0.1168.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/METADATA +4 -7
  290. {tccli_intl_en-3.0.1168.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/RECORD +294 -230
  291. {tccli_intl_en-3.0.1168.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/WHEEL +1 -1
  292. {tccli_intl_en-3.0.1168.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/entry_points.txt +0 -1
  293. {tccli_intl_en-3.0.1168.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/LICENSE +0 -0
  294. {tccli_intl_en-3.0.1168.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,736 @@
1
+ {
2
+ "actions": {
3
+ "CheckAttributeLabelExist": [
4
+ {
5
+ "document": "Check if the knowledge label exists",
6
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CheckAttributeLabelExist\n<Common request parameters>\n\n{\n \"BotBizId\": \"1696822786072117248\",\n \"LabelName\": \"Attribute Modification\"\n \"AttributeBizId\": \"208\",\n \"LastLabelBizId\": \"204\"\n}",
7
+ "output": "{\n \"Response\": {\n \"IsExist\": false,\n \"RequestId\": \"7e2305f5-b348-46e2-a90a-79ebae135103\"\n }\n}",
8
+ "title": "Check Existence of Knowledge Labels"
9
+ }
10
+ ],
11
+ "CheckAttributeLabelRefer": [
12
+ {
13
+ "document": "Check if the knowledge label has been referenced",
14
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CheckAttributeLabelRefer\n<Common request parameters>\n\n{\n \"BotBizId\": \"1696822786072117248\",\n \"LabelBizId\": \"1734549420823662593\",\n \"AttributeBizId\": [\n \"1734549420823662592\"\n ]\n}",
15
+ "output": "{\n \"Response\": {\n \"IsRefer\": false,\n \"RequestId\": \"2bf7f1f1-9346-4919-9561-e85805017676\"\n }\n}",
16
+ "title": "Check Knowledge Label Reference"
17
+ }
18
+ ],
19
+ "CreateApp": [
20
+ {
21
+ "document": "Create an application",
22
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateApp\n<Common request parameters>\n\n{\n \"AppType\": \"knowledge_qa\",\n \"BaseConfig\": {\n \"Name\": \"Knowledge Q&A\n \"Avatar\": \"Avatar\" \n \"Desc\": \"The first application\"\n }\n}",
23
+ "output": "{\n \"Response\": {\n \"AppBizId\": \"198848848484848\",\n \"RequestId\": \"dwec-adsdsdsd-sfsfdsfsf\"\n }\n}",
24
+ "title": "Application Creation"
25
+ }
26
+ ],
27
+ "CreateAttributeLabel": [
28
+ {
29
+ "document": "Create a label",
30
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateAttributeLabel\n<Common request parameter>\n\n{\n \"BotBizId\": \"1826933901291945900\",\n \"AttrName\": \"Vehicle type\",\n \"Labels\": [\n {\n \"LabelName\": \"SUV\",\n \"SimilarLabels\": [\n \"Sport Utility Vehicle\",\n \"SUV\"\n ]\n }\n ]\n}",
31
+ "output": "{\n \"Response\": {\n \"AttrBizId\": \"1856169972235990080\",\n \"RequestId\": \"044de4f1-8d88-4779-b9f7-b8c0e9f81752\"\n }\n}",
32
+ "title": "Label Creation"
33
+ }
34
+ ],
35
+ "CreateCorp": [
36
+ {
37
+ "document": "",
38
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateCorp\n<Common request parameters>\n\n{\n FullName\": \"Test Corporate\",\n ContactName\": \"Mr. Wang\",\n \"Email\": \"\",\n \"Telephone\": \"\"\n}",
39
+ "output": "{\n \"Response\": {\n \"CorpBizId\": \"1744209203680903168\",\n \"RequestId\": \"1bab38dd-f17d-4c48-88b6-608ed51edf74\"\n }\n}",
40
+ "title": "Integrator Creating a Corporate"
41
+ }
42
+ ],
43
+ "CreateDocCate": [
44
+ {
45
+ "document": "",
46
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateDocCate\n<Common request parameters>\n\n{\n \"BotBizId\": \"1714970520775950336\",\n \"ParentBizId\": \"1733053612030808064\",\n \"Name\": \"Hahaha\"\n}",
47
+ "output": "{\n \"Response\": {\n \"CanAdd\": true,\n \"CanDelete\": true,\n \"CanEdit\": true,\n \"CateBizId\": \"1734144647474577408\",\n \"RequestId\": \"39db6689-ceab-4ae7-87a9-f926774255d7\"\n }\n}",
48
+ "title": "Doc Category Creation"
49
+ }
50
+ ],
51
+ "CreateQA": [
52
+ {
53
+ "document": "Create a Q&A",
54
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateQA\n<Common request parameters>\n\n{\n \"BotBizId\": \"1727231073371148288\",\n \"Question\": \"q\",\n \"Answer\": \"a\",\n \"AttrRange\": 1\n}",
55
+ "output": "{\n \"Response\": {\n \"QaBizId\": \"17272310733712383\",\n \"RequestId\": \"eefbbf48-673a-4fe3-bc0f-5b45693b8962\"\n }\n}",
56
+ "title": "Q&A Creation"
57
+ }
58
+ ],
59
+ "CreateQACate": [
60
+ {
61
+ "document": "Create a Q&A category",
62
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateQACate\n<Common request parameters>\n\n{\n \"BotBizId\": \"1714970520775950336\",\n \"ParentBizId\": \"1733053612030808064\",\n \"Name\": \"Hahaha\"\n}",
63
+ "output": "{\n \"Response\": {\n \"CanAdd\": true,\n \"CanDelete\": true,\n \"CanEdit\": true,\n \"CateBizId\": \"1734144647474577408\",\n \"RequestId\": \"39db6689-ceab-4ae7-87a9-f926774255d7\"\n }\n}",
64
+ "title": "Q&A Category Creation"
65
+ }
66
+ ],
67
+ "CreateReconstructDocumentFlow": [
68
+ {
69
+ "document": "",
70
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateReconstructDocumentFlow\n<Common request parameters>\n\n{\n \"FileStartPageNumber\": 1,\n \"FileEndPageNumber\": 1,\n \"Config\": {\n \"TableResultType\": \"1\"\n },\n \"FileBase64\": \"data:application/pdf;base64,JVBERi0xLjcKXXX...\"\n}",
71
+ "output": "{\n \"Response\": {\n \"RequestId\": \"1d569fb4-4c9d-4141-bbd7-e1d8735bd1a9\",\n \"TaskId\": \"9e28e561e9a04ef096768d13deffe963\"\n }\n}",
72
+ "title": "Successful API Request Example"
73
+ }
74
+ ],
75
+ "CreateRejectedQuestion": [
76
+ {
77
+ "document": "Create a new rejected question",
78
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateRejectedQuestion\n<Common request parameters>\n\n{\n \"BotBizId\": \"1714970520775950336\",\n Question\": \"Have you eaten, brother?\n \"BusinessSource\": 2\n}",
79
+ "output": "{\n \"Response\": {\n \"RequestId\": \"52a3bc37-f211-4e15-97cf-00eb36f3e17a\"\n }\n}",
80
+ "title": "New Rejected Question"
81
+ }
82
+ ],
83
+ "CreateRelease": [
84
+ {
85
+ "document": "Create a release",
86
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateRelease\n<Common request parameters>\n\n{\n \"BotBizId\": \"1727231073371148288\"\n}",
87
+ "output": "{\n \"Response\": {\n \"ReleaseBizId\": \"1730526803028463616\",\n \"RequestId\": \"e54a496a-2bff-4017-a1ae-0ce790681779\"\n }\n}",
88
+ "title": "Release Creation"
89
+ }
90
+ ],
91
+ "DeleteApp": [
92
+ {
93
+ "document": "Delete an application",
94
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteApp\n<Common request parameters>\n\n{\n \"AppBizId\": \"45454545464646\",\n \"AppType\": \"knowledge_qa\"\n}",
95
+ "output": "{\n \"Response\": {\n \"RequestId\": \"dwec-adsdsdsd-sfsfdsfsf\"\n }\n}",
96
+ "title": "DeleteApp"
97
+ }
98
+ ],
99
+ "DeleteAttributeLabel": [
100
+ {
101
+ "document": "Delete a knowledge label",
102
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteAttributeLabel\n<Common request parameters>\n\n{\n \"BotBizId\": \"1696822786072117248\",\n \"AttributeBizIds\": [\n \"110\"\n ]\n}",
103
+ "output": "{\n \"Response\": {\n \"RequestId\": \"1fd0a090-c087-42a8-9689-9fe2153432be\"\n }\n}",
104
+ "title": "Knowledge Label Deletion"
105
+ }
106
+ ],
107
+ "DeleteDoc": [
108
+ {
109
+ "document": "",
110
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteDoc\n<Common request parameters>\n\n{\n \"DocBizIds\": [\n \"1727266196004143104\"\n ],\n \"BotBizId\": \"1714970520775950336\"\n}",
111
+ "output": "{\n \"Response\": {\n \"RequestId\": \"7e0e00a7-1505-4d4e-9fc2-e88e9c700aa4\"\n }\n}",
112
+ "title": "Document Deletion"
113
+ }
114
+ ],
115
+ "DeleteDocCate": [
116
+ {
117
+ "document": "",
118
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteDocCate\n<Common request parameters>\n\n{\n \"BotBizId\": \"1714970520775950336\",\n \"CateBizId\": \"1734144647474577408\"\n}",
119
+ "output": "{\n \"Response\": {\n \"RequestId\": \"4478d155-4b10-40d8-a1dd-5ea045259966\"\n }\n}",
120
+ "title": "Doc Category Deletion"
121
+ }
122
+ ],
123
+ "DeleteQA": [
124
+ {
125
+ "document": "Delete a Q&A",
126
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteQA\n<Common request parameters>\n\n{\n \"BotBizId\": \"1727231073371148288\",\n \"QaBizIds\": [\n \"1728997020814671872\"\n ]\n}",
127
+ "output": "{\n \"Response\": {\n \"RequestId\": \"ed65bc68-964a-421b-84c6-9b59745a0620\"\n }\n}",
128
+ "title": "Q&A Deletion"
129
+ }
130
+ ],
131
+ "DeleteQACate": [
132
+ {
133
+ "document": "Delete a Q&A category",
134
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteQACate\n<Common request parameters>\n\n{\n \"BotBizId\": \"1714970520775950336\",\n \"CateBizId\": \"1734144647474577408\"\n}",
135
+ "output": "{\n \"Response\": {\n \"RequestId\": \"4478d155-4b10-40d8-a1dd-5ea045259966\"\n }\n}",
136
+ "title": "Q&A Category Deletion"
137
+ }
138
+ ],
139
+ "DeleteRejectedQuestion": [
140
+ {
141
+ "document": "Delete a rejected question",
142
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteRejectedQuestion\n<Common request parameters>\n\n{\n \"BotBizId\": \"1714970520775950336\",\n \"RejectedBizIds\": [\n \"1732953678087585792\"\n ]\n}",
143
+ "output": "{\n \"Response\": {\n \"RequestId\": \"930abc66-d4d4-4028-ac0a-162851ce955d\"\n }\n}",
144
+ "title": "DeleteRejectedQuestion"
145
+ }
146
+ ],
147
+ "DescribeApp": [
148
+ {
149
+ "document": "Obtain application details under the corporate",
150
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeApp\n<Common request parameters>\n\n{\n \"AppBizId\": \"Application ID\"\n \"AppType\": \"knowledge_qa\"\n}",
151
+ "output": "{\n \"Response\": {\n \"AppBizId\": \"Application ID\"\n \"AppConfig\": {\n \"KnowledgeQa\": {\n \"Greeting\": \"Welcome words\"\n \"Model\": {\n \"AliasName\": \"Fine-tuned Knowledge Large Model - Premium\"\n \"ContextLimit\": 0,\n \"Desc\": \"Application description\"\n \"HistoryLimit\": 5,\n \"IsUseContext\": true,\n \"Name\": \"cs-normal-70b\",\n \"TokenBalance\": 0,\n \"Temperature\": \"0.5\",\n \"TopP\": \"0.5\"\n },\n \"Output\": {\n \"Conservative response\"\n \"Method\": 1,\n \"QuestionClarifyKeywords\": [],\n \"ShowQuestionClarify\": false,\n \"UseGeneralKnowledge\": true,\n \"UseQuestionClarify\": false,\n \"UseRecommended\": false\n },\n \"Pattern\": \"standard\",\n \"Plugins\": [\n {\n \"Inputs\": [\n {\n \"DefaultValue\": \"\",\n \"Desc\": \"User's query\"\n \"IsRequired\": true,\n \"Name\": \"Query\",\n \"SubParams\": [],\n \"Type\": 0\n }\n ],\n \"IsBindingKnowledge\": true,\n \"PluginIcon\": \"https://qidian-qbot-1251316161.cos.ap-guangzhou.myqcloud.com/public/plug-in.png\"\n \"PluginId\": \"3ad9ddae-587e-4bcc-ae07-ad13bfb1aaca\",\n \"PluginName\": \"Knowledge library Q&A\"\n\"ToolDesc\": \"The large model answers user questions by integrating contents in the knowledge library\". \"ToolId\": \"0ca8d482-1e77-462b-bc21-xddd7c8f052f69\",\n \"ToolName\": \"KnowledgeRetrievalAnswer\"\n }\n ],\n \"RoleDescription\": \"Role description\"\n \"Search\": [\n {\n \"Confidence\": 0.7,\n \"DocTopN\": 0,\n \"IsEnabled\": true,\n \"QaTopN\": 3,\n \"ReplyFlexibility\": 1,\n \"ResourceStatus\": 0,\n \"ShowSearchEngine\": false,\n \"Type\": \"qa\",\n \"UseSearchEngine\": false\n },\n {\n \"Confidence\": 0,\n \"DocTopN\": 0,\n \"IsEnabled\": false,\n \"QaTopN\": 0,\n \"ReplyFlexibility\": 0,\n \"ResourceStatus\": 0,\n \"ShowSearchEngine\": false,\n \"Type\": \"search\",\n \"UseSearchEngine\": false\n },\n {\n \"Confidence\": 0.2,\n \"DocTopN\": 5,\n \"IsEnabled\": true,\n \"QaTopN\": 0,\n \"ReplyFlexibility\": 0,\n \"ResourceStatus\": 0,\n \"ShowSearchEngine\": false,\n \"Type\": \"doc\",\n \"UseSearchEngine\": false\n },\n {\n \"Confidence\": 0,\n \"DocTopN\": 0,\n \"IsEnabled\": false,\n \"QaTopN\": 0,\n \"ReplyFlexibility\": 0,\n \"ResourceStatus\": 0,\n \"ShowSearchEngine\": false,\n \"Type\": \"taskflow\",\n \"UseSearchEngine\": false\n }\n ],\n \"SearchRange\": {\n \"ApiVarAttrInfos\": [\n {\n \"ApiVarId\": \"Custom variable ID\"\n \"AttrBizId\": \"Label ID\"\n }\n ],\n \"Condition\": \"and\"\n },\n \"Workflow\": {\n \"IsEnabled\": true,\n \"UsePdl\": false\n },\n \"SearchStrategy\": {\n \"StrategyType\": 0,\n \"TableEnhancement\": false\n },\n \"SingleWorkflow\": {\n \"IsEnable\": false,\n \"Status\": \"Single workflow status\"\n \"WorkflowDesc\": \"Single workflow description\"\n \"WorkflowId\": \"Single workflow ID\"\n \"WorkflowName\": \"Single workflow name\"\n },\n \"ThoughtModel\": {\n \"AliasName\": \"Fine-tuned Function-call Model\"\n \"ContextLimit\": 0,\n \"Desc\": \"\",\n \"HistoryLimit\": 0,\n \"IsUseContext\": false,\n \"Name\": \"function-call-pro\",\n \"Temperature\": \"0.5\",\n \"TokenBalance\": 0,\n \"TopP\": \"0.5\"\n }\n }\n },\n \"AppKey\": \"Application secret key\"\n \"AppStatus\": 2,\n \"AppStatusDesc\": \"running\"\n \"AppType\": \"knowledge_qa\",\n \"AppTypeDesc\": \"Knowledge library Q&A\"\n \"AvatarInAppeal\": false,\n \"BareAnswerInAppeal\": false,\n \"BaseConfig\": {\n \"Avatar\": \"Avatar\"\n \"Desc\": \"\",\n \"Name\": \"My Intelligent Application\"\n },\n \"GreetingInAppeal\": false,\n \"NameInAppeal\": false,\n \"RequestId\": \"485126ca-468c-497b-ab96-b939a8e125bd\",\n \"RoleInAppeal\": false\n }\n}",
152
+ "title": "DescribeApp"
153
+ }
154
+ ],
155
+ "DescribeAttributeLabel": [
156
+ {
157
+ "document": "Query a knowledge label",
158
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAttributeLabel\n<Common request parameters>\n\n{\n \"BotBizId\": \"1696822786072117248\",\n \"AttributeBizId\": \"1734549420823662592\",\n \"LastLabelBizId\": \"1734549420823662593\",\n \"Limit\": 1\n}",
159
+ "output": "{\n \"Response\": {\n \"AttrKey\": \"test\",\n \"AttrName\": \"EPIAI Label\"\n \"AttributeBizId\": \"1734549420823662592\",\n \"LabelNumber\": \"1\",\n \"Labels\": [],\n \"RequestId\": \"99ff53c2-120a-4d0a-b54d-760a65852cd6\"\n }\n}",
160
+ "title": "Query Knowledge Labels"
161
+ }
162
+ ],
163
+ "DescribeCallStatsGraph": [
164
+ {
165
+ "document": "Show line chart of API calls.",
166
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCallStatsGraph\n<Common request parameters>\n\n{\n \"ModelName\": \"cs-normal\",\n \"StartTime\": \"1726070400\",\n \"EndTime\": \"1726156799\"\n}",
167
+ "output": "{\n \"Response\": {\n \"List\": [\n {\n \"X\": \"202411190930\",\n \"Y\": 12\n },\n {\n \"X\": \"202411190915\",\n \"Y\": 11\n }\n ],\n \"RequestId\": \"85e7259e-7810-4301-8f44-cf2d94ec0a0f\"\n }\n}",
168
+ "title": "Line Chart of API Calls"
169
+ }
170
+ ],
171
+ "DescribeConcurrencyUsage": [
172
+ {
173
+ "document": "Example of concurrency details",
174
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeConcurrencyUsage\n<Common request parameters>\n\n{\n \"AppBizIds\": [\n \"1812732010083385344\"\n ],\n \"ModelName\": \"cs-normal-70b\",\n \"StartTime\": \"1724688000\",\n \"EndTime\": \"1724774400\"\n}",
175
+ "output": "{\n \"Response\": {\n \"AvailableConcurrency\": 0,\n \"ConcurrencyPeak\": 0,\n \"ExceedUsageTime\": 1,\n \"RequestId\": \"0683ec32-da98-450a-acc9-671a1abf1553\"\n }\n}",
176
+ "title": "Example of Concurrency Details"
177
+ }
178
+ ],
179
+ "DescribeConcurrencyUsageGraph": [
180
+ {
181
+ "document": "Example of line chart of concurrent calls.",
182
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeConcurrencyUsageGraph\n<Common request parameters>\n\n{\n \"ModelName\": \"cs-normal-70b\",\n \"StartTime\": \"1724688000\",\n \"EndTime\": \"1724774400\",\n \"AppBizIds\": [\n \"1812732010083385344\"\n ]\n}",
183
+ "output": "{\n \"Response\": {\n \"AvailableY\": [\n 5,\n 4,\n 3\n ],\n \"RequestId\": \"ad439868-ed56-44f5-a716-81cc7402e83e\",\n \"SuccessCallY\": [\n 1,\n 2,\n 3\n ],\n \"X\": [\n \"2024082700\",\n \"2024082701\",\n \"2024082702\"\n ]\n }\n}",
184
+ "title": "Concurrent Call Line Chart Example"
185
+ }
186
+ ],
187
+ "DescribeCorp": [
188
+ {
189
+ "document": "Get corporate information",
190
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCorp\n<Common request parameters>\n\n{}",
191
+ "output": "{\n \"Response\": {\n \"CorpBizId\": \"18485034430310\",\n \"FullName\": \"My Corporate\"\n \"RequestId\": \"669edde9-e9ec-40c6-bf31-5e9402fb26fb\",\n \"RobotQuota\": 10,\n \"IsTrial\": false,\n \"IsTrialExpired\": false,\n \"AvailableAppQuota\": 10\n }\n}",
192
+ "title": "Get Corporate Information"
193
+ }
194
+ ],
195
+ "DescribeDoc": [
196
+ {
197
+ "document": "",
198
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDoc\n<Common request parameters>\n\n{\n \"BotBizId\": \"1727231073371148288\",\n \"DocBizId\": \"1729099536210460672\"\n}",
199
+ "output": "{\n \"Response\": {\n \"RequestId\": \"17467eb0-3f01-4bc8-af86-3f3b6b01a40c\",\n \"IsAllowDelete\": true,\n \"IsCreatedQa\": false,\n \"IsDeleted\": false,\n \"SourceDesc\": \"Web import\"\n \"UpdateTime\": \"1701427403\",\n \"DocBizId\": \"1729099536210460672\",\n \"DocCharSize\": \"5\",\n \"FileName\": \"jkadslfjalkdfjaklsdfla.docx\",\n \"IsAllowEdit\": false,\n \"IsDeletedQa\": false,\n \"AttrLabels\": [],\n \"AttrRange\": 1,\n \"CosUrl\": \"/corp/137/doc/jkadslfjalkdfjaklsdfla.docx\",\n \"IsAllowRefer\": false,\n \"IsCreatingQa\": false,\n \"Source\": 1,\n \"QaNum\": 0,\n \"Reason\": \"\",\n \"Status\": 14,\n \"StatusDesc\": \"Learning failed\"\n \"FileType\": \"docx\",\n \"IsAllowRestart\": true,\n \"IsRefer\": false\n }\n}",
200
+ "title": "Document Details"
201
+ }
202
+ ],
203
+ "DescribeKnowledgeUsage": [
204
+ {
205
+ "document": "Query the knowledge library usage",
206
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeKnowledgeUsage\n<Common request parameters>\n\n{}",
207
+ "output": "{\n \"Response\": {\n \"AvailableCharSize\": \"10000000\",\n \"ExceedCharSize\": \"0\",\n \"RequestId\": \"23382ab7-233c-47df-bb57-0b1d29a8d6b8\"\n }\n}",
208
+ "title": "Query Knowledge Library Usage"
209
+ }
210
+ ],
211
+ "DescribeKnowledgeUsagePieGraph": [
212
+ {
213
+ "document": "Query the knowledge base capacity pie chart.",
214
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeKnowledgeUsagePieGraph\n<Common request parameters>\n\n{}",
215
+ "output": "{\n \"Response\": {\n \"AvailableCharSize\": \"10000000\",\n \"List\": [\n {\n \"AppName\": \"Not used\"\n \"Proportion\": 0.9953504,\n \"UsedCharSize\": \"9953504\"\n },\n {\n \"AppName\": \"Smart Customer Service\"\n \"Proportion\": 0.0016738,\n \"UsedCharSize\": \"16738\"\n },\n {\n \"AppName\": \"Test\"\n \"Proportion\": 0.0016717,\n \"UsedCharSize\": \"16717\"\n },\n {\n \"AppName\": \"Relentless Three Blades\"\n \"Proportion\": 0.0013041,\n \"UsedCharSize\": \"13041\"\n }\n ],\n \"RequestId\": \"19cfafe1-489d-40e8-b79f-dc9919ce3ccd\"\n }\n}",
216
+ "title": "Querying the Knowledge Base Capacity Pie Chart"
217
+ }
218
+ ],
219
+ "DescribeQA": [
220
+ {
221
+ "document": "Get Q&A details.",
222
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeQA\n<Common request parameters>\n\n{\n \"QaBizId\": \"162734\",\n \"BotBizId\": \"1714970520775950336\"\n}",
223
+ "output": "{\n \"Response\": {\n\"Answer\": \"**Nezha: Birth of the Demon Child** (also known as **Nezha II: Birth of the Demon Child**, abbreviated as **Nezha 2**)\" \"AttrLabels\": [],\n \"AttrRange\": 1,\n \"CateBizId\": \"0\",\n \"DocBizId\": \"0\",\n \"FileName\": \"\",\n \"FileType\": \"\",\n \"Highlights\": [],\n \"IsAllowAccept\": false,\n \"IsAllowDelete\": true,\n \"IsAllowEdit\": true,\n \"OrgData\": \"\",\n \"PageContent\": \"\",\n \"QaBizId\": \"162734\",\n Question\": \"Nezha 2\"\n \"RequestId\": \"9e3ce8ca-6175-4925-b24d-6555c8dc6084\",\n \"SegmentBizId\": \"0\",\n \"Source\": 3,\n SourceDesc\": \"manual entry\"\n \"Status\": 2,\n StatusDesc\": \"to be released\"\n \"UpdateTime\": \"1701939988\"\n }\n}",
224
+ "title": "Get Q&A Details"
225
+ }
226
+ ],
227
+ "DescribeRefer": [
228
+ {
229
+ "document": "Query the detail of reference source",
230
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRefer\n<Common request parameters>\n\n{\n \"BotBizId\": \"1696822786072117248\",\n \"ReferBizIds\": [\n \"1694302461379890134\"\n ]\n}",
231
+ "output": "{\n \"Response\": {\n \"List\": [\n {\n \"Answer\": \"\",\n \"Confidence\": 0.9336649,\n DocName\": \"Deep Sea Ashes.txt\n \"DocType\": 2,\n \"Highlights\": [],\n \"Mark\": 1,\n OrgData\": \"Deep Sea Ashes: No one would have thought that Anomaly 001 would have problems one day, just as no one considered whether the boundless sea would dry up one day. But now it seems that this \"eternal\" sun is not really eternal. First, the sunrise was delayed by fifteen minutes, and then there was a barely visible gap on the rune circle... These disturbing pieces of information all indicate one thing: the lifetime of Anomaly 001 is finite! Duncan stood by the showcase, silently watching the bright sunlight illuminate the streets, while his mind was in turmoil like a storm. He was not the only one who noticed the sun's anomaly. There are many smart people in the world. Ordinary people may not pay attention to the changes above their heads, but the authorities of each city-state and the church must have someone constantly monitoring the world's largest anomaly. Now, someone must have noticed the change in the sun... What will they think? How will they respond? Does anyone know what happened?\n PageContent\": \"The Abyssal Embers: No one would have thought that Anomaly 001 would have problems one day, just as no one considered whether the boundless sea would dry up one day. But now it seems that this 'eternal' sun is not really eternal. First, the sunrise was delayed by fifteen minutes, and then there was the barely visible gap on the rune circle... These disturbing pieces of information all indicate one thing: the lifetime of Anomaly 001 is actually finite! Duncan stood beside the showcase, silently watching the bright daylight illuminate the streets, while his mind was in turmoil like a storm. It's not only himself who noticed the sun's anomaly. There are many smart people in the world. Ordinary people may not pay attention to the changes above their heads, but the authorities of various city-states and the church must have someone constantly monitoring the largest anomaly in the world. Now, someone should have noticed the change in the sun... What will they think? How will they respond? Does anyone know what happened?\n \"Question\": \"\",\n \"SheetInfos\": [],\n \"PageInfos\": [\n 1\n ],\n \"ReferBizId\": \"1694302461379890134\"\n }\n ],\n \"RequestId\": \"73e3226c-b180-4b21-923b-2bfcc47b96bc\"\n }\n}",
232
+ "title": "Query the Detail of Reference Source"
233
+ }
234
+ ],
235
+ "DescribeRelease": [
236
+ {
237
+ "document": "Query detailed information of the latest release",
238
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRelease\n<Common request parameters>\n\n{\n \"BotBizId\": \"1727231073371148288\",\n \"ReleaseBizId\": \"0\"\n}",
239
+ "output": "{\n \"Response\": {\n \"CreateTime\": \"1700650168\",\n \"Description\": \"\",\n \"RequestId\": \"bba35062-8508-4cb5-b5c7-526370171ab0\",\n \"Status\": 3,\n \"StatusDesc\": \"release successful\"\n }\n}",
240
+ "title": "Query Release Details"
241
+ }
242
+ ],
243
+ "DescribeReleaseInfo": [
244
+ {
245
+ "document": "Pull the release button status and last release time",
246
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeReleaseInfo\n<Common request parameters>\n\n{\n \"BotBizId\": \"1714970520775950336\"\n}",
247
+ "output": "{\n \"Response\": {\n \"IsUpdated\": false,\n \"LastTime\": \"0\",\n \"Msg\": \"\",\n \"RequestId\": \"32e717aa-a9bf-4bd1-b6b9-54e8e16b50e5\",\n \"Status\": 2\n }\n}",
248
+ "title": "Pull Release Button Status and Last Release Time"
249
+ }
250
+ ],
251
+ "DescribeRobotBizIDByAppKey": [
252
+ {
253
+ "document": "Query application business ID through AppKey.",
254
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRobotBizIDByAppKey\n<Common request parameters>\n\n{\n \"AppKey\": \"xITNfdVe\"\n}",
255
+ "output": "{\n \"Response\": {\n \"BotBizId\": \"1751945013419311104\",\n \"RequestId\": \"ad3d5826-6cda-4f3c-a620-1749608b7aff\"\n }\n}",
256
+ "title": "Query Application Business ID Through AppKey"
257
+ }
258
+ ],
259
+ "DescribeSearchStatsGraph": [
260
+ {
261
+ "document": "Detailed information of search service line chart.",
262
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeSearchStatsGraph\n<Common request parameters>\n\n{\n \"ModelName\": \"cs-normal\",\n \"StartTime\": \"1726070400\",\n \"EndTime\": \"1726156799\"\n}",
263
+ "output": "{\n \"Response\": {\n \"List\": [\n {\n \"X\": \"202411190930\",\n \"Y\": 23\n },\n {\n \"X\": \"202411190915\",\n \"Y\": 41\n }\n ],\n \"RequestId\": \"b547fd5a-4d82-4fcc-adb8-899e63c166fc\"\n }\n}",
264
+ "title": "Detailed Information of Search Service Line Chart"
265
+ }
266
+ ],
267
+ "DescribeSegments": [
268
+ {
269
+ "document": "Fragment request.",
270
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeSegments\n<Common request parameters>\n\n{\n \"BotBizId\": \"1771107658358063104\",\n \"SegBizId\": [\n \"17711076583580631041\",\n \"17711076583580631042\"\n ]\n}",
271
+ "output": "{\n \"Response\": {\n \"List\": [],\n \"RequestId\": \"83500528-9870-4c63-ad21-de5dc6d4a059\"\n }\n}",
272
+ "title": "Fragment Request"
273
+ }
274
+ ],
275
+ "DescribeStorageCredential": [
276
+ {
277
+ "document": "",
278
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeStorageCredential\n<Common request parameters>\n\n{\n \"BotBizId\": \"1727231073371148288\"\n}",
279
+ "output": "{\n \"Response\": {\n \"Bucket\": \"qidian-qbot-test-1251316161\",\n \"CorpUin\": \"0\",\n \"Credentials\": {\n \"TmpSecretId\": \"***************************************************\",\n \"TmpSecretKey\": \"***************************************************\",\n \"Token\": \"***************************************************\"\n },\n \"ExpiredTime\": 1701429243,\n \"FilePath\": \"/corp/137/doc/\",\n \"Region\": \"ap-guangzhou\",\n \"RequestId\": \"87d578f9-6de5-4515-906e-d28e56d33fe0\",\n \"StartTime\": 1701425643,\n \"Type\": \"cos\"\n }\n}",
280
+ "title": "Get the COS Upload Key"
281
+ },
282
+ {
283
+ "document": "Offline documents.",
284
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeStorageCredential\n<Common request parameters>\n\n{\n \"BotBizId\": \"1779863007508561920\",\n \"FileType\": \"md\",\n \"TypeKey\": \"offline\"\n}",
285
+ "output": "{\n \"Response\": {\n \"Bucket\": \"qidian-qbot-test-1251316161\",\n \"CorpUin\": \"0\",\n \"Credentials\": {\n \"TmpSecretId\": \"*****************************************\",\n \"TmpSecretKey\": \"***************************************\",\n \"Token\": \"*******************************************************\"\n },\n \"ExpiredTime\": 1717063483,\n \"FilePath\": \"\",\n \"ImagePath\": \"\",\n \"Region\": \"ap-guangzhou\",\n \"RequestId\": \"11b8fa96-4700-4f11-8eb0-421de37ed48d\",\n \"StartTime\": 1717062883,\n \"Type\": \"cos\",\n \"UploadPath\": \"/corp/1737374499879124992/1779863007508561920/doc/QUiGRdWFAFBkDKjhuxbd-1796118032488595456.md\"\n }\n}",
286
+ "title": "Get Document Upload Key"
287
+ }
288
+ ],
289
+ "DescribeTokenUsage": [
290
+ {
291
+ "document": "Get call statistics.",
292
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeTokenUsage\n<Common request parameters>\n\n{\n \"UinAccount\": [\n \"700001187441\"\n ]\n}",
293
+ "output": "{\n \"Response\": {\n \"ApiCallStats\": 10,\n \"InputTokenUsage\": 1120,\n \"OutputTokenUsage\": 101,\n \"RequestId\": \"716109cc-ee93-423a-85f0-a21fb7afcc4f\",\n \"SearchUsage\": 10,\n \"TotalTokenUsage\": 1221\n }\n}",
294
+ "title": "Get Call Statistics"
295
+ }
296
+ ],
297
+ "DescribeTokenUsageGraph": [
298
+ {
299
+ "document": "Detailed information of API call line chart.",
300
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeTokenUsageGraph\n<Common request parameters>\n\n{\n \"ModelName\": \"cs-normal\",\n \"StartTime\": \"1726070400\",\n \"EndTime\": \"1726156799\"\n}",
301
+ "output": "{\n \"Response\": {\n \"Total\": [\n {\n \"X\": \"202411190930\",\n \"Y\": 14896\n },\n {\n \"X\": \"202411190915\",\n \"Y\": 694\n },\n {\n \"X\": \"202411190945\",\n \"Y\": 14968\n },\n {\n \"X\": \"202411190935\",\n \"Y\": 36641\n }\n ],\n \"Input\": [\n {\n \"X\": \"202411190945\",\n \"Y\": 14914\n },\n {\n \"X\": \"202411190935\",\n \"Y\": 36547\n },\n {\n \"X\": \"202411190930\",\n \"Y\": 14662\n },\n {\n \"X\": \"202411190915\",\n \"Y\": 268\n }\n ],\n \"Output\": [\n {\n \"X\": \"202411190930\",\n \"Y\": 234\n },\n {\n \"X\": \"202411190915\",\n \"Y\": 426\n },\n {\n \"X\": \"202411190945\",\n \"Y\": 54\n },\n {\n \"X\": \"202411190935\",\n \"Y\": 94\n }\n ],\n \"RequestId\": \"ed825101-ab0f-4f3d-8803-ce43292be7cb\"\n }\n}",
302
+ "title": "Detailed Information of API Call Line Chart"
303
+ }
304
+ ],
305
+ "DescribeUnsatisfiedReplyContext": [
306
+ {
307
+ "document": "View context of dissatisfied responses",
308
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeUnsatisfiedReplyContext\n<Common request parameters>\n\n{\n \"BotBizId\": \"1696822786072117248\",\n \"ReplyBizId\": \"29\"\n}",
309
+ "output": "{\n \"Response\": {\n \"List\": [\n {\n \"Avatar\": \"https://qidian-qbot-1251316161.cos.ap-guangzhou.myqcloud.com/public/avatar_penguin01.png\",\n \"Content\": \"Hello\",\n \"IsVisitor\": true,\n \"NickName\": \"131****1632\",\n \"RecordBizId\": \"ea896164-fd4a-4020-9fd0-cc86faaa6f1d\"\n },\n {\n \"Avatar\": \"https://qbot-1251316161.cos.ap-nanjing.myqcloud.com/avatar.png\",\n \"Content\": \"Hello! What can I do for you?\",\n \"IsVisitor\": false,\n \"NickName\": \"Qidian Intelligent Customer Service 02\",\n \"RecordBizId\": \"3f913f9e-8efb-473a-aea4-2e97268360f9\"\n },\n {\n \"Avatar\": \"https://qidian-qbot-1251316161.cos.ap-guangzhou.myqcloud.com/public/avatar_penguin01.png\",\n \"Content\": \"Hello\",\n \"IsVisitor\": true,\n \"NickName\": \"131****1632\",\n \"RecordBizId\": \"48cb5e24-88e6-46f0-8d2d-75f517686de4\"\n },\n {\n \"Avatar\": \"https://qbot-1251316161.cos.ap-nanjing.myqcloud.com/avatar.png\",\n \"Content\": \"Hello! What can I do for you?\",\n \"IsVisitor\": false,\n \"NickName\": \"Qidian Intelligent Customer Service 02\",\n \"RecordBizId\": \"2f007448-7af6-420c-a14c-2de23f28f8d2\"\n },\n {\n \"Avatar\": \"https://qidian-qbot-1251316161.cos.ap-guangzhou.myqcloud.com/public/avatar_penguin01.png\",\n \"Content\": \"Hello\",\n \"IsVisitor\": true,\n \"NickName\": \"131****1632\",\n \"RecordBizId\": \"354bac2d-2b27-4dbd-b6bb-c53de9808a4d\"\n },\n {\n \"Avatar\": \"https://qbot-1251316161.cos.ap-nanjing.myqcloud.com/avatar.png\",\n \"Content\": \"Hello! What can I do for you?\",\n \"IsVisitor\": false,\n \"NickName\": \"Qidian Intelligent Customer Service 02\",\n \"RecordBizId\": \"594c875a-6332-4042-b4a6-3ffeaac6ccde\"\n },\n {\n \"Avatar\": \"https://qidian-qbot-1251316161.cos.ap-guangzhou.myqcloud.com/public/avatar_penguin01.png\",\n \"Content\": \"Hello\",\n \"IsVisitor\": true,\n \"NickName\": \"131****1632\",\n \"RecordBizId\": \"aa86aee5-ee06-4cb1-91f3-33a967b7f437\"\n },\n {\n \"Avatar\": \"https://qbot-1251316161.cos.ap-nanjing.myqcloud.com/avatar.png\",\n \"Content\": \"Hello! What can I do for you?\",\n \"IsVisitor\": false,\n \"NickName\": \"Qidian Intelligent Customer Service 02\",\n \"RecordBizId\": \"83095ab9-61b5-4392-980b-d76fdf4bcdd8\"\n },\n {\n \"Avatar\": \"https://qidian-qbot-1251316161.cos.ap-guangzhou.myqcloud.com/public/avatar_penguin01.png\",\n \"Content\": \"Hello\",\n \"IsVisitor\": true,\n \"NickName\": \"131****1632\",\n \"RecordBizId\": \"4b152507-04da-44ae-9e39-b8f170a7c58d\"\n },\n {\n \"Avatar\": \"https://qbot-1251316161.cos.ap-nanjing.myqcloud.com/avatar.png\",\n \"Content\": \"Hello! What can I do for you?\",\n \"IsVisitor\": false,\n \"NickName\": \"Qidian Intelligent Customer Service 02\",\n \"RecordBizId\": \"4158c9a9-724e-447d-9973-f35bfc6af38d\"\n },\n {\n \"Avatar\": \"https://qidian-qbot-1251316161.cos.ap-guangzhou.myqcloud.com/public/avatar_penguin01.png\",\n \"Content\": \"Hello\",\n \"IsVisitor\": true,\n \"NickName\": \"131****1632\",\n \"RecordBizId\": \"265b25a2-95d0-4775-86e3-a9dd3278c747\"\n },\n {\n \"Avatar\": \"https://qbot-1251316161.cos.ap-nanjing.myqcloud.com/avatar.png\",\n \"Content\": \"Hello! What can I do for you?\",\n \"IsVisitor\": false,\n \"NickName\": \"Qidian Intelligent Customer Service 02\",\n \"RecordBizId\": \"34366c2d-065c-498e-a9f7-c7e06ac82bc5\"\n },\n {\n \"Avatar\": \"https://qidian-qbot-1251316161.cos.ap-guangzhou.myqcloud.com/public/avatar_penguin01.png\",\n \"Content\": \"Hello\",\n \"IsVisitor\": true,\n \"NickName\": \"131****1632\",\n \"RecordBizId\": \"996d7eff-8345-4858-a290-fe0b8b2b5c87\"\n },\n {\n \"Avatar\": \"https://qbot-1251316161.cos.ap-nanjing.myqcloud.com/avatar.png\",\n \"Content\": \"Hello! What can I do for you?\",\n \"IsVisitor\": false,\n \"NickName\": \"Qidian Intelligent Customer Service 02\",\n \"RecordBizId\": \"04171ac2-46b0-4371-9983-176ecda6ffc0\"\n }\n ],\n \"RequestId\": \"72e31a2d-59cf-42f6-9fc2-c6b3676971cd\"\n }\n}",
310
+ "title": "View Context of Dissatisfied Responses"
311
+ }
312
+ ],
313
+ "ExportAttributeLabel": [
314
+ {
315
+ "document": "Export knowledge labels.",
316
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ExportAttributeLabel\n<Common request parameters>\n\n{\n \"BotBizId\": \"1696822786072117248\",\n \"AttributeBizIds\": [\n \"1734549420823662592\"\n ]\n}",
317
+ "output": "{\n \"Response\": {\n \"RequestId\": \"7e19f652-a381-4979-b929-69da4a3a02d1\"\n }\n}",
318
+ "title": "Export Knowledge Labels"
319
+ }
320
+ ],
321
+ "ExportQAList": [
322
+ {
323
+ "document": "Export Q&A.",
324
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ExportQAList\n<Common request parameters>\n\n{\n \"BotBizId\": \"1714970520775950336\",\n \"QaBizIds\": [\n \"162587\"\n ]\n}",
325
+ "output": "{\n \"Response\": {\n \"RequestId\": \"320dd9e8-a1c5-484b-862a-df15e1b514c8\"\n }\n}",
326
+ "title": "Export Q&A"
327
+ }
328
+ ],
329
+ "ExportUnsatisfiedReply": [
330
+ {
331
+ "document": "Export dissatisfied responses.",
332
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ExportUnsatisfiedReply\n<Common request parameters>\n\n{\n \"BotBizId\": \"1696822786072117248\",\n \"ReplyBizIds\": [\n \"29\"\n ]\n}",
333
+ "output": "{\n \"Response\": {\n \"RequestId\": \"0bd73939-7b59-4997-a65d-d0d8167dfcd2\"\n }\n}",
334
+ "title": "Export Dissatisfactory Responses"
335
+ }
336
+ ],
337
+ "GenerateQA": [
338
+ {
339
+ "document": "Generate Q&A.",
340
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GenerateQA\n<Common request parameters>\n\n{\n \"BotBizId\": \"1727231073371148288\",\n \"DocBizIds\": [\n \"1729099536210460672\"\n ]\n}",
341
+ "output": "{\n \"Response\": {\n \"RequestId\": \"b580e969-fd9a-4f86-82aa-92905aa684bd\"\n }\n}",
342
+ "title": "Generate Q&A"
343
+ }
344
+ ],
345
+ "GetAnswerTypeDataCount": [
346
+ {
347
+ "document": "",
348
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetAnswerTypeDataCount\n<Common request parameters>\n\n{\n \"StartTime\": 1716368386,\n \"EndTime\": 1716454119,\n \"AppBizId\": [\n \"1747088166522585088\",\n \"1780116741678956544\"\n ],\n \"Type\": 4,\n \"LoginUin\": \"600000562346\",\n \"LoginSubAccountUin\": \"600000562346\"\n}",
349
+ "output": "{\n \"Response\": {\n \"ConcurrentLimitCount\": 0,\n \"ImageUnderstandingCount\": 0,\n \"KnowledgeCount\": 0,\n \"ModelReplyCount\": 90,\n \"RejectCount\": 0,\n \"RequestId\": \"452f1b7a-58ca-4b0f-9cbf-8ab400684653\",\n \"SearchEngineCount\": 9,\n \"SensitiveCount\": 0,\n \"TaskFlowCount\": 18,\n \"Total\": 127,\n \"UnknownIssuesCount\": 10\n }\n}",
350
+ "title": "Response Type Data Statistics"
351
+ }
352
+ ],
353
+ "GetAppKnowledgeCount": [
354
+ {
355
+ "document": "Get total usage.",
356
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetAppKnowledgeCount\n<Common request parameters>\n\n{\n \"AppBizId\": \"1849805468254076912\",\n \"Type\": \"doc\"\n}",
357
+ "output": "{\n \"Response\": {\n \"Total\": \"12\",\n \"RequestId\": \"7814bdbe-da7e-401e-95c4-3e861d52982\"\n }\n}",
358
+ "title": "GetAppKnowledgeCount"
359
+ }
360
+ ],
361
+ "GetAppSecret": [
362
+ {
363
+ "document": "",
364
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetAppSecret\n<Common request parameters>\n\n{\n \"AppBizId\": \"1801166480814637056\"\n}",
365
+ "output": "{\n \"Response\": {\n \"AppKey\": \"HuLJbSdLZ\",\n \"CreateTime\": \"1718266528\",\n \"IsRelease\": false,\n \"HasPermission\": true,\n \"RequestId\": \"ee325589-ef62-4aab-8070-01792336d02a\"\n }\n}",
366
+ "title": "Get Application Key"
367
+ }
368
+ ],
369
+ "GetDocPreview": [
370
+ {
371
+ "document": "",
372
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetDocPreview\n<Common request parameters>\n\n{\n \"DocBizId\": \"1681597542412103680\",\n \"BotBizId\": \"1735129619995951104\"\n}",
373
+ "output": "{\n \"Response\": {\n FileName\": \"26 Methods for Prevention and Control of Diseases and Pests.docx\n \"FileType\": \"docx\",\n \"CosUrl\": \"/corp/1681586131361275904/1681597542412103680/doc/E0dQM9X41QmyAWiTQMkC-7807575532.docx\",\n \"Url\": \"https://qi***an-q**t-12***16161.cos.ap-guangzhou.myqcloud.com/%2Fcorp/1737374492379124992/17986106392328008704/doc/pXaeDgJsQEEDjryWEKwU-1806238910230430080.md\",\n \"Bucket\": \"\",\n \"RequestId\": \"7814bdbe-da7e-401e-95c4-3e861d5298ee\",\n \"NewName\": \"\"\n }\n}",
374
+ "title": "Get Document Preview-Related Information"
375
+ }
376
+ ],
377
+ "GetLikeDataCount": [
378
+ {
379
+ "document": "Data statistics of likes and dislikes.",
380
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetLikeDataCount\n<Common request parameters>\n\n{\n \"StartTime\": 1715396806,\n \"EndTime\": 1716435550,\n \"AppBizId\": [\n \"1\",\n \"1778345918658510848\"\n ],\n \"Type\": 1,\n \"LoginUin\": \"600000562346\",\n \"LoginSubAccountUin\": \"600000562346\"\n}",
381
+ "output": "{\n \"Response\": {\n \"AppraisalTotal\": 7,\n \"DislikeRate\": 0.57,\n \"DislikeTotal\": 4,\n \"LikeRate\": 0.43,\n \"LikeTotal\": 3,\n \"ParticipationRate\": 1.75,\n \"RequestId\": \"cf081be6-ae5f-4840-9324-d60f748d60b6\",\n \"Total\": 4\n }\n}",
382
+ "title": "Data Statistics of Likes and Dislikes"
383
+ }
384
+ ],
385
+ "GetMsgRecord": [
386
+ {
387
+ "document": "",
388
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetMsgRecord\n<Common request parameters>\n\n{\n \"Type\": 2,\n \"Count\": 15,\n \"SessionId\": \"your session id\",\n \"LastRecordId\": \"\"\n}",
389
+ "output": "{\n \"Response\": {\n \"Records\": [\n {\n Content\": \"User query\"\n \"RecordId\": \"9415678e-1ac5-4987-ac86-d8f9c001c93c\",\n \"RelatedRecordId\": \"H9I_20241107_201302_963_b8oJXfpL\",\n \"IsFromSelf\": true,\n FromName\": \"User A\"\n \"FromAvatar\": \"https://qidian-qbot-xxxxxx.cos.ap-guangzhou.myqcloud.com/public/174434244193038090240/1801166482343244637056/image/jNVJvoXsTsBzo2324324121HZdgd-1816016475183120384.png\",\n \"Timestamp\": \"1730981587\",\n \"HasRead\": true,\n \"Score\": 1,\n \"CanRating\": true,\n \"Type\": 1,\n \"References\": [\n {\n \"Id\": \"1856329177919861888\",\n \"Url\": \"\",\n \"Type\": 2,\n Name\": \"My document\"\n \"DocId\": \"25395\"\n }\n ],\n \"Reasons\": [\n\"Reason information\" ],\n \"IsLlmGenerated\": true,\n \"ImageUrls\": [\n \"\"\n ]\n }\n ],\n \"RequestId\": \"47d378d4-49b5-454b-a381-088e7015f411\"\n }\n}",
390
+ "title": "Conversation Record"
391
+ }
392
+ ],
393
+ "GetReconstructDocumentResult": [
394
+ {
395
+ "document": "",
396
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetReconstructDocumentResult\n<Common request parameters>\n\n{\n \"TaskId\": \"123123123\"\n}",
397
+ "output": "{\n \"Response\": {\n \"DocumentRecognizeResultUrl\": \"https://document-restruction-1258344699.cos.ap-guangzhou.myqcloud.com/doc_parse/output_files/a9c6a9482c72412fa84445a44ss125531.zip?q-sign-algorithm=sha1&q-ak=*******l&q-sign-time=1715503711%3B1718804311&q-key-time=1718855711%3B1718804311&q-header-list=host&q-url-param-list=&q-signature=71b568b8632d7e45gertdc3d235ef68d41fdfe7f8\",\n \"FailedPages\": [],\n \"RequestId\": \"a37b0d0b-c3af-44bd-iuiu-632442644a80\",\n \"Status\": \"Success\"\n }\n}",
398
+ "title": "Successful API Call Example"
399
+ }
400
+ ],
401
+ "GetTaskStatus": [
402
+ {
403
+ "document": "Get the status of tasks.",
404
+ "input": "POST / HTTP/1.1\n Host: xxx.tencentcloudapi.com\n Content-Type: application/json\n X-TC-Action: GetTaskStatus\n <Common request parameters>\n \n{\n\t\"TaskId\": \"8\",\n\t\"TaskType\":\"ModifyAttributeLabel\",\n\t\"BotBizId\":\"1767024172536168448\"\n}",
405
+ "output": "{\n \"Response\": {\n \"Message\": \"\",\n \"Params\": {\n \"CosPath\": \"\"\n },\n \"RequestId\": \"896e8585-8013-446f-a403-0952f9e207e5\",\n \"Status\": \"SUCCESS\",\n \"TaskId\": \"8\",\n \"TaskType\": \"ModifyAttributeLabel\"\n }\n}",
406
+ "title": "Get Task Status"
407
+ }
408
+ ],
409
+ "GetWsToken": [
410
+ {
411
+ "document": "Get WS Token.",
412
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetWsToken\n<Common request parameters>\n\n{\n \"Type\": 5,\n \"BotAppKey\": \"abcdefg\",\n \"VisitorLabels\": []\n}",
413
+ "output": "{\n \"Response\": {\n \"RequestId\": \"3fa293a5-****-****-8c0b-95252cfef12f\",\n \"Token\": \"0457ad8d-****-****-9f2f-81863f4b0182\"\n }\n}",
414
+ "title": "Get WS Token"
415
+ }
416
+ ],
417
+ "GroupDoc": [
418
+ {
419
+ "document": "",
420
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GroupDoc\n<Common request parameters>\n\n{\n \"BotBizId\": \"1714970520775950336\",\n \"BizIds\": [\n \"17341635094137912292\"\n ],\n \"CateBizId\": \"1734163509413793792\"\n}",
421
+ "output": "{\n \"Response\": {\n \"RequestId\": \"1a86bd37-eeae-427a-baad-c8aa20eb6252\"\n }\n}",
422
+ "title": "Doc Group"
423
+ }
424
+ ],
425
+ "GroupQA": [
426
+ {
427
+ "document": "Group Q&A",
428
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GroupQA\n<Common request parameters>\n\n{\n \"BotBizId\": \"1714970520775950336\",\n \"QaBizIds\": [\n \"17341635094137912292\"\n ],\n \"CateBizId\": \"1734163509413793792\"\n}",
429
+ "output": "{\n \"Response\": {\n \"RequestId\": \"1a86bd37-eeae-427a-baad-c8aa20eb6252\"\n }\n}",
430
+ "title": "Group Q&A"
431
+ }
432
+ ],
433
+ "IgnoreUnsatisfiedReply": [
434
+ {
435
+ "document": "Ignore dissatisfied responses.",
436
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: IgnoreUnsatisfiedReply\n<Common request parameters>\n\n{\n \"BotBizId\": \"1696822786072117248\",\n \"ReplyBizIds\": [\n \"29\"\n ]\n}",
437
+ "output": "{\n \"Response\": {\n \"RequestId\": \"631ef23e-d787-47a1-9677-3104e68b1c56\"\n }\n}",
438
+ "title": "Ignore Dissatisfied Responses"
439
+ }
440
+ ],
441
+ "ListApp": [
442
+ {
443
+ "document": "Get application list under the corporate.",
444
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListApp\n<Common request parameters>\n\n{\n \"AppType\": \"knowledge_qa\"\n}",
445
+ "output": "{\n \"Response\": {\n \"Total\": \"1\",\n \"List\": [\n {\n \"AppType\": \"knowledge_qa\",\n AppTypeDesc\": \"Knowledge base Q&A\",\n \"AppBizId\": \"1801166480814637052\",\n Name\": \"My application\",\n \"Avatar\": \"https://qidian-qbot-xxxxxxx.cos.ap-guangzhou.myqcloud.com/public/174434244193038090240/1801166482343244637056/image/jNVJvoXsTsBzo2324324121HZdgd-1816016475183120384.png\",\n\"Desc\": \"Description\" \"AppStatus\": 2,\n AppStatusDesc\": \"running\n \"UpdateTime\": \"1731407395\",\n\"Operator\": \"Operator.\" ModelName\": \"Fine-tuned Knowledge Large Model - Standard\",\n \"Pattern\": \"standard\",\n \"ThoughtModelAliasName\": \"Intent Recognition Model - Premium\"\n }\n ],\n \"RequestId\": \"143a9f30-a21c-4eb3-af82-ccacd4cdcbfd\"\n }\n}",
446
+ "title": "ListApp"
447
+ }
448
+ ],
449
+ "ListAppCategory": [
450
+ {
451
+ "document": "",
452
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListAppCategory\n<Common request parameters>\n\n{}",
453
+ "output": "{\n \"Response\": {\n \"List\": [\n {\n \"Text\": \"Knowledge base Q&A\"\n \"Value\": \"knowledge_qa\",\n \"Logo\": \"https://cdn.xiaowei.qq.com/static/lke/app-icon-knowledge_qa.png\"\n }\n ],\n \"RequestId\": \"ee325589-ef62-4aab-8070-01792336d02a\"\n }\n}",
454
+ "title": "Get Application Type List"
455
+ }
456
+ ],
457
+ "ListAppKnowledgeDetail": [
458
+ {
459
+ "document": "Query the knowledge library capacity details in a list",
460
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListAppKnowledgeDetail\n<Common request parameters>\n\n{\n \"PageNumber\": 1,\n \"PageSize\": 10\n}",
461
+ "output": "{\n \"Response\": {\n \"List\": [],\n \"RequestId\": \"94d7732a-0b85-45a8-9f3f-2c73e750ba67\",\n \"Total\": 6\n }\n}",
462
+ "title": "List Query Knowledge Base Capacity Details"
463
+ },
464
+ {
465
+ "document": "Query the details of application knowledge base capacity in a list",
466
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListAppKnowledgeDetail\n<Common request parameters>\n\n{\n \"PageNumber\": 1,\n \"PageSize\": 10\n}",
467
+ "output": "{\n \"Response\": {\n \"List\": [],\n \"RequestId\": \"99007a19-557c-43ec-9bdc-2f8587b461cf\",\n \"Total\": 0\n }\n}",
468
+ "title": "List Query Details of Application Knowledge Base Capacity Usage"
469
+ }
470
+ ],
471
+ "ListAttributeLabel": [
472
+ {
473
+ "document": "Query list of knowledge labels",
474
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListAttributeLabel\n<Common request parameters>\n\n{\n \"BotBizId\": \"1696822786072117248\",\n \"PageNumber\": 1,\n \"PageSize\": 15\n}",
475
+ "output": "{\n \"Response\": {\n \"List\": [\n {\n \"AttrKey\": \"test\",\n \"AttrName\": \"EPIAI label\"\n \"IsUpdating\": false,\n \"AttrBizId\": \"1734549420823662592\",\n \"LabelNames\": [\n \"Hello\"\n ]\n }\n ],\n \"RequestId\": \"f949f7b3-c7f1-4e46-8049-db0c872dc174\",\n \"Total\": \"1\"\n }\n}",
476
+ "title": "List of Knowledge Labels"
477
+ }
478
+ ],
479
+ "ListDoc": [
480
+ {
481
+ "document": "",
482
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListDoc\n<Common request parameters>\n\n{\n \"BotBizId\": \"1727231073371148288\",\n \"PageNumber\": 1,\n \"PageSize\": 10\n}",
483
+ "output": "{\n \"Response\": {\n \"List\": [\n {\n \"AttrLabels\": [],\n \"AttrRange\": 1,\n \"CosUrl\": \"/corp/137/doc/jkadslfjalkdfjaklsdfla.docx\",\n \"DocBizId\": \"1729099536210460672\",\n \"DocCharSize\": \"5\",\n \"FileName\": \"jkadslfjalkdfjaklsdfla.docx\",\n \"NewName\": \"\",\n \"FileType\": \"docx\",\n \"IsAllowDelete\": true,\n \"IsAllowEdit\": true,\n \"IsAllowRefer\": true,\n \"IsAllowRestart\": true,\n \"IsCreatedQa\": true,\n \"IsCreatingQa\": false,\n \"IsDeleted\": false,\n \"IsDeletedQa\": false,\n \"IsRefer\": false,\n \"QaNum\": 2,\n Reason\": \"Q&A generated successfully\",\n \"Source\": 1,\n SourceDesc\": \"Web import\",\n \"Status\": 12,\n StatusDesc\": \"Released\",\n \"WebUrl\": \"\",\n \"ReferUrlType\": 0,\n \"UpdateTime\": \"1701425246\"\n }\n ],\n \"RequestId\": \"5526c65b-308d-4e84-b6b3-6b21d5c106b2\",\n \"Total\": \"1\"\n }\n}",
484
+ "title": "Document List"
485
+ }
486
+ ],
487
+ "ListDocCate": [
488
+ {
489
+ "document": "",
490
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListDocCate\n<Common request parameters>\n\n{\n \"BotBizId\": \"1714970520775950336\"\n}",
491
+ "output": "{\n \"Response\": {\n \"List\": [\n {\n \"CanAdd\": true,\n \"CanDelete\": false,\n \"CanEdit\": false,\n \"CateBizId\": \"0\",\n \"Children\": [\n {\n \"CanAdd\": false,\n \"CanDelete\": false,\n \"CanEdit\": false,\n \"CateBizId\": \"54554\",\n \"Children\": [],\n \"Name\": \"Uncategorized\"\n \"Total\": 4\n }\n ],\n \"Name\": \"All Categories\"\n \"Total\": 4\n }\n ],\n \"RequestId\": \"b6a45aaf-571d-48bd-988d-b0063d5e1a8b\"\n }\n}",
492
+ "title": "Get Document Category"
493
+ }
494
+ ],
495
+ "ListModel": [
496
+ {
497
+ "document": "Get the model list.",
498
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListModel\n<Common request parameters>\n\n{\n \"AppType\": \"knowledge_qa\",\n \"ModelCategory\": \"thought\",\n \"Pattern\": \"agent\"\n}",
499
+ "output": "{\n \"Response\": {\n \"List\": [\n {\n AliasName\": \"Fine-tuned Knowledge Large Model - Standard\",\n \"MaxTokens\": {\n \"Default\": 4000,\n \"Max\": 8000,\n \"Min\": 1\n },\n \"ModelDesc\": \"\",\n \"ModelName\": \"cs-normal\",\n \"PromptWordsLimit\": \"8K\",\n \"ResourceStatus\": 1,\n \"Temperature\": {\n \"Default\": 0.7,\n \"Max\": 1,\n \"Min\": 0\n },\n \"TopP\": {\n \"Default\": 0.8,\n \"Max\": 1,\n \"Min\": 0\n }\n }\n ],\n \"RequestId\": \"53b9fa7e-d4b5-4aec-8229-d56ea3965493\"\n }\n}",
500
+ "title": "ListModel"
501
+ }
502
+ ],
503
+ "ListQA": [
504
+ {
505
+ "document": "Get the question and answer list.",
506
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListQA\n<Common request parameters>\n\n{\n \"BotBizId\": \"1714970520775950336\",\n \"PageNumber\": 1,\n \"PageSize\": 50,\n \"QaBizIds\": [\n \"162734\",\n \"162779\"\n ]\n}",
507
+ "output": "{\n \"Response\": {\n \"AcceptedTotal\": \"2\",\n \"List\": [\n {\n Answer\": \"Just name it Soaring Dragon in the Sky\n \"CreateTime\": \"1701420491\",\n \"DocBizId\": \"0\",\n \"FileName\": \"\",\n \"FileType\": \"\",\n \"IsAllowAccept\": false,\n \"IsAllowDelete\": true,\n \"IsAllowEdit\": true,\n \"QaBizId\": \"162779\",\n \"QaCharSize\": \"14\",\n Question\": \"Help me come up with a name\n \"Source\": 3,\n SourceDesc\": \"manual entry\n \"Status\": 2,\n StatusDesc\": \"to be released\n \"UpdateTime\": \"1702366925\"\n },\n {\n\"Answer\": \"My good fur matter 12141\" \"CreateTime\": \"1701419959\",\n \"DocBizId\": \"0\",\n \"FileName\": \"\",\n \"FileType\": \"\",\n \"IsAllowAccept\": false,\n \"IsAllowDelete\": true,\n \"IsAllowEdit\": true,\n \"QaBizId\": \"162734\",\n \"QaCharSize\": \"13\",\n Question\": \"Your number\",\n \"Source\": 3,\n SourceDesc\": \"manual entry\n \"Status\": 2,\n StatusDesc\": \"Pending release\"\n \"UpdateTime\": \"1701939988\"\n }\n ],\n \"NotAcceptedTotal\": \"0\",\n \"PageNumber\": 1,\n \"RequestId\": \"b83a51f5-faba-4c2d-9844-fc1a9bd68c26\",\n \"Total\": \"2\",\n \"WaitVerifyTotal\": \"0\"\n }\n}",
508
+ "title": "Get Q&A List"
509
+ }
510
+ ],
511
+ "ListQACate": [
512
+ {
513
+ "document": "",
514
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListQACate\n<Common request parameters>\n\n{\n \"BotBizId\": \"1714970520775950336\"\n}",
515
+ "output": "{\n \"Response\": {\n \"List\": [\n {\n \"CanAdd\": true,\n \"CanDelete\": false,\n \"CanEdit\": false,\n \"CateBizId\": \"0\",\n \"Children\": [\n {\n \"CanAdd\": false,\n \"CanDelete\": false,\n \"CanEdit\": false,\n \"CateBizId\": \"54554\",\n \"Children\": [],\n Name\": \"Uncategorized\",\n \"Total\": 4\n }\n ],\n\"Name\": \"All Categories\" \"Total\": 4\n }\n ],\n \"RequestId\": \"b6a45aaf-571d-48bd-988d-b0063d5e1a8b\"\n }\n}",
516
+ "title": "Get Q&A Category"
517
+ }
518
+ ],
519
+ "ListRejectedQuestion": [
520
+ {
521
+ "document": "Get the rejected question list.",
522
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListRejectedQuestion\n<Common request parameters>\n\n{\n \"BotBizId\": \"1714970520775950336\",\n \"PageNumber\": 1,\n \"PageSize\": 20\n}",
523
+ "output": "{\n \"Response\": {\n \"List\": [\n {\n \"IsAllowDelete\": false,\n \"IsAllowEdit\": false,\n \"Question\": \"What's the weather in Beijing?\" \n \"RejectedBizId\": \"0\",\n \"Status\": 2,\n StatusDesc\": \"Releasing\",\n \"UpdateTime\": \"1698930291\"\n },\n {\n \"IsAllowDelete\": false,\n \"IsAllowEdit\": false,\n \"Question\": \"55555569\",\n \"RejectedBizId\": \"0\",\n \"Status\": 2,\n \"StatusDesc\": \"Releasing\" \n \"UpdateTime\": \"1693407323\"\n },\n {\n \"IsAllowDelete\": true,\n \"IsAllowEdit\": true,\n \"Question\": \"55555568\",\n \"RejectedBizId\": \"0\",\n \"Status\": 1,\n StatusDesc\": \"Pending release\",\n \"UpdateTime\": \"1693407323\"\n }\n ],\n \"RequestId\": \"bdc74947-8606-41e1-9a97-72690bf06bdd\",\n \"Total\": \"3\"\n }\n}",
524
+ "title": "Get Rejected Question List"
525
+ }
526
+ ],
527
+ "ListRejectedQuestionPreview": [
528
+ {
529
+ "document": "",
530
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListRejectedQuestionPreview\n<Common request parameters>\n\n{\n \"BotBizId\": \"1798610639288008723\",\n \"PageNumber\": 1,\n \"PageSize\": 1,\n \"Query\": \"\",\n \"ReleaseBizId\": \"1\",\n \"Actions\": [\n 1\n ],\n \"StartTime\": \"1701566284\",\n \"EndTime\": \"1701766284\"\n}",
531
+ "output": "{\n \"Response\": {\n \"Total\": \"1\",\n \"List\": [\n {\n \"Question\": \"abc\",\n \"UpdateTime\": \"1701766284\",\n \"Action\": 1,\n \"ActionDesc\": \"Newly-added\"\n \"Message\": \"\"\n }\n ],\n \"RequestId\": \"2314bdbe-d34e-401e-95c4-3e861d5298ee\"\n }\n}",
532
+ "title": "Release Rejected Question Preview"
533
+ }
534
+ ],
535
+ "ListRelease": [
536
+ {
537
+ "document": "",
538
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListRelease\n<Common request parameters>\n\n{\n \"BotBizId\": \"1714970520775950336\",\n \"PageNumber\": 1,\n \"PageSize\": 10\n}",
539
+ "output": "{\n \"Response\": {\n \"List\": [\n {\n Desc\": \"Test the release, haha\",\n \"FailCount\": 0,\n \"Operator\": \"stanwei\",\n \"Reason\": \"\",\n \"ReleaseBizId\": \"1730138654150348800\",\n \"Status\": 3,\n StatusDesc\": \"released successfully\n \"SuccessCount\": 6,\n \"UpdateTime\": \"1701332268\"\n }\n ],\n \"RequestId\": \"e28f31fe-72a3-459b-9abb-5042a0f35a1b\",\n \"Total\": \"1\"\n }\n}",
540
+ "title": "Release List"
541
+ }
542
+ ],
543
+ "ListReleaseConfigPreview": [
544
+ {
545
+ "document": "Get the configuration items to be released",
546
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListReleaseConfigPreview\n<Common request parameters>\n\n{\n \"BotBizId\": \"1747951478630252544\",\n \"PageNumber\": 1,\n \"PageSize\": 15\n}",
547
+ "output": "{\n \"Response\": {\n \"List\": [\n {\n \"Action\": 2,\n \"ConfigItem\": \"Application name\",\n \"Content\": \"\",\n \"LastValue\": \"\",\n \"UpdateTime\": \"1709694760\",\n \"Value\": \"Shanghai Museum\"\n },\n {\n \"Action\": 2,\n \"ConfigItem\": \"avatar\",\n \"Content\": \"Application icon change\", \n \"LastValue\": \"\",\n \"UpdateTime\": \"1709694760\",\n \"Value\": \"https://cdn.xiaowei.qq.com/lke/assets//static/avatar.png\"\n },\n {\n \"Action\": 2,\n \"ConfigItem\": \"welcome message\"\n \"Content\": \"\",\n \"LastValue\": \"\",\n \"UpdateTime\": \"1709694760\",\n \"Value\": \"Hello, I am your customer service assistant and I will provide you with friendly, professional and efficient service.\"\n },\n {\n \"Action\": 2,\n \"ConfigItem\": \"Output method\"\n \"Content\": \"\",\n \"LastValue\": \"Non-streaming output\",\n \"UpdateTime\": \"1709694760\",\n \"Value\": \"Streaming output\"\n },\n {\n \"Action\": 2,\n \"ConfigItem\": \"General model reply switch\",\n \"Content\": \"\",\n \"LastValue\": \"Off\",\n \"UpdateTime\": \"1709694760\",\n \"Value\": \"enable\"\n },\n {\n \"Action\": 2,\n \"ConfigItem\": \"Default question response\"\n \"Content\": \"\",\n \"LastValue\": \"\",\n \"UpdateTime\": \"1709694760\",\n \"Value\": \"As an intelligent assistant, the answers or suggestions I provide for this question may be inaccurate. It is advisable for you to transfer to human service and get service from professional consultants.\"\n },\n {\n \"Action\": 2,\n \"ConfigItem\": \"Maximum recall quantity for QA\"\n \"Content\": \"\",\n \"LastValue\": \"0\",\n \"UpdateTime\": \"1709694760\",\n \"Value\": \"3\"\n },\n {\n \"Action\": 2,\n \"ConfigItem\": \"Response flexibility\"\n \"Content\": \"\",\n \"LastValue\": \"Polished response to the adopted answer\"\n \"UpdateTime\": \"1709694760\",\n \"Value\": \"Directly response with the adopted answer\"\n },\n {\n \"Action\": 2,\n \"ConfigItem\": \"Knowledge Source Q&A Configuration\"\n \"Content\": \"\",\n \"LastValue\": \"Off\"\n \"UpdateTime\": \"1709694760\",\n \"Value\": \"enable\"\n },\n {\n \"Action\": 2,\n \"ConfigItem\": \"Knowledge source task flow configuration\"\n \"Content\": \"\",\n \"LastValue\": \"Off\"\n \"UpdateTime\": \"1709694760\",\n \"Value\": \"enable\"\n },\n {\n \"Action\": 2,\n \"ConfigItem\": \"Maximum number of documents recalled\"\n \"Content\": \"\",\n \"LastValue\": \"0\",\n \"UpdateTime\": \"1709694760\",\n \"Value\": \"4\"\n },\n {\n \"Action\": 2,\n \"ConfigItem\": \"Knowledge source document configuration\"\n \"Content\": \"\",\n \"LastValue\": \"Off\"\n \"UpdateTime\": \"1709694760\",\n \"Value\": \"enable\"\n },\n {\n \"Action\": 2,\n \"ConfigItem\": \"Context reference round\"\n \"Content\": \"\",\n \"LastValue\": \"0\",\n \"UpdateTime\": \"1709694760\",\n \"Value\": \"1\"\n }\n ],\n \"RequestId\": \"ac6c9baf-890b-4b63-b1b3-409eb74b0e14\",\n \"Total\": \"13\"\n }\n}",
548
+ "title": "Get Configuration Items to Be Released"
549
+ }
550
+ ],
551
+ "ListReleaseDocPreview": [
552
+ {
553
+ "document": "",
554
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListReleaseDocPreview\n<Common request parameters>\n\n{\n \"BotBizId\": \"1798610639288008723\",\n \"Query\": \"\",\n \"ReleaseBizId\": \"1\",\n \"PageNumber\": 1,\n \"PageSize\": 1,\n \"StartTime\": \"1701566219\",\n \"EndTime\": \"1701766219\",\n \"Actions\": [\n 1\n ]\n}",
555
+ "output": "{\n \"Response\": {\n \"Total\": \"1\",\n \"List\": [\n {\n \"FileName\": \"test.txt\",\n \"FileType\": \"test.txt\",\n \"UpdateTime\": \"1701766219\",\n \"Action\": 1,\n ActionDesc\": \"Newly-added\",\n \"Message\": \"\"\n }\n ],\n \"RequestId\": \"2314bdbe-da7e-401e-95c4-3e861d5298ee\"\n }\n}",
556
+ "title": "Release the Document Preview"
557
+ }
558
+ ],
559
+ "ListReleaseQAPreview": [
560
+ {
561
+ "document": "",
562
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListReleaseQAPreview\n<Common request parameters>\n\n{\n \"BotBizId\": \"1694921462777761792\",\n \"PageNumber\": 1,\n \"PageSize\": 10,\n \"Query\": \"\",\n \"ReleaseBizId\": \"1694923462777761792\",\n \"StartTime\": \"1735056000\",\n \"EndTime\": \"1735142399\",\n \"Actions\": [],\n \"ReleaseStatus\": []\n}",
563
+ "output": "{\n \"Response\": {\n \"List\": [\n {\n \"Action\": 3,\n \"ActionDesc\": \"Deletion\"\n \"FileName\": \"\",\n \"FileType\": \"\",\n \"Message\": \"\",\n \"QaBizId\": \"161612\",\n \"Question\": \"aaaa\",\n \"ReleaseStatus\": 0,\n \"Source\": 3,\n \"SourceDesc\": \"Manual entry\"\n \"UpdateTime\": \"1701264450\"\n },\n {\n \"Action\": 3,\n \"ActionDesc\": \"Deletion\"\n \"FileName\": \"\",\n \"FileType\": \"\",\n \"Message\": \"\",\n \"QaBizId\": \"161738\",\n \"Question\": \"Question 1\"\n \"ReleaseStatus\": 0,\n \"Source\": 2,\n \"SourceDesc\": \"Batch import\"\n \"UpdateTime\": \"1701422596\"\n },\n {\n \"Action\": 3,\n \"ActionDesc\": \"Deletion\"\n \"FileName\": \"\",\n \"FileType\": \"\",\n \"Message\": \"\",\n \"QaBizId\": \"161739\",\n \"Question\": \"Issue 2\"\n \"ReleaseStatus\": 0,\n \"Source\": 2,\n \"SourceDesc\": \"Batch import\"\n \"UpdateTime\": \"1701427533\"\n },\n {\n \"Action\": 3,\n \"ActionDesc\": \"Deletion\"\n \"FileName\": \"\",\n \"FileType\": \"\",\n \"Message\": \"\",\n \"QaBizId\": \"161740\",\n \"Question\": \"qq\",\n \"ReleaseStatus\": 0,\n \"Source\": 2,\n \"SourceDesc\": \"Batch import\"\n \"UpdateTime\": \"1701670093\"\n },\n {\n \"Action\": 1,\n \"ActionDesc\": \"Add new\"\n \"FileName\": \"Measures for Minimum Living Allowance in Shenzhen.docx\"\n \"FileType\": \"docx\",\n \"Message\": \"\",\n \"QaBizId\": \"162463\",\n\"Question\": \"When will the Measures for the Minimum Living Security in Shenzhen be implemented?\" \"ReleaseStatus\": 0,\n \"Source\": 1,\n \"SourceDesc\": \"Measures for the Minimum Living Allowance in Shenzhen Municipality.docx\"\n \"UpdateTime\": \"1700550874\"\n },\n {\n \"Action\": 1,\n \"ActionDesc\": \"Add new\"\n \"FileName\": \"\",\n \"FileType\": \"\",\n \"Message\": \"\",\n \"QaBizId\": \"1731558661913706496\",\n \"Question\": \"a\",\n \"ReleaseStatus\": 0,\n \"Source\": 3,\n \"SourceDesc\": \"manual entry\"\n \"UpdateTime\": \"1701670760\"\n }\n ],\n \"RequestId\": \"0260ac98-913d-4aab-9276-8a045f627e4e\",\n \"Total\": \"6\"\n }\n}",
564
+ "title": "Release a Q&A Preview"
565
+ }
566
+ ],
567
+ "ListSelectDoc": [
568
+ {
569
+ "document": "Get the document drop-down list.",
570
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListSelectDoc\n<Common request parameters>\n\n{\n \"BotBizId\": \"1714970520775950336\",\n \"FileName\": \"26\"\n}",
571
+ "output": "{\n \"Response\": {\n \"List\": [\n {\n \"Text\": \"26 Ways to Prevent and Control Diseases and Pests.docx\"\n \"Value\": \"630\"\n }\n ],\n \"RequestId\": \"0b598870-f2e7-4fcc-ada0-7cf99a8fbc8e\"\n }\n}",
572
+ "title": "Get Document Drop-Down List"
573
+ }
574
+ ],
575
+ "ListUnsatisfiedReply": [
576
+ {
577
+ "document": "Query the list of dissatisfied responses.",
578
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListUnsatisfiedReply\n<Common request parameters>\n\n{\n \"BotBizId\": \"1696822786072117248\",\n \"PageNumber\": 1,\n \"PageSize\": 15\n}",
579
+ "output": "{\n \"Response\": {\n \"List\": [],\n \"RequestId\": \"b60ba14e-982f-4d51-a3c0-6d17383f42dc\",\n \"Total\": \"0\"\n }\n}",
580
+ "title": "Query Dissatisfied Response List"
581
+ }
582
+ ],
583
+ "ListUsageCallDetail": [
584
+ {
585
+ "document": "Query single call details in a list.",
586
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListUsageCallDetail\n<Common request parameters>\n\n{\n \"CallType\": \"AllCallType\",\n \"ModelName\": \"cs-normal-70b\",\n \"StartTime\": \"1723564800\",\n \"EndTime\": \"1726156799\",\n \"PageNumber\": 1,\n \"PageSize\": 10\n}",
587
+ "output": "{\n \"Response\": {\n \"List\": [\n {\n \"AppName\": \"\",\n \"CallTime\": \"1724946200\",\n \"CallType\": \"Dialogue call\"\n \"Id\": \"e8h_20240701_194330_474_XRMUA92T\",\n \"InputTokenUsage\": 471,\n \"ModelName\": \"Fine-tuned Knowledge Large Model - Premium\",\n \"OutputTokenUsage\": 886,\n \"SearchUsage\": 0,\n \"TotalTokenUsage\": 1357,\n \"UinAccount\": \"600000562455\"\n }\n ],\n \"RequestId\": \"9332ab9b-dec8-481e-87a8-af6983ac9fe7\",\n \"Total\": 1\n }\n}",
588
+ "title": "Query Single Call Details"
589
+ }
590
+ ],
591
+ "ModifyApp": [
592
+ {
593
+ "document": "Modify an application.",
594
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyApp\n<Common request parameters>\n\n{\n \"AppBizId\": \"1801166480814637056\",\n \"AppType\": \"knowledge_qa\",\n \"BaseConfig\": \n {\n \"Avatar\": \"Profile photo\" \n \"Desc\": \"Application description\n \"Name\": \"My application\"\n },\n \"AppConfig\": {\n \"KnowledgeQa\": \n {\n \"Greeting\": \"welcome message\"\n \"Model\": \n {\n \"Name\": \"cs-normal\",\n \"IsUseContext\": true,\n \"HistoryLimit\": 1,\n AliasName\": \"Fine-tuned Knowledge Large Model - Standard\",\n \"ContextLimit\": 0,\n \"Desc\": \"\",\n \"TokenBalance\": 0,\n \"Temperature\": \"0.5\",\n \"TopP\": \"0.5\"\n },\n \"Output\": {\n \"Method\": 1,\n BareAnswer\": \"I'm unable to answer this question for now. Please ask another question.\",\n \"UseGeneralKnowledge\": false\n },\n \"Pattern\": \"standard\",\n \"Plugins\": [\n {\n \"PluginId\": \"3ad9ddae-587e-4bcc-ae07-ad13bfb1aaca\",\n \"ToolId\": \"0ca8d482-1e77-462b-bc21-xddd7c8f052f69\"\n }\n ],\n RoleDescription\": \"Role: Customer Service\\nSkills: Provide customer support, Solve technical\\nTone: Patient, Friendly\\nPersonality Traits: Professional, Attentive\\nRole Restrictions: Only answer questions related to products or services\",\n \"Search\": [\n {\n \"Confidence\": 0.2,\n \"DocTopN\": 3,\n \"IsEnabled\": true,\n \"QaTopN\": 0,\n \"ReplyFlexibility\": 0,\n \"ResourceStatus\": 0,\n \"ShowSearchEngine\": false,\n \"Type\": \"doc\",\n \"UseSearchEngine\": false\n },\n {\n \"Confidence\": 0.9,\n \"DocTopN\": 0,\n \"IsEnabled\": true,\n \"QaTopN\": 2,\n \"ReplyFlexibility\": 1,\n \"ResourceStatus\": 0,\n \"ShowSearchEngine\": false,\n \"Type\": \"qa\",\n \"UseSearchEngine\": false\n },\n {\n \"Confidence\": 0,\n \"DocTopN\": 0,\n \"IsEnabled\": false,\n \"QaTopN\": 0,\n \"ReplyFlexibility\": 0,\n \"ResourceStatus\": 0,\n \"ShowSearchEngine\": false,\n \"Type\": \"taskflow\",\n \"UseSearchEngine\": false\n },\n {\n \"Confidence\": 0,\n \"DocTopN\": 0,\n \"IsEnabled\": true,\n \"QaTopN\": 0,\n \"ReplyFlexibility\": 0,\n \"ResourceStatus\": 2,\n \"ShowSearchEngine\": false,\n \"Type\": \"search\",\n \"UseSearchEngine\": true\n }\n ],\n \"SearchRange\": {\n \"ApiVarAttrInfos\": [\n {\n \"ApiVarId\": \"7a6d67e0-eff1-406b-b092-3b8072c19570\",\n \"AttrBizId\": \"18537d934840613760\"\n }\n ],\n \"Condition\": \"and\"\n },\n \"SearchStrategy\": {\n \"StrategyType\": 0,\n \"TableEnhancement\": false\n },\n \"Workflow\": {\n \"IsEnabled\": true,\n \"UsePdl\": false\n },\n \"SingleWorkflow\": {\n \"WorkflowId\": \"Single workflow ID\"\n },\n \"ThoughtModel\": {\n AliasName\": \"Fine-tuned Function-call Model\",\n \"ContextLimit\": 0,\n \"Desc\": \"\",\n \"HistoryLimit\": 0,\n \"IsUseContext\": false,\n \"Name\": \"function-call-pro\",\n \"TokenBalance\": 0,\n \"Temperature\": \"0.5\",\n \"TopP\": \"0.5\"\n }\n }\n }\n}",
595
+ "output": "{\n \"Response\": {\n \"AppBizId\": \"198848848484848\",\n \"RequestId\": \"dwec-adsdsdsd-sfsfdsfsf\"\n }\n}",
596
+ "title": "Modify an Application"
597
+ }
598
+ ],
599
+ "ModifyAttributeLabel": [
600
+ {
601
+ "document": "Modify a knowledge label.",
602
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyAttributeLabel\n<Common request parameters>\n\n{\n \"BotBizId\": \"1696822786072117248\",\n \"AttributeBizId\": \"208\",\n \"AttrKey\": \"tb\",\n \"AttrName\": \"Attribute Modification\"\n}",
603
+ "output": "{\n \"Response\": {\n \"RequestId\": \"73f925c5-e9c6-476c-ab2f-dc3de7088ed9\"\n }\n}",
604
+ "title": "Modify Knowledge Labels"
605
+ }
606
+ ],
607
+ "ModifyDoc": [
608
+ {
609
+ "document": "Modify a document.",
610
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyDoc\n<Common request parameters>\n\n{\n \"BotBizId\": \"1696822786072117248\",\n \"DocBizId\": \"1697208584570261504\",\n \"IsRefer\": true,\n \"AttrRange\": 1,\n \"WebUrl\": \"\",\n \"ReferUrlType\": 0\n}",
611
+ "output": "{\n \"Response\": {\n \"RequestId\": \"780fda73-174d-4f81-9dce-80038117fe87\"\n }\n}",
612
+ "title": "Modify Document"
613
+ }
614
+ ],
615
+ "ModifyDocAttrRange": [
616
+ {
617
+ "document": "",
618
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SaveDoc\n<Common request parameters>\n\n{\n \"BotBizId\": \"1742501052613230592\",\n \"DocBizIds\": [\n \"1747174616331976704\"\n ],\n \"AttrLabels\": [\n {\n \"AttributeBizId\": \"1759039436899221504\",\n \"Source\": 1,\n \"LabelBizIds\": [\n \"0\"\n ]\n }\n ],\n \"AttrRange\": 2\n}",
619
+ "output": "{\n \"Response\": {\n \"RequestId\": \"e3338103-3165-49c0-b218-245be865cca5\"\n }\n}",
620
+ "title": "Batch Modify Document Applicable Scope"
621
+ }
622
+ ],
623
+ "ModifyDocCate": [
624
+ {
625
+ "document": "",
626
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyDocCate\n<Common request parameters>\n\n{\n \"BotBizId\": \"1714970520775950336\",\n \"Name\": \"1733038\",\n \"CateBizId\": \"1733038348326273024\"\n}",
627
+ "output": "{\n \"Response\": {\n \"RequestId\": \"f28a91f9-11ec-451c-a09e-3c8552f6fd29\"\n }\n}",
628
+ "title": "Modify Doc Category"
629
+ }
630
+ ],
631
+ "ModifyQA": [
632
+ {
633
+ "document": "Modify Q&A",
634
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyQA\n<Common request parameters>\n\n{\n \"BotBizId\": \"1727231073371148288\",\n \"QaBizId\": \"1728997020814671872\",\n \"Question\": \"q1\",\n \"Answer\": \"Answer\",\n \"AttrRange\": 1\n}",
635
+ "output": "{\n \"Response\": {\n \"RequestId\": \"59f31ba4-688b-4765-91eb-b47d41895036\"\n }\n}",
636
+ "title": "Modify Q&A"
637
+ }
638
+ ],
639
+ "ModifyQAAttrRange": [
640
+ {
641
+ "document": "",
642
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SaveDoc\n<Common request parameters>\n\n{\n \"BotBizId\": \"1742501052613230592\",\n \"QaBizIds\": [\n \"1762058568200880128\"\n ],\n \"AttrLabels\": [\n {\n \"AttributeBizId\": \"1759039436899221504\",\n \"Source\": 1,\n \"LabelBizIds\": [\n \"1759039436924387328\"\n ]\n }\n ],\n \"AttrRange\": 2\n}",
643
+ "output": "{\n \"Response\": {\n \"RequestId\": \"9a81d98f-5fea-450f-8d8d-0ba8a985972f\"\n }\n}",
644
+ "title": "Batch Modify Q&A Applicable Scope"
645
+ }
646
+ ],
647
+ "ModifyQACate": [
648
+ {
649
+ "document": "Modify the Q&A category.",
650
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyQACate\n<Common request parameters>\n\n{\n \"BotBizId\": \"1714970520775950336\",\n \"Name\": \"1733038\",\n \"CateBizId\": \"1733038348326273024\"\n}",
651
+ "output": "{\n \"Response\": {\n \"RequestId\": \"f28a91f9-11ec-451c-a09e-3c8552f6fd29\"\n }\n}",
652
+ "title": "Modify Q&A Category"
653
+ }
654
+ ],
655
+ "ModifyRejectedQuestion": [
656
+ {
657
+ "document": "Modify a rejected question.",
658
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyRejectedQuestion\n<Common request parameters>\n\n{\n \"BotBizId\": \"1714970520775950336\",\n\"Question\": \"What have you eaten 122222222211111111111\" \"RejectedBizId\": \"1732953678087585792\"\n}",
659
+ "output": "{\n \"Response\": {\n \"RequestId\": \"1acee7c3-21d2-4aa4-aa46-289928b4bbb0\"\n }\n}",
660
+ "title": "Modify Rejected Question"
661
+ }
662
+ ],
663
+ "RateMsgRecord": [
664
+ {
665
+ "document": "",
666
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RateMsgRecord\n<Common request parameters>\n\n{\n \"BotAppKey\": \"Nwdwlfw\",\n \"RecordId\": \"6bafdae2-3c8e-4c89-9674-d0c50a2312a3\",\n \"Score\": 1\n}",
667
+ "output": "{\n \"Response\": {\n \"RequestId\": \"8e4cf36f-2e65-452a-83f5-d7a1b53d07b6\"\n }\n}",
668
+ "title": "Like and Dislike Messages"
669
+ }
670
+ ],
671
+ "RenameDoc": [
672
+ {
673
+ "document": "Rename the document - submission successful",
674
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RenameDoc\n<Common request parameters>\n\n{\n \"BotBizId\": \"181XXXXXXXXX54112\",\n \"DocBizId\": \"181XXXXXXXXXXXXXXX\",\n \"NewName\": \"NewDocumentName.docx\"\n}",
675
+ "output": "{\n \"Response\": {\n \"RequestId\": \"9580fed9-441a-4825-8343-8d5ed700ebe8\"\n }\n}",
676
+ "title": "Rename Document - Submission Successful"
677
+ }
678
+ ],
679
+ "RetryDocAudit": [
680
+ {
681
+ "document": "Retry to review the document.",
682
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RetryDocAudit\n<Common request parameters>\n\n{\n \"BotBizId\": \"1231212123\",\n \"DocBizId\": \"2131212333\"\n}",
683
+ "output": "{\n \"Response\": {\n \"RequestId\": \"xxsssdf-erw-xxxx\"\n }\n}",
684
+ "title": "Retry Document Review"
685
+ }
686
+ ],
687
+ "RetryDocParse": [
688
+ {
689
+ "document": "Retry to parse the document.",
690
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RetryDocParse\n<Common request parameters>\n\n{\n \"BotBizId\": \"1849805468212076928\",\n \"DocBizId\": \"1849805468254056928\"\n}",
691
+ "output": "{\n \"Response\": {\n \"RequestId\": \"7814b22e-da7e-401e-95c4-3e861d5298ee\"\n }\n}",
692
+ "title": "Retry Document Parsing"
693
+ }
694
+ ],
695
+ "RetryRelease": [
696
+ {
697
+ "document": "Retry to release.",
698
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RetryRelease\n<Common request parameters>\n\n{\n \"BotBizId\": \"1714970520775950336\",\n \"ReleaseBizId\": \"1730138654150348801\"\n}",
699
+ "output": "{\n \"Response\": {\n \"RequestId\": \"1502bee6-c6ac-44f4-ad37-c4247d03bf5d\"\n }\n}",
700
+ "title": "Release Retry"
701
+ }
702
+ ],
703
+ "SaveDoc": [
704
+ {
705
+ "document": "",
706
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SaveDoc\n<Common request parameters>\n\n{\n \"BotBizId\": \"1727231073371148288\",\n \"FileName\": \"test.docx\",\n \"FileType\": \"docx\",\n \"CosUrl\": \"/corp/23432432/233432/doc/zeSOHIBjwcWoEmlMMXOp-1796022574489010176.docx\",\n \"ETag\": \"\\\"58e88ad7665f11c4f66eba0eada383a5\\\"\",\n \"CosHash\": \"xxxxxxxxx\",\n \"Size\": \"643000\",\n \"Source\": 0,\n \"WebUrl\": \"\",\n \"AttrRange\": 1,\n \"AttrLabels\": [],\n \"ReferUrlType\": 0\n}",
707
+ "output": "{\n \"Response\": {\n \"DocBizId\": \"1694921462777761792\",\n \"ErrorMsg\": \"\",\n \"ErrorLink\": \"\",\n \"ErrorLinkText\": \"\",\n \"RequestId\": \"e3338103-3165-49c0-b218-245be865cca5\"\n }\n}",
708
+ "title": ""
709
+ }
710
+ ],
711
+ "StopDocParse": [
712
+ {
713
+ "document": "Terminate document parsing.",
714
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: StopDocParse\n<Common request parameters>\n\n{\n \"BotBizId\": \"1849805468212076928\",\n \"DocBizId\": \"1849805468254056928\"\n}",
715
+ "output": "{\n \"Response\": {\n \"RequestId\": \"7814b22e-da7e-401e-95c4-3e861d5298ee\"\n }\n}",
716
+ "title": "Terminate Document Parsing"
717
+ }
718
+ ],
719
+ "UploadAttributeLabel": [
720
+ {
721
+ "document": "Upload and import knowledge labels.",
722
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UploadAttributeLabel\n<Common request parameters>\n\n{\n \"BotBizId\": \"1696822786072117248\",\n\"FileName\": \"99 Attributes.xlsx\" \"CosUrl\": \"/corp/137/doc/vflu03AWF1qQx7bkoGrA-7113266998.xlsx\",\n \"CosHash\": \"xxxxxxxxx\",\n \"Size\": \"17544\"\n}",
723
+ "output": "{\n \"Response\": {\n \"ErrorLink\": \"\",\n \"ErrorLinkText\": \"\",\n \"ErrorMsg\": \"\",\n \"RequestId\": \"c41dfeef-6a60-4b79-bff5-377ffc218223\"\n }\n}",
724
+ "title": "Upload and Import Knowledge Labels"
725
+ }
726
+ ],
727
+ "VerifyQA": [
728
+ {
729
+ "document": "",
730
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: VerifyQA\n<Common request parameters>\n\n{\n \"LoginUin\": \"600000562455\",\n \"LoginSubAccountUin\": \"600000562455\",\n \"List\": [\n {\n \"QaBizId\": \"161707\",\n \"IsAccepted\": true,\n \"CateBizId\": \"\",\n \"Question\": \"\",\n \"Answer\": \"\"\n }\n ],\n \"BotBizId\": \"1696822786072117248\"\n}",
731
+ "output": "{\n \"Response\": {\n \"RequestId\": \"9ea25595-b37f-4612-b82b-96616bd75c82\"\n }\n}",
732
+ "title": "Verify Q&A"
733
+ }
734
+ ]
735
+ }
736
+ }