tencentcloud-sdk-python 3.0.1491__py2.py3-none-any.whl → 3.1.6__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 (391) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/aai/v20180522/aai_client_async.py +100 -0
  3. tencentcloud/aca/v20210323/aca_client_async.py +170 -0
  4. tencentcloud/acp/v20220105/acp_client_async.py +170 -0
  5. tencentcloud/advisor/v20200721/advisor_client_async.py +62 -0
  6. tencentcloud/af/v20200226/af_client_async.py +86 -0
  7. tencentcloud/afc/v20200226/afc_client_async.py +82 -0
  8. tencentcloud/ags/v20250920/ags_client_async.py +243 -0
  9. tencentcloud/ai3d/v20250513/ai3d_client_async.py +102 -0
  10. tencentcloud/aiart/v20221229/aiart_client_async.py +513 -0
  11. tencentcloud/ame/v20190916/ame_client_async.py +586 -0
  12. tencentcloud/ams/v20200608/ams_client_async.py +179 -0
  13. tencentcloud/ams/v20201229/ams_client_async.py +169 -0
  14. tencentcloud/anicloud/v20220923/anicloud_client_async.py +80 -0
  15. tencentcloud/antiddos/v20200309/antiddos_client_async.py +1718 -0
  16. tencentcloud/ape/v20200513/ape_client_async.py +170 -0
  17. tencentcloud/api/v20201106/api_client_async.py +80 -0
  18. tencentcloud/apigateway/v20180808/apigateway_client_async.py +1830 -0
  19. tencentcloud/apm/v20210622/apm_client_async.py +495 -0
  20. tencentcloud/asr/v20190614/asr_client_async.py +647 -0
  21. tencentcloud/asw/v20200722/asw_client_async.py +188 -0
  22. tencentcloud/autoscaling/v20180419/autoscaling_client.py +1 -0
  23. tencentcloud/autoscaling/v20180419/autoscaling_client_async.py +1230 -0
  24. tencentcloud/autoscaling/v20180419/models.py +36 -0
  25. tencentcloud/ba/v20200720/ba_client_async.py +81 -0
  26. tencentcloud/batch/v20170312/batch_client_async.py +582 -0
  27. tencentcloud/bda/v20200324/bda_client_async.py +116 -0
  28. tencentcloud/bh/v20230418/bh_client.py +230 -0
  29. tencentcloud/bh/v20230418/bh_client_async.py +1844 -0
  30. tencentcloud/bh/v20230418/models.py +1677 -216
  31. tencentcloud/bi/v20220105/bi_client_async.py +548 -0
  32. tencentcloud/billing/v20180709/billing_client_async.py +1149 -0
  33. tencentcloud/bizlive/v20190313/bizlive_client_async.py +134 -0
  34. tencentcloud/bm/v20180423/bm_client_async.py +1012 -0
  35. tencentcloud/bma/v20210624/bma_client_async.py +530 -0
  36. tencentcloud/bma/v20221115/bma_client_async.py +224 -0
  37. tencentcloud/bmeip/v20180625/bmeip_client_async.py +386 -0
  38. tencentcloud/bmlb/v20180625/bmlb_client_async.py +908 -0
  39. tencentcloud/bmvpc/v20180625/bmvpc_client_async.py +1171 -0
  40. tencentcloud/bpaas/v20181217/bpaas_client_async.py +62 -0
  41. tencentcloud/bri/v20190328/bri_client_async.py +58 -0
  42. tencentcloud/bsca/v20210811/bsca_client_async.py +152 -0
  43. tencentcloud/btoe/v20210303/btoe_client_async.py +267 -0
  44. tencentcloud/btoe/v20210514/btoe_client_async.py +287 -0
  45. tencentcloud/ca/v20230228/ca_client_async.py +80 -0
  46. tencentcloud/cam/v20190116/cam_client_async.py +1684 -0
  47. tencentcloud/captcha/v20190722/captcha_client_async.py +350 -0
  48. tencentcloud/car/v20220110/car_client_async.py +134 -0
  49. tencentcloud/cat/v20180409/cat_client_async.py +279 -0
  50. tencentcloud/cbs/v20170312/cbs_client_async.py +959 -0
  51. tencentcloud/ccc/v20200210/ccc_client_async.py +1494 -0
  52. tencentcloud/ccc/v20200210/models.py +15 -0
  53. tencentcloud/cdb/v20170320/cdb_client_async.py +3254 -0
  54. tencentcloud/cdb/v20170320/models.py +74 -44
  55. tencentcloud/cdc/v20201214/cdc_client_async.py +440 -0
  56. tencentcloud/cdn/v20180606/cdn_client_async.py +1090 -0
  57. tencentcloud/cds/v20180420/cds_client_async.py +116 -0
  58. tencentcloud/cdwch/v20200915/cdwch_client_async.py +548 -0
  59. tencentcloud/cdwch/v20200915/models.py +34 -4
  60. tencentcloud/cdwdoris/v20211228/cdwdoris_client_async.py +1106 -0
  61. tencentcloud/cdwpg/v20201230/cdwpg_client_async.py +458 -0
  62. tencentcloud/cdz/v20221123/cdz_client_async.py +62 -0
  63. tencentcloud/cfg/v20210820/cfg_client_async.py +332 -0
  64. tencentcloud/cfs/v20190719/cfs_client_async.py +1054 -0
  65. tencentcloud/cfs/v20190719/models.py +40 -0
  66. tencentcloud/cfw/v20190904/cfw_client.py +23 -0
  67. tencentcloud/cfw/v20190904/cfw_client_async.py +2067 -0
  68. tencentcloud/cfw/v20190904/models.py +784 -8
  69. tencentcloud/chc/v20230418/chc_client_async.py +710 -0
  70. tencentcloud/chdfs/v20190718/chdfs_client_async.py +546 -0
  71. tencentcloud/chdfs/v20201112/chdfs_client_async.py +548 -0
  72. tencentcloud/ciam/v20220331/ciam_client_async.py +440 -0
  73. tencentcloud/cii/v20201210/cii_client_async.py +80 -0
  74. tencentcloud/cii/v20210408/cii_client_async.py +262 -0
  75. tencentcloud/cim/v20190318/cim_client_async.py +44 -0
  76. tencentcloud/ckafka/v20190819/ckafka_client.py +92 -0
  77. tencentcloud/ckafka/v20190819/ckafka_client_async.py +1701 -0
  78. tencentcloud/ckafka/v20190819/errorcodes.py +3 -0
  79. tencentcloud/ckafka/v20190819/models.py +741 -62
  80. tencentcloud/clb/v20180317/clb_client_async.py +1683 -0
  81. tencentcloud/cloudapp/v20220530/cloudapp_client_async.py +175 -0
  82. tencentcloud/cloudaudit/v20190319/cloudaudit_client_async.py +372 -0
  83. tencentcloud/cloudhsm/v20191112/cloudhsm_client_async.py +278 -0
  84. tencentcloud/cloudhsm/v20191112/models.py +49 -0
  85. tencentcloud/cloudstudio/v20230508/cloudstudio_client_async.py +188 -0
  86. tencentcloud/cls/v20201016/cls_client.py +92 -0
  87. tencentcloud/cls/v20201016/cls_client_async.py +2362 -0
  88. tencentcloud/cls/v20201016/models.py +1427 -74
  89. tencentcloud/cme/v20191029/cme_client_async.py +983 -0
  90. tencentcloud/cmq/v20190304/cmq_client_async.py +62 -0
  91. tencentcloud/cms/v20190321/cms_client_async.py +134 -0
  92. tencentcloud/common/abstract_client_async.py +654 -0
  93. tencentcloud/common/common_client_async.py +45 -0
  94. tencentcloud/common/http/request_async.py +62 -0
  95. tencentcloud/common/retry_async.py +87 -0
  96. tencentcloud/config/v20220802/config_client_async.py +152 -0
  97. tencentcloud/controlcenter/v20230110/controlcenter_client_async.py +116 -0
  98. tencentcloud/cpdp/v20190820/cpdp_client_async.py +3979 -0
  99. tencentcloud/csip/v20221121/csip_client.py +1 -1
  100. tencentcloud/csip/v20221121/csip_client_async.py +1502 -0
  101. tencentcloud/csip/v20221121/models.py +105 -0
  102. tencentcloud/csxg/v20230303/csxg_client_async.py +116 -0
  103. tencentcloud/ctem/v20231128/ctem_client.py +644 -0
  104. tencentcloud/ctem/v20231128/ctem_client_async.py +1124 -0
  105. tencentcloud/ctem/v20231128/models.py +4999 -711
  106. tencentcloud/ctsdb/v20230202/ctsdb_client_async.py +69 -0
  107. tencentcloud/cvm/v20170312/cvm_client.py +1 -1
  108. tencentcloud/cvm/v20170312/cvm_client_async.py +2025 -0
  109. tencentcloud/cvm/v20170312/errorcodes.py +3 -0
  110. tencentcloud/cvm/v20170312/models.py +14 -14
  111. tencentcloud/cwp/v20180228/cwp_client_async.py +9288 -0
  112. tencentcloud/cws/v20180312/cws_client_async.py +368 -0
  113. tencentcloud/cynosdb/v20190107/cynosdb_client_async.py +3068 -0
  114. tencentcloud/cynosdb/v20190107/models.py +99 -2
  115. tencentcloud/dasb/v20191018/dasb_client_async.py +1160 -0
  116. tencentcloud/dataagent/v20250513/dataagent_client_async.py +224 -0
  117. tencentcloud/dataagent/v20250513/models.py +15 -0
  118. tencentcloud/dayu/v20180709/dayu_client_async.py +2042 -0
  119. tencentcloud/dbbrain/v20191016/dbbrain_client_async.py +530 -0
  120. tencentcloud/dbbrain/v20210527/dbbrain_client.py +23 -0
  121. tencentcloud/dbbrain/v20210527/dbbrain_client_async.py +1538 -0
  122. tencentcloud/dbbrain/v20210527/models.py +463 -12
  123. tencentcloud/dbdc/v20201029/dbdc_client_async.py +134 -0
  124. tencentcloud/dc/v20180410/dc_client_async.py +425 -0
  125. tencentcloud/dcdb/v20180411/dcdb_client_async.py +1541 -0
  126. tencentcloud/dlc/v20210125/dlc_client.py +23 -0
  127. tencentcloud/dlc/v20210125/dlc_client_async.py +3322 -0
  128. tencentcloud/dlc/v20210125/errorcodes.py +9 -0
  129. tencentcloud/dlc/v20210125/models.py +1424 -17
  130. tencentcloud/dnspod/v20210323/dnspod_client_async.py +1710 -0
  131. tencentcloud/dnspod/v20210323/errorcodes.py +3 -0
  132. tencentcloud/dnspod/v20210323/models.py +2 -2
  133. tencentcloud/domain/v20180808/domain_client_async.py +1022 -0
  134. tencentcloud/drm/v20181115/drm_client_async.py +231 -0
  135. tencentcloud/ds/v20180523/ds_client_async.py +244 -0
  136. tencentcloud/dsgc/v20190723/dsgc_client_async.py +2452 -0
  137. tencentcloud/dsgc/v20190723/models.py +36 -36
  138. tencentcloud/dts/v20180330/dts_client_async.py +438 -0
  139. tencentcloud/dts/v20211206/dts_client.py +184 -0
  140. tencentcloud/dts/v20211206/dts_client_async.py +1480 -0
  141. tencentcloud/dts/v20211206/models.py +1275 -98
  142. tencentcloud/eb/v20210416/eb_client_async.py +602 -0
  143. tencentcloud/ecc/v20181213/ecc_client_async.py +100 -0
  144. tencentcloud/ecdn/v20191012/ecdn_client_async.py +162 -0
  145. tencentcloud/ecm/v20190719/ecm_client_async.py +2602 -0
  146. tencentcloud/eiam/v20210420/eiam_client_async.py +782 -0
  147. tencentcloud/eis/v20200715/eis_client_async.py +80 -0
  148. tencentcloud/eis/v20210601/eis_client_async.py +116 -0
  149. tencentcloud/emr/v20190103/emr_client.py +23 -0
  150. tencentcloud/emr/v20190103/emr_client_async.py +1659 -0
  151. tencentcloud/emr/v20190103/models.py +395 -0
  152. tencentcloud/es/v20180416/es_client_async.py +1209 -0
  153. tencentcloud/es/v20250101/es_client.py +6 -5
  154. tencentcloud/es/v20250101/es_client_async.py +216 -0
  155. tencentcloud/es/v20250101/models.py +6 -6
  156. tencentcloud/ess/v20201111/ess_client.py +6 -2
  157. tencentcloud/ess/v20201111/ess_client_async.py +3406 -0
  158. tencentcloud/ess/v20201111/models.py +468 -19
  159. tencentcloud/essbasic/v20201222/essbasic_client_async.py +1029 -0
  160. tencentcloud/essbasic/v20210526/essbasic_client.py +1 -1
  161. tencentcloud/essbasic/v20210526/essbasic_client_async.py +2757 -0
  162. tencentcloud/essbasic/v20210526/models.py +320 -6
  163. tencentcloud/evt/__init__.py +0 -0
  164. tencentcloud/evt/v20250217/__init__.py +0 -0
  165. tencentcloud/evt/v20250217/errorcodes.py +15 -0
  166. tencentcloud/evt/v20250217/evt_client.py +49 -0
  167. tencentcloud/evt/v20250217/evt_client_async.py +44 -0
  168. tencentcloud/evt/v20250217/models.py +228 -0
  169. tencentcloud/facefusion/v20181201/facefusion_client_async.py +86 -0
  170. tencentcloud/facefusion/v20220927/facefusion_client_async.py +83 -0
  171. tencentcloud/faceid/v20180301/errorcodes.py +0 -6
  172. tencentcloud/faceid/v20180301/faceid_client.py +0 -23
  173. tencentcloud/faceid/v20180301/faceid_client_async.py +674 -0
  174. tencentcloud/faceid/v20180301/models.py +45 -195
  175. tencentcloud/fmu/v20191213/fmu_client_async.py +161 -0
  176. tencentcloud/ft/v20200304/ft_client_async.py +134 -0
  177. tencentcloud/gaap/v20180529/gaap_client_async.py +1865 -0
  178. tencentcloud/gme/v20180711/gme_client_async.py +865 -0
  179. tencentcloud/goosefs/v20220519/goosefs_client_async.py +514 -0
  180. tencentcloud/gs/v20191118/gs_client.py +46 -0
  181. tencentcloud/gs/v20191118/gs_client_async.py +1527 -0
  182. tencentcloud/gs/v20191118/models.py +227 -0
  183. tencentcloud/gwlb/v20240906/gwlb_client_async.py +373 -0
  184. tencentcloud/habo/v20181203/habo_client_async.py +62 -0
  185. tencentcloud/hai/v20230812/hai_client_async.py +316 -0
  186. tencentcloud/hasim/v20210716/hasim_client_async.py +422 -0
  187. tencentcloud/hcm/v20181106/hcm_client_async.py +44 -0
  188. tencentcloud/hunyuan/v20230901/hunyuan_client_async.py +469 -0
  189. tencentcloud/iai/v20180301/iai_client.py +0 -44
  190. tencentcloud/iai/v20180301/iai_client_async.py +728 -0
  191. tencentcloud/iai/v20180301/models.py +0 -171
  192. tencentcloud/iai/v20200303/iai_client.py +1 -35
  193. tencentcloud/iai/v20200303/iai_client_async.py +802 -0
  194. tencentcloud/iai/v20200303/models.py +0 -175
  195. tencentcloud/iap/v20240713/iap_client_async.py +134 -0
  196. tencentcloud/ic/v20190307/ic_client_async.py +193 -0
  197. tencentcloud/icr/v20211014/icr_client_async.py +44 -0
  198. tencentcloud/ie/v20200304/ie_client_async.py +206 -0
  199. tencentcloud/ig/v20210518/ig_client_async.py +44 -0
  200. tencentcloud/igtm/v20231024/igtm_client_async.py +494 -0
  201. tencentcloud/igtm/v20231024/models.py +110 -0
  202. tencentcloud/ims/v20200713/ims_client_async.py +60 -0
  203. tencentcloud/ims/v20201229/ims_client_async.py +132 -0
  204. tencentcloud/ioa/v20220601/ioa_client_async.py +512 -0
  205. tencentcloud/iot/v20180123/iot_client_async.py +838 -0
  206. tencentcloud/iotcloud/v20180614/iotcloud_client_async.py +1268 -0
  207. tencentcloud/iotcloud/v20210408/iotcloud_client_async.py +1340 -0
  208. tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +161 -0
  209. tencentcloud/iotexplorer/v20190423/iotexplorer_client_async.py +3632 -0
  210. tencentcloud/iotexplorer/v20190423/models.py +1669 -337
  211. tencentcloud/iotvideo/v20191126/iotvideo_client_async.py +1278 -0
  212. tencentcloud/iotvideo/v20201215/iotvideo_client_async.py +1448 -0
  213. tencentcloud/iotvideo/v20211125/iotvideo_client_async.py +1970 -0
  214. tencentcloud/iotvideoindustry/v20201201/iotvideoindustry_client_async.py +1921 -0
  215. tencentcloud/irp/v20220324/irp_client_async.py +98 -0
  216. tencentcloud/irp/v20220805/irp_client_async.py +152 -0
  217. tencentcloud/iss/v20230517/iss_client_async.py +1686 -0
  218. tencentcloud/iss/v20230517/models.py +2 -2
  219. tencentcloud/ivld/v20210903/ivld_client_async.py +636 -0
  220. tencentcloud/keewidb/v20220308/keewidb_client_async.py +711 -0
  221. tencentcloud/kms/v20190118/kms_client_async.py +1252 -0
  222. tencentcloud/lcic/v20220817/lcic_client_async.py +1331 -0
  223. tencentcloud/lighthouse/v20200324/lighthouse_client_async.py +2331 -0
  224. tencentcloud/live/v20180801/live_client.py +0 -25
  225. tencentcloud/live/v20180801/live_client_async.py +3758 -0
  226. tencentcloud/live/v20180801/models.py +0 -282
  227. tencentcloud/lke/v20231130/lke_client_async.py +1923 -0
  228. tencentcloud/lke/v20231130/models.py +82 -0
  229. tencentcloud/lkeap/v20240522/lkeap_client.py +3 -13
  230. tencentcloud/lkeap/v20240522/lkeap_client_async.py +618 -0
  231. tencentcloud/lowcode/v20210108/lowcode_client_async.py +332 -0
  232. tencentcloud/mall/v20230518/mall_client_async.py +44 -0
  233. tencentcloud/mariadb/v20170312/mariadb_client_async.py +1505 -0
  234. tencentcloud/market/v20191010/market_client_async.py +62 -0
  235. tencentcloud/memcached/v20190318/memcached_client_async.py +44 -0
  236. tencentcloud/mmps/v20200710/mmps_client_async.py +296 -0
  237. tencentcloud/mna/v20210119/mna_client_async.py +764 -0
  238. tencentcloud/mongodb/v20180408/mongodb_client_async.py +260 -0
  239. tencentcloud/mongodb/v20190725/errorcodes.py +3 -0
  240. tencentcloud/mongodb/v20190725/models.py +390 -2
  241. tencentcloud/mongodb/v20190725/mongodb_client.py +46 -0
  242. tencentcloud/mongodb/v20190725/mongodb_client_async.py +1220 -0
  243. tencentcloud/monitor/v20180724/monitor_client_async.py +3099 -0
  244. tencentcloud/monitor/v20230616/monitor_client_async.py +44 -0
  245. tencentcloud/mps/v20190612/errorcodes.py +9 -0
  246. tencentcloud/mps/v20190612/models.py +2329 -290
  247. tencentcloud/mps/v20190612/mps_client.py +232 -0
  248. tencentcloud/mps/v20190612/mps_client_async.py +2729 -0
  249. tencentcloud/mqtt/v20240516/mqtt_client_async.py +1153 -0
  250. tencentcloud/mrs/v20200910/mrs_client_async.py +231 -0
  251. tencentcloud/ms/v20180408/ms_client_async.py +450 -0
  252. tencentcloud/msp/v20180319/msp_client_async.py +154 -0
  253. tencentcloud/nlp/v20190408/nlp_client_async.py +140 -0
  254. tencentcloud/npp/v20190823/npp_client_async.py +170 -0
  255. tencentcloud/oceanus/v20190422/oceanus_client_async.py +844 -0
  256. tencentcloud/ocr/v20181119/models.py +232 -0
  257. tencentcloud/ocr/v20181119/ocr_client_async.py +2228 -0
  258. tencentcloud/omics/v20221128/omics_client_async.py +386 -0
  259. tencentcloud/organization/v20181225/organization_client_async.py +386 -0
  260. tencentcloud/organization/v20210331/organization_client_async.py +2348 -0
  261. tencentcloud/partners/v20180321/partners_client_async.py +444 -0
  262. tencentcloud/postgres/v20170312/errorcodes.py +6 -0
  263. tencentcloud/postgres/v20170312/postgres_client_async.py +1908 -0
  264. tencentcloud/privatedns/v20201028/errorcodes.py +9 -0
  265. tencentcloud/privatedns/v20201028/models.py +783 -17
  266. tencentcloud/privatedns/v20201028/privatedns_client.py +93 -1
  267. tencentcloud/privatedns/v20201028/privatedns_client_async.py +746 -0
  268. tencentcloud/pts/v20210728/pts_client_async.py +890 -0
  269. tencentcloud/rce/v20201103/rce_client_async.py +224 -0
  270. tencentcloud/redis/v20180412/redis_client_async.py +2008 -0
  271. tencentcloud/region/v20220627/region_client_async.py +80 -0
  272. tencentcloud/rum/v20210622/rum_client_async.py +999 -0
  273. tencentcloud/scf/v20180416/errorcodes.py +6 -0
  274. tencentcloud/scf/v20180416/models.py +263 -0
  275. tencentcloud/scf/v20180416/scf_client_async.py +984 -0
  276. tencentcloud/securitylake/v20240117/securitylake_client_async.py +44 -0
  277. tencentcloud/ses/v20201002/ses_client_async.py +657 -0
  278. tencentcloud/smh/v20210712/smh_client_async.py +296 -0
  279. tencentcloud/smop/v20201203/smop_client_async.py +46 -0
  280. tencentcloud/sms/v20190711/sms_client_async.py +326 -0
  281. tencentcloud/sms/v20210111/sms_client_async.py +365 -0
  282. tencentcloud/soe/v20180724/soe_client_async.py +98 -0
  283. tencentcloud/sqlserver/v20180328/sqlserver_client_async.py +2693 -0
  284. tencentcloud/ssa/v20180608/ssa_client_async.py +440 -0
  285. tencentcloud/ssl/v20191205/ssl_client_async.py +1257 -0
  286. tencentcloud/sslpod/v20190605/sslpod_client_async.py +206 -0
  287. tencentcloud/ssm/v20190923/ssm_client_async.py +468 -0
  288. tencentcloud/sts/v20180813/sts_client_async.py +205 -0
  289. tencentcloud/svp/v20240125/svp_client_async.py +116 -0
  290. tencentcloud/taf/v20200210/taf_client_async.py +44 -0
  291. tencentcloud/tag/v20180813/tag_client_async.py +584 -0
  292. tencentcloud/tat/v20201028/tat_client_async.py +565 -0
  293. tencentcloud/tbaas/v20180416/tbaas_client_async.py +458 -0
  294. tencentcloud/tbp/v20190311/tbp_client_async.py +98 -0
  295. tencentcloud/tbp/v20190627/tbp_client_async.py +62 -0
  296. tencentcloud/tcaplusdb/v20190823/tcaplusdb_client_async.py +986 -0
  297. tencentcloud/tcb/v20180608/tcb_client_async.py +1632 -0
  298. tencentcloud/tcbr/v20220217/models.py +15 -0
  299. tencentcloud/tcbr/v20220217/tcbr_client_async.py +206 -0
  300. tencentcloud/tccatalog/v20241024/tccatalog_client_async.py +98 -0
  301. tencentcloud/tchd/v20230306/tchd_client_async.py +65 -0
  302. tencentcloud/tcm/v20210413/tcm_client_async.py +242 -0
  303. tencentcloud/tcr/v20190924/tcr_client_async.py +2008 -0
  304. tencentcloud/tcss/v20201101/tcss_client_async.py +6169 -0
  305. tencentcloud/tdai/v20250717/models.py +55 -10
  306. tencentcloud/tdai/v20250717/tdai_client.py +1 -1
  307. tencentcloud/tdai/v20250717/tdai_client_async.py +350 -0
  308. tencentcloud/tdcpg/v20211118/tdcpg_client_async.py +482 -0
  309. tencentcloud/tdid/v20210519/tdid_client_async.py +353 -0
  310. tencentcloud/tdmq/v20200217/errorcodes.py +3 -0
  311. tencentcloud/tdmq/v20200217/models.py +636 -904
  312. tencentcloud/tdmq/v20200217/tdmq_client.py +44 -73
  313. tencentcloud/tdmq/v20200217/tdmq_client_async.py +2732 -0
  314. tencentcloud/tds/v20220801/tds_client_async.py +116 -0
  315. tencentcloud/tem/v20201221/tem_client_async.py +332 -0
  316. tencentcloud/tem/v20210701/tem_client_async.py +949 -0
  317. tencentcloud/teo/v20220106/teo_client_async.py +120 -0
  318. tencentcloud/teo/v20220901/models.py +267 -4
  319. tencentcloud/teo/v20220901/teo_client_async.py +3609 -0
  320. tencentcloud/thpc/v20211109/thpc_client_async.py +98 -0
  321. tencentcloud/thpc/v20220401/thpc_client_async.py +321 -0
  322. tencentcloud/thpc/v20230321/models.py +30 -0
  323. tencentcloud/thpc/v20230321/thpc_client_async.py +591 -0
  324. tencentcloud/tia/v20180226/tia_client_async.py +206 -0
  325. tencentcloud/tiia/v20190529/tiia_client_async.py +536 -0
  326. tencentcloud/tione/v20191022/tione_client_async.py +422 -0
  327. tencentcloud/tione/v20211111/tione_client_async.py +1003 -0
  328. tencentcloud/tiw/v20190919/tiw_client_async.py +656 -0
  329. tencentcloud/tke/v20180525/errorcodes.py +3 -0
  330. tencentcloud/tke/v20180525/models.py +3129 -288
  331. tencentcloud/tke/v20180525/tke_client.py +414 -0
  332. tencentcloud/tke/v20180525/tke_client_async.py +4562 -0
  333. tencentcloud/tke/v20220501/tke_client_async.py +343 -0
  334. tencentcloud/tkgdq/v20190411/tkgdq_client_async.py +80 -0
  335. tencentcloud/tms/v20200713/tms_client_async.py +98 -0
  336. tencentcloud/tms/v20201229/tms_client_async.py +97 -0
  337. tencentcloud/tmt/v20180321/tmt_client_async.py +183 -0
  338. tencentcloud/tourism/v20230215/tourism_client_async.py +44 -0
  339. tencentcloud/trabbit/v20230418/trabbit_client_async.py +548 -0
  340. tencentcloud/trocket/v20230308/trocket_client_async.py +1390 -0
  341. tencentcloud/trp/v20210515/trp_client_async.py +1002 -0
  342. tencentcloud/trro/v20220325/trro_client_async.py +588 -0
  343. tencentcloud/trtc/v20190722/errorcodes.py +3 -0
  344. tencentcloud/trtc/v20190722/models.py +21 -6
  345. tencentcloud/trtc/v20190722/trtc_client.py +1 -0
  346. tencentcloud/trtc/v20190722/trtc_client_async.py +1516 -0
  347. tencentcloud/tse/v20201207/tse_client_async.py +2240 -0
  348. tencentcloud/tsf/v20180326/models.py +4 -4
  349. tencentcloud/tsf/v20180326/tsf_client_async.py +4143 -0
  350. tencentcloud/tsi/v20210325/tsi_client_async.py +104 -0
  351. tencentcloud/tsw/v20200924/tsw_client_async.py +44 -0
  352. tencentcloud/tsw/v20210412/tsw_client_async.py +80 -0
  353. tencentcloud/tts/v20190823/tts_client_async.py +107 -0
  354. tencentcloud/vcg/v20240404/vcg_client_async.py +62 -0
  355. tencentcloud/vclm/v20240523/errorcodes.py +27 -0
  356. tencentcloud/vclm/v20240523/models.py +415 -16
  357. tencentcloud/vclm/v20240523/vclm_client.py +47 -0
  358. tencentcloud/vclm/v20240523/vclm_client_async.py +263 -0
  359. tencentcloud/vcube/v20220410/models.py +98 -0
  360. tencentcloud/vcube/v20220410/vcube_client.py +46 -0
  361. tencentcloud/vcube/v20220410/vcube_client_async.py +674 -0
  362. tencentcloud/vdb/v20230616/vdb_client_async.py +278 -0
  363. tencentcloud/vm/v20200709/vm_client_async.py +120 -0
  364. tencentcloud/vm/v20201229/vm_client_async.py +139 -0
  365. tencentcloud/vm/v20210922/models.py +2 -2
  366. tencentcloud/vm/v20210922/vm_client_async.py +148 -0
  367. tencentcloud/vms/v20200902/vms_client_async.py +62 -0
  368. tencentcloud/vod/v20180717/models.py +6 -2
  369. tencentcloud/vod/v20180717/vod_client_async.py +3712 -0
  370. tencentcloud/vod/v20240718/vod_client_async.py +160 -0
  371. tencentcloud/vpc/v20170312/vpc_client_async.py +8139 -0
  372. tencentcloud/vrs/v20200824/vrs_client_async.py +182 -0
  373. tencentcloud/vtc/v20240223/vtc_client_async.py +132 -0
  374. tencentcloud/waf/v20180125/models.py +3924 -0
  375. tencentcloud/waf/v20180125/waf_client.py +230 -0
  376. tencentcloud/waf/v20180125/waf_client_async.py +3542 -0
  377. tencentcloud/wav/v20210129/wav_client_async.py +494 -0
  378. tencentcloud/wedata/v20210820/wedata_client_async.py +5384 -0
  379. tencentcloud/wedata/v20250806/wedata_client_async.py +2168 -0
  380. tencentcloud/weilingwith/v20230427/weilingwith_client_async.py +1180 -0
  381. tencentcloud/wsa/v20250508/wsa_client_async.py +44 -0
  382. tencentcloud/wss/v20180426/wss_client_async.py +80 -0
  383. tencentcloud/yinsuda/v20220527/yinsuda_client_async.py +386 -0
  384. tencentcloud/yunjing/v20180228/yunjing_client_async.py +1826 -0
  385. tencentcloud/yunsou/v20180504/yunsou_client_async.py +62 -0
  386. tencentcloud/yunsou/v20191115/yunsou_client_async.py +62 -0
  387. {tencentcloud_sdk_python-3.0.1491.dist-info → tencentcloud_sdk_python-3.1.6.dist-info}/METADATA +3 -1
  388. {tencentcloud_sdk_python-3.0.1491.dist-info → tencentcloud_sdk_python-3.1.6.dist-info}/RECORD +391 -103
  389. {tencentcloud_sdk_python-3.0.1491.dist-info → tencentcloud_sdk_python-3.1.6.dist-info}/LICENSE +0 -0
  390. {tencentcloud_sdk_python-3.0.1491.dist-info → tencentcloud_sdk_python-3.1.6.dist-info}/WHEEL +0 -0
  391. {tencentcloud_sdk_python-3.0.1491.dist-info → tencentcloud_sdk_python-3.1.6.dist-info}/top_level.txt +0 -0
