tccli 3.0.1391.1__py2.py3-none-any.whl → 3.0.1414.1__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


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

Files changed (226) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +2 -1
  3. tccli/services/ai3d/v20250513/api.json +22 -4
  4. tccli/services/aiart/aiart_client.py +173 -67
  5. tccli/services/aiart/v20221229/api.json +193 -0
  6. tccli/services/aiart/v20221229/examples.json +16 -0
  7. tccli/services/apm/apm_client.py +53 -0
  8. tccli/services/apm/v20210622/api.json +354 -0
  9. tccli/services/apm/v20210622/examples.json +8 -0
  10. tccli/services/asr/v20190614/api.json +3 -3
  11. tccli/services/autoscaling/v20180419/api.json +24 -2
  12. tccli/services/batch/v20170312/api.json +1 -1
  13. tccli/services/bda/bda_client.py +15 -704
  14. tccli/services/bda/v20200324/api.json +107 -1819
  15. tccli/services/bda/v20200324/examples.json +0 -176
  16. tccli/services/billing/billing_client.py +326 -8
  17. tccli/services/billing/v20180709/api.json +2200 -255
  18. tccli/services/billing/v20180709/examples.json +48 -0
  19. tccli/services/cam/v20190116/api.json +4 -4
  20. tccli/services/captcha/v20190722/api.json +3 -3
  21. tccli/services/cat/v20180409/api.json +7 -7
  22. tccli/services/ccc/ccc_client.py +235 -76
  23. tccli/services/ccc/v20200210/api.json +502 -18
  24. tccli/services/ccc/v20200210/examples.json +24 -0
  25. tccli/services/cdb/cdb_client.py +106 -0
  26. tccli/services/cdb/v20170320/api.json +257 -44
  27. tccli/services/cdb/v20170320/examples.json +22 -6
  28. tccli/services/cdn/cdn_client.py +4 -163
  29. tccli/services/cdn/v20180606/api.json +61 -310
  30. tccli/services/cdn/v20180606/examples.json +1 -25
  31. tccli/services/cdwdoris/v20211228/api.json +51 -12
  32. tccli/services/cdwpg/v20201230/api.json +11 -1
  33. tccli/services/cdwpg/v20201230/examples.json +1 -1
  34. tccli/services/cfg/v20210820/api.json +11 -1
  35. tccli/services/cfs/cfs_client.py +41 -94
  36. tccli/services/cfs/v20190719/api.json +171 -55
  37. tccli/services/cfs/v20190719/examples.json +1 -9
  38. tccli/services/cfw/v20190904/api.json +122 -10
  39. tccli/services/ckafka/ckafka_client.py +188 -29
  40. tccli/services/ckafka/v20190819/api.json +277 -4
  41. tccli/services/ckafka/v20190819/examples.json +25 -1
  42. tccli/services/clb/clb_client.py +0 -265
  43. tccli/services/clb/v20180317/api.json +130 -296
  44. tccli/services/clb/v20180317/examples.json +12 -40
  45. tccli/services/cloudapp/v20220530/api.json +55 -0
  46. tccli/services/cloudaudit/v20190319/api.json +11 -0
  47. tccli/services/cloudhsm/v20191112/api.json +10 -10
  48. tccli/services/cls/v20201016/api.json +63 -45
  49. tccli/services/cls/v20201016/examples.json +10 -4
  50. tccli/services/csip/v20221121/api.json +53 -3
  51. tccli/services/ctem/v20231128/api.json +320 -0
  52. tccli/services/ctem/v20231128/examples.json +3 -3
  53. tccli/services/cvm/cvm_client.py +0 -212
  54. tccli/services/cvm/v20170312/api.json +91 -843
  55. tccli/services/cvm/v20170312/examples.json +32 -58
  56. tccli/services/cynosdb/cynosdb_client.py +167 -8
  57. tccli/services/cynosdb/v20190107/api.json +1126 -148
  58. tccli/services/cynosdb/v20190107/examples.json +31 -7
  59. tccli/services/dbbrain/dbbrain_client.py +246 -87
  60. tccli/services/dbbrain/v20191016/api.json +74 -62
  61. tccli/services/dbbrain/v20191016/examples.json +1 -1
  62. tccli/services/dbbrain/v20210527/api.json +601 -177
  63. tccli/services/dbbrain/v20210527/examples.json +28 -4
  64. tccli/services/dc/v20180410/api.json +101 -3
  65. tccli/services/dcdb/v20180411/api.json +1 -1
  66. tccli/services/dlc/dlc_client.py +53 -0
  67. tccli/services/dlc/v20210125/api.json +237 -24
  68. tccli/services/dlc/v20210125/examples.json +12 -4
  69. tccli/services/dnspod/dnspod_client.py +106 -0
  70. tccli/services/dnspod/v20210323/api.json +126 -20
  71. tccli/services/dnspod/v20210323/examples.json +17 -7
  72. tccli/services/dsgc/v20190723/api.json +73 -15
  73. tccli/services/dts/v20180330/api.json +4 -4
  74. tccli/services/dts/v20211206/api.json +408 -127
  75. tccli/services/dts/v20211206/examples.json +15 -9
  76. tccli/services/eb/v20210416/api.json +41 -1
  77. tccli/services/eb/v20210416/examples.json +1 -1
  78. tccli/services/emr/v20190103/api.json +56 -9
  79. tccli/services/emr/v20190103/examples.json +5 -5
  80. tccli/services/es/es_client.py +273 -8
  81. tccli/services/es/v20180416/api.json +845 -33
  82. tccli/services/es/v20180416/examples.json +33 -1
  83. tccli/services/es/v20250101/api.json +135 -2
  84. tccli/services/es/v20250101/examples.json +8 -0
  85. tccli/services/ess/ess_client.py +509 -32
  86. tccli/services/ess/v20201111/api.json +1366 -113
  87. tccli/services/ess/v20201111/examples.json +94 -10
  88. tccli/services/essbasic/v20210526/api.json +265 -27
  89. tccli/services/essbasic/v20210526/examples.json +12 -12
  90. tccli/services/facefusion/v20220927/api.json +1 -1
  91. tccli/services/gaap/v20180529/api.json +18 -8
  92. tccli/services/gme/gme_client.py +53 -0
  93. tccli/services/gme/v20180711/api.json +241 -1
  94. tccli/services/gme/v20180711/examples.json +8 -0
  95. tccli/services/gs/gs_client.py +216 -4
  96. tccli/services/gs/v20191118/api.json +202 -1
  97. tccli/services/gs/v20191118/examples.json +32 -0
  98. tccli/services/gwlb/gwlb_client.py +53 -0
  99. tccli/services/gwlb/v20240906/api.json +150 -0
  100. tccli/services/gwlb/v20240906/examples.json +8 -0
  101. tccli/services/hai/v20230812/api.json +5 -5
  102. tccli/services/hunyuan/v20230901/api.json +3 -3
  103. tccli/services/hunyuan/v20230901/examples.json +1 -1
  104. tccli/services/iai/v20180301/api.json +227 -207
  105. tccli/services/iai/v20180301/examples.json +26 -26
  106. tccli/services/iai/v20200303/api.json +4 -4
  107. tccli/services/iai/v20200303/examples.json +1 -1
  108. tccli/services/ioa/ioa_client.py +265 -0
  109. tccli/services/ioa/v20220601/api.json +781 -85
  110. tccli/services/ioa/v20220601/examples.json +46 -0
  111. tccli/services/iotexplorer/iotexplorer_client.py +387 -16
  112. tccli/services/iotexplorer/v20190423/api.json +1183 -63
  113. tccli/services/iotexplorer/v20190423/examples.json +92 -0
  114. tccli/services/keewidb/v20220308/api.json +69 -17
  115. tccli/services/keewidb/v20220308/examples.json +5 -5
  116. tccli/services/lcic/v20220817/api.json +61 -15
  117. tccli/services/lighthouse/v20200324/api.json +193 -24
  118. tccli/services/lighthouse/v20200324/examples.json +9 -3
  119. tccli/services/live/v20180801/api.json +6 -6
  120. tccli/services/live/v20180801/examples.json +7 -1
  121. tccli/services/lke/lke_client.py +40 -93
  122. tccli/services/lke/v20231130/api.json +943 -390
  123. tccli/services/lke/v20231130/examples.json +38 -46
  124. tccli/services/lkeap/v20240522/api.json +39 -12
  125. tccli/services/lkeap/v20240522/examples.json +12 -0
  126. tccli/services/mariadb/v20170312/api.json +1 -1
  127. tccli/services/mna/v20210119/api.json +11 -2
  128. tccli/services/mna/v20210119/examples.json +1 -1
  129. tccli/services/mongodb/mongodb_client.py +334 -16
  130. tccli/services/mongodb/v20190725/api.json +1092 -383
  131. tccli/services/mongodb/v20190725/examples.json +69 -21
  132. tccli/services/monitor/monitor_client.py +106 -0
  133. tccli/services/monitor/v20180724/api.json +383 -12
  134. tccli/services/monitor/v20180724/examples.json +24 -2
  135. tccli/services/mps/mps_client.py +220 -8
  136. tccli/services/mps/v20190612/api.json +1999 -179
  137. tccli/services/mps/v20190612/examples.json +56 -6
  138. tccli/services/mqtt/v20240516/api.json +10 -0
  139. tccli/services/mqtt/v20240516/examples.json +3 -9
  140. tccli/services/nlp/v20190408/api.json +6 -6
  141. tccli/services/oceanus/oceanus_client.py +318 -0
  142. tccli/services/oceanus/v20190422/api.json +461 -26
  143. tccli/services/oceanus/v20190422/examples.json +50 -2
  144. tccli/services/ocr/ocr_client.py +41 -253
  145. tccli/services/ocr/v20181119/api.json +153 -659
  146. tccli/services/ocr/v20181119/examples.json +8 -40
  147. tccli/services/omics/v20221128/api.json +90 -7
  148. tccli/services/organization/v20210331/api.json +46 -7
  149. tccli/services/postgres/v20170312/api.json +333 -77
  150. tccli/services/postgres/v20170312/examples.json +37 -31
  151. tccli/services/privatedns/privatedns_client.py +641 -58
  152. tccli/services/privatedns/v20201028/api.json +930 -19
  153. tccli/services/privatedns/v20201028/examples.json +91 -3
  154. tccli/services/pts/v20210728/api.json +2 -2
  155. tccli/services/redis/v20180412/api.json +303 -109
  156. tccli/services/redis/v20180412/examples.json +12 -12
  157. tccli/services/region/v20220627/api.json +1 -1
  158. tccli/services/rum/v20210622/api.json +22 -4
  159. tccli/services/rum/v20210622/examples.json +2 -2
  160. tccli/services/sms/v20190711/api.json +12 -12
  161. tccli/services/sms/v20190711/examples.json +9 -3
  162. tccli/services/sms/v20210111/api.json +13 -13
  163. tccli/services/sms/v20210111/examples.json +8 -2
  164. tccli/services/sqlserver/v20180328/api.json +46 -7
  165. tccli/services/sqlserver/v20180328/examples.json +2 -2
  166. tccli/services/ssl/v20191205/api.json +28 -0
  167. tccli/services/svp/v20240125/api.json +14 -4
  168. tccli/services/tag/v20180813/api.json +3 -3
  169. tccli/services/tat/v20201028/api.json +22 -3
  170. tccli/services/tcb/v20180608/api.json +1 -1
  171. tccli/services/tcss/tcss_client.py +228 -69
  172. tccli/services/tcss/v20201101/api.json +273 -25
  173. tccli/services/tcss/v20201101/examples.json +26 -2
  174. tccli/services/teo/teo_client.py +317 -52
  175. tccli/services/teo/v20220901/api.json +1824 -242
  176. tccli/services/teo/v20220901/examples.json +109 -21
  177. tccli/services/thpc/thpc_client.py +57 -4
  178. tccli/services/thpc/v20230321/api.json +163 -21
  179. tccli/services/thpc/v20230321/examples.json +13 -5
  180. tccli/services/tione/tione_client.py +163 -4
  181. tccli/services/tione/v20211111/api.json +285 -21
  182. tccli/services/tione/v20211111/examples.json +27 -3
  183. tccli/services/tke/tke_client.py +8 -8
  184. tccli/services/tke/v20180525/api.json +168 -130
  185. tccli/services/tke/v20180525/examples.json +20 -20
  186. tccli/services/tke/v20220501/api.json +215 -3
  187. tccli/services/tke/v20220501/examples.json +8 -0
  188. tccli/services/tms/tms_client.py +106 -0
  189. tccli/services/tms/v20201229/api.json +249 -3
  190. tccli/services/tms/v20201229/examples.json +16 -0
  191. tccli/services/tmt/v20180321/api.json +78 -1
  192. tccli/services/trabbit/v20230418/api.json +271 -4
  193. tccli/services/trabbit/v20230418/examples.json +9 -3
  194. tccli/services/trocket/v20230308/api.json +4 -4
  195. tccli/services/trro/trro_client.py +106 -0
  196. tccli/services/trro/v20220325/api.json +456 -0
  197. tccli/services/trro/v20220325/examples.json +16 -0
  198. tccli/services/trtc/v20190722/api.json +197 -49
  199. tccli/services/trtc/v20190722/examples.json +4 -4
  200. tccli/services/tse/v20201207/api.json +69 -2
  201. tccli/services/tse/v20201207/examples.json +3 -3
  202. tccli/services/tsf/v20180326/api.json +70 -7
  203. tccli/services/tsf/v20180326/examples.json +2 -2
  204. tccli/services/vclm/v20240523/api.json +145 -0
  205. tccli/services/vclm/v20240523/examples.json +16 -0
  206. tccli/services/vclm/vclm_client.py +106 -0
  207. tccli/services/vcube/v20220410/api.json +1 -1
  208. tccli/services/vod/v20180717/api.json +7 -7
  209. tccli/services/vpc/v20170312/api.json +1216 -70
  210. tccli/services/vpc/v20170312/examples.json +139 -3
  211. tccli/services/vpc/vpc_client.py +1023 -122
  212. tccli/services/vrs/v20200824/api.json +11 -11
  213. tccli/services/vrs/v20200824/examples.json +1 -1
  214. tccli/services/vtc/v20240223/api.json +14 -14
  215. tccli/services/waf/v20180125/api.json +812 -143
  216. tccli/services/waf/v20180125/examples.json +2 -2
  217. tccli/services/wedata/v20210820/api.json +1281 -601
  218. tccli/services/wedata/v20210820/examples.json +127 -157
  219. tccli/services/wedata/v20250806/api.json +19335 -0
  220. tccli/services/wedata/v20250806/examples.json +999 -0
  221. tccli/services/wedata/wedata_client.py +7072 -1131
  222. {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/METADATA +9 -7
  223. {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/RECORD +226 -224
  224. {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/WHEEL +1 -1
  225. {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/entry_points.txt +0 -0
  226. {tccli-3.0.1391.1.dist-info/license_files → tccli-3.0.1414.1.dist-info/licenses}/LICENSE +0 -0
@@ -182,6 +182,20 @@
182
182
  "output": "DeleteStaffResponse",
183
183
  "status": "online"
184
184
  },
185
+ "DescribeAIAgentInfoList": {
186
+ "document": "获取智能体列表",
187
+ "input": "DescribeAIAgentInfoListRequest",
188
+ "name": "获取智能体信息列表",
189
+ "output": "DescribeAIAgentInfoListResponse",
190
+ "status": "online"
191
+ },
192
+ "DescribeAIAnalysisResult": {
193
+ "document": "获取 AI 会话分析结果",
194
+ "input": "DescribeAIAnalysisResultRequest",
195
+ "name": "获取 AI 会话分析结果",
196
+ "output": "DescribeAIAnalysisResultResponse",
197
+ "status": "online"
198
+ },
185
199
  "DescribeAICallExtractResult": {
186
200
  "document": "获取 AI 通话内容提取结果。",
187
201
  "input": "DescribeAICallExtractResultRequest",
@@ -483,6 +497,13 @@
483
497
  "output": "ResumePredictiveDialingCampaignResponse",
484
498
  "status": "online"
485
499
  },
500
+ "SetStaffStatus": {
501
+ "document": "设置 staff 状态",
502
+ "input": "SetStaffStatusRequest",
503
+ "name": "设置 staff 状态",
504
+ "output": "SetStaffStatusResponse",
505
+ "status": "online"
506
+ },
486
507
  "StopAutoCalloutTask": {
487
508
  "document": "停止自动外呼任务",
488
509
  "input": "StopAutoCalloutTaskRequest",
@@ -540,6 +561,58 @@
540
561
  "serviceShortName": "ccc"
541
562
  },
542
563
  "objects": {
564
+ "AIAgentInfo": {
565
+ "document": "智能体信息",
566
+ "members": [
567
+ {
568
+ "disabled": false,
569
+ "document": "智能体ID",
570
+ "example": "69",
571
+ "member": "uint64",
572
+ "name": "AIAgentId",
573
+ "output_required": true,
574
+ "type": "int",
575
+ "value_allowed_null": false
576
+ },
577
+ {
578
+ "disabled": false,
579
+ "document": "智能体名称",
580
+ "example": "新智能体",
581
+ "member": "string",
582
+ "name": "AIAgentName",
583
+ "output_required": true,
584
+ "type": "string",
585
+ "value_allowed_null": false
586
+ }
587
+ ],
588
+ "usage": "out"
589
+ },
590
+ "AIAnalysisResult": {
591
+ "document": "AI会话分析结果",
592
+ "members": [
593
+ {
594
+ "disabled": false,
595
+ "document": "summary: 会话小结\nmood: 情绪分析\nintention: 意向提取",
596
+ "example": "summary",
597
+ "member": "string",
598
+ "name": "Type",
599
+ "output_required": true,
600
+ "type": "string",
601
+ "value_allowed_null": false
602
+ },
603
+ {
604
+ "disabled": false,
605
+ "document": "AI会话分析结果",
606
+ "example": "会话小结结果",
607
+ "member": "string",
608
+ "name": "Result",
609
+ "output_required": true,
610
+ "type": "string",
611
+ "value_allowed_null": false
612
+ }
613
+ ],
614
+ "usage": "out"
615
+ },
543
616
  "AICallExtractConfigElement": {
544
617
  "document": "AI 通话提取配置项",
545
618
  "members": [
@@ -1235,6 +1308,15 @@
1235
1308
  "name": "CallInInterface",
1236
1309
  "required": false,
1237
1310
  "type": "object"
1311
+ },
1312
+ {
1313
+ "disabled": false,
1314
+ "document": "绑定号码类型: inner: 内线号码 | number: 正常线路号码",
1315
+ "example": "number",
1316
+ "member": "string",
1317
+ "name": "NumberType",
1318
+ "required": false,
1319
+ "type": "string"
1238
1320
  }
1239
1321
  ],
1240
1322
  "type": "object"
@@ -2053,7 +2135,7 @@
2053
2135
  {
2054
2136
  "disabled": false,
2055
2137
  "document": "会话 ID",
2056
- "example": "",
2138
+ "example": "7cb26a84-83b2-42d8-a19b-7dae78e9b78e",
2057
2139
  "member": "string",
2058
2140
  "name": "SessionId",
2059
2141
  "required": true,
@@ -2070,8 +2152,8 @@
2070
2152
  },
2071
2153
  {
2072
2154
  "disabled": false,
2073
- "document": "控制命令,目前支持命令如下:\n\n- ServerPushText,服务端发送文本给AI机器人,AI机器人会播报该文本",
2074
- "example": "",
2155
+ "document": "控制命令,目前支持命令如下:\n\n- ServerPushText,服务端发送文本给AI机器人,AI机器人会播报该文本\n- InvokeLLM,服务端发送文本给大模型,触发对话",
2156
+ "example": "ServerPushText",
2075
2157
  "member": "string",
2076
2158
  "name": "Command",
2077
2159
  "required": false,
@@ -2085,6 +2167,15 @@
2085
2167
  "name": "ServerPushText",
2086
2168
  "required": false,
2087
2169
  "type": "object"
2170
+ },
2171
+ {
2172
+ "disabled": false,
2173
+ "document": "服务端发送命令主动请求大模型,当Command为InvokeLLM时会把content请求到大模型,头部增加X-Invoke-LLM=\"1\"",
2174
+ "example": "无",
2175
+ "member": "InvokeLLM",
2176
+ "name": "InvokeLLM",
2177
+ "required": false,
2178
+ "type": "object"
2088
2179
  }
2089
2180
  ],
2090
2181
  "type": "object"
@@ -2395,7 +2486,7 @@
2395
2486
  },
2396
2487
  {
2397
2488
  "disabled": false,
2398
- "document": "<p>和VoiceType字段需要选填一个,这里是使用自己自定义的TTS,VoiceType是系统内置的一些音色</p>\n<ul>\n<li>Tencent TTS<br>\n配置请参考<a href=\"https://cloud.tencent.com/document/product/1073/92668#55924b56-1a73-4663-a7a1-a8dd82d6e823\" target=\"_blank\">腾讯云TTS文档链接</a></li>\n</ul>\n<div><div class=\"v-md-pre-wrapper copy-code-mode v-md-pre-wrapper- extra-class\"><pre class=\"v-md-prism-\"><code>{ \n &quot;TTSType&quot;: &quot;tencent&quot;, // String TTS类型, 目前支持&quot;tencent&quot; 和 “minixmax”, 其他的厂商支持中\n   &quot;AppId&quot;: &quot;您的应用ID&quot;, // String 必填\n   &quot;SecretId&quot;: &quot;您的密钥ID&quot;, // String 必填\n   &quot;SecretKey&quot;: &quot;您的密钥Key&quot;, // String 必填\n   &quot;VoiceType&quot;: 101001, // Integer 必填,音色 ID,包括标准音色与精品音色,精品音色拟真度更高,价格不同于标准音色,请参见语音合成计费概述。完整的音色 ID 列表请参见语音合成音色列表。\n   &quot;Speed&quot;: 1.25, // Integer 非必填,语速,范围:[-2,6],分别对应不同语速: -2: 代表0.6倍 -1: 代表0.8倍 0: 代表1.0倍(默认) 1: 代表1.2倍 2: 代表1.5倍 6: 代表2.5倍 如果需要更细化的语速,可以保留小数点后 2 位,例如0.5/1.25/2.81等。 参数值与实际语速转换,可参考 语速转换\n   &quot;Volume&quot;: 5, // Integer 非必填,音量大小,范围:[0,10],分别对应11个等级的音量,默认值为0,代表正常音量。\n   &quot;PrimaryLanguage&quot;: 1, // Integer 可选 主要语言 1-中文(默认) 2-英文 3-日文\n &quot;FastVoiceType&quot;: &quot;xxxx&quot; // 可选参数, 快速声音复刻的参数 \n  }\n</code></pre>\n\n </div></div><ul>\n<li>Minimax TTS<br>\n配置请参考<a href=\"https://platform.minimaxi.com/document/T2A%20V2?key=66719005a427f0c8a5701643\" target=\"_blank\">Minimax TTS文档链接</a>。注意Minimax TTS存在频率限制,超频可能会导致回答卡顿,<a href=\"https://platform.minimaxi.com/document/Rate%20limits?key=66b19417290299a26b234572\" target=\"_blank\">Minimax TTS频率限制相关文档链接</a>。</li>\n</ul>\n<div><div class=\"v-md-pre-wrapper copy-code-mode v-md-pre-wrapper- extra-class\"><pre class=\"v-md-prism-\"><code>{\n &quot;TTSType&quot;: &quot;minimax&quot;, // String TTS类型, \n &quot;Model&quot;: &quot;speech-01-turbo&quot;,\n &quot;APIUrl&quot;: &quot;https://api.minimax.chat/v1/t2a_v2&quot;,\n &quot;APIKey&quot;: &quot;eyxxxx&quot;,\n &quot;GroupId&quot;: &quot;181000000000000&quot;,\n &quot;VoiceType&quot;:&quot;female-tianmei-jingpin&quot;,\n &quot;Speed&quot;: 1.2\n}\n</code></pre>\n</div></div><ul>\n<li>火山 TTS</li>\n</ul>\n<p>配置音色类型参考<a href=\"https://www.volcengine.com/docs/6561/162929\" target=\"_blank\">火山TTS文档链接</a><br>\n语音合成音色列表–语音技术-火山引擎<br>\n大模型语音合成音色列表–语音技术-火山引擎</p>\n<div><div class=\"v-md-pre-wrapper copy-code-mode v-md-pre-wrapper- extra-class\"><pre class=\"v-md-prism-\"><code>{\n &quot;TTSType&quot;: &quot;volcengine&quot;, // 必填:String TTS类型\n &quot;AppId&quot; : &quot;xxxxxxxx&quot;, // 必填:String 火山引擎分配的Appid\n &quot;Token&quot; : &quot;TY9d4sQXHxxxxxxx&quot;, // 必填: String类型 火山引擎的访问token\n &quot;Speed&quot; : 1.0, // 可选参数 语速,默认为1.0\n &quot;Volume&quot;: 1.0, // 可选参数, 音量大小, 默认为1.0\n &quot;Cluster&quot; : &quot;volcano_tts&quot;, // 可选参数,业务集群, 默认是 volcano_tts\n &quot;VoiceType&quot; : &quot;zh_male_aojiaobazong_moon_bigtts&quot; // 音色类型, 默认为大模型语音合成的音色。 如果使用普通语音合成,则需要填写对应的音色类型。 音色类型填写错误会导致没有声音。\n}\n</code></pre>\n\n</div></div><ul>\n<li>Azure TTS<br>\n配置请参考<a href=\"https://docs.azure.cn/zh-cn/ai-services/speech-service/speech-synthesis-markup-voice\" target=\"_blank\">AzureTTS文档链接</a></li>\n</ul>\n<div><div class=\"v-md-pre-wrapper copy-code-mode v-md-pre-wrapper- extra-class\"><pre class=\"v-md-prism-\"><code>{\n &quot;TTSType&quot;: &quot;azure&quot;, // 必填:String TTS类型\n &quot;SubscriptionKey&quot;: &quot;xxxxxxxx&quot;, // 必填:String 订阅的Key\n &quot;Region&quot;: &quot;chinanorth3&quot;, // 必填:String 订阅的地区\n &quot;VoiceName&quot;: &quot;zh-CN-XiaoxiaoNeural&quot;, // 必填:String 音色名必填\n &quot;Language&quot;: &quot;zh-CN&quot;, // 必填:String 合成的语言 \n &quot;Rate&quot;: 1 // 选填:float 语速 0.5~2 默认为 1\n}\n</code></pre>\n\n</div></div><ul>\n<li>自定义</li>\n</ul>\n<p>TTS<br>\n具体协议规范请参考<a href=\"https://doc.weixin.qq.com/doc/w3_ANQAiAbdAFwHILbJBmtSqSbV1WZ3L?scode=AJEAIQdfAAo5a1xajYANQAiAbdAFw\" target=\"_blank\">腾讯文档</a></p>\n<div><div class=\"v-md-pre-wrapper copy-code-mode v-md-pre-wrapper- extra-class\"><pre class=\"v-md-prism-\"><code>{\n &quot;TTSType&quot;: &quot;custom&quot;, // String 必填\n &quot;APIKey&quot;: &quot;ApiKey&quot;, // String 必填 用来鉴权\n &quot;APIUrl&quot;: &quot;http://0.0.0.0:8080/stream-audio&quot; // String,必填,TTS API URL\n &quot;AudioFormat&quot;: &quot;wav&quot;, // String, 非必填,期望输出的音频格式,如mp3, ogg_opus,pcm,wav,默认为 wav,目前只支持pcm和wav,\n &quot;SampleRate&quot;: 16000, // Integer,非必填,音频采样率,默认为16000(16k),推荐值为16000\n &quot;AudioChannel&quot;: 1, // Integer,非必填,音频通道数,取值:1 或 2 默认为1 \n}\n</code></pre>\n\n</div></div>",
2489
+ "document": "<p>和VoiceType字段需要选填一个,这里是使用自己自定义的TTS,VoiceType是系统内置的一些音色</p>\n<ul>\n<li>Tencent TTS<br>\n配置请参考<a href=\"https://cloud.tencent.com/document/product/1073/92668#55924b56-1a73-4663-a7a1-a8dd82d6e823\" target=\"_blank\">腾讯云TTS文档链接</a></li>\n</ul>\n<div class=\"v-md-pre-wrapper copy-code-mode v-md-pre-wrapper- extra-class\"><pre class=\"v-md-prism-\"><code>{ \n &quot;TTSType&quot;: &quot;tencent&quot;, // String TTS类型, 目前支持&quot;tencent&quot; 和 “minixmax”, 其他的厂商支持中\n   &quot;AppId&quot;: &quot;您的应用ID&quot;, // String 必填\n   &quot;SecretId&quot;: &quot;您的密钥ID&quot;, // String 必填\n   &quot;SecretKey&quot;: &quot;您的密钥Key&quot;, // String 必填\n   &quot;VoiceType&quot;: 101001, // Integer 必填,音色 ID,包括标准音色与精品音色,精品音色拟真度更高,价格不同于标准音色,请参见语音合成计费概述。完整的音色 ID 列表请参见语音合成音色列表。\n   &quot;Speed&quot;: 1.25, // Integer 非必填,语速,范围:[-2,6],分别对应不同语速: -2: 代表0.6倍 -1: 代表0.8倍 0: 代表1.0倍(默认) 1: 代表1.2倍 2: 代表1.5倍 6: 代表2.5倍 如果需要更细化的语速,可以保留小数点后 2 位,例如0.5/1.25/2.81等。 参数值与实际语速转换,可参考 语速转换\n   &quot;Volume&quot;: 5, // Integer 非必填,音量大小,范围:[0,10],分别对应11个等级的音量,默认值为0,代表正常音量。\n   &quot;PrimaryLanguage&quot;: 1, // Integer 可选 主要语言 1-中文(默认) 2-英文 3-日文\n &quot;FastVoiceType&quot;: &quot;xxxx&quot; // 可选参数, 快速声音复刻的参数 \n  }\n</code></pre>\n </div><ul>\n<li>Minimax TTS<br>\n配置请参考<a href=\"https://platform.minimaxi.com/document/T2A%20V2?key=66719005a427f0c8a5701643\" target=\"_blank\"> Minimax TTS 文档链接</a>。注意 Minimax TTS 存在频率限制,超频可能会导致回答卡顿,<a href=\"https://platform.minimaxi.com/document/Rate%20limits?key=66b19417290299a26b234572\" target=\"_blank\">Minimax TTS频率限制相关文档链接</a>。</li>\n</ul>\n<div class=\"v-md-pre-wrapper copy-code-mode v-md-pre-wrapper- extra-class\"><pre class=\"v-md-prism-\"><code>{\n &quot;TTSType&quot;: &quot;minimax&quot;, // String TTS类型, \n &quot;Model&quot;: &quot;speech-01-turbo&quot;,\n &quot;APIUrl&quot;: &quot;https://api.minimax.chat/v1/t2a_v2&quot;,\n &quot;APIKey&quot;: &quot;eyxxxx&quot;,\n &quot;GroupId&quot;: &quot;181000000000000&quot;,\n &quot;VoiceType&quot;:&quot;female-tianmei-jingpin&quot;,\n &quot;Speed&quot;: 1.2\n}\n</code></pre>\n</div><ul>\n<li>火山 TTS</li>\n</ul>\n<p>配置音色类型参考<a href=\"https://www.volcengine.com/docs/6561/162929\" target=\"_blank\">火山TTS文档链接</a><br>\n语音合成音色列表–语音技术-火山引擎<br>\n大模型语音合成音色列表–语音技术-火山引擎</p>\n<div class=\"v-md-pre-wrapper copy-code-mode v-md-pre-wrapper- extra-class\"><pre class=\"v-md-prism-\"><code>{\n &quot;TTSType&quot;: &quot;volcengine&quot;, // 必填:String TTS类型\n &quot;AppId&quot; : &quot;xxxxxxxx&quot;, // 必填:String 火山引擎分配的Appid\n &quot;Token&quot; : &quot;TY9d4sQXHxxxxxxx&quot;, // 必填: String类型 火山引擎的访问token\n &quot;Speed&quot; : 1.0, // 可选参数 语速,默认为1.0\n &quot;Volume&quot;: 1.0, // 可选参数, 音量大小, 默认为1.0\n &quot;Cluster&quot; : &quot;volcano_tts&quot;, // 可选参数,业务集群, 默认是 volcano_tts\n &quot;VoiceType&quot; : &quot;zh_male_aojiaobazong_moon_bigtts&quot; // 音色类型, 默认为大模型语音合成的音色。 如果使用普通语音合成,则需要填写对应的音色类型。 音色类型填写错误会导致没有声音。\n}\n</code></pre>\n</div><ul>\n<li>Azure TTS<br>\n配置请参考<a href=\"https://docs.azure.cn/zh-cn/ai-services/speech-service/speech-synthesis-markup-voice\" target=\"_blank\">AzureTTS文档链接</a></li>\n</ul>\n<div class=\"v-md-pre-wrapper copy-code-mode v-md-pre-wrapper- extra-class\"><pre class=\"v-md-prism-\"><code>{\n &quot;TTSType&quot;: &quot;azure&quot;, // 必填:String TTS类型\n &quot;SubscriptionKey&quot;: &quot;xxxxxxxx&quot;, // 必填:String 订阅的Key\n &quot;Region&quot;: &quot;chinanorth3&quot;, // 必填:String 订阅的地区\n &quot;VoiceName&quot;: &quot;zh-CN-XiaoxiaoNeural&quot;, // 必填:String 音色名必填\n &quot;Language&quot;: &quot;zh-CN&quot;, // 必填:String 合成的语言 \n &quot;Rate&quot;: 1 // 选填:float 语速 0.5~2 默认为 1\n}\n</code></pre>\n</div><ul>\n<li>自定义TTS</li>\n</ul>\n<p>具体协议规范请参考<a href=\"https://doc.weixin.qq.com/doc/w3_ANQAiAbdAFwHILbJBmtSqSbV1WZ3L?scode=AJEAIQdfAAo5a1xajYANQAiAbdAFw\" target=\"_blank\">腾讯文档</a></p>\n<div class=\"v-md-pre-wrapper copy-code-mode v-md-pre-wrapper- extra-class\"><pre class=\"v-md-prism-\"><code>{\n &quot;TTSType&quot;: &quot;custom&quot;, // String 必填\n &quot;APIKey&quot;: &quot;ApiKey&quot;, // String 必填 用来鉴权\n &quot;APIUrl&quot;: &quot;http://0.0.0.0:8080/stream-audio&quot; // String,必填,TTS API URL\n &quot;AudioFormat&quot;: &quot;wav&quot;, // String, 非必填,期望输出的音频格式,如mp3, ogg_opus,pcm,wav,默认为 wav,目前只支持pcm和wav,\n &quot;SampleRate&quot;: 16000, // Integer,非必填,音频采样率,默认为16000(16k),推荐值为16000\n &quot;AudioChannel&quot;: 1, // Integer,非必填,音频通道数,取值:1 或 2 默认为1 \n}\n</code></pre>\n</div>",
2399
2490
  "example": "{ \"TTSType\": \"azure\", \"SubscriptionKey\": \"xx\", \"Region\": \"chinanorth3\", \"VoiceName\": \"zh-CN-\", \"Language\": \"zh-CN\", \"Rate\": 1 }",
2400
2491
  "member": "string",
2401
2492
  "name": "CustomTTSConfig",
@@ -2476,7 +2567,7 @@
2476
2567
  },
2477
2568
  {
2478
2569
  "disabled": false,
2479
- "document": "合规提示音, \n该参数传true(默认)表示通话开始播放摩斯码,提示对话内容为 AI 生成。\n该参数传false表示关闭合规提示音。该参数传false则代表您知晓并同意以下协议:\n我方充分知悉和理解,根据[《网络安全法》](https://www.gov.cn/xinwen/2016-11/07/content_5129723.htm)[《互联网信息服务深度合成管理规定》](https://www.gov.cn/zhengce/zhengceku/2022-12/12/content_5731431.htm)[《生成式人工智能服务管理暂行办法》](https://www.gov.cn/zhengce/zhengceku/202307/content_6891752.htm)[《人工智能生成合成内容标识办法》](https://www.gov.cn/zhengce/zhengceku/202503/content_7014286.htm)的法律法规的规定,对人工智能生成合成内容应当添加显式标识和隐式标识。我方基于业务需求,请腾讯云对生成合成内容不添加显式标识,我方承诺合法合规使用生成合成内容,避免造成混淆、误认;如果使用生成合成内容对公众提供服务的,或通过网络传播的,我方将自觉主动添加符合法律规定和国家标准要求的显式标识,承担人工智能生成合成内容标识的法律义务。我方未能恰当、合理地履行人工智能内容标识义务造成不良后果的,或遭受主管部门责罚的,相关责任由我方完全承担。",
2570
+ "document": "合规提示音, \n该参数传true(默认)表示通话开始播放摩斯码,提示对话内容为 AI 生成。\n该参数传false表示关闭合规提示音。该参数传false则代表您知晓并同意以下协议:\n我方充分知悉和理解,根据[《网络安全法》](https://www.cac.gov.cn/2016-11/07/c_1119867116.htm)[《互联网信息服务深度合成管理规定》](https://www.gov.cn/zhengce/zhengceku/2022-12/12/content_5731431.htm)[《生成式人工智能服务管理暂行办法》](https://www.gov.cn/zhengce/zhengceku/202307/content_6891752.htm)[《人工智能生成合成内容标识办法》](https://www.gov.cn/zhengce/zhengceku/202503/content_7014286.htm)的法律法规的规定,对人工智能生成合成内容应当添加显式标识和隐式标识。我方基于业务需求,请腾讯云对生成合成内容不添加显式标识,我方承诺合法合规使用生成合成内容,避免造成混淆、误认;如果使用生成合成内容对公众提供服务的,或通过网络传播的,我方将自觉主动添加符合法律规定和国家标准要求的显式标识,承担人工智能生成合成内容标识的法律义务。我方未能恰当、合理地履行人工智能内容标识义务造成不良后果的,或遭受主管部门责罚的,相关责任由我方完全承担。",
2480
2571
  "example": "false",
2481
2572
  "member": "bool",
2482
2573
  "name": "EnableComplianceAudio",
@@ -2696,7 +2787,7 @@
2696
2787
  {
2697
2788
  "disabled": false,
2698
2789
  "document": "被叫号码列表",
2699
- "example": "[008613912341234,008613912341235]",
2790
+ "example": "[\"0086139xxxxxxxx\",\"0086130xxxxxxxxx\"]",
2700
2791
  "member": "string",
2701
2792
  "name": "Callees",
2702
2793
  "required": true,
@@ -2705,7 +2796,7 @@
2705
2796
  {
2706
2797
  "disabled": false,
2707
2798
  "document": "主叫号码列表",
2708
- "example": "[008601012345678]",
2799
+ "example": "[\"0086010xxxxxxxx\"]",
2709
2800
  "member": "string",
2710
2801
  "name": "Callers",
2711
2802
  "required": true,
@@ -2758,8 +2849,8 @@
2758
2849
  },
2759
2850
  {
2760
2851
  "disabled": false,
2761
- "document": "自定义变量(仅高级版支持)",
2762
- "example": "{\"a\":1}",
2852
+ "document": "自定义变量(仅高级版支持),CalleeAttributes 字段中使用相同变量会覆盖此处",
2853
+ "example": "",
2763
2854
  "member": "Variable",
2764
2855
  "name": "Variables",
2765
2856
  "required": false,
@@ -2767,7 +2858,7 @@
2767
2858
  },
2768
2859
  {
2769
2860
  "disabled": false,
2770
- "document": "UUI",
2861
+ "document": "用户自定义数据,CalleeAttributes 字段中使用 UUI 会覆盖此处",
2771
2862
  "example": "foobar",
2772
2863
  "member": "string",
2773
2864
  "name": "UUI",
@@ -2777,7 +2868,7 @@
2777
2868
  {
2778
2869
  "disabled": false,
2779
2870
  "document": "被叫属性",
2780
- "example": "[{\"Callee\":\"foobar\",\"UUI\":\"11\",\"Variables\":{\"foo\":\"bar\"}}]",
2871
+ "example": "",
2781
2872
  "member": "CalleeAttribute",
2782
2873
  "name": "CalleeAttributes",
2783
2874
  "required": false,
@@ -2795,7 +2886,7 @@
2795
2886
  {
2796
2887
  "disabled": false,
2797
2888
  "document": "可用时间段",
2798
- "example": "[{\"StartTime\":\"09:00:00\",\"EndTime\":\"11:30:00\"},{\"StartTime\":\"14:00:00\",\"EndTime\":\"18:00:00\"}]",
2889
+ "example": "",
2799
2890
  "member": "TimeRange",
2800
2891
  "name": "AvailableTime",
2801
2892
  "required": false,
@@ -3283,6 +3374,24 @@
3283
3374
  "name": "Prefix",
3284
3375
  "required": false,
3285
3376
  "type": "string"
3377
+ },
3378
+ {
3379
+ "disabled": false,
3380
+ "document": "国内长途手机前缀码",
3381
+ "example": "0",
3382
+ "member": "string",
3383
+ "name": "MobileNddPrefix",
3384
+ "required": false,
3385
+ "type": "string"
3386
+ },
3387
+ {
3388
+ "disabled": false,
3389
+ "document": "同市固话去掉区号",
3390
+ "example": "false",
3391
+ "member": "bool",
3392
+ "name": "LocalNumberTrimAC",
3393
+ "required": false,
3394
+ "type": "bool"
3286
3395
  }
3287
3396
  ],
3288
3397
  "type": "object"
@@ -3333,7 +3442,7 @@
3333
3442
  {
3334
3443
  "disabled": false,
3335
3444
  "document": "被叫列表,支持 E.164 或不带国家码形式的号码",
3336
- "example": "+8613012345678",
3445
+ "example": "[\"+8613012345678\"]",
3337
3446
  "member": "string",
3338
3447
  "name": "Callees",
3339
3448
  "required": true,
@@ -3342,7 +3451,7 @@
3342
3451
  {
3343
3452
  "disabled": false,
3344
3453
  "document": "主叫列表,使用管理端展示的号码格式",
3345
- "example": "0086075586013388",
3454
+ "example": "[\"0086075586013388\"]",
3346
3455
  "member": "string",
3347
3456
  "name": "Callers",
3348
3457
  "required": true,
@@ -3377,7 +3486,7 @@
3377
3486
  },
3378
3487
  {
3379
3488
  "disabled": false,
3380
- "document": "预期呼损率,百分比,5 - 50",
3489
+ "document": "预期呼损率,百分比,0 - 50",
3381
3490
  "example": "10",
3382
3491
  "member": "int64",
3383
3492
  "name": "ExpectedAbandonRate",
@@ -3432,7 +3541,7 @@
3432
3541
  {
3433
3542
  "disabled": false,
3434
3543
  "document": "自定义变量",
3435
- "example": "[{\"Key\":\"foo\",\"Value\":\"bar\"}]",
3544
+ "example": "",
3436
3545
  "member": "Variable",
3437
3546
  "name": "Variables",
3438
3547
  "required": false,
@@ -3450,7 +3559,7 @@
3450
3559
  {
3451
3560
  "disabled": false,
3452
3561
  "document": "被叫属性",
3453
- "example": "[{\"Callee\":\"13012345678\",\"UUI\":\"foobar\",\"Variables\":[{\"Key\":\"foo\":\"Value\":\"bar\"}]}]",
3562
+ "example": "",
3454
3563
  "member": "CalleeAttribute",
3455
3564
  "name": "CalleeAttributes",
3456
3565
  "required": false,
@@ -3468,7 +3577,7 @@
3468
3577
  {
3469
3578
  "disabled": false,
3470
3579
  "document": "可用时间段",
3471
- "example": "[{\"StartTime\":\"09:00:00\",\"EndTime\":\"11:30:00\"},{\"StartTime\":\"14:00:00\",\"EndTime\":\"18:00:00\"}]",
3580
+ "example": "",
3472
3581
  "member": "TimeRange",
3473
3582
  "name": "AvailableTime",
3474
3583
  "required": false,
@@ -3847,6 +3956,135 @@
3847
3956
  ],
3848
3957
  "type": "object"
3849
3958
  },
3959
+ "DescribeAIAgentInfoListRequest": {
3960
+ "document": "DescribeAIAgentInfoList请求参数结构体",
3961
+ "members": [
3962
+ {
3963
+ "disabled": false,
3964
+ "document": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc",
3965
+ "example": "1400692008",
3966
+ "member": "int64",
3967
+ "name": "SdkAppId",
3968
+ "required": true,
3969
+ "type": "int"
3970
+ },
3971
+ {
3972
+ "disabled": false,
3973
+ "document": "分页尺寸,上限 100",
3974
+ "example": "1",
3975
+ "member": "int64",
3976
+ "name": "PageSize",
3977
+ "required": true,
3978
+ "type": "int"
3979
+ },
3980
+ {
3981
+ "disabled": false,
3982
+ "document": "分页页码,从 0 开始",
3983
+ "example": "5",
3984
+ "member": "int64",
3985
+ "name": "PageNumber",
3986
+ "required": true,
3987
+ "type": "int"
3988
+ }
3989
+ ],
3990
+ "type": "object"
3991
+ },
3992
+ "DescribeAIAgentInfoListResponse": {
3993
+ "document": "DescribeAIAgentInfoList返回参数结构体",
3994
+ "members": [
3995
+ {
3996
+ "disabled": false,
3997
+ "document": "智能体信息列表",
3998
+ "example": "无",
3999
+ "member": "AIAgentInfo",
4000
+ "name": "AIAgentInfoList",
4001
+ "output_required": true,
4002
+ "type": "list",
4003
+ "value_allowed_null": false
4004
+ },
4005
+ {
4006
+ "disabled": false,
4007
+ "document": "智能体总数量",
4008
+ "example": "373",
4009
+ "member": "int64",
4010
+ "name": "TotalCount",
4011
+ "output_required": true,
4012
+ "type": "int",
4013
+ "value_allowed_null": false
4014
+ },
4015
+ {
4016
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
4017
+ "member": "string",
4018
+ "name": "RequestId",
4019
+ "type": "string"
4020
+ }
4021
+ ],
4022
+ "type": "object"
4023
+ },
4024
+ "DescribeAIAnalysisResultRequest": {
4025
+ "document": "DescribeAIAnalysisResult请求参数结构体",
4026
+ "members": [
4027
+ {
4028
+ "disabled": false,
4029
+ "document": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc",
4030
+ "example": "1400000000",
4031
+ "member": "int64",
4032
+ "name": "SdkAppId",
4033
+ "required": true,
4034
+ "type": "int"
4035
+ },
4036
+ {
4037
+ "disabled": false,
4038
+ "document": "会话 ID",
4039
+ "example": "6bb56a09-2787-40bc-80c5-dc6dab783eff",
4040
+ "member": "string",
4041
+ "name": "SessionId",
4042
+ "required": true,
4043
+ "type": "string"
4044
+ },
4045
+ {
4046
+ "disabled": false,
4047
+ "document": "查找起始时间\t",
4048
+ "example": "1737350008",
4049
+ "member": "int64",
4050
+ "name": "StartTime",
4051
+ "required": true,
4052
+ "type": "int"
4053
+ },
4054
+ {
4055
+ "disabled": false,
4056
+ "document": "1737350008",
4057
+ "example": "1737350008",
4058
+ "member": "int64",
4059
+ "name": "EndTime",
4060
+ "required": true,
4061
+ "type": "int"
4062
+ }
4063
+ ],
4064
+ "type": "object"
4065
+ },
4066
+ "DescribeAIAnalysisResultResponse": {
4067
+ "document": "DescribeAIAnalysisResult返回参数结构体",
4068
+ "members": [
4069
+ {
4070
+ "disabled": false,
4071
+ "document": "AI会话分析结果",
4072
+ "example": "无",
4073
+ "member": "AIAnalysisResult",
4074
+ "name": "ResultList",
4075
+ "output_required": false,
4076
+ "type": "list",
4077
+ "value_allowed_null": false
4078
+ },
4079
+ {
4080
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
4081
+ "member": "string",
4082
+ "name": "RequestId",
4083
+ "type": "string"
4084
+ }
4085
+ ],
4086
+ "type": "object"
4087
+ },
3850
4088
  "DescribeAICallExtractResultRequest": {
3851
4089
  "document": "DescribeAICallExtractResult请求参数结构体",
3852
4090
  "members": [
@@ -7503,6 +7741,30 @@
7503
7741
  ],
7504
7742
  "usage": "both"
7505
7743
  },
7744
+ "InvokeLLM": {
7745
+ "document": "调用服务端主动发起请求到LLM",
7746
+ "members": [
7747
+ {
7748
+ "disabled": false,
7749
+ "document": "请求LLM的内容",
7750
+ "example": "今天天气怎么样",
7751
+ "member": "string",
7752
+ "name": "Content",
7753
+ "required": false,
7754
+ "type": "string"
7755
+ },
7756
+ {
7757
+ "disabled": false,
7758
+ "document": "是否允许该文本打断机器人说话",
7759
+ "example": "false",
7760
+ "member": "bool",
7761
+ "name": "Interrupt",
7762
+ "required": false,
7763
+ "type": "bool"
7764
+ }
7765
+ ],
7766
+ "usage": "in"
7767
+ },
7506
7768
  "Message": {
7507
7769
  "document": "单条消息",
7508
7770
  "members": [
@@ -7702,6 +7964,24 @@
7702
7964
  "name": "Prefix",
7703
7965
  "required": false,
7704
7966
  "type": "string"
7967
+ },
7968
+ {
7969
+ "disabled": false,
7970
+ "document": "国内长途手机前缀码",
7971
+ "example": "0",
7972
+ "member": "string",
7973
+ "name": "MobileNddPrefix",
7974
+ "required": false,
7975
+ "type": "string"
7976
+ },
7977
+ {
7978
+ "disabled": false,
7979
+ "document": "同市固话去掉区号",
7980
+ "example": "false",
7981
+ "member": "bool",
7982
+ "name": "LocalNumberTrimAC",
7983
+ "required": false,
7984
+ "type": "bool"
7705
7985
  }
7706
7986
  ],
7707
7987
  "type": "object"
@@ -7963,6 +8243,15 @@
7963
8243
  "name": "OutboundCalleeFormat",
7964
8244
  "required": false,
7965
8245
  "type": "string"
8246
+ },
8247
+ {
8248
+ "disabled": false,
8249
+ "document": "运营商号码",
8250
+ "example": "66660000",
8251
+ "member": "string",
8252
+ "name": "CarrierPhoneNumber",
8253
+ "required": false,
8254
+ "type": "string"
7966
8255
  }
7967
8256
  ],
7968
8257
  "usage": "in"
@@ -9010,6 +9299,168 @@
9010
9299
  ],
9011
9300
  "usage": "both"
9012
9301
  },
9302
+ "SetStaffStatusItem": {
9303
+ "document": "创建 staff 的信息 item",
9304
+ "members": [
9305
+ {
9306
+ "disabled": false,
9307
+ "document": "座席账号",
9308
+ "example": "",
9309
+ "member": "string",
9310
+ "name": "StaffUserId",
9311
+ "required": true,
9312
+ "type": "string"
9313
+ },
9314
+ {
9315
+ "disabled": false,
9316
+ "document": "状态,free 示闲 notReady 示忙 rest 小休\t",
9317
+ "example": "",
9318
+ "member": "string",
9319
+ "name": "Status",
9320
+ "required": true,
9321
+ "type": "string"
9322
+ },
9323
+ {
9324
+ "disabled": false,
9325
+ "document": "如果设置小休状态,这里是原因",
9326
+ "example": "",
9327
+ "member": "string",
9328
+ "name": "Reason",
9329
+ "required": false,
9330
+ "type": "string"
9331
+ }
9332
+ ],
9333
+ "usage": "in"
9334
+ },
9335
+ "SetStaffStatusRequest": {
9336
+ "document": "SetStaffStatus请求参数结构体",
9337
+ "members": [
9338
+ {
9339
+ "disabled": false,
9340
+ "document": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc",
9341
+ "example": "1400692008",
9342
+ "member": "int64",
9343
+ "name": "SdkAppId",
9344
+ "required": true,
9345
+ "type": "int"
9346
+ },
9347
+ {
9348
+ "disabled": false,
9349
+ "document": "设置座席状态列表,最大个数 10",
9350
+ "example": "无",
9351
+ "member": "SetStaffStatusItem",
9352
+ "name": "StaffStatusList",
9353
+ "required": true,
9354
+ "type": "list"
9355
+ }
9356
+ ],
9357
+ "type": "object"
9358
+ },
9359
+ "SetStaffStatusResponse": {
9360
+ "document": "SetStaffStatus返回参数结构体",
9361
+ "members": [
9362
+ {
9363
+ "disabled": false,
9364
+ "document": "设置座席状态应答列表",
9365
+ "example": "无",
9366
+ "member": "SetStaffStatusRspItem",
9367
+ "name": "StaffStatusList",
9368
+ "output_required": false,
9369
+ "type": "list",
9370
+ "value_allowed_null": false
9371
+ },
9372
+ {
9373
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
9374
+ "member": "string",
9375
+ "name": "RequestId",
9376
+ "type": "string"
9377
+ }
9378
+ ],
9379
+ "type": "object"
9380
+ },
9381
+ "SetStaffStatusRspItem": {
9382
+ "document": "设置 staff 状态应答 item",
9383
+ "members": [
9384
+ {
9385
+ "disabled": false,
9386
+ "document": "座席账号",
9387
+ "example": "",
9388
+ "member": "string",
9389
+ "name": "StaffUserId",
9390
+ "output_required": false,
9391
+ "required": false,
9392
+ "type": "string",
9393
+ "value_allowed_null": false
9394
+ },
9395
+ {
9396
+ "disabled": false,
9397
+ "document": "错误码,参考协议整体错误码",
9398
+ "example": "",
9399
+ "member": "string",
9400
+ "name": "ErrorCode",
9401
+ "output_required": false,
9402
+ "required": false,
9403
+ "type": "string",
9404
+ "value_allowed_null": false
9405
+ },
9406
+ {
9407
+ "disabled": false,
9408
+ "document": "错误信息",
9409
+ "example": "",
9410
+ "member": "string",
9411
+ "name": "ErrorMessage",
9412
+ "output_required": false,
9413
+ "required": false,
9414
+ "type": "string",
9415
+ "value_allowed_null": false
9416
+ },
9417
+ {
9418
+ "disabled": false,
9419
+ "document": "当前状态",
9420
+ "example": "",
9421
+ "member": "string",
9422
+ "name": "Status",
9423
+ "output_required": false,
9424
+ "required": false,
9425
+ "type": "string",
9426
+ "value_allowed_null": false
9427
+ },
9428
+ {
9429
+ "disabled": false,
9430
+ "document": "当前状态如果是小休,这里是原因",
9431
+ "example": "",
9432
+ "member": "string",
9433
+ "name": "Reason",
9434
+ "output_required": false,
9435
+ "required": false,
9436
+ "type": "string",
9437
+ "value_allowed_null": false
9438
+ },
9439
+ {
9440
+ "disabled": false,
9441
+ "document": "之前状态",
9442
+ "example": "",
9443
+ "member": "string",
9444
+ "name": "PreviousStatus",
9445
+ "output_required": false,
9446
+ "required": false,
9447
+ "type": "string",
9448
+ "value_allowed_null": false
9449
+ },
9450
+ {
9451
+ "disabled": false,
9452
+ "document": "之前状态如果是小休,这里是原因",
9453
+ "example": "",
9454
+ "member": "string",
9455
+ "name": "PreviousReason",
9456
+ "output_required": false,
9457
+ "required": false,
9458
+ "type": "string",
9459
+ "value_allowed_null": false
9460
+ }
9461
+ ],
9462
+ "usage": "both"
9463
+ },
9013
9464
  "SkillGroupInfoItem": {
9014
9465
  "document": "技能组信息",
9015
9466
  "members": [
@@ -9404,6 +9855,39 @@
9404
9855
  "required": false,
9405
9856
  "type": "string",
9406
9857
  "value_allowed_null": false
9858
+ },
9859
+ {
9860
+ "disabled": false,
9861
+ "document": "小休原因",
9862
+ "example": "会议",
9863
+ "member": "string",
9864
+ "name": "Reason",
9865
+ "output_required": false,
9866
+ "required": false,
9867
+ "type": "string",
9868
+ "value_allowed_null": false
9869
+ },
9870
+ {
9871
+ "disabled": false,
9872
+ "document": "座席邮箱",
9873
+ "example": "101@qq.com",
9874
+ "member": "string",
9875
+ "name": "StaffEmail",
9876
+ "output_required": false,
9877
+ "required": false,
9878
+ "type": "string",
9879
+ "value_allowed_null": false
9880
+ },
9881
+ {
9882
+ "disabled": false,
9883
+ "document": "座席工号",
9884
+ "example": "10001",
9885
+ "member": "string",
9886
+ "name": "StaffNo",
9887
+ "output_required": false,
9888
+ "required": false,
9889
+ "type": "string",
9890
+ "value_allowed_null": false
9407
9891
  }
9408
9892
  ],
9409
9893
  "usage": "both"