tccli 3.0.1391.1__py2.py3-none-any.whl → 3.0.1414.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.

Potentially problematic release.


This version of tccli might be problematic. Click here for more details.

Files changed (226) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +2 -1
  3. tccli/services/ai3d/v20250513/api.json +22 -4
  4. tccli/services/aiart/aiart_client.py +173 -67
  5. tccli/services/aiart/v20221229/api.json +193 -0
  6. tccli/services/aiart/v20221229/examples.json +16 -0
  7. tccli/services/apm/apm_client.py +53 -0
  8. tccli/services/apm/v20210622/api.json +354 -0
  9. tccli/services/apm/v20210622/examples.json +8 -0
  10. tccli/services/asr/v20190614/api.json +3 -3
  11. tccli/services/autoscaling/v20180419/api.json +24 -2
  12. tccli/services/batch/v20170312/api.json +1 -1
  13. tccli/services/bda/bda_client.py +15 -704
  14. tccli/services/bda/v20200324/api.json +107 -1819
  15. tccli/services/bda/v20200324/examples.json +0 -176
  16. tccli/services/billing/billing_client.py +326 -8
  17. tccli/services/billing/v20180709/api.json +2200 -255
  18. tccli/services/billing/v20180709/examples.json +48 -0
  19. tccli/services/cam/v20190116/api.json +4 -4
  20. tccli/services/captcha/v20190722/api.json +3 -3
  21. tccli/services/cat/v20180409/api.json +7 -7
  22. tccli/services/ccc/ccc_client.py +235 -76
  23. tccli/services/ccc/v20200210/api.json +502 -18
  24. tccli/services/ccc/v20200210/examples.json +24 -0
  25. tccli/services/cdb/cdb_client.py +106 -0
  26. tccli/services/cdb/v20170320/api.json +257 -44
  27. tccli/services/cdb/v20170320/examples.json +22 -6
  28. tccli/services/cdn/cdn_client.py +4 -163
  29. tccli/services/cdn/v20180606/api.json +61 -310
  30. tccli/services/cdn/v20180606/examples.json +1 -25
  31. tccli/services/cdwdoris/v20211228/api.json +51 -12
  32. tccli/services/cdwpg/v20201230/api.json +11 -1
  33. tccli/services/cdwpg/v20201230/examples.json +1 -1
  34. tccli/services/cfg/v20210820/api.json +11 -1
  35. tccli/services/cfs/cfs_client.py +41 -94
  36. tccli/services/cfs/v20190719/api.json +171 -55
  37. tccli/services/cfs/v20190719/examples.json +1 -9
  38. tccli/services/cfw/v20190904/api.json +122 -10
  39. tccli/services/ckafka/ckafka_client.py +188 -29
  40. tccli/services/ckafka/v20190819/api.json +277 -4
  41. tccli/services/ckafka/v20190819/examples.json +25 -1
  42. tccli/services/clb/clb_client.py +0 -265
  43. tccli/services/clb/v20180317/api.json +130 -296
  44. tccli/services/clb/v20180317/examples.json +12 -40
  45. tccli/services/cloudapp/v20220530/api.json +55 -0
  46. tccli/services/cloudaudit/v20190319/api.json +11 -0
  47. tccli/services/cloudhsm/v20191112/api.json +10 -10
  48. tccli/services/cls/v20201016/api.json +63 -45
  49. tccli/services/cls/v20201016/examples.json +10 -4
  50. tccli/services/csip/v20221121/api.json +53 -3
  51. tccli/services/ctem/v20231128/api.json +320 -0
  52. tccli/services/ctem/v20231128/examples.json +3 -3
  53. tccli/services/cvm/cvm_client.py +0 -212
  54. tccli/services/cvm/v20170312/api.json +91 -843
  55. tccli/services/cvm/v20170312/examples.json +32 -58
  56. tccli/services/cynosdb/cynosdb_client.py +167 -8
  57. tccli/services/cynosdb/v20190107/api.json +1126 -148
  58. tccli/services/cynosdb/v20190107/examples.json +31 -7
  59. tccli/services/dbbrain/dbbrain_client.py +246 -87
  60. tccli/services/dbbrain/v20191016/api.json +74 -62
  61. tccli/services/dbbrain/v20191016/examples.json +1 -1
  62. tccli/services/dbbrain/v20210527/api.json +601 -177
  63. tccli/services/dbbrain/v20210527/examples.json +28 -4
  64. tccli/services/dc/v20180410/api.json +101 -3
  65. tccli/services/dcdb/v20180411/api.json +1 -1
  66. tccli/services/dlc/dlc_client.py +53 -0
  67. tccli/services/dlc/v20210125/api.json +237 -24
  68. tccli/services/dlc/v20210125/examples.json +12 -4
  69. tccli/services/dnspod/dnspod_client.py +106 -0
  70. tccli/services/dnspod/v20210323/api.json +126 -20
  71. tccli/services/dnspod/v20210323/examples.json +17 -7
  72. tccli/services/dsgc/v20190723/api.json +73 -15
  73. tccli/services/dts/v20180330/api.json +4 -4
  74. tccli/services/dts/v20211206/api.json +408 -127
  75. tccli/services/dts/v20211206/examples.json +15 -9
  76. tccli/services/eb/v20210416/api.json +41 -1
  77. tccli/services/eb/v20210416/examples.json +1 -1
  78. tccli/services/emr/v20190103/api.json +56 -9
  79. tccli/services/emr/v20190103/examples.json +5 -5
  80. tccli/services/es/es_client.py +273 -8
  81. tccli/services/es/v20180416/api.json +845 -33
  82. tccli/services/es/v20180416/examples.json +33 -1
  83. tccli/services/es/v20250101/api.json +135 -2
  84. tccli/services/es/v20250101/examples.json +8 -0
  85. tccli/services/ess/ess_client.py +509 -32
  86. tccli/services/ess/v20201111/api.json +1366 -113
  87. tccli/services/ess/v20201111/examples.json +94 -10
  88. tccli/services/essbasic/v20210526/api.json +265 -27
  89. tccli/services/essbasic/v20210526/examples.json +12 -12
  90. tccli/services/facefusion/v20220927/api.json +1 -1
  91. tccli/services/gaap/v20180529/api.json +18 -8
  92. tccli/services/gme/gme_client.py +53 -0
  93. tccli/services/gme/v20180711/api.json +241 -1
  94. tccli/services/gme/v20180711/examples.json +8 -0
  95. tccli/services/gs/gs_client.py +216 -4
  96. tccli/services/gs/v20191118/api.json +202 -1
  97. tccli/services/gs/v20191118/examples.json +32 -0
  98. tccli/services/gwlb/gwlb_client.py +53 -0
  99. tccli/services/gwlb/v20240906/api.json +150 -0
  100. tccli/services/gwlb/v20240906/examples.json +8 -0
  101. tccli/services/hai/v20230812/api.json +5 -5
  102. tccli/services/hunyuan/v20230901/api.json +3 -3
  103. tccli/services/hunyuan/v20230901/examples.json +1 -1
  104. tccli/services/iai/v20180301/api.json +227 -207
  105. tccli/services/iai/v20180301/examples.json +26 -26
  106. tccli/services/iai/v20200303/api.json +4 -4
  107. tccli/services/iai/v20200303/examples.json +1 -1
  108. tccli/services/ioa/ioa_client.py +265 -0
  109. tccli/services/ioa/v20220601/api.json +781 -85
  110. tccli/services/ioa/v20220601/examples.json +46 -0
  111. tccli/services/iotexplorer/iotexplorer_client.py +387 -16
  112. tccli/services/iotexplorer/v20190423/api.json +1183 -63
  113. tccli/services/iotexplorer/v20190423/examples.json +92 -0
  114. tccli/services/keewidb/v20220308/api.json +69 -17
  115. tccli/services/keewidb/v20220308/examples.json +5 -5
  116. tccli/services/lcic/v20220817/api.json +61 -15
  117. tccli/services/lighthouse/v20200324/api.json +193 -24
  118. tccli/services/lighthouse/v20200324/examples.json +9 -3
  119. tccli/services/live/v20180801/api.json +6 -6
  120. tccli/services/live/v20180801/examples.json +7 -1
  121. tccli/services/lke/lke_client.py +40 -93
  122. tccli/services/lke/v20231130/api.json +943 -390
  123. tccli/services/lke/v20231130/examples.json +38 -46
  124. tccli/services/lkeap/v20240522/api.json +39 -12
  125. tccli/services/lkeap/v20240522/examples.json +12 -0
  126. tccli/services/mariadb/v20170312/api.json +1 -1
  127. tccli/services/mna/v20210119/api.json +11 -2
  128. tccli/services/mna/v20210119/examples.json +1 -1
  129. tccli/services/mongodb/mongodb_client.py +334 -16
  130. tccli/services/mongodb/v20190725/api.json +1092 -383
  131. tccli/services/mongodb/v20190725/examples.json +69 -21
  132. tccli/services/monitor/monitor_client.py +106 -0
  133. tccli/services/monitor/v20180724/api.json +383 -12
  134. tccli/services/monitor/v20180724/examples.json +24 -2
  135. tccli/services/mps/mps_client.py +220 -8
  136. tccli/services/mps/v20190612/api.json +1999 -179
  137. tccli/services/mps/v20190612/examples.json +56 -6
  138. tccli/services/mqtt/v20240516/api.json +10 -0
  139. tccli/services/mqtt/v20240516/examples.json +3 -9
  140. tccli/services/nlp/v20190408/api.json +6 -6
  141. tccli/services/oceanus/oceanus_client.py +318 -0
  142. tccli/services/oceanus/v20190422/api.json +461 -26
  143. tccli/services/oceanus/v20190422/examples.json +50 -2
  144. tccli/services/ocr/ocr_client.py +41 -253
  145. tccli/services/ocr/v20181119/api.json +153 -659
  146. tccli/services/ocr/v20181119/examples.json +8 -40
  147. tccli/services/omics/v20221128/api.json +90 -7
  148. tccli/services/organization/v20210331/api.json +46 -7
  149. tccli/services/postgres/v20170312/api.json +333 -77
  150. tccli/services/postgres/v20170312/examples.json +37 -31
  151. tccli/services/privatedns/privatedns_client.py +641 -58
  152. tccli/services/privatedns/v20201028/api.json +930 -19
  153. tccli/services/privatedns/v20201028/examples.json +91 -3
  154. tccli/services/pts/v20210728/api.json +2 -2
  155. tccli/services/redis/v20180412/api.json +303 -109
  156. tccli/services/redis/v20180412/examples.json +12 -12
  157. tccli/services/region/v20220627/api.json +1 -1
  158. tccli/services/rum/v20210622/api.json +22 -4
  159. tccli/services/rum/v20210622/examples.json +2 -2
  160. tccli/services/sms/v20190711/api.json +12 -12
  161. tccli/services/sms/v20190711/examples.json +9 -3
  162. tccli/services/sms/v20210111/api.json +13 -13
  163. tccli/services/sms/v20210111/examples.json +8 -2
  164. tccli/services/sqlserver/v20180328/api.json +46 -7
  165. tccli/services/sqlserver/v20180328/examples.json +2 -2
  166. tccli/services/ssl/v20191205/api.json +28 -0
  167. tccli/services/svp/v20240125/api.json +14 -4
  168. tccli/services/tag/v20180813/api.json +3 -3
  169. tccli/services/tat/v20201028/api.json +22 -3
  170. tccli/services/tcb/v20180608/api.json +1 -1
  171. tccli/services/tcss/tcss_client.py +228 -69
  172. tccli/services/tcss/v20201101/api.json +273 -25
  173. tccli/services/tcss/v20201101/examples.json +26 -2
  174. tccli/services/teo/teo_client.py +317 -52
  175. tccli/services/teo/v20220901/api.json +1824 -242
  176. tccli/services/teo/v20220901/examples.json +109 -21
  177. tccli/services/thpc/thpc_client.py +57 -4
  178. tccli/services/thpc/v20230321/api.json +163 -21
  179. tccli/services/thpc/v20230321/examples.json +13 -5
  180. tccli/services/tione/tione_client.py +163 -4
  181. tccli/services/tione/v20211111/api.json +285 -21
  182. tccli/services/tione/v20211111/examples.json +27 -3
  183. tccli/services/tke/tke_client.py +8 -8
  184. tccli/services/tke/v20180525/api.json +168 -130
  185. tccli/services/tke/v20180525/examples.json +20 -20
  186. tccli/services/tke/v20220501/api.json +215 -3
  187. tccli/services/tke/v20220501/examples.json +8 -0
  188. tccli/services/tms/tms_client.py +106 -0
  189. tccli/services/tms/v20201229/api.json +249 -3
  190. tccli/services/tms/v20201229/examples.json +16 -0
  191. tccli/services/tmt/v20180321/api.json +78 -1
  192. tccli/services/trabbit/v20230418/api.json +271 -4
  193. tccli/services/trabbit/v20230418/examples.json +9 -3
  194. tccli/services/trocket/v20230308/api.json +4 -4
  195. tccli/services/trro/trro_client.py +106 -0
  196. tccli/services/trro/v20220325/api.json +456 -0
  197. tccli/services/trro/v20220325/examples.json +16 -0
  198. tccli/services/trtc/v20190722/api.json +197 -49
  199. tccli/services/trtc/v20190722/examples.json +4 -4
  200. tccli/services/tse/v20201207/api.json +69 -2
  201. tccli/services/tse/v20201207/examples.json +3 -3
  202. tccli/services/tsf/v20180326/api.json +70 -7
  203. tccli/services/tsf/v20180326/examples.json +2 -2
  204. tccli/services/vclm/v20240523/api.json +145 -0
  205. tccli/services/vclm/v20240523/examples.json +16 -0
  206. tccli/services/vclm/vclm_client.py +106 -0
  207. tccli/services/vcube/v20220410/api.json +1 -1
  208. tccli/services/vod/v20180717/api.json +7 -7
  209. tccli/services/vpc/v20170312/api.json +1216 -70
  210. tccli/services/vpc/v20170312/examples.json +139 -3
  211. tccli/services/vpc/vpc_client.py +1023 -122
  212. tccli/services/vrs/v20200824/api.json +11 -11
  213. tccli/services/vrs/v20200824/examples.json +1 -1
  214. tccli/services/vtc/v20240223/api.json +14 -14
  215. tccli/services/waf/v20180125/api.json +812 -143
  216. tccli/services/waf/v20180125/examples.json +2 -2
  217. tccli/services/wedata/v20210820/api.json +1281 -601
  218. tccli/services/wedata/v20210820/examples.json +127 -157
  219. tccli/services/wedata/v20250806/api.json +19335 -0
  220. tccli/services/wedata/v20250806/examples.json +999 -0
  221. tccli/services/wedata/wedata_client.py +7072 -1131
  222. {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/METADATA +9 -7
  223. {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/RECORD +226 -224
  224. {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/WHEEL +1 -1
  225. {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/entry_points.txt +0 -0
  226. {tccli-3.0.1391.1.dist-info/license_files → tccli-3.0.1414.1.dist-info/licenses}/LICENSE +0 -0
@@ -348,6 +348,14 @@
348
348
  "title": "创建目标检测任务"
349
349
  }
350
350
  ],
351
+ "CreateTWeSeeService": [
352
+ {
353
+ "document": "",
354
+ "input": "POST / HTTP/1.1\nHost: iotexplorer.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateTWeSeeService\n<公共请求参数>\n\n{\n \"Service\": \"VideoSummary\"\n}",
355
+ "output": "{\n \"Response\": {\n \"RequestId\": \"21d73508-3a88-41c7-927c-3952301b67c0\"\n }\n}",
356
+ "title": "twesee开通"
357
+ }
358
+ ],
351
359
  "CreateTWeTalkProductConfig": [
352
360
  {
353
361
  "document": "",
@@ -356,6 +364,50 @@
356
364
  "title": "新增产品配置信息"
357
365
  }
358
366
  ],
367
+ "CreateTWeTalkProductConfigV2": [
368
+ {
369
+ "document": "",
370
+ "input": "POST / HTTP/1.1\nHost: iotexplorer.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateTWeTalkProductConfigV2\n<公共请求参数>\n\n{\n \"ProductId\": \"O0IJ89GD\",\n \"ConfigName\": \"小兵\",\n \"TargetLanguage\": \"zh\",\n \"BasicConfig\": {\n \"SystemPrompt\": \"You are a helpful assistant.\\n1.你的名字叫QQ鹅仔,是一个陪伴用户的AI玩偶,你将使用语音和用户对话\\n2.你的说话特点是温柔体贴,风趣幽默,有同理心和共情能力。尽可能使用简单、轻松的语言和拟人化的口吻回答用户问题,回复中不要出现表情符号\\n3.你具有tool call的能力,具体的tool list见下文。当用户的意图需要tool call才能完成时,必须调用对应的tool\\n4.遇到政治敏感事件或政治人物的相关话题,礼貌的拒绝回复\\n5.你是由腾讯云音视频Tea We Talk团队打造和开发的。\",\n \"GreetingMessage\": \"你好呀,我叫QQ鹅仔,是由腾讯云音视频Tea We Talk团队打造和开发的AI助手,今天过的怎么样呢?\",\n \"DefaultVoiceType\": 101016\n }\n}",
371
+ "output": "{\n \"Response\": {\n \"RequestId\": \"acb8a-730ffg-e9168a\"\n }\n}",
372
+ "title": "新增产品配置,使用系统默认 三段式,只配置系统提示词,问候语和音色"
373
+ },
374
+ {
375
+ "document": "",
376
+ "input": "POST / HTTP/1.1\nHost: iotexplorer.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateTWeTalkProductConfigV2\n<公共请求参数>\n\n{\n \"ProductId\": \"O0IJ89GD\",\n \"DeviceName\": \"dev\",\n \"ConfigName\": \"小兵\",\n \"TargetLanguage\": \"zh\",\n \"BasicConfig\": {\n \"SystemPrompt\": \"You are a helpful assistant.\\n1.你的名字叫QQ鹅仔,是一个陪伴用户的AI玩偶,你将使用语音和用户对话\\n2.你的说话特点是温柔体贴,风趣幽默,有同理心和共情能力。尽可能使用简单、轻松的语言和拟人化的口吻回答用户问题,回复中不要出现表情符号\\n3.你具有tool call的能力,具体的tool list见下文。当用户的意图需要tool call才能完成时,必须调用对应的tool\\n4.遇到政治敏感事件或政治人物的相关话题,礼貌的拒绝回复\\n5.你是由腾讯云音视频Tea We Talk团队打造和开发的。\",\n \"GreetingMessage\": \"你好呀,我叫QQ鹅仔,是由腾讯云音视频Tea We Talk团队打造和开发的AI助手,今天过的怎么样呢?\",\n \"DefaultVoiceType\": 101016\n }\n}",
377
+ "output": "{\n \"Response\": {\n \"RequestId\": \"acb8a-730ffg-e9168a\"\n }\n}",
378
+ "title": "新增设备配置,使用系统默认 三段式,只配置系统提示词,问候语和音色"
379
+ },
380
+ {
381
+ "document": "",
382
+ "input": "POST / HTTP/1.1\nHost: iotexplorer.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateTWeTalkProductConfigV2\n<公共请求参数>\n\n{\n \"ProductId\": \"O0IJ89GD\",\n \"DeviceName\": \"dev\",\n \"ConfigName\": \"小兵\",\n \"TargetLanguage\": \"zh\",\n \"BasicConfig\": {\n \"SystemPrompt\": \"You are a helpful assistant.\\n1.你的名字叫QQ鹅仔,是一个陪伴用户的AI玩偶,你将使用语音和用户对话\\n2.你的说话特点是温柔体贴,风趣幽默,有同理心和共情能力。尽可能使用简单、轻松的语言和拟人化的口吻回答用户问题,回复中不要出现表情符号\\n3.你具有tool call的能力,具体的tool list见下文。当用户的意图需要tool call才能完成时,必须调用对应的tool\\n4.遇到政治敏感事件或政治人物的相关话题,礼貌的拒绝回复\\n5.你是由腾讯云音视频Tea We Talk团队打造和开发的。\",\n \"GreetingMessage\": \"你好呀,我叫QQ鹅仔,是由腾讯云音视频Tea We Talk团队打造和开发的AI助手,今天过的怎么样呢?\",\n \"DefaultVoiceType\": 101016\n },\n \"STTConfig\": {\n \"STTType\": \"tencent\",\n \"Enabled\": true,\n \"Config\": \"{\\\"AppId\\\":123456,\\\"SecretId\\\":\\\"secretId*****\\\",\\\"SecretKey\\\":\\\"SecretKey****\\\",\\\"EngineType\\\":\\\"16k_zh\\\"}\"\n },\n \"ConversationConfig\": {\n \"SessionTimeout\": 300,\n \"InterruptionEnabled\": true,\n \"MaxContextTokens\": 20000,\n \"IdleDetection\": {\n \"Enabled\": true,\n \"TimeoutSeconds\": 4,\n \"MaxRetries\": 3,\n \"IdleResponses\": [\n {\n \"RetryCount\": 1,\n \"Message\": \"不好意思,刚才可能有点安静啦,您还在吗?\"\n },\n {\n \"RetryCount\": 2,\n \"Message\": \"我没有听到你。我们继续聊天吗?\"\n },\n {\n \"RetryCount\": 3,\n \"Message\": \"好的,我会在这里停下。以后再聊!\"\n }\n ]\n }\n }\n}",
383
+ "output": "{\n \"Response\": {\n \"RequestId\": \"acb8a-730ffg-e9168a\"\n }\n}",
384
+ "title": "新增产品配置,自定义STT,并配置系统提示词,问候语、音色和空闲检测"
385
+ },
386
+ {
387
+ "document": "",
388
+ "input": "POST / HTTP/1.1\nHost: iotexplorer.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateTWeTalkProductConfigV2\n<公共请求参数>\n\n{\n \"ProductId\": \"Q7MZK2V1QR\",\n \"DeviceName\": \"dn1t3dgxbxmo\",\n \"ConfigName\": \"小兵\",\n \"TargetLanguage\": \"zh\",\n \"BasicConfig\": {\n \"SystemPrompt\": \"You are a helpful assistant.\\n1.你的名字叫QQ鹅仔,是一个陪伴用户的AI玩偶,你将使用语音和用户对话\\n2.你的说话特点是温柔体贴,风趣幽默,有同理心和共情能力。尽可能使用简单、轻松的语言和拟人化的口吻回答用户问题,回复中不要出现表情符号\\n3.你具有tool call的能力,具体的tool list见下文。当用户的意图需要tool call才能完成时,必须调用对应的tool\\n4.遇到政治敏感事件或政治人物的相关话题,礼貌的拒绝回复\\n5.你是由腾讯云音视频Tea We Talk团队打造和开发的。\",\n \"GreetingMessage\": \"你好呀,我叫QQ鹅仔,是由腾讯云音视频Tea We Talk团队打造和开发的AI助手,今天过的怎么样呢?\",\n \"DefaultVoiceType\": 101016\n },\n \"STTConfig\": {\n \"STTType\": \"tencent\",\n \"Enabled\": true,\n \"Config\": \"{\\\"AppId\\\":123456,\\\"SecretId\\\":\\\"secretId*****\\\",\\\"SecretKey\\\":\\\"SecretKey****\\\",\\\"EngineType\\\":\\\"16k_zh\\\"}\"\n },\n \"LLMConfig\": {\n \"LLMType\": \"openai\",\n \"Model\": \"chatgpt4o\",\n \"Streaming\": true,\n \"Config\": \"{\\\"ApiKey\\\":\\\"sk-09***\\\",\\\"ApiUrl\\\":\\\"base_url\\\",\\\"SystemPrompt\\\":\\\"你是一个语音助手\\\",\\\"Timeout\\\":30,\\\"History\\\":0,\\\"MetaInfo\\\":{\\\"productID\\\":\\\"test\\\"}}\"\n },\n \"ConversationConfig\": {\n \"SessionTimeout\": 300,\n \"InterruptionEnabled\": true,\n \"MaxContextTokens\": 20000,\n \"IdleDetection\": {\n \"Enabled\": true,\n \"TimeoutSeconds\": 4,\n \"MaxRetries\": 3,\n \"IdleResponses\": [\n {\n \"RetryCount\": 1,\n \"Message\": \"不好意思,刚才可能有点安静啦,您还在吗?\"\n },\n {\n \"RetryCount\": 2,\n \"Message\": \"我没有听到你。我们继续聊天吗?\"\n },\n {\n \"RetryCount\": 3,\n \"Message\": \"好的,我会在这里停下。以后再聊!\"\n }\n ]\n }\n }\n}",
389
+ "output": "{\n \"Response\": {\n \"RequestId\": \"acb8a-730ffg-e9168a\"\n }\n}",
390
+ "title": "新增产品配置,自定义STT,LLM, 并配置系统提示词,问候语和音色"
391
+ },
392
+ {
393
+ "document": "",
394
+ "input": "POST / HTTP/1.1\nHost: iotexplorer.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateTWeTalkProductConfigV2\n<公共请求参数>\n\n{\n \"ProductId\": \"Q7MZK2V1QR\",\n \"DeviceName\": \"dn1t3dgxbxmo\",\n \"ConfigName\": \"小兵\",\n \"TargetLanguage\": \"zh\",\n \"BasicConfig\": {\n \"SystemPrompt\": \"You are a helpful assistant.\\n1.你的名字叫QQ鹅仔,是一个陪伴用户的AI玩偶,你将使用语音和用户对话\\n2.你的说话特点是温柔体贴,风趣幽默,有同理心和共情能力。尽可能使用简单、轻松的语言和拟人化的口吻回答用户问题,回复中不要出现表情符号\\n3.你具有tool call的能力,具体的tool list见下文。当用户的意图需要tool call才能完成时,必须调用对应的tool\\n4.遇到政治敏感事件或政治人物的相关话题,礼貌的拒绝回复\\n5.你是由腾讯云音视频Tea We Talk团队打造和开发的。\",\n \"GreetingMessage\": \"你好呀,我叫QQ鹅仔,是由腾讯云音视频Tea We Talk团队打造和开发的AI助手,今天过的怎么样呢?\"\n },\n \"STTConfig\": {\n \"STTType\": \"tencent\",\n \"Enabled\": true,\n \"Config\": \"{\\\"AppId\\\":123456,\\\"SecretId\\\":\\\"secretId*****\\\",\\\"SecretKey\\\":\\\"SecretKey****\\\",\\\"EngineType\\\":\\\"16k_zh\\\"}\"\n },\n \"LLMConfig\": {\n \"LLMType\": \"openai\",\n \"Model\": \"chatgpt4o\",\n \"Streaming\": true,\n \"Config\": \"{\\\"ApiKey\\\":\\\"sk-09***\\\",\\\"ApiUrl\\\":\\\"base_url\\\",\\\"SystemPrompt\\\":\\\"你是一个语音助手\\\",\\\"Timeout\\\":30,\\\"History\\\":0,\\\"MetaInfo\\\":{\\\"productID\\\":\\\"test\\\"}}\"\n },\n \"TTSConfig\": {\n \"TTSType\": \"tencent\",\n \"Enabled\": true,\n \"Config\": \"{\\\"AppId\\\":123456,\\\"SecretId\\\":\\\"secretId*****\\\",\\\"SecretKey\\\":\\\"SecretKey****\\\",\\\"VoiceType\\\":10001}\"\n },\n \"ConversationConfig\": {\n \"SessionTimeout\": 300,\n \"InterruptionEnabled\": true,\n \"MaxContextTokens\": 20000,\n \"IdleDetection\": {\n \"Enabled\": true,\n \"TimeoutSeconds\": 4,\n \"MaxRetries\": 3,\n \"IdleResponses\": [\n {\n \"RetryCount\": 1,\n \"Message\": \"不好意思,刚才可能有点安静啦,您还在吗?\"\n },\n {\n \"RetryCount\": 2,\n \"Message\": \"我没有听到你。我们继续聊天吗?\"\n },\n {\n \"RetryCount\": 3,\n \"Message\": \"好的,我会在这里停下。以后再聊!\"\n }\n ]\n }\n }\n}",
395
+ "output": "{\n \"Response\": {\n \"RequestId\": \"acb8a-730ffg-e9168a\"\n }\n}",
396
+ "title": "新增产品配置,自定义STT,LLM, TTS"
397
+ },
398
+ {
399
+ "document": "",
400
+ "input": "POST / HTTP/1.1\nHost: iotexplorer.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateTWeTalkProductConfigV2\n<公共请求参数>\n\n{\n \"ProductId\": \"Q7MZK2V1QR\",\n \"DeviceName\": \"dn1t3dgxbxmo\",\n \"ConfigName\": \"小兵\",\n \"TargetLanguage\": \"zh\",\n \"BasicConfig\": {\n \"SystemPrompt\": \"You are a helpful assistant.\\n1.你的名字叫QQ鹅仔,是一个陪伴用户的AI玩偶,你将使用语音和用户对话\\n2.你的说话特点是温柔体贴,风趣幽默,有同理心和共情能力。尽可能使用简单、轻松的语言和拟人化的口吻回答用户问题,回复中不要出现表情符号\\n3.你具有tool call的能力,具体的tool list见下文。当用户的意图需要tool call才能完成时,必须调用对应的tool\\n4.遇到政治敏感事件或政治人物的相关话题,礼貌的拒绝回复\\n5.你是由腾讯云音视频Tea We Talk团队打造和开发的。\",\n \"GreetingMessage\": \"你好呀,我叫QQ鹅仔,是由腾讯云音视频Tea We Talk团队打造和开发的AI助手,今天过的怎么样呢?\"\n },\n \"TTSConfig\": {\n \"TTSType\": \"tencent\",\n \"Enabled\": true,\n \"Config\": \"{\\\"AppId\\\":123456,\\\"SecretId\\\":\\\"secretId*****\\\",\\\"SecretKey\\\":\\\"SecretKey****\\\",\\\"VoiceType\\\":10001}\"\n }\n}",
401
+ "output": "{\n \"Response\": {\n \"RequestId\": \"acb8a-730ffg-e9168a\"\n }\n}",
402
+ "title": "新增设备配置,自定义TTS ,并配置系统提示词,问候语"
403
+ },
404
+ {
405
+ "document": "",
406
+ "input": "POST / HTTP/1.1\nHost: iotexplorer.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateTWeTalkProductConfigV2\n<公共请求参数>\n\n{\n \"ProductId\": \"Q7MZK2V1QR\",\n \"DeviceName\": \"dn1t3dgxbxmo\",\n \"ConfigName\": \"小兵\",\n \"TargetLanguage\": \"zh\",\n \"BasicConfig\": {\n \"DefaultVoiceType\": 101016,\n \"GreetingMessage\": \"你好呀,我叫QQ鹅仔,是由腾讯云音视频Tea We Talk团队打造和开发的AI助手,今天过的怎么样呢?\"\n },\n \"LLMConfig\": {\n \"LLMType\": \"openai\",\n \"Model\": \"chatgpt4o\",\n \"Streaming\": true,\n \"Config\": \"{\\\"ApiKey\\\":\\\"sk-09***\\\",\\\"ApiUrl\\\":\\\"base_url\\\",\\\"SystemPrompt\\\":\\\"你是一个语音助手\\\",\\\"Timeout\\\":30,\\\"History\\\":0,\\\"MetaInfo\\\":{\\\"productID\\\":\\\"test\\\"}}\"\n }\n}",
407
+ "output": "{\n \"Response\": {\n \"RequestId\": \"acb8a-730ffg-e9168a\"\n }\n}",
408
+ "title": "新增设备配置,自定义LLM ,并配置系统提示词,问候语,音色"
409
+ }
410
+ ],
359
411
  "CreateTopicPolicy": [
360
412
  {
361
413
  "document": "",
@@ -914,6 +966,14 @@
914
966
  "title": "获取产品详情"
915
967
  }
916
968
  ],
969
+ "DescribeSubscribedTopicPolicy": [
970
+ {
971
+ "document": "",
972
+ "input": "POST / HTTP/1.1\nHost: iotexplorer.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeSubscribedTopicPolicy\n<公共请求参数>\n\n{\n \"ProductId\": \"TRTC3ZCK4P\",\n \"DeviceName\": \"dev002\"\n}",
973
+ "output": "{\n \"Response\": {\n \"RequestId\": \"request-id\",\n \"Topics\": [\n {\n \"TopicName\": \"$thing/down/property/TRTC3ZCK4P/dev002\"\n },\n {\n \"TopicName\": \"$video/down/service/TRTC3ZCK4P/dev002\"\n }\n ]\n }\n}",
974
+ "title": "获取设备已订阅Topic列表"
975
+ }
976
+ ],
917
977
  "DescribeTWeSeeConfig": [
918
978
  {
919
979
  "document": "查询 TWeSee 配置",
@@ -938,6 +998,14 @@
938
998
  "title": "获取配置信息"
939
999
  }
940
1000
  ],
1001
+ "DescribeTWeTalkProductConfigV2": [
1002
+ {
1003
+ "document": "",
1004
+ "input": "POST / HTTP/1.1\nHost: iotexplorer.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeTWeTalkProductConfigV2\n<公共请求参数>\n\n{\n \"ProductId\": \"O0IJ89GD\",\n \"TargetLanguage\": \"zh\"\n}",
1005
+ "output": "{\n \"Response\": {\n \"Data\": {\n \"Uin\": 100000103009,\n \"AppId\": 251198731,\n \"ProductId\": \"Q7MZK2V1QR\",\n \"DeviceName\": \"dn1t3dgxbxmo\",\n \"ConfigName\": \"小兵\",\n \"TargetLanguage\": \"zh\",\n \"BasicConfig\": {\n \"SystemPrompt\": \"You are a helpful assistant.\\n1.你的名字叫QQ鹅仔,是一个陪伴用户的AI玩偶,你将使用语音和用户对话\\n2.你的说话特点是温柔体贴,风趣幽默,有同理心和共情能力。尽可能使用简单、轻松的语言和拟人化的口吻回答用户问题,回复中不要出现表情符号\\n3.你具有tool call的能力,具体的tool list见下文。当用户的意图需要tool call才能完成时,必须调用对应的tool\\n4.遇到政治敏感事件或政治人物的相关话题,礼貌的拒绝回复\\n5.你是由腾讯云音视频Tea We Talk团队打造和开发的。\",\n \"GreetingMessage\": \"你好呀,我叫QQ鹅仔,是由腾讯云音视频Tea We Talk团队打造和开发的AI助手,今天过的怎么样呢?\",\n \"DefaultVoiceType\": 101016\n },\n \"STTConfig\": {\n \"STTType\": \"tencent\",\n \"Enabled\": true,\n \"Config\": \"{\\\"AppId\\\":123456,\\\"SecretId\\\":\\\"se************\\\",\\\"SecretKey\\\":\\\"Se***********\\\",\\\"EngineType\\\":\\\"16k_zh\\\"}\"\n },\n \"LLMConfig\": {\n \"LLMType\": \"openai\",\n \"Model\": \"chatgpt4o\",\n \"Streaming\": true,\n \"Config\": \"{\\\"ApiKey\\\":\\\"sk******\\\",\\\"ApiUrl\\\":\\\"base_url\\\",\\\"SystemPrompt\\\":\\\"你是一个语音助手\\\",\\\"Timeout\\\":30,\\\"History\\\":0,\\\"MetaInfo\\\":{\\\"productID\\\":\\\"test\\\"}}\",\n \"Temperature\": 0.7,\n \"MaxTokens\": 2000\n },\n \"TTSConfig\": {\n \"TTSType\": \"tencent\",\n \"Enabled\": true,\n \"Config\": \"{\\\"AppId\\\":123456,\\\"SecretId\\\":\\\"se************\\\",\\\"SecretKey\\\":\\\"Se***********\\\",\\\"VoiceType\\\":10001,\\\"PrimaryLanguage\\\":0}\",\n \"Speed\": 1,\n \"Volume\": 1\n },\n \"ConversationConfig\": {\n \"SessionTimeout\": 300,\n \"InterruptionEnabled\": true,\n \"MaxContextTokens\": 20000,\n \"IdleDetection\": {\n \"Enabled\": true,\n \"TimeoutSeconds\": 4,\n \"MaxRetries\": 3,\n \"IdleResponses\": [\n {\n \"RetryCount\": 1,\n \"Message\": \"不好意思,刚才可能有点安静啦,您还在吗?\"\n },\n {\n \"RetryCount\": 2,\n \"Message\": \"我没有听到你。我们继续聊天吗?\"\n },\n {\n \"RetryCount\": 3,\n \"Message\": \"好的,我会在这里停下。以后再聊!\"\n }\n ]\n }\n },\n \"Version\": 2,\n \"CreateTime\": 1758597730,\n \"UpdateTime\": 1758616735\n },\n \"RequestId\": \"acb8a-730ffg-e916118a\"\n }\n}",
1006
+ "title": "查询配置示例"
1007
+ }
1008
+ ],
941
1009
  "DescribeTopicPolicy": [
942
1010
  {
943
1011
  "document": "",
@@ -1144,6 +1212,14 @@
1144
1212
  "title": "获取配置信息列表"
1145
1213
  }
1146
1214
  ],
1215
+ "GetTWeTalkProductConfigListV2": [
1216
+ {
1217
+ "document": "",
1218
+ "input": "POST / HTTP/1.1\nHost: iotexplorer.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetTWeTalkProductConfigListV2\n<公共请求参数>\n\n{\n \"ProductId\": \"O0IJ89GD\",\n \"Offset\": 0,\n \"Limit\": 10\n}",
1219
+ "output": "{\n \"Response\": {\n \"Data\": [\n {\n \"Uin\": 100000103009,\n \"AppId\": 251198731,\n \"ProductId\": \"Q7MZK2V1QR\",\n \"DeviceName\": \"dn1t3dgxbxmo\",\n \"ConfigName\": \"小兵\",\n \"TargetLanguage\": \"zh\",\n \"BasicConfig\": {\n \"SystemPrompt\": \"You are a helpful assistant.\\n1.你的名字叫QQ鹅仔,是一个陪伴用户的AI玩偶,你将使用语音和用户对话\\n2.你的说话特点是温柔体贴,风趣幽默,有同理心和共情能力。尽可能使用简单、轻松的语言和拟人化的口吻回答用户问题,回复中不要出现表情符号\\n3.你具有tool call的能力,具体的tool list见下文。当用户的意图需要tool call才能完成时,必须调用对应的tool\\n4.遇到政治敏感事件或政治人物的相关话题,礼貌的拒绝回复\\n5.你是由腾讯云音视频Tea We Talk团队打造和开发的。\",\n \"GreetingMessage\": \"你好呀,我叫QQ鹅仔,是由腾讯云音视频Tea We Talk团队打造和开发的AI助手,今天过的怎么样呢?\",\n \"DefaultVoiceType\": 101016\n },\n \"STTConfig\": {\n \"STTType\": \"tencent\",\n \"Enabled\": true,\n \"Config\": \"{\\\"AppId\\\":123456,\\\"SecretId\\\":\\\"se************\\\",\\\"SecretKey\\\":\\\"Se***********\\\",\\\"EngineType\\\":\\\"16k_zh\\\"}\"\n },\n \"LLMConfig\": {\n \"LLMType\": \"openai\",\n \"Model\": \"chatgpt4o\",\n \"Streaming\": true,\n \"Config\": \"{\\\"ApiKey\\\":\\\"sk******\\\",\\\"ApiUrl\\\":\\\"base_url\\\",\\\"SystemPrompt\\\":\\\"你是一个语音助手\\\",\\\"Timeout\\\":30,\\\"History\\\":0,\\\"MetaInfo\\\":{\\\"productID\\\":\\\"test\\\"}}\",\n \"Temperature\": 0.7,\n \"MaxTokens\": 2000\n },\n \"TTSConfig\": {\n \"TTSType\": \"tencent\",\n \"Enabled\": true,\n \"Config\": \"{\\\"AppId\\\":123456,\\\"SecretId\\\":\\\"se************\\\",\\\"SecretKey\\\":\\\"Se***********\\\",\\\"VoiceType\\\":10001,\\\"PrimaryLanguage\\\":0}\",\n \"Speed\": 1,\n \"Volume\": 1\n },\n \"ConversationConfig\": {\n \"SessionTimeout\": 300,\n \"InterruptionEnabled\": true,\n \"MaxContextTokens\": 20000,\n \"IdleDetection\": {\n \"Enabled\": true,\n \"TimeoutSeconds\": 4,\n \"MaxRetries\": 3,\n \"IdleResponses\": [\n {\n \"RetryCount\": 1,\n \"Message\": \"不好意思,刚才可能有点安静啦,您还在吗?\"\n },\n {\n \"RetryCount\": 2,\n \"Message\": \"我没有听到你。我们继续聊天吗?\"\n },\n {\n \"RetryCount\": 3,\n \"Message\": \"好的,我会在这里停下。以后再聊!\"\n }\n ]\n }\n },\n \"Version\": 2,\n \"CreateTime\": 1758597730,\n \"UpdateTime\": 1758616735\n },\n {\n \"Uin\": 100000103009,\n \"AppId\": 251198731,\n \"ProductId\": \"Q7MZK2V1QR\",\n \"DeviceName\": \"\",\n \"ConfigName\": \"小兵\",\n \"TargetLanguage\": \"zh\",\n \"BasicConfig\": {\n \"SystemPrompt\": \"You are a helpful assistant.\\n1.你的名字叫QQ鹅仔,是一个陪伴用户的AI玩偶,你将使用语音和用户对话\\n2.你的说话特点是温柔体贴,风趣幽默,有同理心和共情能力。尽可能使用简单、轻松的语言和拟人化的口吻回答用户问题,回复中不要出现表情符号\\n3.你具有tool call的能力,具体的tool list见下文。当用户的意图需要tool call才能完成时,必须调用对应的tool\\n4.遇到政治敏感事件或政治人物的相关话题,礼貌的拒绝回复\\n5.你是由腾讯云音视频Tea We Talk团队打造和开发的。\",\n \"GreetingMessage\": \"你好呀,我叫QQ鹅仔,是由腾讯云音视频Tea We Talk团队打造和开发的AI助手,今天过的怎么样呢?\",\n \"DefaultVoiceType\": 101016\n },\n \"ConversationConfig\": {\n \"SessionTimeout\": 1800,\n \"MaxContextTokens\": 30000\n },\n \"Version\": 1,\n \"CreateTime\": 1758597685,\n \"UpdateTime\": 1758597685\n }\n ],\n \"RequestId\": \"acb8a-730ffg-e916111118a\",\n \"Total\": 2\n }\n}",
1220
+ "title": "查询列表示例"
1221
+ }
1222
+ ],
1147
1223
  "GetTopicRuleList": [
1148
1224
  {
1149
1225
  "document": "",
@@ -1428,6 +1504,14 @@
1428
1504
  "title": "修改产品配置信息"
1429
1505
  }
1430
1506
  ],
1507
+ "ModifyTWeTalkProductConfigV2": [
1508
+ {
1509
+ "document": "",
1510
+ "input": "POST / HTTP/1.1\nHost: iotexplorer.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyTWeTalkProductConfigV2\n<公共请求参数>\n\n{\n \"ProductId\": \"O0IJ89GD\",\n \"ConfigName\": \"小兵\",\n \"TargetLanguage\": \"zh\",\n \"BasicConfig\": {\n \"SystemPrompt\": \"You are a helpful assistant.\\n1.你的名字叫QQ鹅仔,是一个陪伴用户的AI玩偶,你将使用语音和用户对话\\n2.你的说话特点是温柔体贴,风趣幽默,有同理心和共情能力。尽可能使用简单、轻松的语言和拟人化的口吻回答用户问题,回复中不要出现表情符号\\n3.你具有tool call的能力,具体的tool list见下文。当用户的意图需要tool call才能完成时,必须调用对应的tool\\n4.遇到政治敏感事件或政治人物的相关话题,礼貌的拒绝回复\\n5.你是由腾讯云音视频Tea We Talk团队打造和开发的。\",\n \"GreetingMessage\": \"你好呀,我叫QQ鹅仔,是由腾讯云音视频Tea We Talk团队打造和开发的AI助手,今天过的怎么样呢?\",\n \"DefaultVoiceType\": 101016\n }\n}",
1511
+ "output": "{\n \"Response\": {\n \"RequestId\": \"acb8a-730ffg-e9168a\"\n }\n}",
1512
+ "title": "修改产品配置"
1513
+ }
1514
+ ],
1431
1515
  "ModifyTopicPolicy": [
1432
1516
  {
1433
1517
  "document": "",
@@ -1646,6 +1730,14 @@
1646
1730
  "title": "更新模块"
1647
1731
  }
1648
1732
  ],
1733
+ "UpdateOtaTaskStatus": [
1734
+ {
1735
+ "document": "当固件任务在升级过程需要取消时可使用。或修改为其它允许的状态\n\n",
1736
+ "input": "POST / HTTP/1.1\nHost: iotexplorer.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateOtaTaskStatus\n<公共请求参数>\n\n{\n \"ProductId\": \"ABCDE12345\",\n \"TaskId\": 11001,\n \"Status\": 6\n}",
1737
+ "output": "{\n \"Response\": {\n \"RequestId\": \"sjalifekj-dsakfjleija-3dskjf-sdaklfj\"\n }\n}",
1738
+ "title": "修改固件升级任务状态为取消状态"
1739
+ }
1740
+ ],
1649
1741
  "UploadFirmware": [
1650
1742
  {
1651
1743
  "document": "",
@@ -511,7 +511,7 @@
511
511
  "example": "10856",
512
512
  "member": "int64",
513
513
  "name": "TaskId",
514
- "required": true,
514
+ "output_required": true,
515
515
  "type": "int",
516
516
  "value_allowed_null": false
517
517
  },
@@ -539,7 +539,7 @@
539
539
  {
540
540
  "disabled": false,
541
541
  "document": "实例访问密码。\n实例为免密访问,则无需设置该参数。",
542
- "example": "zy456987",
542
+ "example": "Mypassword1",
543
543
  "member": "string",
544
544
  "name": "Password",
545
545
  "required": false,
@@ -842,9 +842,9 @@
842
842
  "document": "CreateInstances返回参数结构体",
843
843
  "members": [
844
844
  {
845
- "disabled": false,
845
+ "disabled": true,
846
846
  "document": "交易 ID。",
847
- "example": "199878234",
847
+ "example": "20250925297021530748195",
848
848
  "member": "string",
849
849
  "name": "DealId",
850
850
  "output_required": true,
@@ -854,13 +854,23 @@
854
854
  {
855
855
  "disabled": false,
856
856
  "document": "实例 ID 。",
857
- "example": "kee-7djvzcnx",
857
+ "example": "[\"kee-7djvzcnx\"]",
858
858
  "member": "string",
859
859
  "name": "InstanceIds",
860
860
  "output_required": true,
861
861
  "type": "list",
862
862
  "value_allowed_null": false
863
863
  },
864
+ {
865
+ "disabled": false,
866
+ "document": "订单号。\t",
867
+ "example": "20250925297021530748195",
868
+ "member": "string",
869
+ "name": "DealName",
870
+ "output_required": false,
871
+ "type": "string",
872
+ "value_allowed_null": false
873
+ },
864
874
  {
865
875
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
866
876
  "member": "string",
@@ -1269,13 +1279,22 @@
1269
1279
  "document": "DescribeInstanceDealDetail请求参数结构体",
1270
1280
  "members": [
1271
1281
  {
1272
- "disabled": false,
1282
+ "disabled": true,
1273
1283
  "document": "订单交易ID数组,即 [CreateInstances](https://cloud.tencent.com/document/api/1520/86207) 的输出参数DealId。",
1274
1284
  "example": "[\"8159037\"]\t",
1275
1285
  "member": "string",
1276
1286
  "name": "DealIds",
1277
- "required": true,
1287
+ "required": false,
1278
1288
  "type": "list"
1289
+ },
1290
+ {
1291
+ "disabled": false,
1292
+ "document": "订单号,订单交易ID数组,即 [CreateInstances](https://cloud.tencent.com/document/api/1520/86207) 的输出参数DealName。",
1293
+ "example": "20250925297021530748195",
1294
+ "member": "string",
1295
+ "name": "DealName",
1296
+ "required": false,
1297
+ "type": "string"
1279
1298
  }
1280
1299
  ],
1281
1300
  "type": "object"
@@ -1289,6 +1308,7 @@
1289
1308
  "example": "无",
1290
1309
  "member": "TradeDealDetail",
1291
1310
  "name": "DealDetails",
1311
+ "output_required": true,
1292
1312
  "type": "list",
1293
1313
  "value_allowed_null": false
1294
1314
  },
@@ -2412,7 +2432,7 @@
2412
2432
  "example": "6954227",
2413
2433
  "member": "int64",
2414
2434
  "name": "TaskId",
2415
- "required": true,
2435
+ "output_required": true,
2416
2436
  "type": "int",
2417
2437
  "value_allowed_null": false
2418
2438
  },
@@ -2444,12 +2464,22 @@
2444
2464
  "document": "DestroyPrepaidInstance返回参数结构体",
2445
2465
  "members": [
2446
2466
  {
2447
- "disabled": false,
2467
+ "disabled": true,
2448
2468
  "document": "交易ID。",
2449
- "example": "6977675",
2469
+ "example": "20250925297021530748195",
2450
2470
  "member": "string",
2451
2471
  "name": "DealId",
2452
- "required": true,
2472
+ "output_required": true,
2473
+ "type": "string",
2474
+ "value_allowed_null": false
2475
+ },
2476
+ {
2477
+ "disabled": false,
2478
+ "document": "订单号。",
2479
+ "example": "20250925297021530748195",
2480
+ "member": "string",
2481
+ "name": "DealName",
2482
+ "output_required": false,
2453
2483
  "type": "string",
2454
2484
  "value_allowed_null": false
2455
2485
  },
@@ -3925,7 +3955,7 @@
3925
3955
  "example": "true",
3926
3956
  "member": "bool",
3927
3957
  "name": "Changed",
3928
- "required": true,
3958
+ "output_required": true,
3929
3959
  "type": "bool",
3930
3960
  "value_allowed_null": false
3931
3961
  },
@@ -3935,7 +3965,7 @@
3935
3965
  "example": "327",
3936
3966
  "member": "int64",
3937
3967
  "name": "TaskId",
3938
- "required": true,
3968
+ "output_required": true,
3939
3969
  "type": "int",
3940
3970
  "value_allowed_null": false
3941
3971
  },
@@ -4562,11 +4592,22 @@
4562
4592
  "document": "RenewInstance返回参数结构体",
4563
4593
  "members": [
4564
4594
  {
4565
- "disabled": false,
4595
+ "disabled": true,
4566
4596
  "document": "交易 ID。",
4567
- "example": "6977675",
4597
+ "example": "20250925297021530748195",
4568
4598
  "member": "string",
4569
4599
  "name": "DealId",
4600
+ "output_required": true,
4601
+ "type": "string",
4602
+ "value_allowed_null": false
4603
+ },
4604
+ {
4605
+ "disabled": false,
4606
+ "document": "订单号。",
4607
+ "example": "20250925297021530748195",
4608
+ "member": "string",
4609
+ "name": "DealName",
4610
+ "output_required": false,
4570
4611
  "type": "string",
4571
4612
  "value_allowed_null": false
4572
4613
  },
@@ -5171,11 +5212,22 @@
5171
5212
  "document": "UpgradeInstance返回参数结构体",
5172
5213
  "members": [
5173
5214
  {
5174
- "disabled": false,
5215
+ "disabled": true,
5175
5216
  "document": "交易ID。",
5176
- "example": "301310691",
5217
+ "example": "20250925297021530748195",
5177
5218
  "member": "string",
5178
5219
  "name": "DealId",
5220
+ "output_required": true,
5221
+ "type": "string",
5222
+ "value_allowed_null": false
5223
+ },
5224
+ {
5225
+ "disabled": false,
5226
+ "document": "订单号。",
5227
+ "example": "20250925297021530748195",
5228
+ "member": "string",
5229
+ "name": "DealName",
5230
+ "output_required": false,
5179
5231
  "type": "string",
5180
5232
  "value_allowed_null": false
5181
5233
  },
@@ -44,7 +44,7 @@
44
44
  {
45
45
  "document": "创建实例",
46
46
  "input": "POST / HTTP/1.1\nHost: keewidb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateInstances\n<公共请求参数>\n\n{\n \"ShardNum\": \"3\",\n \"TypeId\": \"14\",\n \"GoodsNum\": \"1\",\n \"UniqVpcId\": \"vpc-qicyv9mz\",\n \"MachineMemory\": \"2\",\n \"Period\": \"1\",\n \"ZoneId\": \"100002\",\n \"ReplicasNum\": \"1\",\n \"UniqSubnetId\": \"subnet-4rohwntq\",\n \"DiskSize\": \"100\",\n \"MemSize\": \"8\",\n \"MachineCpu\": \"1\",\n \"Password\": \"Test123456\",\n \"InstanceName\": \"测试实例2\",\n \"BillingMode\": \"1\"\n}",
47
- "output": "{\n \"Response\": {\n \"DealId\": \"229126199\",\n \"InstanceIds\": [\n \"kee-emg6bltn\"\n ],\n \"RequestId\": \"365b3029-06d5-4016-8054-518994bba781\"\n }\n}",
47
+ "output": "{\n \"Response\": {\n \"DealName\": \"20250925297021530748195\",\n \"InstanceIds\": [\n \"kee-emg6bltn\"\n ],\n \"RequestId\": \"365b3029-06d5-4016-8054-518994bba781\"\n }\n}",
48
48
  "title": "示例1"
49
49
  }
50
50
  ],
@@ -91,7 +91,7 @@
91
91
  "DescribeInstanceDealDetail": [
92
92
  {
93
93
  "document": "新购订单发货中",
94
- "input": "POST / HTTP/1.1\nHost: keewidb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeInstanceDealDetail\n<公共请求参数>\n\n{\n \"DealIds\": [\n \"138172054\"\n ]\n}",
94
+ "input": "POST / HTTP/1.1\nHost: keewidb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeInstanceDealDetail\n<公共请求参数>\n\n{\n \"DealName\": \"20250925297021530748195\"\n}",
95
95
  "output": "{\n \"Response\": {\n \"DealDetails\": [\n {\n \"CreatTime\": \"2023-03-13 11:28:10\",\n \"Creater\": \"100xxxxxxxxx\",\n \"DealId\": \"138172054\",\n \"DealName\": \"20230313xxxxxxxxxxxxxxx\",\n \"Description\": \"发货中\",\n \"EndTime\": \"\",\n \"GoodsNum\": 1,\n \"InstanceIds\": [\n \"kee-w7xxxxxx\"\n ],\n \"OverdueTime\": \"2023-03-28 11:28:09\",\n \"Price\": 0,\n \"Status\": 3,\n \"ZoneId\": 100006\n }\n ],\n \"RequestId\": \"b835a553-b98c-49bd-be22-e3e1ce465438\"\n }\n}",
96
96
  "title": "示例1"
97
97
  }
@@ -204,7 +204,7 @@
204
204
  {
205
205
  "document": "",
206
206
  "input": "POST / HTTP/1.1\nHost: keewidb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DestroyPrepaidInstance\n<公共请求参数>\n\n{\n \"InstanceId\": \"kee-ldmm****\"\n}",
207
- "output": "{\n \"Response\": {\n \"DealId\": \"229125413\",\n \"RequestId\": \"6094d5ee-84ae-4bd3-8b76-ead8bdd2986d\"\n }\n}",
207
+ "output": "{\n \"Response\": {\n \"DealName\": \"20250925297021530748195\",\n \"RequestId\": \"6094d5ee-84ae-4bd3-8b76-ead8bdd2986d\"\n }\n}",
208
208
  "title": "示例1"
209
209
  }
210
210
  ],
@@ -276,7 +276,7 @@
276
276
  {
277
277
  "document": "给实例续费",
278
278
  "input": "POST / HTTP/1.1\nHost: keewidb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RenewInstance\n<公共请求参数>\n\n{\n \"Period\": 1,\n \"InstanceId\": \"kee-lagg****\"\n}",
279
- "output": "{\n \"Response\": {\n \"DealId\": \"1655902381\",\n \"RequestId\": \"12eb8b4f-8aab-43df-aea4-7cae92b134a5\"\n }\n}",
279
+ "output": "{\n \"Response\": {\n \"DealName\": \"20250925297021530748195\",\n \"RequestId\": \"12eb8b4f-8aab-43df-aea4-7cae92b134a5\"\n }\n}",
280
280
  "title": "示例1"
281
281
  }
282
282
  ],
@@ -300,7 +300,7 @@
300
300
  {
301
301
  "document": "扩容实例内存容量、分片数量以及磁盘容量。",
302
302
  "input": "POST / HTTP/1.1\nHost: keewidb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpgradeInstance\n<公共请求参数>\n\n{\n \"ShardNum\": \"6\",\n \"InstanceId\": \"kee-lagg****\"\n}",
303
- "output": "{\n \"Response\": {\n \"DealId\": \"1655902380\",\n \"RequestId\": \"12eb8b4f-8aab-43df-aea4-d4192e18eac7\"\n }\n}",
303
+ "output": "{\n \"Response\": {\n \"DealName\": \"20250925297021530748195\",\n \"RequestId\": \"12eb8b4f-8aab-43df-aea4-d4192e18eac7\"\n }\n}",
304
304
  "title": "扩分片数示例"
305
305
  }
306
306
  ]
@@ -889,8 +889,8 @@
889
889
  },
890
890
  {
891
891
  "disabled": false,
892
- "document": "创建课堂ID列表",
893
- "example": "[123,456]",
892
+ "document": "批量创建课堂的配置信息",
893
+ "example": "",
894
894
  "member": "RoomInfo",
895
895
  "name": "RoomInfos",
896
896
  "required": true,
@@ -1370,7 +1370,7 @@
1370
1370
  },
1371
1371
  {
1372
1372
  "disabled": false,
1373
- "document": "转码类型,可以有如下取值:\n0 无需转码(默认),bmp,jpg,jpeg,png,gif\n1 需要转码的文档,ppt,pptx,pdf,doc,docx,xls,xlsx\n2 需要转码的视频,mp4,3pg,mpeg,avi,flv,wmv,rm,h264等\n2 需要转码的音频,mp3,wav,wma,aac,flac,opus\n请注意,待录制的页面中任何视频的分辨率不能超过页面录制最大分辨率(1920*1080),否则将导致录制失败。\n - ppt课件内嵌视频或纯视频课件,在上传课件时,云api会进行转码,以确保视频分辨率不超过页面录制最大分辨率。\n - h5课件中内嵌音视频内容时,由于平台无法获取视频内容,因此在制作环节需确保视频分辨率不超过页面录制最大分辨率。\n",
1373
+ "document": "转码类型,可以有如下取值:\n0 无需转码(默认),bmp,jpg,jpeg,png,gif\n1 需要转码的文档,ppt,pptx,pdf,doc,docx,xls,xlsx\n2 需要转码的视频,mp4,3pg,mpeg,avi,flv,wmv,rm,h264等\n2 需要转码的音频,mp3,wav,wma,aac,flac,opus\n3 备用转码,建议 WPS 制作的课件使用此方式转码,保证课件显示效果\n请注意,待录制的页面中任何视频的分辨率不能超过页面录制最大分辨率(1920*1080),否则将导致录制失败。\n - ppt课件内嵌视频或纯视频课件,在上传课件时,云api会进行转码,以确保视频分辨率不超过页面录制最大分辨率。\n - h5课件中内嵌音视频内容时,由于平台无法获取视频内容,因此在制作环节需确保视频分辨率不超过页面录制最大分辨率。\n",
1374
1374
  "example": "1",
1375
1375
  "member": "uint64",
1376
1376
  "name": "TranscodeType",
@@ -1580,7 +1580,7 @@
1580
1580
  "members": [
1581
1581
  {
1582
1582
  "disabled": false,
1583
- "document": "课堂名称。",
1583
+ "document": "课堂名称。\n字符数不超过256",
1584
1584
  "example": "房间名称",
1585
1585
  "member": "string",
1586
1586
  "name": "Name",
@@ -1868,12 +1868,21 @@
1868
1868
  },
1869
1869
  {
1870
1870
  "disabled": false,
1871
- "document": "字幕转写功能开关:0关闭,1开启,默认关闭",
1871
+ "document": "字幕转写功能开关。可以有以下取值:\n0 不开启字幕转写功能(默认值)\n1 自动转写模式:上课自动开启,下课自动停止\n2 手动转写模式:支持老师或者助教通过客户端API手动开启/关闭字幕转写\n设置01时客户端均不展示手动开关,设置2时老师或者助教端展示字幕转写开关",
1872
1872
  "example": "0",
1873
1873
  "member": "uint64",
1874
1874
  "name": "SubtitlesTranscription",
1875
1875
  "required": false,
1876
1876
  "type": "int"
1877
+ },
1878
+ {
1879
+ "disabled": false,
1880
+ "document": "录制文件合并开关。0 关闭 1 开启 注:只有在一节课多次启用手动录制时,此功能才有效",
1881
+ "example": "0",
1882
+ "member": "uint64",
1883
+ "name": "RecordMerge",
1884
+ "required": false,
1885
+ "type": "int"
1877
1886
  }
1878
1887
  ],
1879
1888
  "type": "object"
@@ -4044,7 +4053,7 @@
4044
4053
  },
4045
4054
  {
4046
4055
  "disabled": false,
4047
- "document": "字幕转写功能开关:0关闭,1开启,默认关闭",
4056
+ "document": "字幕转写功能开关。可以有以下取值:\n0 不开启字幕转写功能(默认值)\n1 自动转写模式:上课自动开启,下课自动停止\n2 手动转写模式:支持老师或者助教通过客户端API手动开启/关闭字幕转写\n设置01时客户端均不展示手动开关,设置2时老师或者助教端展示字幕转写开关",
4048
4057
  "example": "0",
4049
4058
  "member": "uint64",
4050
4059
  "name": "SubtitlesTranscription",
@@ -4062,6 +4071,16 @@
4062
4071
  "type": "list",
4063
4072
  "value_allowed_null": false
4064
4073
  },
4074
+ {
4075
+ "disabled": false,
4076
+ "document": "录制文件合并开关。0 关闭 1 开启 注:只有在一节课多次启用手动录制时,此功能才有效",
4077
+ "example": "0",
4078
+ "member": "uint64",
4079
+ "name": "RecordMerge",
4080
+ "output_required": false,
4081
+ "type": "int",
4082
+ "value_allowed_null": false
4083
+ },
4065
4084
  {
4066
4085
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
4067
4086
  "member": "string",
@@ -5864,7 +5883,7 @@
5864
5883
  {
5865
5884
  "disabled": false,
5866
5885
  "document": "子上课班号\n注意:此字段可能返回 null,表示取不到有效值。",
5867
- "example": "['a','b']",
5886
+ "example": "[\"groupID1\",\"groupID2\"]",
5868
5887
  "member": "string",
5869
5888
  "name": "SubGroupId",
5870
5889
  "output_required": true,
@@ -5873,7 +5892,7 @@
5873
5892
  },
5874
5893
  {
5875
5894
  "disabled": false,
5876
- "document": "用户的上台状态",
5895
+ "document": "本堂课用户是否上过台。0 否;1 是",
5877
5896
  "example": "0",
5878
5897
  "member": "int64",
5879
5898
  "name": "Stage",
@@ -6153,7 +6172,7 @@
6153
6172
  },
6154
6173
  {
6155
6174
  "disabled": false,
6156
- "document": "房间名称。",
6175
+ "document": "房间名称。\n字符数不超过256",
6157
6176
  "example": "房间名称",
6158
6177
  "member": "string",
6159
6178
  "name": "Name",
@@ -6217,7 +6236,7 @@
6217
6236
  {
6218
6237
  "disabled": false,
6219
6238
  "document": "助教Id列表。直播开始后不允许修改。",
6220
- "example": "\t[azsdasfsdfsd,asefawefew]",
6239
+ "example": "\t[\"azsdasfsdfsd\",\"asefawefewf\"]",
6221
6240
  "member": "string",
6222
6241
  "name": "Assistants",
6223
6242
  "required": false,
@@ -6226,7 +6245,7 @@
6226
6245
  {
6227
6246
  "disabled": false,
6228
6247
  "document": "房间绑定的群组ID。直播开始后不允许修改。",
6229
- "example": "490194023",
6248
+ "example": "7230232",
6230
6249
  "member": "string",
6231
6250
  "name": "GroupId",
6232
6251
  "required": false,
@@ -6307,7 +6326,7 @@
6307
6326
  {
6308
6327
  "disabled": false,
6309
6328
  "document": "伪直播链接",
6310
- "example": "https://1101910181.vod2.myqcloud.com/6casjaisjaidcq1101910181/d26589e12312512121842/f0.mp4",
6329
+ "example": "https://791263.vod-qcloud.com/425sfabhs7814/e9049470840ghjk739827/1INCKHSY9QMA.mp4",
6311
6330
  "member": "string",
6312
6331
  "name": "RecordLiveUrl",
6313
6332
  "required": false,
@@ -6351,12 +6370,30 @@
6351
6370
  },
6352
6371
  {
6353
6372
  "disabled": false,
6354
- "document": "字幕转写功能开关:0关闭,1开启,默认关闭",
6373
+ "document": "字幕转写功能开关。可以有以下取值:\n0 不开启字幕转写功能(默认值)\n1 自动转写模式:上课自动开启,下课自动停止\n2 手动转写模式:支持老师或者助教通过客户端API手动开启/关闭字幕转写\n设置01时客户端均不展示手动开关,设置2时老师或者助教端展示字幕转写开关",
6355
6374
  "example": "0",
6356
6375
  "member": "uint64",
6357
6376
  "name": "SubtitlesTranscription",
6358
6377
  "required": false,
6359
6378
  "type": "int"
6379
+ },
6380
+ {
6381
+ "disabled": false,
6382
+ "document": "嘉宾Id列表。当圆桌会议模式(RoomType==3)时生效",
6383
+ "example": "\t[\"azsdasfsdfsd\",\"asefawefewf\"]",
6384
+ "member": "string",
6385
+ "name": "Guests",
6386
+ "required": false,
6387
+ "type": "list"
6388
+ },
6389
+ {
6390
+ "disabled": false,
6391
+ "document": "录制文件合并开关。0 关闭 1 开启 注:只有在一节课多次启用手动录制时,此功能才有效",
6392
+ "example": "0",
6393
+ "member": "uint64",
6394
+ "name": "RecordMerge",
6395
+ "required": false,
6396
+ "type": "int"
6360
6397
  }
6361
6398
  ],
6362
6399
  "type": "object"
@@ -6630,7 +6667,7 @@
6630
6667
  "members": [
6631
6668
  {
6632
6669
  "disabled": false,
6633
- "document": "房间名称。",
6670
+ "document": "房间名称。\n字符数不超过256",
6634
6671
  "example": "房间名称",
6635
6672
  "member": "string",
6636
6673
  "name": "Name",
@@ -6900,7 +6937,7 @@
6900
6937
  },
6901
6938
  {
6902
6939
  "disabled": false,
6903
- "document": "字幕转写功能开关:0关闭,1开启,默认关闭",
6940
+ "document": "字幕转写功能开关。可以有以下取值:\n0 不开启字幕转写功能(默认值)\n1 自动转写模式:上课自动开启,下课自动停止\n2 手动转写模式:支持老师或者助教通过客户端API手动开启/关闭字幕转写\n设置01时客户端均不展示手动开关,设置2时老师或者助教端展示字幕转写开关",
6904
6941
  "example": "0",
6905
6942
  "member": "uint64",
6906
6943
  "name": "SubtitlesTranscription",
@@ -6915,6 +6952,15 @@
6915
6952
  "name": "Guests",
6916
6953
  "required": false,
6917
6954
  "type": "list"
6955
+ },
6956
+ {
6957
+ "disabled": false,
6958
+ "document": "录制文件合并开关。0 关闭 1 开启 注:只有在一节课多次启用手动录制时,此功能才有效",
6959
+ "example": "0",
6960
+ "member": "uint64",
6961
+ "name": "RecordMerge",
6962
+ "required": false,
6963
+ "type": "int"
6918
6964
  }
6919
6965
  ],
6920
6966
  "usage": "in"