@@ -953,6 +953,8 @@ class BatchUpdateFirmwareRequest(AbstractModel):
953
953
  :type FwType: str
954
954
  :param _TaskUserDefine: 用户自定义信息
955
955
  :type TaskUserDefine: str
956
+ :param _RateLimit: 每分钟下发设备量
957
+ :type RateLimit: int
956
958
  """
957
959
  self._ProductID = None
958
960
  self._FirmwareVersion = None
@@ -970,6 +972,7 @@ class BatchUpdateFirmwareRequest(AbstractModel):
970
972
  self._RetryInterval = None
971
973
  self._FwType = None
972
974
  self._TaskUserDefine = None
975
+ self._RateLimit = None
973
976
 
974
977
  @property
975
978
  def ProductID(self):
@@ -1147,6 +1150,17 @@ class BatchUpdateFirmwareRequest(AbstractModel):
1147
1150
  def TaskUserDefine(self, TaskUserDefine):
1148
1151
  self._TaskUserDefine = TaskUserDefine
1149
1152
 
1153
+ @property
1154
+ def RateLimit(self):
1155
+ r"""每分钟下发设备量
1156
+ :rtype: int
1157
+ """
1158
+ return self._RateLimit
1159
+
1160
+ @RateLimit.setter
1161
+ def RateLimit(self, RateLimit):
1162
+ self._RateLimit = RateLimit
1163
+
1150
1164
 
1151
1165
  def _deserialize(self, params):
1152
1166
  self._ProductID = params.get("ProductID")
@@ -1165,6 +1179,7 @@ class BatchUpdateFirmwareRequest(AbstractModel):
1165
1179
  self._RetryInterval = params.get("RetryInterval")
1166
1180
  self._FwType = params.get("FwType")
1167
1181
  self._TaskUserDefine = params.get("TaskUserDefine")
1182
+ self._RateLimit = params.get("RateLimit")
1168
1183
  memeber_set = set(params.keys())
1169
1184
  for name, value in vars(self).items():
1170
1185
  property_name = name[1:]
@@ -1707,6 +1722,85 @@ class BindProductsResponse(AbstractModel):
1707
1722
  self._RequestId = params.get("RequestId")
1708
1723
 
1709
1724
 
1725
+ class BindTWeTalkAIBotRequest(AbstractModel):
1726
+ r"""BindTWeTalkAIBot请求参数结构体
1727
+
1728
+ """
1729
+
1730
+ def __init__(self):
1731
+ r"""
1732
+ :param _BotId: 智能体ID
1733
+ :type BotId: str
1734
+ :param _ProductId: 产品ID
1735
+ :type ProductId: str
1736
+ """
1737
+ self._BotId = None
1738
+ self._ProductId = None
1739
+
1740
+ @property
1741
+ def BotId(self):
1742
+ r"""智能体ID
1743
+ :rtype: str
1744
+ """
1745
+ return self._BotId
1746
+
1747
+ @BotId.setter
1748
+ def BotId(self, BotId):
1749
+ self._BotId = BotId
1750
+
1751
+ @property
1752
+ def ProductId(self):
1753
+ r"""产品ID
1754
+ :rtype: str
1755
+ """
1756
+ return self._ProductId
1757
+
1758
+ @ProductId.setter
1759
+ def ProductId(self, ProductId):
1760
+ self._ProductId = ProductId
1761
+
1762
+
1763
+ def _deserialize(self, params):
1764
+ self._BotId = params.get("BotId")
1765
+ self._ProductId = params.get("ProductId")
1766
+ memeber_set = set(params.keys())
1767
+ for name, value in vars(self).items():
1768
+ property_name = name[1:]
1769
+ if property_name in memeber_set:
1770
+ memeber_set.remove(property_name)
1771
+ if len(memeber_set) > 0:
1772
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
1773
+
1774
+
1775
+
1776
+ class BindTWeTalkAIBotResponse(AbstractModel):
1777
+ r"""BindTWeTalkAIBot返回参数结构体
1778
+
1779
+ """
1780
+
1781
+ def __init__(self):
1782
+ r"""
1783
+ :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1784
+ :type RequestId: str
1785
+ """
1786
+ self._RequestId = None
1787
+
1788
+ @property
1789
+ def RequestId(self):
1790
+ r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1791
+ :rtype: str
1792
+ """
1793
+ return self._RequestId
1794
+
1795
+ @RequestId.setter
1796
+ def RequestId(self, RequestId):
1797
+ self._RequestId = RequestId
1798
+
1799
+
1800
+ def _deserialize(self, params):
1801
+ self._RequestId = params.get("RequestId")
1802
+
1803
+
1710
1804
  class CallDeviceActionAsyncRequest(AbstractModel):
1711
1805
  r"""CallDeviceActionAsync请求参数结构体
1712
1806
 
@@ -6438,6 +6532,8 @@ class CreateTWeSeeRecognitionTaskRequest(AbstractModel):
6438
6532
  :type DeviceName: str
6439
6533
  :param _InputURL: 输入视频 / 图片的 URL
6440
6534
  :type InputURL: str
6535
+ :param _ChannelId: 通道 ID
6536
+ :type ChannelId: int
6441
6537
  :param _CustomId: 自定义事件 ID
6442
6538
  :type CustomId: str
6443
6539
  :param _EnableSearch: 是否保存该事件使其可被搜索
@@ -6472,6 +6568,7 @@ class CreateTWeSeeRecognitionTaskRequest(AbstractModel):
6472
6568
  self._ProductId = None
6473
6569
  self._DeviceName = None
6474
6570
  self._InputURL = None
6571
+ self._ChannelId = None
6475
6572
  self._CustomId = None
6476
6573
  self._EnableSearch = None
6477
6574
  self._StartTimeMs = None
@@ -6517,6 +6614,17 @@ class CreateTWeSeeRecognitionTaskRequest(AbstractModel):
6517
6614
  def InputURL(self, InputURL):
6518
6615
  self._InputURL = InputURL
6519
6616
 
6617
+ @property
6618
+ def ChannelId(self):
6619
+ r"""通道 ID
6620
+ :rtype: int
6621
+ """
6622
+ return self._ChannelId
6623
+
6624
+ @ChannelId.setter
6625
+ def ChannelId(self, ChannelId):
6626
+ self._ChannelId = ChannelId
6627
+
6520
6628
  @property
6521
6629
  def CustomId(self):
6522
6630
  r"""自定义事件 ID
@@ -6651,6 +6759,7 @@ class CreateTWeSeeRecognitionTaskRequest(AbstractModel):
6651
6759
  self._ProductId = params.get("ProductId")
6652
6760
  self._DeviceName = params.get("DeviceName")
6653
6761
  self._InputURL = params.get("InputURL")
6762
+ self._ChannelId = params.get("ChannelId")
6654
6763
  self._CustomId = params.get("CustomId")
6655
6764
  self._EnableSearch = params.get("EnableSearch")
6656
6765
  self._StartTimeMs = params.get("StartTimeMs")
@@ -7096,6 +7205,198 @@ class CreateTWeSeeServiceResponse(AbstractModel):
7096
7205
  self._RequestId = params.get("RequestId")
7097
7206
 
7098
7207
 
7208
+ class CreateTWeTalkAIBotRequest(AbstractModel):
7209
+ r"""CreateTWeTalkAIBot请求参数结构体
7210
+
7211
+ """
7212
+
7213
+ def __init__(self):
7214
+ r"""
7215
+ :param _Name: 产品ID
7216
+ :type Name: str
7217
+ :param _Description: 名称
7218
+ :type Description: str
7219
+ :param _TargetLanguage: 支持的语言,zh-中文;en-英文;默认zh
7220
+ :type TargetLanguage: str
7221
+ :param _STTConfig: 自定义语音识别配置
7222
+ :type STTConfig: :class:`tencentcloud.iotexplorer.v20190423.models.TalkSTTConfigInfo`
7223
+ :param _LLMConfig: 自定义大模型配置
7224
+ :type LLMConfig: :class:`tencentcloud.iotexplorer.v20190423.models.TalkLLMConfigInfo`
7225
+ :param _TTSConfig: 语音合成配置
7226
+ :type TTSConfig: :class:`tencentcloud.iotexplorer.v20190423.models.TalkTTSConfigInfo`
7227
+ :param _AgentConfig: 智能体配置
7228
+ :type AgentConfig: :class:`tencentcloud.iotexplorer.v20190423.models.TalkAgentConfigInfo`
7229
+ :param _InstanceId: 实例ID
7230
+ :type InstanceId: str
7231
+ """
7232
+ self._Name = None
7233
+ self._Description = None
7234
+ self._TargetLanguage = None
7235
+ self._STTConfig = None
7236
+ self._LLMConfig = None
7237
+ self._TTSConfig = None
7238
+ self._AgentConfig = None
7239
+ self._InstanceId = None
7240
+
7241
+ @property
7242
+ def Name(self):
7243
+ r"""产品ID
7244
+ :rtype: str
7245
+ """
7246
+ return self._Name
7247
+
7248
+ @Name.setter
7249
+ def Name(self, Name):
7250
+ self._Name = Name
7251
+
7252
+ @property
7253
+ def Description(self):
7254
+ r"""名称
7255
+ :rtype: str
7256
+ """
7257
+ return self._Description
7258
+
7259
+ @Description.setter
7260
+ def Description(self, Description):
7261
+ self._Description = Description
7262
+
7263
+ @property
7264
+ def TargetLanguage(self):
7265
+ r"""支持的语言,zh-中文;en-英文;默认zh
7266
+ :rtype: str
7267
+ """
7268
+ return self._TargetLanguage
7269
+
7270
+ @TargetLanguage.setter
7271
+ def TargetLanguage(self, TargetLanguage):
7272
+ self._TargetLanguage = TargetLanguage
7273
+
7274
+ @property
7275
+ def STTConfig(self):
7276
+ r"""自定义语音识别配置
7277
+ :rtype: :class:`tencentcloud.iotexplorer.v20190423.models.TalkSTTConfigInfo`
7278
+ """
7279
+ return self._STTConfig
7280
+
7281
+ @STTConfig.setter
7282
+ def STTConfig(self, STTConfig):
7283
+ self._STTConfig = STTConfig
7284
+
7285
+ @property
7286
+ def LLMConfig(self):
7287
+ r"""自定义大模型配置
7288
+ :rtype: :class:`tencentcloud.iotexplorer.v20190423.models.TalkLLMConfigInfo`
7289
+ """
7290
+ return self._LLMConfig
7291
+
7292
+ @LLMConfig.setter
7293
+ def LLMConfig(self, LLMConfig):
7294
+ self._LLMConfig = LLMConfig
7295
+
7296
+ @property
7297
+ def TTSConfig(self):
7298
+ r"""语音合成配置
7299
+ :rtype: :class:`tencentcloud.iotexplorer.v20190423.models.TalkTTSConfigInfo`
7300
+ """
7301
+ return self._TTSConfig
7302
+
7303
+ @TTSConfig.setter
7304
+ def TTSConfig(self, TTSConfig):
7305
+ self._TTSConfig = TTSConfig
7306
+
7307
+ @property
7308
+ def AgentConfig(self):
7309
+ r"""智能体配置
7310
+ :rtype: :class:`tencentcloud.iotexplorer.v20190423.models.TalkAgentConfigInfo`
7311
+ """
7312
+ return self._AgentConfig
7313
+
7314
+ @AgentConfig.setter
7315
+ def AgentConfig(self, AgentConfig):
7316
+ self._AgentConfig = AgentConfig
7317
+
7318
+ @property
7319
+ def InstanceId(self):
7320
+ r"""实例ID
7321
+ :rtype: str
7322
+ """
7323
+ return self._InstanceId
7324
+
7325
+ @InstanceId.setter
7326
+ def InstanceId(self, InstanceId):
7327
+ self._InstanceId = InstanceId
7328
+
7329
+
7330
+ def _deserialize(self, params):
7331
+ self._Name = params.get("Name")
7332
+ self._Description = params.get("Description")
7333
+ self._TargetLanguage = params.get("TargetLanguage")
7334
+ if params.get("STTConfig") is not None:
7335
+ self._STTConfig = TalkSTTConfigInfo()
7336
+ self._STTConfig._deserialize(params.get("STTConfig"))
7337
+ if params.get("LLMConfig") is not None:
7338
+ self._LLMConfig = TalkLLMConfigInfo()
7339
+ self._LLMConfig._deserialize(params.get("LLMConfig"))
7340
+ if params.get("TTSConfig") is not None:
7341
+ self._TTSConfig = TalkTTSConfigInfo()
7342
+ self._TTSConfig._deserialize(params.get("TTSConfig"))
7343
+ if params.get("AgentConfig") is not None:
7344
+ self._AgentConfig = TalkAgentConfigInfo()
7345
+ self._AgentConfig._deserialize(params.get("AgentConfig"))
7346
+ self._InstanceId = params.get("InstanceId")
7347
+ memeber_set = set(params.keys())
7348
+ for name, value in vars(self).items():
7349
+ property_name = name[1:]
7350
+ if property_name in memeber_set:
7351
+ memeber_set.remove(property_name)
7352
+ if len(memeber_set) > 0:
7353
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
7354
+
7355
+
7356
+
7357
+ class CreateTWeTalkAIBotResponse(AbstractModel):
7358
+ r"""CreateTWeTalkAIBot返回参数结构体
7359
+
7360
+ """
7361
+
7362
+ def __init__(self):
7363
+ r"""
7364
+ :param _BotId: 智能体ID
7365
+ :type BotId: str
7366
+ :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7367
+ :type RequestId: str
7368
+ """
7369
+ self._BotId = None
7370
+ self._RequestId = None
7371
+
7372
+ @property
7373
+ def BotId(self):
7374
+ r"""智能体ID
7375
+ :rtype: str
7376
+ """
7377
+ return self._BotId
7378
+
7379
+ @BotId.setter
7380
+ def BotId(self, BotId):
7381
+ self._BotId = BotId
7382
+
7383
+ @property
7384
+ def RequestId(self):
7385
+ r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7386
+ :rtype: str
7387
+ """
7388
+ return self._RequestId
7389
+
7390
+ @RequestId.setter
7391
+ def RequestId(self, RequestId):
7392
+ self._RequestId = RequestId
7393
+
7394
+
7395
+ def _deserialize(self, params):
7396
+ self._BotId = params.get("BotId")
7397
+ self._RequestId = params.get("RequestId")
7398
+
7399
+
7099
7400
  class CreateTWeTalkProductConfigRequest(AbstractModel):
7100
7401
  r"""CreateTWeTalkProductConfig请求参数结构体
7101
7402
 
@@ -8905,62 +9206,32 @@ class DeleteStudioProductResponse(AbstractModel):
8905
9206
  self._RequestId = params.get("RequestId")
8906
9207
 
8907
9208
 
8908
- class DeleteTWeTalkProductConfigV2Request(AbstractModel):
8909
- r"""DeleteTWeTalkProductConfigV2请求参数结构体
9209
+ class DeleteTWeTalkAIBotRequest(AbstractModel):
9210
+ r"""DeleteTWeTalkAIBot请求参数结构体
8910
9211
 
8911
9212
  """
8912
9213
 
8913
9214
  def __init__(self):
8914
9215
  r"""
8915
- :param _ProductId: 产品ID
8916
- :type ProductId: str
8917
- :param _DeviceName: 设备名称
8918
- :type DeviceName: str
8919
- :param _TargetLanguage: 支持的语言,zh-中文;en-英文;默认zh
8920
- :type TargetLanguage: str
9216
+ :param _BotId: 智能体ID
9217
+ :type BotId: str
8921
9218
  """
8922
- self._ProductId = None
8923
- self._DeviceName = None
8924
- self._TargetLanguage = None
8925
-
8926
- @property
8927
- def ProductId(self):
8928
- r"""产品ID
8929
- :rtype: str
8930
- """
8931
- return self._ProductId
8932
-
8933
- @ProductId.setter
8934
- def ProductId(self, ProductId):
8935
- self._ProductId = ProductId
8936
-
8937
- @property
8938
- def DeviceName(self):
8939
- r"""设备名称
8940
- :rtype: str
8941
- """
8942
- return self._DeviceName
8943
-
8944
- @DeviceName.setter
8945
- def DeviceName(self, DeviceName):
8946
- self._DeviceName = DeviceName
9219
+ self._BotId = None
8947
9220
 
8948
9221
  @property
8949
- def TargetLanguage(self):
8950
- r"""支持的语言,zh-中文;en-英文;默认zh
9222
+ def BotId(self):
9223
+ r"""智能体ID
8951
9224
  :rtype: str
8952
9225
  """
8953
- return self._TargetLanguage
9226
+ return self._BotId
8954
9227
 
8955
- @TargetLanguage.setter
8956
- def TargetLanguage(self, TargetLanguage):
8957
- self._TargetLanguage = TargetLanguage
9228
+ @BotId.setter
9229
+ def BotId(self, BotId):
9230
+ self._BotId = BotId
8958
9231
 
8959
9232
 
8960
9233
  def _deserialize(self, params):
8961
- self._ProductId = params.get("ProductId")
8962
- self._DeviceName = params.get("DeviceName")
8963
- self._TargetLanguage = params.get("TargetLanguage")
9234
+ self._BotId = params.get("BotId")
8964
9235
  memeber_set = set(params.keys())
8965
9236
  for name, value in vars(self).items():
8966
9237
  property_name = name[1:]
@@ -8971,8 +9242,102 @@ class DeleteTWeTalkProductConfigV2Request(AbstractModel):
8971
9242
 
8972
9243
 
8973
9244
 
8974
- class DeleteTWeTalkProductConfigV2Response(AbstractModel):
8975
- r"""DeleteTWeTalkProductConfigV2返回参数结构体
9245
+ class DeleteTWeTalkAIBotResponse(AbstractModel):
9246
+ r"""DeleteTWeTalkAIBot返回参数结构体
9247
+
9248
+ """
9249
+
9250
+ def __init__(self):
9251
+ r"""
9252
+ :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
9253
+ :type RequestId: str
9254
+ """
9255
+ self._RequestId = None
9256
+
9257
+ @property
9258
+ def RequestId(self):
9259
+ r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
9260
+ :rtype: str
9261
+ """
9262
+ return self._RequestId
9263
+
9264
+ @RequestId.setter
9265
+ def RequestId(self, RequestId):
9266
+ self._RequestId = RequestId
9267
+
9268
+
9269
+ def _deserialize(self, params):
9270
+ self._RequestId = params.get("RequestId")
9271
+
9272
+
9273
+ class DeleteTWeTalkProductConfigV2Request(AbstractModel):
9274
+ r"""DeleteTWeTalkProductConfigV2请求参数结构体
9275
+
9276
+ """
9277
+
9278
+ def __init__(self):
9279
+ r"""
9280
+ :param _ProductId: 产品ID
9281
+ :type ProductId: str
9282
+ :param _DeviceName: 设备名称
9283
+ :type DeviceName: str
9284
+ :param _TargetLanguage: 支持的语言,zh-中文;en-英文;默认zh
9285
+ :type TargetLanguage: str
9286
+ """
9287
+ self._ProductId = None
9288
+ self._DeviceName = None
9289
+ self._TargetLanguage = None
9290
+
9291
+ @property
9292
+ def ProductId(self):
9293
+ r"""产品ID
9294
+ :rtype: str
9295
+ """
9296
+ return self._ProductId
9297
+
9298
+ @ProductId.setter
9299
+ def ProductId(self, ProductId):
9300
+ self._ProductId = ProductId
9301
+
9302
+ @property
9303
+ def DeviceName(self):
9304
+ r"""设备名称
9305
+ :rtype: str
9306
+ """
9307
+ return self._DeviceName
9308
+
9309
+ @DeviceName.setter
9310
+ def DeviceName(self, DeviceName):
9311
+ self._DeviceName = DeviceName
9312
+
9313
+ @property
9314
+ def TargetLanguage(self):
9315
+ r"""支持的语言,zh-中文;en-英文;默认zh
9316
+ :rtype: str
9317
+ """
9318
+ return self._TargetLanguage
9319
+
9320
+ @TargetLanguage.setter
9321
+ def TargetLanguage(self, TargetLanguage):
9322
+ self._TargetLanguage = TargetLanguage
9323
+
9324
+
9325
+ def _deserialize(self, params):
9326
+ self._ProductId = params.get("ProductId")
9327
+ self._DeviceName = params.get("DeviceName")
9328
+ self._TargetLanguage = params.get("TargetLanguage")
9329
+ memeber_set = set(params.keys())
9330
+ for name, value in vars(self).items():
9331
+ property_name = name[1:]
9332
+ if property_name in memeber_set:
9333
+ memeber_set.remove(property_name)
9334
+ if len(memeber_set) > 0:
9335
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
9336
+
9337
+
9338
+
9339
+ class DeleteTWeTalkProductConfigV2Response(AbstractModel):
9340
+ r"""DeleteTWeTalkProductConfigV2返回参数结构体
8976
9341
 
8977
9342
  """
8978
9343
 
@@ -14622,6 +14987,8 @@ class DescribeFirmwareTaskResponse(AbstractModel):
14622
14987
  :type OverrideMode: int
14623
14988
  :param _TaskUserDefine: 用户自定义消息
14624
14989
  :type TaskUserDefine: str
14990
+ :param _RateLimit: 每分钟发送设备量
14991
+ :type RateLimit: int
14625
14992
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
14626
14993
  :type RequestId: str
14627
14994
  """
@@ -14643,6 +15010,7 @@ class DescribeFirmwareTaskResponse(AbstractModel):
14643
15010
  self._RetryInterval = None
14644
15011
  self._OverrideMode = None
14645
15012
  self._TaskUserDefine = None
15013
+ self._RateLimit = None
14646
15014
  self._RequestId = None
14647
15015
 
14648
15016
  @property
@@ -14843,6 +15211,17 @@ class DescribeFirmwareTaskResponse(AbstractModel):
14843
15211
  def TaskUserDefine(self, TaskUserDefine):
14844
15212
  self._TaskUserDefine = TaskUserDefine
14845
15213
 
15214
+ @property
15215
+ def RateLimit(self):
15216
+ r"""每分钟发送设备量
15217
+ :rtype: int
15218
+ """
15219
+ return self._RateLimit
15220
+
15221
+ @RateLimit.setter
15222
+ def RateLimit(self, RateLimit):
15223
+ self._RateLimit = RateLimit
15224
+
14846
15225
  @property
14847
15226
  def RequestId(self):
14848
15227
  r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
@@ -14874,6 +15253,7 @@ class DescribeFirmwareTaskResponse(AbstractModel):
14874
15253
  self._RetryInterval = params.get("RetryInterval")
14875
15254
  self._OverrideMode = params.get("OverrideMode")
14876
15255
  self._TaskUserDefine = params.get("TaskUserDefine")
15256
+ self._RateLimit = params.get("RateLimit")
14877
15257
  self._RequestId = params.get("RequestId")
14878
15258
 
14879
15259
 
@@ -17204,6 +17584,87 @@ class DescribeTWeSeeRecognitionTaskResponse(AbstractModel):
17204
17584
  self._RequestId = params.get("RequestId")
17205
17585
 
17206
17586
 
17587
+ class DescribeTWeTalkAIBotRequest(AbstractModel):
17588
+ r"""DescribeTWeTalkAIBot请求参数结构体
17589
+
17590
+ """
17591
+
17592
+ def __init__(self):
17593
+ r"""
17594
+ :param _BotId: 智能体ID
17595
+ :type BotId: str
17596
+ """
17597
+ self._BotId = None
17598
+
17599
+ @property
17600
+ def BotId(self):
17601
+ r"""智能体ID
17602
+ :rtype: str
17603
+ """
17604
+ return self._BotId
17605
+
17606
+ @BotId.setter
17607
+ def BotId(self, BotId):
17608
+ self._BotId = BotId
17609
+
17610
+
17611
+ def _deserialize(self, params):
17612
+ self._BotId = params.get("BotId")
17613
+ memeber_set = set(params.keys())
17614
+ for name, value in vars(self).items():
17615
+ property_name = name[1:]
17616
+ if property_name in memeber_set:
17617
+ memeber_set.remove(property_name)
17618
+ if len(memeber_set) > 0:
17619
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
17620
+
17621
+
17622
+
17623
+ class DescribeTWeTalkAIBotResponse(AbstractModel):
17624
+ r"""DescribeTWeTalkAIBot返回参数结构体
17625
+
17626
+ """
17627
+
17628
+ def __init__(self):
17629
+ r"""
17630
+ :param _Data: 无
17631
+ :type Data: :class:`tencentcloud.iotexplorer.v20190423.models.TalkAIBotInfo`
17632
+ :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
17633
+ :type RequestId: str
17634
+ """
17635
+ self._Data = None
17636
+ self._RequestId = None
17637
+
17638
+ @property
17639
+ def Data(self):
17640
+ r"""无
17641
+ :rtype: :class:`tencentcloud.iotexplorer.v20190423.models.TalkAIBotInfo`
17642
+ """
17643
+ return self._Data
17644
+
17645
+ @Data.setter
17646
+ def Data(self, Data):
17647
+ self._Data = Data
17648
+
17649
+ @property
17650
+ def RequestId(self):
17651
+ r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
17652
+ :rtype: str
17653
+ """
17654
+ return self._RequestId
17655
+
17656
+ @RequestId.setter
17657
+ def RequestId(self, RequestId):
17658
+ self._RequestId = RequestId
17659
+
17660
+
17661
+ def _deserialize(self, params):
17662
+ if params.get("Data") is not None:
17663
+ self._Data = TalkAIBotInfo()
17664
+ self._Data._deserialize(params.get("Data"))
17665
+ self._RequestId = params.get("RequestId")
17666
+
17667
+
17207
17668
  class DescribeTWeTalkProductConfigRequest(AbstractModel):
17208
17669
  r"""DescribeTWeTalkProductConfig请求参数结构体
17209
17670
 
@@ -22713,27 +23174,44 @@ class GetTWeCallActiveStatusResponse(AbstractModel):
22713
23174
  self._RequestId = params.get("RequestId")
22714
23175
 
22715
23176
 
22716
- class GetTWeTalkProductConfigListRequest(AbstractModel):
22717
- r"""GetTWeTalkProductConfigList请求参数结构体
23177
+ class GetTWeTalkAIBotListRequest(AbstractModel):
23178
+ r"""GetTWeTalkAIBotList请求参数结构体
22718
23179
 
22719
23180
  """
22720
23181
 
22721
23182
  def __init__(self):
22722
23183
  r"""
23184
+ :param _BotId: 智能体ID
23185
+ :type BotId: str
22723
23186
  :param _ProductId: 产品ID
22724
23187
  :type ProductId: str
22725
- :param _TargetLanguage: 支持的语言,zh-中文;en-英文;默认zh
22726
- :type TargetLanguage: str
22727
- :param _Offset: 页码
23188
+ :param _InstanceId: 实例ID
23189
+ :type InstanceId: str
23190
+ :param _IncludeCredentials: 是否脱敏
23191
+ :type IncludeCredentials: bool
23192
+ :param _Offset: 1
22728
23193
  :type Offset: int
22729
- :param _Limit: 偏移量,10-100
23194
+ :param _Limit: 10
22730
23195
  :type Limit: int
22731
23196
  """
23197
+ self._BotId = None
22732
23198
  self._ProductId = None
22733
- self._TargetLanguage = None
23199
+ self._InstanceId = None
23200
+ self._IncludeCredentials = None
22734
23201
  self._Offset = None
22735
23202
  self._Limit = None
22736
23203
 
23204
+ @property
23205
+ def BotId(self):
23206
+ r"""智能体ID
23207
+ :rtype: str
23208
+ """
23209
+ return self._BotId
23210
+
23211
+ @BotId.setter
23212
+ def BotId(self, BotId):
23213
+ self._BotId = BotId
23214
+
22737
23215
  @property
22738
23216
  def ProductId(self):
22739
23217
  r"""产品ID
@@ -22746,19 +23224,30 @@ class GetTWeTalkProductConfigListRequest(AbstractModel):
22746
23224
  self._ProductId = ProductId
22747
23225
 
22748
23226
  @property
22749
- def TargetLanguage(self):
22750
- r""" 支持的语言,zh-中文;en-英文;默认zh
23227
+ def InstanceId(self):
23228
+ r"""实例ID
22751
23229
  :rtype: str
22752
23230
  """
22753
- return self._TargetLanguage
23231
+ return self._InstanceId
22754
23232
 
22755
- @TargetLanguage.setter
22756
- def TargetLanguage(self, TargetLanguage):
22757
- self._TargetLanguage = TargetLanguage
23233
+ @InstanceId.setter
23234
+ def InstanceId(self, InstanceId):
23235
+ self._InstanceId = InstanceId
23236
+
23237
+ @property
23238
+ def IncludeCredentials(self):
23239
+ r"""是否脱敏
23240
+ :rtype: bool
23241
+ """
23242
+ return self._IncludeCredentials
23243
+
23244
+ @IncludeCredentials.setter
23245
+ def IncludeCredentials(self, IncludeCredentials):
23246
+ self._IncludeCredentials = IncludeCredentials
22758
23247
 
22759
23248
  @property
22760
23249
  def Offset(self):
22761
- r"""页码
23250
+ r"""1
22762
23251
  :rtype: int
22763
23252
  """
22764
23253
  return self._Offset
@@ -22769,7 +23258,7 @@ class GetTWeTalkProductConfigListRequest(AbstractModel):
22769
23258
 
22770
23259
  @property
22771
23260
  def Limit(self):
22772
- r"""偏移量,10-100
23261
+ r"""10
22773
23262
  :rtype: int
22774
23263
  """
22775
23264
  return self._Limit
@@ -22780,8 +23269,10 @@ class GetTWeTalkProductConfigListRequest(AbstractModel):
22780
23269
 
22781
23270
 
22782
23271
  def _deserialize(self, params):
23272
+ self._BotId = params.get("BotId")
22783
23273
  self._ProductId = params.get("ProductId")
22784
- self._TargetLanguage = params.get("TargetLanguage")
23274
+ self._InstanceId = params.get("InstanceId")
23275
+ self._IncludeCredentials = params.get("IncludeCredentials")
22785
23276
  self._Offset = params.get("Offset")
22786
23277
  self._Limit = params.get("Limit")
22787
23278
  memeber_set = set(params.keys())
@@ -22794,28 +23285,28 @@ class GetTWeTalkProductConfigListRequest(AbstractModel):
22794
23285
 
22795
23286
 
22796
23287
 
22797
- class GetTWeTalkProductConfigListResponse(AbstractModel):
22798
- r"""GetTWeTalkProductConfigList返回参数结构体
23288
+ class GetTWeTalkAIBotListResponse(AbstractModel):
23289
+ r"""GetTWeTalkAIBotList返回参数结构体
22799
23290
 
22800
23291
  """
22801
23292
 
22802
23293
  def __init__(self):
22803
23294
  r"""
22804
- :param _Data: 配置信息列表
22805
- :type Data: list of TalkProductConfigInfo
22806
- :param _Total: 总数
22807
- :type Total: int
23295
+ :param _Data:
23296
+ :type Data: list of TalkAIBotInfo
23297
+ :param _TotalCount: 1
23298
+ :type TotalCount: int
22808
23299
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
22809
23300
  :type RequestId: str
22810
23301
  """
22811
23302
  self._Data = None
22812
- self._Total = None
23303
+ self._TotalCount = None
22813
23304
  self._RequestId = None
22814
23305
 
22815
23306
  @property
22816
23307
  def Data(self):
22817
- r"""配置信息列表
22818
- :rtype: list of TalkProductConfigInfo
23308
+ r"""
23309
+ :rtype: list of TalkAIBotInfo
22819
23310
  """
22820
23311
  return self._Data
22821
23312
 
@@ -22824,15 +23315,15 @@ class GetTWeTalkProductConfigListResponse(AbstractModel):
22824
23315
  self._Data = Data
22825
23316
 
22826
23317
  @property
22827
- def Total(self):
22828
- r"""总数
23318
+ def TotalCount(self):
23319
+ r"""1
22829
23320
  :rtype: int
22830
23321
  """
22831
- return self._Total
23322
+ return self._TotalCount
22832
23323
 
22833
- @Total.setter
22834
- def Total(self, Total):
22835
- self._Total = Total
23324
+ @TotalCount.setter
23325
+ def TotalCount(self, TotalCount):
23326
+ self._TotalCount = TotalCount
22836
23327
 
22837
23328
  @property
22838
23329
  def RequestId(self):
@@ -22850,15 +23341,15 @@ class GetTWeTalkProductConfigListResponse(AbstractModel):
22850
23341
  if params.get("Data") is not None:
22851
23342
  self._Data = []
22852
23343
  for item in params.get("Data"):
22853
- obj = TalkProductConfigInfo()
23344
+ obj = TalkAIBotInfo()
22854
23345
  obj._deserialize(item)
22855
23346
  self._Data.append(obj)
22856
- self._Total = params.get("Total")
23347
+ self._TotalCount = params.get("TotalCount")
22857
23348
  self._RequestId = params.get("RequestId")
22858
23349
 
22859
23350
 
22860
- class GetTWeTalkProductConfigListV2Request(AbstractModel):
22861
- r"""GetTWeTalkProductConfigListV2请求参数结构体
23351
+ class GetTWeTalkProductConfigListRequest(AbstractModel):
23352
+ r"""GetTWeTalkProductConfigList请求参数结构体
22862
23353
 
22863
23354
  """
22864
23355
 
@@ -22866,21 +23357,15 @@ class GetTWeTalkProductConfigListV2Request(AbstractModel):
22866
23357
  r"""
22867
23358
  :param _ProductId: 产品ID
22868
23359
  :type ProductId: str
22869
- :param _DeviceName: 设备名称
22870
- :type DeviceName: str
22871
- :param _TargetLanguage: 支持的语言,zh-中文;en-英文;默认zh
23360
+ :param _TargetLanguage: 支持的语言,zh-中文;en-英文;默认zh
22872
23361
  :type TargetLanguage: str
22873
- :param _IncludeCredentials: 是否脱敏
22874
- :type IncludeCredentials: bool
22875
23362
  :param _Offset: 页码
22876
23363
  :type Offset: int
22877
- :param _Limit: 每页数据大小, 10-100
23364
+ :param _Limit: 偏移量,10-100
22878
23365
  :type Limit: int
22879
23366
  """
22880
23367
  self._ProductId = None
22881
- self._DeviceName = None
22882
23368
  self._TargetLanguage = None
22883
- self._IncludeCredentials = None
22884
23369
  self._Offset = None
22885
23370
  self._Limit = None
22886
23371
 
@@ -22895,20 +23380,9 @@ class GetTWeTalkProductConfigListV2Request(AbstractModel):
22895
23380
  def ProductId(self, ProductId):
22896
23381
  self._ProductId = ProductId
22897
23382
 
22898
- @property
22899
- def DeviceName(self):
22900
- r"""设备名称
22901
- :rtype: str
22902
- """
22903
- return self._DeviceName
22904
-
22905
- @DeviceName.setter
22906
- def DeviceName(self, DeviceName):
22907
- self._DeviceName = DeviceName
22908
-
22909
23383
  @property
22910
23384
  def TargetLanguage(self):
22911
- r"""支持的语言,zh-中文;en-英文;默认zh
23385
+ r""" 支持的语言,zh-中文;en-英文;默认zh
22912
23386
  :rtype: str
22913
23387
  """
22914
23388
  return self._TargetLanguage
@@ -22917,17 +23391,6 @@ class GetTWeTalkProductConfigListV2Request(AbstractModel):
22917
23391
  def TargetLanguage(self, TargetLanguage):
22918
23392
  self._TargetLanguage = TargetLanguage
22919
23393
 
22920
- @property
22921
- def IncludeCredentials(self):
22922
- r"""是否脱敏
22923
- :rtype: bool
22924
- """
22925
- return self._IncludeCredentials
22926
-
22927
- @IncludeCredentials.setter
22928
- def IncludeCredentials(self, IncludeCredentials):
22929
- self._IncludeCredentials = IncludeCredentials
22930
-
22931
23394
  @property
22932
23395
  def Offset(self):
22933
23396
  r"""页码
@@ -22941,7 +23404,7 @@ class GetTWeTalkProductConfigListV2Request(AbstractModel):
22941
23404
 
22942
23405
  @property
22943
23406
  def Limit(self):
22944
- r"""每页数据大小, 10-100
23407
+ r"""偏移量,10-100
22945
23408
  :rtype: int
22946
23409
  """
22947
23410
  return self._Limit
@@ -22953,9 +23416,7 @@ class GetTWeTalkProductConfigListV2Request(AbstractModel):
22953
23416
 
22954
23417
  def _deserialize(self, params):
22955
23418
  self._ProductId = params.get("ProductId")
22956
- self._DeviceName = params.get("DeviceName")
22957
23419
  self._TargetLanguage = params.get("TargetLanguage")
22958
- self._IncludeCredentials = params.get("IncludeCredentials")
22959
23420
  self._Offset = params.get("Offset")
22960
23421
  self._Limit = params.get("Limit")
22961
23422
  memeber_set = set(params.keys())
@@ -22968,15 +23429,15 @@ class GetTWeTalkProductConfigListV2Request(AbstractModel):
22968
23429
 
22969
23430
 
22970
23431
 
22971
- class GetTWeTalkProductConfigListV2Response(AbstractModel):
22972
- r"""GetTWeTalkProductConfigListV2返回参数结构体
23432
+ class GetTWeTalkProductConfigListResponse(AbstractModel):
23433
+ r"""GetTWeTalkProductConfigList返回参数结构体
22973
23434
 
22974
23435
  """
22975
23436
 
22976
23437
  def __init__(self):
22977
23438
  r"""
22978
- :param _Data: 配置信息
22979
- :type Data: list of TalkProductConfigV2Info
23439
+ :param _Data: 配置信息列表
23440
+ :type Data: list of TalkProductConfigInfo
22980
23441
  :param _Total: 总数
22981
23442
  :type Total: int
22982
23443
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
@@ -22988,8 +23449,182 @@ class GetTWeTalkProductConfigListV2Response(AbstractModel):
22988
23449
 
22989
23450
  @property
22990
23451
  def Data(self):
22991
- r"""配置信息
22992
- :rtype: list of TalkProductConfigV2Info
23452
+ r"""配置信息列表
23453
+ :rtype: list of TalkProductConfigInfo
23454
+ """
23455
+ return self._Data
23456
+
23457
+ @Data.setter
23458
+ def Data(self, Data):
23459
+ self._Data = Data
23460
+
23461
+ @property
23462
+ def Total(self):
23463
+ r"""总数
23464
+ :rtype: int
23465
+ """
23466
+ return self._Total
23467
+
23468
+ @Total.setter
23469
+ def Total(self, Total):
23470
+ self._Total = Total
23471
+
23472
+ @property
23473
+ def RequestId(self):
23474
+ r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
23475
+ :rtype: str
23476
+ """
23477
+ return self._RequestId
23478
+
23479
+ @RequestId.setter
23480
+ def RequestId(self, RequestId):
23481
+ self._RequestId = RequestId
23482
+
23483
+
23484
+ def _deserialize(self, params):
23485
+ if params.get("Data") is not None:
23486
+ self._Data = []
23487
+ for item in params.get("Data"):
23488
+ obj = TalkProductConfigInfo()
23489
+ obj._deserialize(item)
23490
+ self._Data.append(obj)
23491
+ self._Total = params.get("Total")
23492
+ self._RequestId = params.get("RequestId")
23493
+
23494
+
23495
+ class GetTWeTalkProductConfigListV2Request(AbstractModel):
23496
+ r"""GetTWeTalkProductConfigListV2请求参数结构体
23497
+
23498
+ """
23499
+
23500
+ def __init__(self):
23501
+ r"""
23502
+ :param _ProductId: 产品ID
23503
+ :type ProductId: str
23504
+ :param _DeviceName: 设备名称
23505
+ :type DeviceName: str
23506
+ :param _TargetLanguage: 支持的语言,zh-中文;en-英文;默认zh
23507
+ :type TargetLanguage: str
23508
+ :param _IncludeCredentials: 是否脱敏
23509
+ :type IncludeCredentials: bool
23510
+ :param _Offset: 页码
23511
+ :type Offset: int
23512
+ :param _Limit: 每页数据大小, 10-100
23513
+ :type Limit: int
23514
+ """
23515
+ self._ProductId = None
23516
+ self._DeviceName = None
23517
+ self._TargetLanguage = None
23518
+ self._IncludeCredentials = None
23519
+ self._Offset = None
23520
+ self._Limit = None
23521
+
23522
+ @property
23523
+ def ProductId(self):
23524
+ r"""产品ID
23525
+ :rtype: str
23526
+ """
23527
+ return self._ProductId
23528
+
23529
+ @ProductId.setter
23530
+ def ProductId(self, ProductId):
23531
+ self._ProductId = ProductId
23532
+
23533
+ @property
23534
+ def DeviceName(self):
23535
+ r"""设备名称
23536
+ :rtype: str
23537
+ """
23538
+ return self._DeviceName
23539
+
23540
+ @DeviceName.setter
23541
+ def DeviceName(self, DeviceName):
23542
+ self._DeviceName = DeviceName
23543
+
23544
+ @property
23545
+ def TargetLanguage(self):
23546
+ r"""支持的语言,zh-中文;en-英文;默认zh
23547
+ :rtype: str
23548
+ """
23549
+ return self._TargetLanguage
23550
+
23551
+ @TargetLanguage.setter
23552
+ def TargetLanguage(self, TargetLanguage):
23553
+ self._TargetLanguage = TargetLanguage
23554
+
23555
+ @property
23556
+ def IncludeCredentials(self):
23557
+ r"""是否脱敏
23558
+ :rtype: bool
23559
+ """
23560
+ return self._IncludeCredentials
23561
+
23562
+ @IncludeCredentials.setter
23563
+ def IncludeCredentials(self, IncludeCredentials):
23564
+ self._IncludeCredentials = IncludeCredentials
23565
+
23566
+ @property
23567
+ def Offset(self):
23568
+ r"""页码
23569
+ :rtype: int
23570
+ """
23571
+ return self._Offset
23572
+
23573
+ @Offset.setter
23574
+ def Offset(self, Offset):
23575
+ self._Offset = Offset
23576
+
23577
+ @property
23578
+ def Limit(self):
23579
+ r"""每页数据大小, 10-100
23580
+ :rtype: int
23581
+ """
23582
+ return self._Limit
23583
+
23584
+ @Limit.setter
23585
+ def Limit(self, Limit):
23586
+ self._Limit = Limit
23587
+
23588
+
23589
+ def _deserialize(self, params):
23590
+ self._ProductId = params.get("ProductId")
23591
+ self._DeviceName = params.get("DeviceName")
23592
+ self._TargetLanguage = params.get("TargetLanguage")
23593
+ self._IncludeCredentials = params.get("IncludeCredentials")
23594
+ self._Offset = params.get("Offset")
23595
+ self._Limit = params.get("Limit")
23596
+ memeber_set = set(params.keys())
23597
+ for name, value in vars(self).items():
23598
+ property_name = name[1:]
23599
+ if property_name in memeber_set:
23600
+ memeber_set.remove(property_name)
23601
+ if len(memeber_set) > 0:
23602
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
23603
+
23604
+
23605
+
23606
+ class GetTWeTalkProductConfigListV2Response(AbstractModel):
23607
+ r"""GetTWeTalkProductConfigListV2返回参数结构体
23608
+
23609
+ """
23610
+
23611
+ def __init__(self):
23612
+ r"""
23613
+ :param _Data: 配置信息
23614
+ :type Data: list of TalkProductConfigV2Info
23615
+ :param _Total: 总数
23616
+ :type Total: int
23617
+ :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
23618
+ :type RequestId: str
23619
+ """
23620
+ self._Data = None
23621
+ self._Total = None
23622
+ self._RequestId = None
23623
+
23624
+ @property
23625
+ def Data(self):
23626
+ r"""配置信息
23627
+ :rtype: list of TalkProductConfigV2Info
22993
23628
  """
22994
23629
  return self._Data
22995
23630
 
@@ -29066,107 +29701,145 @@ class ModifyTWeSeeConfigResponse(AbstractModel):
29066
29701
  self._RequestId = params.get("RequestId")
29067
29702
 
29068
29703
 
29069
- class ModifyTWeTalkProductConfigRequest(AbstractModel):
29070
- r"""ModifyTWeTalkProductConfig请求参数结构体
29704
+ class ModifyTWeTalkAIBotRequest(AbstractModel):
29705
+ r"""ModifyTWeTalkAIBot请求参数结构体
29071
29706
 
29072
29707
  """
29073
29708
 
29074
29709
  def __init__(self):
29075
29710
  r"""
29076
- :param _ProductId: 产品ID
29077
- :type ProductId: str
29078
- :param _SystemPrompt: 系统提示词
29079
- :type SystemPrompt: str
29080
- :param _GreetingMessage: 欢迎语
29081
- :type GreetingMessage: str
29082
- :param _VoiceType: 音色,支持的音色列表:100510000-阅读男声智逍遥;101001-情感女声智瑜;101002-通用女声智聆;101003-客服女声智美;101004-通用男声智云;101005-通用女声智莉;101006-助手女声智言;101008-客服女声智琪;101009-知性女声智芸;101010-通用男声智华;101011-新闻女声智燕;101012-新闻女声智丹;101013-新闻男声智辉;101014 -新闻男声智宁;101015-男童声智萌;101016-女童声智甜;101017-情感女声智蓉;101018-情感男声智靖;101019-粤语女声智彤。
29083
- :type VoiceType: int
29084
- :param _FastVoiceType: 复刻音色
29085
- :type FastVoiceType: str
29711
+ :param _BotId: 智能体ID
29712
+ :type BotId: str
29713
+ :param _Name: 产品ID
29714
+ :type Name: str
29715
+ :param _Description: 名称
29716
+ :type Description: str
29086
29717
  :param _TargetLanguage: 支持的语言,zh-中文;en-英文;默认zh
29087
29718
  :type TargetLanguage: str
29719
+ :param _STTConfig: 自定义语音识别配置
29720
+ :type STTConfig: :class:`tencentcloud.iotexplorer.v20190423.models.TalkSTTConfigInfo`
29721
+ :param _LLMConfig: 自定义大模型配置
29722
+ :type LLMConfig: :class:`tencentcloud.iotexplorer.v20190423.models.TalkLLMConfigInfo`
29723
+ :param _TTSConfig: 语音合成配置
29724
+ :type TTSConfig: :class:`tencentcloud.iotexplorer.v20190423.models.TalkTTSConfigInfo`
29725
+ :param _AgentConfig: 智能体配置
29726
+ :type AgentConfig: :class:`tencentcloud.iotexplorer.v20190423.models.TalkAgentConfigInfo`
29088
29727
  """
29089
- self._ProductId = None
29090
- self._SystemPrompt = None
29091
- self._GreetingMessage = None
29092
- self._VoiceType = None
29093
- self._FastVoiceType = None
29728
+ self._BotId = None
29729
+ self._Name = None
29730
+ self._Description = None
29094
29731
  self._TargetLanguage = None
29732
+ self._STTConfig = None
29733
+ self._LLMConfig = None
29734
+ self._TTSConfig = None
29735
+ self._AgentConfig = None
29095
29736
 
29096
29737
  @property
29097
- def ProductId(self):
29738
+ def BotId(self):
29739
+ r"""智能体ID
29740
+ :rtype: str
29741
+ """
29742
+ return self._BotId
29743
+
29744
+ @BotId.setter
29745
+ def BotId(self, BotId):
29746
+ self._BotId = BotId
29747
+
29748
+ @property
29749
+ def Name(self):
29098
29750
  r"""产品ID
29099
29751
  :rtype: str
29100
29752
  """
29101
- return self._ProductId
29753
+ return self._Name
29102
29754
 
29103
- @ProductId.setter
29104
- def ProductId(self, ProductId):
29105
- self._ProductId = ProductId
29755
+ @Name.setter
29756
+ def Name(self, Name):
29757
+ self._Name = Name
29106
29758
 
29107
29759
  @property
29108
- def SystemPrompt(self):
29109
- r"""系统提示词
29760
+ def Description(self):
29761
+ r"""名称
29110
29762
  :rtype: str
29111
29763
  """
29112
- return self._SystemPrompt
29764
+ return self._Description
29113
29765
 
29114
- @SystemPrompt.setter
29115
- def SystemPrompt(self, SystemPrompt):
29116
- self._SystemPrompt = SystemPrompt
29766
+ @Description.setter
29767
+ def Description(self, Description):
29768
+ self._Description = Description
29117
29769
 
29118
29770
  @property
29119
- def GreetingMessage(self):
29120
- r"""欢迎语
29771
+ def TargetLanguage(self):
29772
+ r"""支持的语言,zh-中文;en-英文;默认zh
29121
29773
  :rtype: str
29122
29774
  """
29123
- return self._GreetingMessage
29775
+ return self._TargetLanguage
29124
29776
 
29125
- @GreetingMessage.setter
29126
- def GreetingMessage(self, GreetingMessage):
29127
- self._GreetingMessage = GreetingMessage
29777
+ @TargetLanguage.setter
29778
+ def TargetLanguage(self, TargetLanguage):
29779
+ self._TargetLanguage = TargetLanguage
29128
29780
 
29129
29781
  @property
29130
- def VoiceType(self):
29131
- r"""音色,支持的音色列表:100510000-阅读男声智逍遥;101001-情感女声智瑜;101002-通用女声智聆;101003-客服女声智美;101004-通用男声智云;101005-通用女声智莉;101006-助手女声智言;101008-客服女声智琪;101009-知性女声智芸;101010-通用男声智华;101011-新闻女声智燕;101012-新闻女声智丹;101013-新闻男声智辉;101014 -新闻男声智宁;101015-男童声智萌;101016-女童声智甜;101017-情感女声智蓉;101018-情感男声智靖;101019-粤语女声智彤。
29132
- :rtype: int
29782
+ def STTConfig(self):
29783
+ r"""自定义语音识别配置
29784
+ :rtype: :class:`tencentcloud.iotexplorer.v20190423.models.TalkSTTConfigInfo`
29133
29785
  """
29134
- return self._VoiceType
29786
+ return self._STTConfig
29135
29787
 
29136
- @VoiceType.setter
29137
- def VoiceType(self, VoiceType):
29138
- self._VoiceType = VoiceType
29788
+ @STTConfig.setter
29789
+ def STTConfig(self, STTConfig):
29790
+ self._STTConfig = STTConfig
29139
29791
 
29140
29792
  @property
29141
- def FastVoiceType(self):
29142
- r"""复刻音色
29143
- :rtype: str
29793
+ def LLMConfig(self):
29794
+ r"""自定义大模型配置
29795
+ :rtype: :class:`tencentcloud.iotexplorer.v20190423.models.TalkLLMConfigInfo`
29144
29796
  """
29145
- return self._FastVoiceType
29797
+ return self._LLMConfig
29146
29798
 
29147
- @FastVoiceType.setter
29148
- def FastVoiceType(self, FastVoiceType):
29149
- self._FastVoiceType = FastVoiceType
29799
+ @LLMConfig.setter
29800
+ def LLMConfig(self, LLMConfig):
29801
+ self._LLMConfig = LLMConfig
29150
29802
 
29151
29803
  @property
29152
- def TargetLanguage(self):
29153
- r"""支持的语言,zh-中文;en-英文;默认zh
29154
- :rtype: str
29804
+ def TTSConfig(self):
29805
+ r"""语音合成配置
29806
+ :rtype: :class:`tencentcloud.iotexplorer.v20190423.models.TalkTTSConfigInfo`
29155
29807
  """
29156
- return self._TargetLanguage
29808
+ return self._TTSConfig
29157
29809
 
29158
- @TargetLanguage.setter
29159
- def TargetLanguage(self, TargetLanguage):
29160
- self._TargetLanguage = TargetLanguage
29810
+ @TTSConfig.setter
29811
+ def TTSConfig(self, TTSConfig):
29812
+ self._TTSConfig = TTSConfig
29813
+
29814
+ @property
29815
+ def AgentConfig(self):
29816
+ r"""智能体配置
29817
+ :rtype: :class:`tencentcloud.iotexplorer.v20190423.models.TalkAgentConfigInfo`
29818
+ """
29819
+ return self._AgentConfig
29820
+
29821
+ @AgentConfig.setter
29822
+ def AgentConfig(self, AgentConfig):
29823
+ self._AgentConfig = AgentConfig
29161
29824
 
29162
29825
 
29163
29826
  def _deserialize(self, params):
29164
- self._ProductId = params.get("ProductId")
29165
- self._SystemPrompt = params.get("SystemPrompt")
29166
- self._GreetingMessage = params.get("GreetingMessage")
29167
- self._VoiceType = params.get("VoiceType")
29168
- self._FastVoiceType = params.get("FastVoiceType")
29827
+ self._BotId = params.get("BotId")
29828
+ self._Name = params.get("Name")
29829
+ self._Description = params.get("Description")
29169
29830
  self._TargetLanguage = params.get("TargetLanguage")
29831
+ if params.get("STTConfig") is not None:
29832
+ self._STTConfig = TalkSTTConfigInfo()
29833
+ self._STTConfig._deserialize(params.get("STTConfig"))
29834
+ if params.get("LLMConfig") is not None:
29835
+ self._LLMConfig = TalkLLMConfigInfo()
29836
+ self._LLMConfig._deserialize(params.get("LLMConfig"))
29837
+ if params.get("TTSConfig") is not None:
29838
+ self._TTSConfig = TalkTTSConfigInfo()
29839
+ self._TTSConfig._deserialize(params.get("TTSConfig"))
29840
+ if params.get("AgentConfig") is not None:
29841
+ self._AgentConfig = TalkAgentConfigInfo()
29842
+ self._AgentConfig._deserialize(params.get("AgentConfig"))
29170
29843
  memeber_set = set(params.keys())
29171
29844
  for name, value in vars(self).items():
29172
29845
  property_name = name[1:]
@@ -29177,8 +29850,147 @@ class ModifyTWeTalkProductConfigRequest(AbstractModel):
29177
29850
 
29178
29851
 
29179
29852
 
29180
- class ModifyTWeTalkProductConfigResponse(AbstractModel):
29181
- r"""ModifyTWeTalkProductConfig返回参数结构体
29853
+ class ModifyTWeTalkAIBotResponse(AbstractModel):
29854
+ r"""ModifyTWeTalkAIBot返回参数结构体
29855
+
29856
+ """
29857
+
29858
+ def __init__(self):
29859
+ r"""
29860
+ :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
29861
+ :type RequestId: str
29862
+ """
29863
+ self._RequestId = None
29864
+
29865
+ @property
29866
+ def RequestId(self):
29867
+ r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
29868
+ :rtype: str
29869
+ """
29870
+ return self._RequestId
29871
+
29872
+ @RequestId.setter
29873
+ def RequestId(self, RequestId):
29874
+ self._RequestId = RequestId
29875
+
29876
+
29877
+ def _deserialize(self, params):
29878
+ self._RequestId = params.get("RequestId")
29879
+
29880
+
29881
+ class ModifyTWeTalkProductConfigRequest(AbstractModel):
29882
+ r"""ModifyTWeTalkProductConfig请求参数结构体
29883
+
29884
+ """
29885
+
29886
+ def __init__(self):
29887
+ r"""
29888
+ :param _ProductId: 产品ID
29889
+ :type ProductId: str
29890
+ :param _SystemPrompt: 系统提示词
29891
+ :type SystemPrompt: str
29892
+ :param _GreetingMessage: 欢迎语
29893
+ :type GreetingMessage: str
29894
+ :param _VoiceType: 音色,支持的音色列表:100510000-阅读男声智逍遥;101001-情感女声智瑜;101002-通用女声智聆;101003-客服女声智美;101004-通用男声智云;101005-通用女声智莉;101006-助手女声智言;101008-客服女声智琪;101009-知性女声智芸;101010-通用男声智华;101011-新闻女声智燕;101012-新闻女声智丹;101013-新闻男声智辉;101014 -新闻男声智宁;101015-男童声智萌;101016-女童声智甜;101017-情感女声智蓉;101018-情感男声智靖;101019-粤语女声智彤。
29895
+ :type VoiceType: int
29896
+ :param _FastVoiceType: 复刻音色
29897
+ :type FastVoiceType: str
29898
+ :param _TargetLanguage: 支持的语言,zh-中文;en-英文;默认zh
29899
+ :type TargetLanguage: str
29900
+ """
29901
+ self._ProductId = None
29902
+ self._SystemPrompt = None
29903
+ self._GreetingMessage = None
29904
+ self._VoiceType = None
29905
+ self._FastVoiceType = None
29906
+ self._TargetLanguage = None
29907
+
29908
+ @property
29909
+ def ProductId(self):
29910
+ r"""产品ID
29911
+ :rtype: str
29912
+ """
29913
+ return self._ProductId
29914
+
29915
+ @ProductId.setter
29916
+ def ProductId(self, ProductId):
29917
+ self._ProductId = ProductId
29918
+
29919
+ @property
29920
+ def SystemPrompt(self):
29921
+ r"""系统提示词
29922
+ :rtype: str
29923
+ """
29924
+ return self._SystemPrompt
29925
+
29926
+ @SystemPrompt.setter
29927
+ def SystemPrompt(self, SystemPrompt):
29928
+ self._SystemPrompt = SystemPrompt
29929
+
29930
+ @property
29931
+ def GreetingMessage(self):
29932
+ r"""欢迎语
29933
+ :rtype: str
29934
+ """
29935
+ return self._GreetingMessage
29936
+
29937
+ @GreetingMessage.setter
29938
+ def GreetingMessage(self, GreetingMessage):
29939
+ self._GreetingMessage = GreetingMessage
29940
+
29941
+ @property
29942
+ def VoiceType(self):
29943
+ r"""音色,支持的音色列表:100510000-阅读男声智逍遥;101001-情感女声智瑜;101002-通用女声智聆;101003-客服女声智美;101004-通用男声智云;101005-通用女声智莉;101006-助手女声智言;101008-客服女声智琪;101009-知性女声智芸;101010-通用男声智华;101011-新闻女声智燕;101012-新闻女声智丹;101013-新闻男声智辉;101014 -新闻男声智宁;101015-男童声智萌;101016-女童声智甜;101017-情感女声智蓉;101018-情感男声智靖;101019-粤语女声智彤。
29944
+ :rtype: int
29945
+ """
29946
+ return self._VoiceType
29947
+
29948
+ @VoiceType.setter
29949
+ def VoiceType(self, VoiceType):
29950
+ self._VoiceType = VoiceType
29951
+
29952
+ @property
29953
+ def FastVoiceType(self):
29954
+ r"""复刻音色
29955
+ :rtype: str
29956
+ """
29957
+ return self._FastVoiceType
29958
+
29959
+ @FastVoiceType.setter
29960
+ def FastVoiceType(self, FastVoiceType):
29961
+ self._FastVoiceType = FastVoiceType
29962
+
29963
+ @property
29964
+ def TargetLanguage(self):
29965
+ r"""支持的语言,zh-中文;en-英文;默认zh
29966
+ :rtype: str
29967
+ """
29968
+ return self._TargetLanguage
29969
+
29970
+ @TargetLanguage.setter
29971
+ def TargetLanguage(self, TargetLanguage):
29972
+ self._TargetLanguage = TargetLanguage
29973
+
29974
+
29975
+ def _deserialize(self, params):
29976
+ self._ProductId = params.get("ProductId")
29977
+ self._SystemPrompt = params.get("SystemPrompt")
29978
+ self._GreetingMessage = params.get("GreetingMessage")
29979
+ self._VoiceType = params.get("VoiceType")
29980
+ self._FastVoiceType = params.get("FastVoiceType")
29981
+ self._TargetLanguage = params.get("TargetLanguage")
29982
+ memeber_set = set(params.keys())
29983
+ for name, value in vars(self).items():
29984
+ property_name = name[1:]
29985
+ if property_name in memeber_set:
29986
+ memeber_set.remove(property_name)
29987
+ if len(memeber_set) > 0:
29988
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
29989
+
29990
+
29991
+
29992
+ class ModifyTWeTalkProductConfigResponse(AbstractModel):
29993
+ r"""ModifyTWeTalkProductConfig返回参数结构体
29182
29994
 
29183
29995
  """
29184
29996
 
@@ -33507,62 +34319,237 @@ class TWeCallLicenseInfo(AbstractModel):
33507
34319
 
33508
34320
 
33509
34321
 
33510
- class TalkBasicConfigInfo(AbstractModel):
33511
- r"""基础配置信息。
34322
+ class TalkAIBotInfo(AbstractModel):
34323
+ r"""Talk配置信息描述。
33512
34324
 
33513
34325
  """
33514
34326
 
33515
34327
  def __init__(self):
33516
34328
  r"""
33517
- :param _SystemPrompt: 系统提示词
33518
- :type SystemPrompt: str
33519
- :param _GreetingMessage: 欢迎语,支持多个欢迎语随机切换,格式:字符串数组,JSON字符串。
33520
- :type GreetingMessage: str
33521
- :param _DefaultVoiceType: 音色,支持的音色列表:100510000-阅读男声智逍遥;101001-情感女声智瑜;101002-通用女声智聆;101003-客服女声智美;101004-通用男声智云;101005-通用女声智莉;101006-助手女声智言;101008-客服女声智琪;101009-知性女声智芸;101010-通用男声智华;101011-新闻女声智燕;101012-新闻女声智丹;101013-新闻男声智辉;101014 -新闻男声智宁;101015-男童声智萌;101016-女童声智甜;101017-情感女声智蓉;101018-情感男声智靖;101019-粤语女声智彤。
33522
- :type DefaultVoiceType: int
34329
+ :param _Uin: UIN
34330
+ :type Uin: int
34331
+ :param _AppId: APPID
34332
+ :type AppId: int
34333
+ :param _InstanceId: 实例ID
34334
+ :type InstanceId: str
34335
+ :param _BotId: 智能体ID
34336
+ :type BotId: str
34337
+ :param _Name: 名称
34338
+ :type Name: str
34339
+ :param _Description: 描述
34340
+ :type Description: str
34341
+ :param _TargetLanguage: 语言
34342
+ :type TargetLanguage: str
34343
+ :param _STTConfig: 语音识别
34344
+ :type STTConfig: :class:`tencentcloud.iotexplorer.v20190423.models.TalkSTTConfigInfo`
34345
+ :param _LLMConfig: 大模型
34346
+ :type LLMConfig: :class:`tencentcloud.iotexplorer.v20190423.models.TalkLLMConfigInfo`
34347
+ :param _TTSConfig: 语音合成
34348
+ :type TTSConfig: :class:`tencentcloud.iotexplorer.v20190423.models.TalkTTSConfigInfo`
34349
+ :param _AgentConfig: 智能体配置
34350
+ :type AgentConfig: :class:`tencentcloud.iotexplorer.v20190423.models.TalkAgentConfigInfo`
34351
+ :param _ProductList: 产品信息列表
34352
+ :type ProductList: :class:`tencentcloud.iotexplorer.v20190423.models.TalkProductInfo`
34353
+ :param _CreateTime: 创建时间
34354
+ :type CreateTime: int
34355
+ :param _UpdateTime: 更新时间
34356
+ :type UpdateTime: int
33523
34357
  """
33524
- self._SystemPrompt = None
33525
- self._GreetingMessage = None
33526
- self._DefaultVoiceType = None
34358
+ self._Uin = None
34359
+ self._AppId = None
34360
+ self._InstanceId = None
34361
+ self._BotId = None
34362
+ self._Name = None
34363
+ self._Description = None
34364
+ self._TargetLanguage = None
34365
+ self._STTConfig = None
34366
+ self._LLMConfig = None
34367
+ self._TTSConfig = None
34368
+ self._AgentConfig = None
34369
+ self._ProductList = None
34370
+ self._CreateTime = None
34371
+ self._UpdateTime = None
33527
34372
 
33528
34373
  @property
33529
- def SystemPrompt(self):
33530
- r"""系统提示词
34374
+ def Uin(self):
34375
+ r"""UIN
34376
+ :rtype: int
34377
+ """
34378
+ return self._Uin
34379
+
34380
+ @Uin.setter
34381
+ def Uin(self, Uin):
34382
+ self._Uin = Uin
34383
+
34384
+ @property
34385
+ def AppId(self):
34386
+ r"""APPID
34387
+ :rtype: int
34388
+ """
34389
+ return self._AppId
34390
+
34391
+ @AppId.setter
34392
+ def AppId(self, AppId):
34393
+ self._AppId = AppId
34394
+
34395
+ @property
34396
+ def InstanceId(self):
34397
+ r"""实例ID
33531
34398
  :rtype: str
33532
34399
  """
33533
- return self._SystemPrompt
34400
+ return self._InstanceId
33534
34401
 
33535
- @SystemPrompt.setter
33536
- def SystemPrompt(self, SystemPrompt):
33537
- self._SystemPrompt = SystemPrompt
34402
+ @InstanceId.setter
34403
+ def InstanceId(self, InstanceId):
34404
+ self._InstanceId = InstanceId
33538
34405
 
33539
34406
  @property
33540
- def GreetingMessage(self):
33541
- r"""欢迎语,支持多个欢迎语随机切换,格式:字符串数组,JSON字符串。
34407
+ def BotId(self):
34408
+ r"""智能体ID
33542
34409
  :rtype: str
33543
34410
  """
33544
- return self._GreetingMessage
34411
+ return self._BotId
33545
34412
 
33546
- @GreetingMessage.setter
33547
- def GreetingMessage(self, GreetingMessage):
33548
- self._GreetingMessage = GreetingMessage
34413
+ @BotId.setter
34414
+ def BotId(self, BotId):
34415
+ self._BotId = BotId
33549
34416
 
33550
34417
  @property
33551
- def DefaultVoiceType(self):
33552
- r"""音色,支持的音色列表:100510000-阅读男声智逍遥;101001-情感女声智瑜;101002-通用女声智聆;101003-客服女声智美;101004-通用男声智云;101005-通用女声智莉;101006-助手女声智言;101008-客服女声智琪;101009-知性女声智芸;101010-通用男声智华;101011-新闻女声智燕;101012-新闻女声智丹;101013-新闻男声智辉;101014 -新闻男声智宁;101015-男童声智萌;101016-女童声智甜;101017-情感女声智蓉;101018-情感男声智靖;101019-粤语女声智彤。
34418
+ def Name(self):
34419
+ r"""名称
34420
+ :rtype: str
34421
+ """
34422
+ return self._Name
34423
+
34424
+ @Name.setter
34425
+ def Name(self, Name):
34426
+ self._Name = Name
34427
+
34428
+ @property
34429
+ def Description(self):
34430
+ r"""描述
34431
+ :rtype: str
34432
+ """
34433
+ return self._Description
34434
+
34435
+ @Description.setter
34436
+ def Description(self, Description):
34437
+ self._Description = Description
34438
+
34439
+ @property
34440
+ def TargetLanguage(self):
34441
+ r"""语言
34442
+ :rtype: str
34443
+ """
34444
+ return self._TargetLanguage
34445
+
34446
+ @TargetLanguage.setter
34447
+ def TargetLanguage(self, TargetLanguage):
34448
+ self._TargetLanguage = TargetLanguage
34449
+
34450
+ @property
34451
+ def STTConfig(self):
34452
+ r"""语音识别
34453
+ :rtype: :class:`tencentcloud.iotexplorer.v20190423.models.TalkSTTConfigInfo`
34454
+ """
34455
+ return self._STTConfig
34456
+
34457
+ @STTConfig.setter
34458
+ def STTConfig(self, STTConfig):
34459
+ self._STTConfig = STTConfig
34460
+
34461
+ @property
34462
+ def LLMConfig(self):
34463
+ r"""大模型
34464
+ :rtype: :class:`tencentcloud.iotexplorer.v20190423.models.TalkLLMConfigInfo`
34465
+ """
34466
+ return self._LLMConfig
34467
+
34468
+ @LLMConfig.setter
34469
+ def LLMConfig(self, LLMConfig):
34470
+ self._LLMConfig = LLMConfig
34471
+
34472
+ @property
34473
+ def TTSConfig(self):
34474
+ r"""语音合成
34475
+ :rtype: :class:`tencentcloud.iotexplorer.v20190423.models.TalkTTSConfigInfo`
34476
+ """
34477
+ return self._TTSConfig
34478
+
34479
+ @TTSConfig.setter
34480
+ def TTSConfig(self, TTSConfig):
34481
+ self._TTSConfig = TTSConfig
34482
+
34483
+ @property
34484
+ def AgentConfig(self):
34485
+ r"""智能体配置
34486
+ :rtype: :class:`tencentcloud.iotexplorer.v20190423.models.TalkAgentConfigInfo`
34487
+ """
34488
+ return self._AgentConfig
34489
+
34490
+ @AgentConfig.setter
34491
+ def AgentConfig(self, AgentConfig):
34492
+ self._AgentConfig = AgentConfig
34493
+
34494
+ @property
34495
+ def ProductList(self):
34496
+ r"""产品信息列表
34497
+ :rtype: :class:`tencentcloud.iotexplorer.v20190423.models.TalkProductInfo`
34498
+ """
34499
+ return self._ProductList
34500
+
34501
+ @ProductList.setter
34502
+ def ProductList(self, ProductList):
34503
+ self._ProductList = ProductList
34504
+
34505
+ @property
34506
+ def CreateTime(self):
34507
+ r"""创建时间
33553
34508
  :rtype: int
33554
34509
  """
33555
- return self._DefaultVoiceType
34510
+ return self._CreateTime
33556
34511
 
33557
- @DefaultVoiceType.setter
33558
- def DefaultVoiceType(self, DefaultVoiceType):
33559
- self._DefaultVoiceType = DefaultVoiceType
34512
+ @CreateTime.setter
34513
+ def CreateTime(self, CreateTime):
34514
+ self._CreateTime = CreateTime
34515
+
34516
+ @property
34517
+ def UpdateTime(self):
34518
+ r"""更新时间
34519
+ :rtype: int
34520
+ """
34521
+ return self._UpdateTime
34522
+
34523
+ @UpdateTime.setter
34524
+ def UpdateTime(self, UpdateTime):
34525
+ self._UpdateTime = UpdateTime
33560
34526
 
33561
34527
 
33562
34528
  def _deserialize(self, params):
33563
- self._SystemPrompt = params.get("SystemPrompt")
33564
- self._GreetingMessage = params.get("GreetingMessage")
33565
- self._DefaultVoiceType = params.get("DefaultVoiceType")
34529
+ self._Uin = params.get("Uin")
34530
+ self._AppId = params.get("AppId")
34531
+ self._InstanceId = params.get("InstanceId")
34532
+ self._BotId = params.get("BotId")
34533
+ self._Name = params.get("Name")
34534
+ self._Description = params.get("Description")
34535
+ self._TargetLanguage = params.get("TargetLanguage")
34536
+ if params.get("STTConfig") is not None:
34537
+ self._STTConfig = TalkSTTConfigInfo()
34538
+ self._STTConfig._deserialize(params.get("STTConfig"))
34539
+ if params.get("LLMConfig") is not None:
34540
+ self._LLMConfig = TalkLLMConfigInfo()
34541
+ self._LLMConfig._deserialize(params.get("LLMConfig"))
34542
+ if params.get("TTSConfig") is not None:
34543
+ self._TTSConfig = TalkTTSConfigInfo()
34544
+ self._TTSConfig._deserialize(params.get("TTSConfig"))
34545
+ if params.get("AgentConfig") is not None:
34546
+ self._AgentConfig = TalkAgentConfigInfo()
34547
+ self._AgentConfig._deserialize(params.get("AgentConfig"))
34548
+ if params.get("ProductList") is not None:
34549
+ self._ProductList = TalkProductInfo()
34550
+ self._ProductList._deserialize(params.get("ProductList"))
34551
+ self._CreateTime = params.get("CreateTime")
34552
+ self._UpdateTime = params.get("UpdateTime")
33566
34553
  memeber_set = set(params.keys())
33567
34554
  for name, value in vars(self).items():
33568
34555
  property_name = name[1:]
@@ -33573,14 +34560,14 @@ class TalkBasicConfigInfo(AbstractModel):
33573
34560
 
33574
34561
 
33575
34562
 
33576
- class TalkConversationConfigInfo(AbstractModel):
33577
- r"""会话配置信息。
34563
+ class TalkAgentConfigInfo(AbstractModel):
34564
+ r"""智能体配置信息。
33578
34565
 
33579
34566
  """
33580
34567
 
33581
34568
  def __init__(self):
33582
34569
  r"""
33583
- :param _SessionTimeout: 会话超时(秒)
34570
+ :param _SessionTimeout: 会话超时(秒),指连接会话的时间,例如30秒是指会话在30秒后断开
33584
34571
  :type SessionTimeout: int
33585
34572
  :param _InterruptionEnabled: 允许打断
33586
34573
  :type InterruptionEnabled: bool
@@ -33592,8 +34579,22 @@ class TalkConversationConfigInfo(AbstractModel):
33592
34579
  :type EmotionEnabled: bool
33593
34580
  :param _SemanticVADEnabled: 是否启用语义vad
33594
34581
  :type SemanticVADEnabled: bool
34582
+ :param _SemanticVADSensitivity: 语义vad灵敏度, 1-慢 2-适中 3-快
34583
+ :type SemanticVADSensitivity: int
34584
+ :param _SilenceTime: VAD 静默检测时间, 当开启语义vad此配置失效
34585
+ :type SilenceTime: int
33595
34586
  :param _NoiseFilterEnabled: 是否启用噪声过滤
33596
34587
  :type NoiseFilterEnabled: bool
34588
+ :param _LongTermMemoryEnabled: 是否开启长记忆,默认开启
34589
+ :type LongTermMemoryEnabled: bool
34590
+ :param _SystemPrompt: 系统提示词,仅当未配置LLMConfig时使用
34591
+ :type SystemPrompt: str
34592
+ :param _GreetingMessage: 开机问候语,如果未配置默认不开启
34593
+ :type GreetingMessage: str
34594
+ :param _DefaultVoiceType: 系统默认音色,当配置复刻音色时,默认值为200000000
34595
+ :type DefaultVoiceType: int
34596
+ :param _FastVoiceType: 复刻音色
34597
+ :type FastVoiceType: str
33597
34598
  """
33598
34599
  self._SessionTimeout = None
33599
34600
  self._InterruptionEnabled = None
@@ -33601,11 +34602,311 @@ class TalkConversationConfigInfo(AbstractModel):
33601
34602
  self._IdleDetection = None
33602
34603
  self._EmotionEnabled = None
33603
34604
  self._SemanticVADEnabled = None
34605
+ self._SemanticVADSensitivity = None
34606
+ self._SilenceTime = None
33604
34607
  self._NoiseFilterEnabled = None
34608
+ self._LongTermMemoryEnabled = None
34609
+ self._SystemPrompt = None
34610
+ self._GreetingMessage = None
34611
+ self._DefaultVoiceType = None
34612
+ self._FastVoiceType = None
33605
34613
 
33606
34614
  @property
33607
34615
  def SessionTimeout(self):
33608
- r"""会话超时(秒)
34616
+ r"""会话超时(秒),指连接会话的时间,例如30秒是指会话在30秒后断开
34617
+ :rtype: int
34618
+ """
34619
+ return self._SessionTimeout
34620
+
34621
+ @SessionTimeout.setter
34622
+ def SessionTimeout(self, SessionTimeout):
34623
+ self._SessionTimeout = SessionTimeout
34624
+
34625
+ @property
34626
+ def InterruptionEnabled(self):
34627
+ r"""允许打断
34628
+ :rtype: bool
34629
+ """
34630
+ return self._InterruptionEnabled
34631
+
34632
+ @InterruptionEnabled.setter
34633
+ def InterruptionEnabled(self, InterruptionEnabled):
34634
+ self._InterruptionEnabled = InterruptionEnabled
34635
+
34636
+ @property
34637
+ def MaxContextTokens(self):
34638
+ r"""最大上下文
34639
+ :rtype: int
34640
+ """
34641
+ return self._MaxContextTokens
34642
+
34643
+ @MaxContextTokens.setter
34644
+ def MaxContextTokens(self, MaxContextTokens):
34645
+ self._MaxContextTokens = MaxContextTokens
34646
+
34647
+ @property
34648
+ def IdleDetection(self):
34649
+ r"""空闲检测配置
34650
+ :rtype: :class:`tencentcloud.iotexplorer.v20190423.models.TalkIdleDetectionConfigInfo`
34651
+ """
34652
+ return self._IdleDetection
34653
+
34654
+ @IdleDetection.setter
34655
+ def IdleDetection(self, IdleDetection):
34656
+ self._IdleDetection = IdleDetection
34657
+
34658
+ @property
34659
+ def EmotionEnabled(self):
34660
+ r"""是否启用情绪识别
34661
+ :rtype: bool
34662
+ """
34663
+ return self._EmotionEnabled
34664
+
34665
+ @EmotionEnabled.setter
34666
+ def EmotionEnabled(self, EmotionEnabled):
34667
+ self._EmotionEnabled = EmotionEnabled
34668
+
34669
+ @property
34670
+ def SemanticVADEnabled(self):
34671
+ r"""是否启用语义vad
34672
+ :rtype: bool
34673
+ """
34674
+ return self._SemanticVADEnabled
34675
+
34676
+ @SemanticVADEnabled.setter
34677
+ def SemanticVADEnabled(self, SemanticVADEnabled):
34678
+ self._SemanticVADEnabled = SemanticVADEnabled
34679
+
34680
+ @property
34681
+ def SemanticVADSensitivity(self):
34682
+ r"""语义vad灵敏度, 1-慢 2-适中 3-快
34683
+ :rtype: int
34684
+ """
34685
+ return self._SemanticVADSensitivity
34686
+
34687
+ @SemanticVADSensitivity.setter
34688
+ def SemanticVADSensitivity(self, SemanticVADSensitivity):
34689
+ self._SemanticVADSensitivity = SemanticVADSensitivity
34690
+
34691
+ @property
34692
+ def SilenceTime(self):
34693
+ r"""VAD 静默检测时间, 当开启语义vad此配置失效
34694
+ :rtype: int
34695
+ """
34696
+ return self._SilenceTime
34697
+
34698
+ @SilenceTime.setter
34699
+ def SilenceTime(self, SilenceTime):
34700
+ self._SilenceTime = SilenceTime
34701
+
34702
+ @property
34703
+ def NoiseFilterEnabled(self):
34704
+ r"""是否启用噪声过滤
34705
+ :rtype: bool
34706
+ """
34707
+ return self._NoiseFilterEnabled
34708
+
34709
+ @NoiseFilterEnabled.setter
34710
+ def NoiseFilterEnabled(self, NoiseFilterEnabled):
34711
+ self._NoiseFilterEnabled = NoiseFilterEnabled
34712
+
34713
+ @property
34714
+ def LongTermMemoryEnabled(self):
34715
+ r"""是否开启长记忆,默认开启
34716
+ :rtype: bool
34717
+ """
34718
+ return self._LongTermMemoryEnabled
34719
+
34720
+ @LongTermMemoryEnabled.setter
34721
+ def LongTermMemoryEnabled(self, LongTermMemoryEnabled):
34722
+ self._LongTermMemoryEnabled = LongTermMemoryEnabled
34723
+
34724
+ @property
34725
+ def SystemPrompt(self):
34726
+ r"""系统提示词,仅当未配置LLMConfig时使用
34727
+ :rtype: str
34728
+ """
34729
+ return self._SystemPrompt
34730
+
34731
+ @SystemPrompt.setter
34732
+ def SystemPrompt(self, SystemPrompt):
34733
+ self._SystemPrompt = SystemPrompt
34734
+
34735
+ @property
34736
+ def GreetingMessage(self):
34737
+ r"""开机问候语,如果未配置默认不开启
34738
+ :rtype: str
34739
+ """
34740
+ return self._GreetingMessage
34741
+
34742
+ @GreetingMessage.setter
34743
+ def GreetingMessage(self, GreetingMessage):
34744
+ self._GreetingMessage = GreetingMessage
34745
+
34746
+ @property
34747
+ def DefaultVoiceType(self):
34748
+ r"""系统默认音色,当配置复刻音色时,默认值为200000000
34749
+ :rtype: int
34750
+ """
34751
+ return self._DefaultVoiceType
34752
+
34753
+ @DefaultVoiceType.setter
34754
+ def DefaultVoiceType(self, DefaultVoiceType):
34755
+ self._DefaultVoiceType = DefaultVoiceType
34756
+
34757
+ @property
34758
+ def FastVoiceType(self):
34759
+ r"""复刻音色
34760
+ :rtype: str
34761
+ """
34762
+ return self._FastVoiceType
34763
+
34764
+ @FastVoiceType.setter
34765
+ def FastVoiceType(self, FastVoiceType):
34766
+ self._FastVoiceType = FastVoiceType
34767
+
34768
+
34769
+ def _deserialize(self, params):
34770
+ self._SessionTimeout = params.get("SessionTimeout")
34771
+ self._InterruptionEnabled = params.get("InterruptionEnabled")
34772
+ self._MaxContextTokens = params.get("MaxContextTokens")
34773
+ if params.get("IdleDetection") is not None:
34774
+ self._IdleDetection = TalkIdleDetectionConfigInfo()
34775
+ self._IdleDetection._deserialize(params.get("IdleDetection"))
34776
+ self._EmotionEnabled = params.get("EmotionEnabled")
34777
+ self._SemanticVADEnabled = params.get("SemanticVADEnabled")
34778
+ self._SemanticVADSensitivity = params.get("SemanticVADSensitivity")
34779
+ self._SilenceTime = params.get("SilenceTime")
34780
+ self._NoiseFilterEnabled = params.get("NoiseFilterEnabled")
34781
+ self._LongTermMemoryEnabled = params.get("LongTermMemoryEnabled")
34782
+ self._SystemPrompt = params.get("SystemPrompt")
34783
+ self._GreetingMessage = params.get("GreetingMessage")
34784
+ self._DefaultVoiceType = params.get("DefaultVoiceType")
34785
+ self._FastVoiceType = params.get("FastVoiceType")
34786
+ memeber_set = set(params.keys())
34787
+ for name, value in vars(self).items():
34788
+ property_name = name[1:]
34789
+ if property_name in memeber_set:
34790
+ memeber_set.remove(property_name)
34791
+ if len(memeber_set) > 0:
34792
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
34793
+
34794
+
34795
+
34796
+ class TalkBasicConfigInfo(AbstractModel):
34797
+ r"""基础配置信息。
34798
+
34799
+ """
34800
+
34801
+ def __init__(self):
34802
+ r"""
34803
+ :param _SystemPrompt: 系统提示词
34804
+ :type SystemPrompt: str
34805
+ :param _GreetingMessage: 欢迎语,支持多个欢迎语随机切换,格式:字符串数组,JSON字符串。
34806
+ :type GreetingMessage: str
34807
+ :param _DefaultVoiceType: 音色,支持的音色列表:100510000-阅读男声智逍遥;101001-情感女声智瑜;101002-通用女声智聆;101003-客服女声智美;101004-通用男声智云;101005-通用女声智莉;101006-助手女声智言;101008-客服女声智琪;101009-知性女声智芸;101010-通用男声智华;101011-新闻女声智燕;101012-新闻女声智丹;101013-新闻男声智辉;101014 -新闻男声智宁;101015-男童声智萌;101016-女童声智甜;101017-情感女声智蓉;101018-情感男声智靖;101019-粤语女声智彤。
34808
+ :type DefaultVoiceType: int
34809
+ :param _FastVoiceType: 复刻音色ID,当不为空时,DefaultVoiceType为200000000
34810
+ :type FastVoiceType: str
34811
+ """
34812
+ self._SystemPrompt = None
34813
+ self._GreetingMessage = None
34814
+ self._DefaultVoiceType = None
34815
+ self._FastVoiceType = None
34816
+
34817
+ @property
34818
+ def SystemPrompt(self):
34819
+ r"""系统提示词
34820
+ :rtype: str
34821
+ """
34822
+ return self._SystemPrompt
34823
+
34824
+ @SystemPrompt.setter
34825
+ def SystemPrompt(self, SystemPrompt):
34826
+ self._SystemPrompt = SystemPrompt
34827
+
34828
+ @property
34829
+ def GreetingMessage(self):
34830
+ r"""欢迎语,支持多个欢迎语随机切换,格式:字符串数组,JSON字符串。
34831
+ :rtype: str
34832
+ """
34833
+ return self._GreetingMessage
34834
+
34835
+ @GreetingMessage.setter
34836
+ def GreetingMessage(self, GreetingMessage):
34837
+ self._GreetingMessage = GreetingMessage
34838
+
34839
+ @property
34840
+ def DefaultVoiceType(self):
34841
+ r"""音色,支持的音色列表:100510000-阅读男声智逍遥;101001-情感女声智瑜;101002-通用女声智聆;101003-客服女声智美;101004-通用男声智云;101005-通用女声智莉;101006-助手女声智言;101008-客服女声智琪;101009-知性女声智芸;101010-通用男声智华;101011-新闻女声智燕;101012-新闻女声智丹;101013-新闻男声智辉;101014 -新闻男声智宁;101015-男童声智萌;101016-女童声智甜;101017-情感女声智蓉;101018-情感男声智靖;101019-粤语女声智彤。
34842
+ :rtype: int
34843
+ """
34844
+ return self._DefaultVoiceType
34845
+
34846
+ @DefaultVoiceType.setter
34847
+ def DefaultVoiceType(self, DefaultVoiceType):
34848
+ self._DefaultVoiceType = DefaultVoiceType
34849
+
34850
+ @property
34851
+ def FastVoiceType(self):
34852
+ r"""复刻音色ID,当不为空时,DefaultVoiceType为200000000
34853
+ :rtype: str
34854
+ """
34855
+ return self._FastVoiceType
34856
+
34857
+ @FastVoiceType.setter
34858
+ def FastVoiceType(self, FastVoiceType):
34859
+ self._FastVoiceType = FastVoiceType
34860
+
34861
+
34862
+ def _deserialize(self, params):
34863
+ self._SystemPrompt = params.get("SystemPrompt")
34864
+ self._GreetingMessage = params.get("GreetingMessage")
34865
+ self._DefaultVoiceType = params.get("DefaultVoiceType")
34866
+ self._FastVoiceType = params.get("FastVoiceType")
34867
+ memeber_set = set(params.keys())
34868
+ for name, value in vars(self).items():
34869
+ property_name = name[1:]
34870
+ if property_name in memeber_set:
34871
+ memeber_set.remove(property_name)
34872
+ if len(memeber_set) > 0:
34873
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
34874
+
34875
+
34876
+
34877
+ class TalkConversationConfigInfo(AbstractModel):
34878
+ r"""会话配置信息。
34879
+
34880
+ """
34881
+
34882
+ def __init__(self):
34883
+ r"""
34884
+ :param _SessionTimeout: 会话超时(秒)
34885
+ :type SessionTimeout: int
34886
+ :param _InterruptionEnabled: 允许打断
34887
+ :type InterruptionEnabled: bool
34888
+ :param _MaxContextTokens: 最大上下文
34889
+ :type MaxContextTokens: int
34890
+ :param _IdleDetection: 空闲检测配置
34891
+ :type IdleDetection: :class:`tencentcloud.iotexplorer.v20190423.models.TalkIdleDetectionConfigInfo`
34892
+ :param _EmotionEnabled: 是否启用情绪识别
34893
+ :type EmotionEnabled: bool
34894
+ :param _SemanticVADEnabled: 是否启用语义vad
34895
+ :type SemanticVADEnabled: bool
34896
+ :param _NoiseFilterEnabled: 是否启用噪声过滤
34897
+ :type NoiseFilterEnabled: bool
34898
+ """
34899
+ self._SessionTimeout = None
34900
+ self._InterruptionEnabled = None
34901
+ self._MaxContextTokens = None
34902
+ self._IdleDetection = None
34903
+ self._EmotionEnabled = None
34904
+ self._SemanticVADEnabled = None
34905
+ self._NoiseFilterEnabled = None
34906
+
34907
+ @property
34908
+ def SessionTimeout(self):
34909
+ r"""会话超时(秒)
33609
34910
  :rtype: int
33610
34911
  """
33611
34912
  return self._SessionTimeout
@@ -33794,7 +35095,7 @@ class TalkLLMConfigInfo(AbstractModel):
33794
35095
 
33795
35096
  def __init__(self):
33796
35097
  r"""
33797
- :param _LLMType: 支持的LLM类型,tencent-腾讯;openai-OPENAI格式;anthropic-ANTHROPIC;gemini-GEMINI;gemini-GEMINI;coze-扣子;dify-DIFY;tencent_lke-腾讯智能体平台;系统默认-openai。
35098
+ :param _LLMType: 支持的LLM类型,openai-OPENAI格式。
33798
35099
  :type LLMType: str
33799
35100
  :param _Enabled: 是否开启
33800
35101
  :type Enabled: bool
@@ -33815,54 +35116,6 @@ class TalkLLMConfigInfo(AbstractModel):
33815
35116
  "MetaInfo":{}
33816
35117
  }
33817
35118
  ```
33818
-
33819
- ## anthropic
33820
- ```
33821
- {
33822
- "ApiKey": "sk-XXXXXXXXXXXX",
33823
- "ApiUrl": "https://api.openai.com/v1",
33824
- "SystemPrompt": "一个小小助手"
33825
- }
33826
- ```
33827
- ## gemini
33828
- ```
33829
- {
33830
- "AppId": 123456,
33831
- "AccessToken": "*****",
33832
- "ResourceId": "SecretKey****",
33833
- "ModelName": "16k_zh",
33834
- "Language":""
33835
- }
33836
- ```
33837
- ## coze
33838
- ```
33839
- {
33840
- "ApiKey": "sk-XXXXXXXXXXXX",
33841
- "BotId": "v1",
33842
- "UserId": "xxx",
33843
- "ApiUrl": "https://api.coze.cn/v3/chat"
33844
- }
33845
- ```
33846
- ## dify
33847
- ```
33848
- {
33849
- "ApiKey": "sk-XXXXXXXXXXXX",
33850
- "ApiUrl": "https://api.openai.com/v1",
33851
- "User": "xxx",
33852
- "Inputs":{},
33853
- "ConversationId":"c1"
33854
- }
33855
- ```
33856
- ## tencent_lke
33857
- ```
33858
- {
33859
- "ApiKey": "sk-XXXXXXXXXXXX",
33860
- "ApiUrl": "https://api.openai.com/v1",
33861
- "SystemRole": "一个小小助手",
33862
- "SessionId":"123456"
33863
- }
33864
- ```
33865
-
33866
35119
  :type Config: str
33867
35120
  :param _Temperature: 温度
33868
35121
  :type Temperature: float
@@ -33870,6 +35123,8 @@ class TalkLLMConfigInfo(AbstractModel):
33870
35123
  :type MaxTokens: int
33871
35124
  :param _TopP: topP
33872
35125
  :type TopP: float
35126
+ :param _Tools: 工具ID列表
35127
+ :type Tools: list of str
33873
35128
  """
33874
35129
  self._LLMType = None
33875
35130
  self._Enabled = None
@@ -33879,10 +35134,11 @@ class TalkLLMConfigInfo(AbstractModel):
33879
35134
  self._Temperature = None
33880
35135
  self._MaxTokens = None
33881
35136
  self._TopP = None
35137
+ self._Tools = None
33882
35138
 
33883
35139
  @property
33884
35140
  def LLMType(self):
33885
- r"""支持的LLM类型,tencent-腾讯;openai-OPENAI格式;anthropic-ANTHROPIC;gemini-GEMINI;gemini-GEMINI;coze-扣子;dify-DIFY;tencent_lke-腾讯智能体平台;系统默认-openai。
35141
+ r"""支持的LLM类型,openai-OPENAI格式。
33886
35142
  :rtype: str
33887
35143
  """
33888
35144
  return self._LLMType
@@ -33939,54 +35195,6 @@ class TalkLLMConfigInfo(AbstractModel):
33939
35195
  "MetaInfo":{}
33940
35196
  }
33941
35197
  ```
33942
-
33943
- ## anthropic
33944
- ```
33945
- {
33946
- "ApiKey": "sk-XXXXXXXXXXXX",
33947
- "ApiUrl": "https://api.openai.com/v1",
33948
- "SystemPrompt": "一个小小助手"
33949
- }
33950
- ```
33951
- ## gemini
33952
- ```
33953
- {
33954
- "AppId": 123456,
33955
- "AccessToken": "*****",
33956
- "ResourceId": "SecretKey****",
33957
- "ModelName": "16k_zh",
33958
- "Language":""
33959
- }
33960
- ```
33961
- ## coze
33962
- ```
33963
- {
33964
- "ApiKey": "sk-XXXXXXXXXXXX",
33965
- "BotId": "v1",
33966
- "UserId": "xxx",
33967
- "ApiUrl": "https://api.coze.cn/v3/chat"
33968
- }
33969
- ```
33970
- ## dify
33971
- ```
33972
- {
33973
- "ApiKey": "sk-XXXXXXXXXXXX",
33974
- "ApiUrl": "https://api.openai.com/v1",
33975
- "User": "xxx",
33976
- "Inputs":{},
33977
- "ConversationId":"c1"
33978
- }
33979
- ```
33980
- ## tencent_lke
33981
- ```
33982
- {
33983
- "ApiKey": "sk-XXXXXXXXXXXX",
33984
- "ApiUrl": "https://api.openai.com/v1",
33985
- "SystemRole": "一个小小助手",
33986
- "SessionId":"123456"
33987
- }
33988
- ```
33989
-
33990
35198
  :rtype: str
33991
35199
  """
33992
35200
  return self._Config
@@ -34028,6 +35236,17 @@ class TalkLLMConfigInfo(AbstractModel):
34028
35236
  def TopP(self, TopP):
34029
35237
  self._TopP = TopP
34030
35238
 
35239
+ @property
35240
+ def Tools(self):
35241
+ r"""工具ID列表
35242
+ :rtype: list of str
35243
+ """
35244
+ return self._Tools
35245
+
35246
+ @Tools.setter
35247
+ def Tools(self, Tools):
35248
+ self._Tools = Tools
35249
+
34031
35250
 
34032
35251
  def _deserialize(self, params):
34033
35252
  self._LLMType = params.get("LLMType")
@@ -34038,6 +35257,7 @@ class TalkLLMConfigInfo(AbstractModel):
34038
35257
  self._Temperature = params.get("Temperature")
34039
35258
  self._MaxTokens = params.get("MaxTokens")
34040
35259
  self._TopP = params.get("TopP")
35260
+ self._Tools = params.get("Tools")
34041
35261
  memeber_set = set(params.keys())
34042
35262
  for name, value in vars(self).items():
34043
35263
  property_name = name[1:]
@@ -34415,6 +35635,57 @@ class TalkProductConfigV2Info(AbstractModel):
34415
35635
 
34416
35636
 
34417
35637
 
35638
+ class TalkProductInfo(AbstractModel):
35639
+ r"""智能体产品信息。
35640
+
35641
+ """
35642
+
35643
+ def __init__(self):
35644
+ r"""
35645
+ :param _ProductId: 产品ID
35646
+ :type ProductId: str
35647
+ :param _ProductName: 产品名称
35648
+ :type ProductName: str
35649
+ """
35650
+ self._ProductId = None
35651
+ self._ProductName = None
35652
+
35653
+ @property
35654
+ def ProductId(self):
35655
+ r"""产品ID
35656
+ :rtype: str
35657
+ """
35658
+ return self._ProductId
35659
+
35660
+ @ProductId.setter
35661
+ def ProductId(self, ProductId):
35662
+ self._ProductId = ProductId
35663
+
35664
+ @property
35665
+ def ProductName(self):
35666
+ r"""产品名称
35667
+ :rtype: str
35668
+ """
35669
+ return self._ProductName
35670
+
35671
+ @ProductName.setter
35672
+ def ProductName(self, ProductName):
35673
+ self._ProductName = ProductName
35674
+
35675
+
35676
+ def _deserialize(self, params):
35677
+ self._ProductId = params.get("ProductId")
35678
+ self._ProductName = params.get("ProductName")
35679
+ memeber_set = set(params.keys())
35680
+ for name, value in vars(self).items():
35681
+ property_name = name[1:]
35682
+ if property_name in memeber_set:
35683
+ memeber_set.remove(property_name)
35684
+ if len(memeber_set) > 0:
35685
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
35686
+
35687
+
35688
+
34418
35689
  class TalkSTTConfigInfo(AbstractModel):
34419
35690
  r"""STT配置信息。
34420
35691
 
@@ -34422,7 +35693,7 @@ class TalkSTTConfigInfo(AbstractModel):
34422
35693
 
34423
35694
  def __init__(self):
34424
35695
  r"""
34425
- :param _STTType: 支持的STT类型,tencent-腾讯;azure-亚马逊;volcengine-火山引擎;deepgram-Deepgram;系统默认-tencent。
35696
+ :param _STTType: 支持的STT类型,tencent-腾讯;azure-亚马逊;deepgram-Deepgram;系统默认-tencent。
34426
35697
  :type STTType: str
34427
35698
  :param _Enabled: 是否开启
34428
35699
  :type Enabled: bool
@@ -34447,16 +35718,7 @@ class TalkSTTConfigInfo(AbstractModel):
34447
35718
  "SubscriptionKey": "*****"
34448
35719
  }
34449
35720
  ```
34450
- ## volcengine
34451
- ```
34452
- {
34453
- "AppId": 123456,
34454
- "AccessToken": "*****",
34455
- "ResourceId": "SecretKey****",
34456
- "ModelName": "16k_zh",
34457
- "Language":""
34458
- }
34459
- ```
35721
+
34460
35722
  ## deepgram
34461
35723
  ```
34462
35724
  {
@@ -34475,7 +35737,7 @@ class TalkSTTConfigInfo(AbstractModel):
34475
35737
 
34476
35738
  @property
34477
35739
  def STTType(self):
34478
- r"""支持的STT类型,tencent-腾讯;azure-亚马逊;volcengine-火山引擎;deepgram-Deepgram;系统默认-tencent。
35740
+ r"""支持的STT类型,tencent-腾讯;azure-亚马逊;deepgram-Deepgram;系统默认-tencent。
34479
35741
  :rtype: str
34480
35742
  """
34481
35743
  return self._STTType
@@ -34518,16 +35780,7 @@ class TalkSTTConfigInfo(AbstractModel):
34518
35780
  "SubscriptionKey": "*****"
34519
35781
  }
34520
35782
  ```
34521
- ## volcengine
34522
- ```
34523
- {
34524
- "AppId": 123456,
34525
- "AccessToken": "*****",
34526
- "ResourceId": "SecretKey****",
34527
- "ModelName": "16k_zh",
34528
- "Language":""
34529
- }
34530
- ```
35783
+
34531
35784
  ## deepgram
34532
35785
  ```
34533
35786
  {
@@ -35803,6 +37056,85 @@ class UnbindProductsResponse(AbstractModel):
35803
37056
  self._RequestId = params.get("RequestId")
35804
37057
 
35805
37058
 
37059
+ class UnbindTWeTalkAIBotRequest(AbstractModel):
37060
+ r"""UnbindTWeTalkAIBot请求参数结构体
37061
+
37062
+ """
37063
+
37064
+ def __init__(self):
37065
+ r"""
37066
+ :param _BotId: 智能体ID
37067
+ :type BotId: str
37068
+ :param _ProductId: 产品ID
37069
+ :type ProductId: str
37070
+ """
37071
+ self._BotId = None
37072
+ self._ProductId = None
37073
+
37074
+ @property
37075
+ def BotId(self):
37076
+ r"""智能体ID
37077
+ :rtype: str
37078
+ """
37079
+ return self._BotId
37080
+
37081
+ @BotId.setter
37082
+ def BotId(self, BotId):
37083
+ self._BotId = BotId
37084
+
37085
+ @property
37086
+ def ProductId(self):
37087
+ r"""产品ID
37088
+ :rtype: str
37089
+ """
37090
+ return self._ProductId
37091
+
37092
+ @ProductId.setter
37093
+ def ProductId(self, ProductId):
37094
+ self._ProductId = ProductId
37095
+
37096
+
37097
+ def _deserialize(self, params):
37098
+ self._BotId = params.get("BotId")
37099
+ self._ProductId = params.get("ProductId")
37100
+ memeber_set = set(params.keys())
37101
+ for name, value in vars(self).items():
37102
+ property_name = name[1:]
37103
+ if property_name in memeber_set:
37104
+ memeber_set.remove(property_name)
37105
+ if len(memeber_set) > 0:
37106
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
37107
+
37108
+
37109
+
37110
+ class UnbindTWeTalkAIBotResponse(AbstractModel):
37111
+ r"""UnbindTWeTalkAIBot返回参数结构体
37112
+
37113
+ """
37114
+
37115
+ def __init__(self):
37116
+ r"""
37117
+ :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
37118
+ :type RequestId: str
37119
+ """
37120
+ self._RequestId = None
37121
+
37122
+ @property
37123
+ def RequestId(self):
37124
+ r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
37125
+ :rtype: str
37126
+ """
37127
+ return self._RequestId
37128
+
37129
+ @RequestId.setter
37130
+ def RequestId(self, RequestId):
37131
+ self._RequestId = RequestId
37132
+
37133
+
37134
+ def _deserialize(self, params):
37135
+ self._RequestId = params.get("RequestId")
37136
+
37137
+
35806
37138
  class UpdateDeviceTWeCallAuthorizeStatusRequest(AbstractModel):
35807
37139
  r"""UpdateDeviceTWeCallAuthorizeStatus请求参数结构体
35808
37140