tccli-intl-en 3.0.1237.1__py2.py3-none-any.whl → 3.0.1282.1__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (214) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +17 -1
  3. tccli/services/advisor/advisor_client.py +8 -2
  4. tccli/services/aiart/aiart_client.py +4 -1
  5. tccli/services/ams/ams_client.py +16 -4
  6. tccli/services/antiddos/antiddos_client.py +280 -70
  7. tccli/services/apigateway/apigateway_client.py +372 -93
  8. tccli/services/apm/apm_client.py +52 -13
  9. tccli/services/asr/asr_client.py +8 -2
  10. tccli/services/autoscaling/autoscaling_client.py +232 -58
  11. tccli/services/autoscaling/v20180419/api.json +1 -1
  12. tccli/services/batch/batch_client.py +112 -28
  13. tccli/services/bi/bi_client.py +1242 -4
  14. tccli/services/bi/v20220105/api.json +5340 -107
  15. tccli/services/bi/v20220105/examples.json +196 -1
  16. tccli/services/billing/billing_client.py +168 -42
  17. tccli/services/cam/cam_client.py +324 -81
  18. tccli/services/captcha/captcha_client.py +4 -1
  19. tccli/services/car/car_client.py +132 -33
  20. tccli/services/cbs/cbs_client.py +152 -38
  21. tccli/services/ccc/ccc_client.py +732 -98
  22. tccli/services/ccc/v20200210/api.json +1727 -196
  23. tccli/services/ccc/v20200210/examples.json +64 -0
  24. tccli/services/cdb/cdb_client.py +532 -133
  25. tccli/services/cdc/cdc_client.py +80 -20
  26. tccli/services/cdc/v20201214/api.json +2 -2
  27. tccli/services/cdc/v20201214/examples.json +4 -4
  28. tccli/services/cdn/cdn_client.py +176 -44
  29. tccli/services/cdwdoris/cdwdoris_client.py +308 -77
  30. tccli/services/cdwpg/cdwpg_client.py +96 -24
  31. tccli/services/cdz/__init__.py +4 -0
  32. tccli/services/cdz/cdz_client.py +210 -0
  33. tccli/services/cdz/v20221123/api.json +233 -0
  34. tccli/services/cdz/v20221123/examples.json +12 -0
  35. tccli/services/cfg/cfg_client.py +64 -16
  36. tccli/services/cfs/cfs_client.py +156 -39
  37. tccli/services/cfw/cfw_client.py +264 -66
  38. tccli/services/chdfs/chdfs_client.py +116 -29
  39. tccli/services/ciam/ciam_client.py +64 -16
  40. tccli/services/ckafka/ckafka_client.py +575 -77
  41. tccli/services/ckafka/v20190819/api.json +2749 -1470
  42. tccli/services/ckafka/v20190819/examples.json +209 -155
  43. tccli/services/clb/clb_client.py +332 -83
  44. tccli/services/clb/v20180317/api.json +29 -14
  45. tccli/services/cloudaudit/cloudaudit_client.py +72 -18
  46. tccli/services/cls/cls_client.py +348 -87
  47. tccli/services/cmq/cmq_client.py +12 -801
  48. tccli/services/cmq/v20190304/api.json +173 -1367
  49. tccli/services/cmq/v20190304/examples.json +0 -120
  50. tccli/services/config/config_client.py +24 -6
  51. tccli/services/controlcenter/controlcenter_client.py +4 -1
  52. tccli/services/csip/csip_client.py +136 -34
  53. tccli/services/ctsdb/ctsdb_client.py +8 -2
  54. tccli/services/cvm/cvm_client.py +627 -110
  55. tccli/services/cvm/v20170312/api.json +750 -340
  56. tccli/services/cvm/v20170312/examples.json +105 -59
  57. tccli/services/cwp/cwp_client.py +1860 -465
  58. tccli/services/cynosdb/cynosdb_client.py +1749 -439
  59. tccli/services/cynosdb/v20190107/api.json +11763 -7697
  60. tccli/services/cynosdb/v20190107/examples.json +132 -4
  61. tccli/services/dataintegration/dataintegration_client.py +4 -1
  62. tccli/services/dayu/dayu_client.py +412 -103
  63. tccli/services/dbbrain/dbbrain_client.py +168 -42
  64. tccli/services/dc/dc_client.py +72 -18
  65. tccli/services/dcdb/dcdb_client.py +248 -62
  66. tccli/services/dlc/dlc_client.py +756 -111
  67. tccli/services/dlc/v20210125/api.json +637 -13
  68. tccli/services/dlc/v20210125/examples.json +48 -0
  69. tccli/services/dms/dms_client.py +8 -2
  70. tccli/services/dnspod/dnspod_client.py +353 -74
  71. tccli/services/dnspod/v20210323/api.json +196 -0
  72. tccli/services/dnspod/v20210323/examples.json +24 -0
  73. tccli/services/domain/domain_client.py +96 -24
  74. tccli/services/dts/dts_client.py +332 -83
  75. tccli/services/eb/eb_client.py +104 -26
  76. tccli/services/ecdn/ecdn_client.py +60 -15
  77. tccli/services/ecm/ecm_client.py +496 -124
  78. tccli/services/eiam/eiam_client.py +160 -40
  79. tccli/services/emr/emr_client.py +2784 -115
  80. tccli/services/emr/v20190103/api.json +14647 -4756
  81. tccli/services/emr/v20190103/examples.json +408 -40
  82. tccli/services/es/es_client.py +84 -21
  83. tccli/services/facefusion/facefusion_client.py +12 -3
  84. tccli/services/faceid/faceid_client.py +76 -19
  85. tccli/services/faceid/v20180301/api.json +79 -14
  86. tccli/services/faceid/v20180301/examples.json +3 -3
  87. tccli/services/gaap/gaap_client.py +352 -88
  88. tccli/services/gme/gme_client.py +40 -10
  89. tccli/services/gpm/gpm_client.py +72 -18
  90. tccli/services/gse/gse_client.py +88 -22
  91. tccli/services/gwlb/gwlb_client.py +72 -18
  92. tccli/services/iai/iai_client.py +116 -29
  93. tccli/services/iap/iap_client.py +24 -6
  94. tccli/services/ims/ims_client.py +4 -1
  95. tccli/services/intlpartnersmgt/intlpartnersmgt_client.py +168 -42
  96. tccli/services/intlpartnersmgt/v20220928/api.json +11 -11
  97. tccli/services/iotcloud/iotcloud_client.py +80 -20
  98. tccli/services/ip/ip_client.py +24 -6
  99. tccli/services/kms/kms_client.py +272 -68
  100. tccli/services/lcic/lcic_client.py +212 -53
  101. tccli/services/lighthouse/lighthouse_client.py +296 -74
  102. tccli/services/lighthouse/v20200324/api.json +14 -14
  103. tccli/services/lighthouse/v20200324/examples.json +5 -5
  104. tccli/services/live/live_client.py +480 -120
  105. tccli/services/lke/lke_client.py +360 -90
  106. tccli/services/lke/v20231130/api.json +182 -39
  107. tccli/services/lkeap/__init__.py +4 -0
  108. tccli/services/lkeap/lkeap_client.py +546 -0
  109. tccli/services/lkeap/v20240522/api.json +855 -0
  110. tccli/services/lkeap/v20240522/examples.json +72 -0
  111. tccli/services/mariadb/mariadb_client.py +200 -50
  112. tccli/services/mdc/mdc_client.py +72 -18
  113. tccli/services/mdl/mdl_client.py +132 -33
  114. tccli/services/mdl/v20200326/api.json +186 -12
  115. tccli/services/mdl/v20200326/examples.json +16 -16
  116. tccli/services/mdp/mdp_client.py +680 -70
  117. tccli/services/mdp/v20200527/api.json +748 -23
  118. tccli/services/mdp/v20200527/examples.json +143 -79
  119. tccli/services/message/__init__.py +4 -0
  120. tccli/services/message/message_client.py +210 -0
  121. tccli/services/message/v20181225/api.json +72 -0
  122. tccli/services/message/v20181225/examples.json +13 -0
  123. tccli/services/mongodb/mongodb_client.py +340 -29
  124. tccli/services/mongodb/v20190725/api.json +811 -226
  125. tccli/services/mongodb/v20190725/examples.json +54 -22
  126. tccli/services/monitor/monitor_client.py +864 -152
  127. tccli/services/monitor/v20180724/api.json +657 -8
  128. tccli/services/monitor/v20180724/examples.json +152 -4
  129. tccli/services/mps/mps_client.py +592 -92
  130. tccli/services/mps/v20190612/api.json +2931 -399
  131. tccli/services/mps/v20190612/examples.json +64 -14
  132. tccli/services/msp/msp_client.py +28 -7
  133. tccli/services/ocr/ocr_client.py +212 -45
  134. tccli/services/ocr/v20181119/api.json +872 -112
  135. tccli/services/ocr/v20181119/examples.json +12 -4
  136. tccli/services/omics/omics_client.py +80 -20
  137. tccli/services/organization/organization_client.py +464 -116
  138. tccli/services/postgres/postgres_client.py +364 -91
  139. tccli/services/postgres/v20170312/api.json +134 -109
  140. tccli/services/postgres/v20170312/examples.json +14 -14
  141. tccli/services/privatedns/privatedns_client.py +124 -31
  142. tccli/services/pts/pts_client.py +192 -48
  143. tccli/services/quota/__init__.py +4 -0
  144. tccli/services/quota/quota_client.py +434 -0
  145. tccli/services/quota/v20241204/api.json +548 -0
  146. tccli/services/quota/v20241204/examples.json +51 -0
  147. tccli/services/rce/rce_client.py +4 -1
  148. tccli/services/redis/redis_client.py +592 -106
  149. tccli/services/redis/v20180412/api.json +636 -240
  150. tccli/services/redis/v20180412/examples.json +98 -56
  151. tccli/services/region/region_client.py +12 -3
  152. tccli/services/rum/rum_client.py +240 -60
  153. tccli/services/scf/scf_client.py +168 -42
  154. tccli/services/ses/ses_client.py +116 -29
  155. tccli/services/sms/sms_client.py +72 -18
  156. tccli/services/sqlserver/sqlserver_client.py +3772 -387
  157. tccli/services/sqlserver/v20180328/api.json +9760 -3380
  158. tccli/services/sqlserver/v20180328/examples.json +478 -18
  159. tccli/services/ssl/ssl_client.py +152 -38
  160. tccli/services/ssm/ssm_client.py +96 -24
  161. tccli/services/sts/sts_client.py +20 -5
  162. tccli/services/tag/tag_client.py +120 -30
  163. tccli/services/tat/tat_client.py +76 -19
  164. tccli/services/tbaas/tbaas_client.py +16 -4
  165. tccli/services/tcaplusdb/tcaplusdb_client.py +208 -52
  166. tccli/services/tcaplusdb/v20190823/api.json +836 -760
  167. tccli/services/tcaplusdb/v20190823/examples.json +3 -3
  168. tccli/services/tchd/tchd_client.py +4 -1
  169. tccli/services/tcmpp/tcmpp_client.py +416 -104
  170. tccli/services/tcr/tcr_client.py +304 -76
  171. tccli/services/tcsas/tcsas_client.py +236 -59
  172. tccli/services/tcsas/v20250106/api.json +155 -79
  173. tccli/services/tcsas/v20250106/examples.json +3 -3
  174. tccli/services/tcss/tcss_client.py +1320 -330
  175. tccli/services/tdid/tdid_client.py +192 -48
  176. tccli/services/tdmq/tdmq_client.py +376 -94
  177. tccli/services/tem/tem_client.py +224 -56
  178. tccli/services/teo/teo_client.py +1127 -245
  179. tccli/services/teo/v20220901/api.json +382 -58
  180. tccli/services/teo/v20220901/examples.json +24 -0
  181. tccli/services/tione/__init__.py +4 -0
  182. tccli/services/tione/tione_client.py +210 -0
  183. tccli/services/tione/v20211111/api.json +3074 -0
  184. tccli/services/tione/v20211111/examples.json +12 -0
  185. tccli/services/tiw/tiw_client.py +204 -51
  186. tccli/services/tke/tke_client.py +552 -138
  187. tccli/services/tms/tms_client.py +4 -1
  188. tccli/services/tmt/tmt_client.py +4 -1
  189. tccli/services/trabbit/trabbit_client.py +116 -29
  190. tccli/services/trro/trro_client.py +76 -19
  191. tccli/services/trtc/trtc_client.py +420 -55
  192. tccli/services/trtc/v20190722/api.json +685 -23
  193. tccli/services/trtc/v20190722/examples.json +39 -7
  194. tccli/services/tts/tts_client.py +4 -1
  195. tccli/services/vclm/vclm_client.py +8 -2
  196. tccli/services/vm/vm_client.py +16 -4
  197. tccli/services/vod/v20180717/examples.json +1 -1
  198. tccli/services/vod/vod_client.py +716 -179
  199. tccli/services/vpc/v20170312/api.json +970 -75
  200. tccli/services/vpc/v20170312/examples.json +106 -10
  201. tccli/services/vpc/vpc_client.py +1876 -361
  202. tccli/services/waf/v20180125/api.json +1372 -194
  203. tccli/services/waf/v20180125/examples.json +89 -1
  204. tccli/services/waf/waf_client.py +1051 -147
  205. tccli/services/wedata/v20250806/api.json +13644 -0
  206. tccli/services/wedata/v20250806/examples.json +621 -0
  207. tccli/services/wedata/wedata_client.py +5830 -1026
  208. tccli/services/yunjing/yunjing_client.py +284 -71
  209. {tccli_intl_en-3.0.1237.1.dist-info → tccli_intl_en-3.0.1282.1.dist-info}/METADATA +4 -7
  210. {tccli_intl_en-3.0.1237.1.dist-info → tccli_intl_en-3.0.1282.1.dist-info}/RECORD +214 -192
  211. {tccli_intl_en-3.0.1237.1.dist-info → tccli_intl_en-3.0.1282.1.dist-info}/WHEEL +1 -1
  212. {tccli_intl_en-3.0.1237.1.dist-info → tccli_intl_en-3.0.1282.1.dist-info}/entry_points.txt +0 -1
  213. {tccli_intl_en-3.0.1237.1.dist-info → tccli_intl_en-3.0.1282.1.dist-info}/LICENSE +0 -0
  214. {tccli_intl_en-3.0.1237.1.dist-info → tccli_intl_en-3.0.1282.1.dist-info}/top_level.txt +0 -0
@@ -14,6 +14,13 @@
14
14
  "output": "AbortPredictiveDialingCampaignResponse",
15
15
  "status": "online"
16
16
  },
17
+ "BindNumberCallInInterface": {
18
+ "document": "This API is used to bind a number to a callback API for incoming calls.",
19
+ "input": "BindNumberCallInInterfaceRequest",
20
+ "name": "Bind number call callback API",
21
+ "output": "BindNumberCallInInterfaceResponse",
22
+ "status": "online"
23
+ },
17
24
  "BindNumberCallOutSkillGroup": {
18
25
  "document": "This API is used to bind outbound skill group of number.",
19
26
  "input": "BindNumberCallOutSkillGroupRequest",
@@ -28,6 +35,13 @@
28
35
  "output": "BindStaffSkillGroupListResponse",
29
36
  "status": "online"
30
37
  },
38
+ "ControlAIConversation": {
39
+ "document": "This API is used to provide server-side robot control feature.",
40
+ "input": "ControlAIConversationRequest",
41
+ "name": "Control AI conversation",
42
+ "output": "ControlAIConversationResponse",
43
+ "status": "online"
44
+ },
31
45
  "CreateAIAgentCall": {
32
46
  "document": "This API is used to initiate outbound calls using an AI model, limited to owned phone numbers only. Currently, a limited-time free trial of Advanced Agents is available.\n\nBefore initiating a call, please ensure your AI model is compatible with OpenAI, Azure, or Minimax protocols, and visit the model provider's website to obtain relevant authentication information. For detailed feature descriptions, please refer to the documentation [Tencent Cloud Contact Center AI Call Platform](https://www.tencentcloud.com/document/product/1229/70681).",
33
47
  "input": "CreateAIAgentCallRequest",
@@ -38,7 +52,7 @@
38
52
  "CreateAICall": {
39
53
  "document": "Used to make outbound calls by invoking AI models, limited to the use of proprietary phone numbers. Currently, the Advanced version seats are available for a **limited time** free trial.\n\nBefore initiating a call, please ensure your AI model is compatible with OpenAI, Azure, or Minimax protocols, and visit the model provider's website to obtain relevant authentication information. For detailed feature descriptions, please refer to the documentation [Tencent Cloud Contact Center AI Call Platform](https://www.tencentcloud.com/document/product/1229/66889).",
40
54
  "input": "CreateAICallRequest",
41
- "name": "Creates an AI call",
55
+ "name": "Create AI call",
42
56
  "output": "CreateAICallResponse",
43
57
  "status": "online"
44
58
  },
@@ -119,6 +133,13 @@
119
133
  "output": "CreateStaffResponse",
120
134
  "status": "online"
121
135
  },
136
+ "CreateUserSig": {
137
+ "document": "This API is used to create a user data signature.",
138
+ "input": "CreateUserSigRequest",
139
+ "name": "Create user data signing",
140
+ "output": "CreateUserSigResponse",
141
+ "status": "online"
142
+ },
122
143
  "DeleteCCCSkillGroup": {
123
144
  "document": "This API is used to delete a skill group.",
124
145
  "input": "DeleteCCCSkillGroupRequest",
@@ -147,6 +168,20 @@
147
168
  "output": "DeleteStaffResponse",
148
169
  "status": "online"
149
170
  },
171
+ "DescribeAIAgentInfoList": {
172
+ "document": "This API is used to get the list of Intelligent Agents.",
173
+ "input": "DescribeAIAgentInfoListRequest",
174
+ "name": "Retrieve the intelligent agent information list",
175
+ "output": "DescribeAIAgentInfoListResponse",
176
+ "status": "online"
177
+ },
178
+ "DescribeAIAnalysisResult": {
179
+ "document": "This API is used to obtain AI Conversation Analytics results.",
180
+ "input": "DescribeAIAnalysisResultRequest",
181
+ "name": "Query AI conversation analysis result",
182
+ "output": "DescribeAIAnalysisResultResponse",
183
+ "status": "online"
184
+ },
150
185
  "DescribeAICallExtractResult": {
151
186
  "document": "Obtain AI call content extraction result",
152
187
  "input": "DescribeAICallExtractResultRequest",
@@ -259,6 +294,13 @@
259
294
  "output": "DescribeProtectedTelCdrResponse",
260
295
  "status": "online"
261
296
  },
297
+ "DescribeSessionDetail": {
298
+ "document": "This API is used to query call detail.",
299
+ "input": "DescribeSessionDetailRequest",
300
+ "name": "Query call detail",
301
+ "output": "DescribeSessionDetailResponse",
302
+ "status": "online"
303
+ },
262
304
  "DescribeSkillGroupInfoList": {
263
305
  "document": "This API is used to access the skill group information list.",
264
306
  "input": "DescribeSkillGroupInfoListRequest",
@@ -273,6 +315,13 @@
273
315
  "output": "DescribeStaffInfoListResponse",
274
316
  "status": "online"
275
317
  },
318
+ "DescribeStaffStatusHistory": {
319
+ "document": "This API is used to query agent status history.",
320
+ "input": "DescribeStaffStatusHistoryRequest",
321
+ "name": "Query agent status history",
322
+ "output": "DescribeStaffStatusHistoryResponse",
323
+ "status": "online"
324
+ },
276
325
  "DescribeStaffStatusMetrics": {
277
326
  "document": "This API is used to access the real-time status statistics metrics of the agent.",
278
327
  "input": "DescribeStaffStatusMetricsRequest",
@@ -385,6 +434,13 @@
385
434
  "output": "ResumePredictiveDialingCampaignResponse",
386
435
  "status": "online"
387
436
  },
437
+ "SetStaffStatus": {
438
+ "document": "This API is used to set staff status.",
439
+ "input": "SetStaffStatusRequest",
440
+ "name": "Set staff status",
441
+ "output": "SetStaffStatusResponse",
442
+ "status": "online"
443
+ },
388
444
  "StopAutoCalloutTask": {
389
445
  "document": "This API is used to stop the automatic outbound call task.",
390
446
  "input": "StopAutoCalloutTaskRequest",
@@ -441,6 +497,58 @@
441
497
  "serviceShortName": "ccc"
442
498
  },
443
499
  "objects": {
500
+ "AIAgentInfo": {
501
+ "document": "Intelligent agent info.",
502
+ "members": [
503
+ {
504
+ "disabled": false,
505
+ "document": "Intelligent agent ID.",
506
+ "example": "69",
507
+ "member": "uint64",
508
+ "name": "AIAgentId",
509
+ "output_required": true,
510
+ "type": "int",
511
+ "value_allowed_null": false
512
+ },
513
+ {
514
+ "disabled": false,
515
+ "document": "Intelligent agent name.",
516
+ "example": "新智能体",
517
+ "member": "string",
518
+ "name": "AIAgentName",
519
+ "output_required": true,
520
+ "type": "string",
521
+ "value_allowed_null": false
522
+ }
523
+ ],
524
+ "usage": "out"
525
+ },
526
+ "AIAnalysisResult": {
527
+ "document": "AI conversation analytics result.",
528
+ "members": [
529
+ {
530
+ "disabled": false,
531
+ "document": "Summary: describes the session summary.\nmood: specifies the emotion analysis.\nintention extraction.",
532
+ "example": "summary",
533
+ "member": "string",
534
+ "name": "Type",
535
+ "output_required": true,
536
+ "type": "string",
537
+ "value_allowed_null": false
538
+ },
539
+ {
540
+ "disabled": false,
541
+ "document": "AI session analysis result.",
542
+ "example": "会话小结结果",
543
+ "member": "string",
544
+ "name": "Result",
545
+ "output_required": true,
546
+ "type": "string",
547
+ "value_allowed_null": false
548
+ }
549
+ ],
550
+ "usage": "out"
551
+ },
444
552
  "AICallExtractConfigElement": {
445
553
  "document": "AI call extraction configuration item.",
446
554
  "members": [
@@ -627,6 +735,16 @@
627
735
  "type": "int",
628
736
  "value_allowed_null": false
629
737
  },
738
+ {
739
+ "disabled": false,
740
+ "document": "llm first token latency (ms).",
741
+ "example": "100",
742
+ "member": "int64",
743
+ "name": "LLMFirstTokenLatency",
744
+ "output_required": false,
745
+ "type": "int",
746
+ "value_allowed_null": false
747
+ },
630
748
  {
631
749
  "disabled": false,
632
750
  "document": "End-To-End delay (ms).",
@@ -1051,6 +1169,60 @@
1051
1169
  ],
1052
1170
  "usage": "out"
1053
1171
  },
1172
+ "BindNumberCallInInterfaceRequest": {
1173
+ "document": "BindNumberCallInInterface request structure.",
1174
+ "members": [
1175
+ {
1176
+ "disabled": false,
1177
+ "document": "App ID (required). can be used to view https://console.cloud.tencent.com/ccc.",
1178
+ "example": "1400000000",
1179
+ "member": "uint64",
1180
+ "name": "SdkAppId",
1181
+ "required": true,
1182
+ "type": "int"
1183
+ },
1184
+ {
1185
+ "disabled": false,
1186
+ "document": "Number to be bound.",
1187
+ "example": "\"0086075512345678\"",
1188
+ "member": "string",
1189
+ "name": "Number",
1190
+ "required": true,
1191
+ "type": "string"
1192
+ },
1193
+ {
1194
+ "disabled": false,
1195
+ "document": "Specifies the callback url to be bound.",
1196
+ "example": "无",
1197
+ "member": "Interface",
1198
+ "name": "CallInInterface",
1199
+ "required": false,
1200
+ "type": "object"
1201
+ },
1202
+ {
1203
+ "disabled": false,
1204
+ "document": "Bind number type. specifies the type of the bind number. inner: internal number | number: line number.",
1205
+ "example": "number",
1206
+ "member": "string",
1207
+ "name": "NumberType",
1208
+ "required": false,
1209
+ "type": "string"
1210
+ }
1211
+ ],
1212
+ "type": "object"
1213
+ },
1214
+ "BindNumberCallInInterfaceResponse": {
1215
+ "document": "BindNumberCallInInterface response structure.",
1216
+ "members": [
1217
+ {
1218
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
1219
+ "member": "string",
1220
+ "name": "RequestId",
1221
+ "type": "string"
1222
+ }
1223
+ ],
1224
+ "type": "object"
1225
+ },
1054
1226
  "BindNumberCallOutSkillGroupRequest": {
1055
1227
  "document": "BindNumberCallOutSkillGroup request structure.",
1056
1228
  "members": [
@@ -1344,7 +1516,7 @@
1344
1516
  {
1345
1517
  "disabled": false,
1346
1518
  "document": "Called number.",
1347
- "example": "008613012345678",
1519
+ "example": "0086130xxxxxxxx",
1348
1520
  "member": "string",
1349
1521
  "name": "Callee",
1350
1522
  "required": true,
@@ -1362,7 +1534,7 @@
1362
1534
  {
1363
1535
  "disabled": false,
1364
1536
  "document": "Parameter.",
1365
- "example": "{\"foo\":\"bar\"}",
1537
+ "example": "",
1366
1538
  "member": "Variable",
1367
1539
  "name": "Variables",
1368
1540
  "required": false,
@@ -1371,6 +1543,95 @@
1371
1543
  ],
1372
1544
  "usage": "in"
1373
1545
  },
1546
+ "ClientInfo": {
1547
+ "document": "Terminal information of the logged-in agent.",
1548
+ "members": [
1549
+ {
1550
+ "disabled": false,
1551
+ "document": "Endpoint type for login. \"Web\" means Web workbench. \"WeChatMiniProgram\" refers to wechat mini program.",
1552
+ "example": "Web",
1553
+ "member": "string",
1554
+ "name": "ClientType",
1555
+ "output_required": false,
1556
+ "type": "string",
1557
+ "value_allowed_null": false
1558
+ },
1559
+ {
1560
+ "disabled": false,
1561
+ "document": "Whether the currently logged-in endpoint is in the foreground. if the endpoint is Web, the value is true. if the endpoint is WeChatMiniProgram, true indicates the wechat mini program is open, and false indicates it is in the background.",
1562
+ "example": "true",
1563
+ "member": "bool",
1564
+ "name": "IsConnected",
1565
+ "output_required": false,
1566
+ "type": "bool",
1567
+ "value_allowed_null": false
1568
+ }
1569
+ ],
1570
+ "usage": "out"
1571
+ },
1572
+ "ControlAIConversationRequest": {
1573
+ "document": "ControlAIConversation request structure.",
1574
+ "members": [
1575
+ {
1576
+ "disabled": false,
1577
+ "document": "Specifies the session ID.",
1578
+ "example": "7cb26a84-83b2-42d8-a19b-7dae78e9b78e",
1579
+ "member": "string",
1580
+ "name": "SessionId",
1581
+ "required": true,
1582
+ "type": "string"
1583
+ },
1584
+ {
1585
+ "disabled": false,
1586
+ "document": "App ID (required). can be used to view https://console.cloud.tencent.com/ccc.",
1587
+ "example": "1400000000",
1588
+ "member": "int64",
1589
+ "name": "SdkAppId",
1590
+ "required": true,
1591
+ "type": "int"
1592
+ },
1593
+ {
1594
+ "disabled": false,
1595
+ "document": "Control command. currently supported commands are as follows:.\n\n-ServerPushText. specifies the text sent by the server to the AI robot for broadcast.\n-InvokeLLM. specifies the server sends text to the large model to trigger a dialogue.",
1596
+ "example": "ServerPushText",
1597
+ "member": "string",
1598
+ "name": "Command",
1599
+ "required": false,
1600
+ "type": "string"
1601
+ },
1602
+ {
1603
+ "disabled": false,
1604
+ "document": "Specifies the server-sent broadcast text Command. required when Command is ServerPushText.",
1605
+ "example": "无",
1606
+ "member": "ServerPushText",
1607
+ "name": "ServerPushText",
1608
+ "required": false,
1609
+ "type": "object"
1610
+ },
1611
+ {
1612
+ "disabled": false,
1613
+ "document": "The server sends a Command to proactively request the large model. when Command is InvokeLLM, it sends the content to the large model and adds X-Invoke-LLM=\"1\" to the header.",
1614
+ "example": "无",
1615
+ "member": "InvokeLLM",
1616
+ "name": "InvokeLLM",
1617
+ "required": false,
1618
+ "type": "object"
1619
+ }
1620
+ ],
1621
+ "type": "object"
1622
+ },
1623
+ "ControlAIConversationResponse": {
1624
+ "document": "ControlAIConversation response structure.",
1625
+ "members": [
1626
+ {
1627
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
1628
+ "member": "string",
1629
+ "name": "RequestId",
1630
+ "type": "string"
1631
+ }
1632
+ ],
1633
+ "type": "object"
1634
+ },
1374
1635
  "CreateAIAgentCallRequest": {
1375
1636
  "document": "CreateAIAgentCall request structure.",
1376
1637
  "members": [
@@ -1468,7 +1729,7 @@
1468
1729
  {
1469
1730
  "disabled": false,
1470
1731
  "document": "Called number.",
1471
- "example": "008613012345678",
1732
+ "example": "0086xxx",
1472
1733
  "member": "string",
1473
1734
  "name": "Callee",
1474
1735
  "required": true,
@@ -1531,7 +1792,7 @@
1531
1792
  {
1532
1793
  "disabled": false,
1533
1794
  "document": "Caller number list",
1534
- "example": "[008613912341234, 008613912341235]",
1795
+ "example": "[\"string\"]",
1535
1796
  "member": "string",
1536
1797
  "name": "Callers",
1537
1798
  "required": false,
@@ -1557,7 +1818,7 @@
1557
1818
  },
1558
1819
  {
1559
1820
  "disabled": false,
1560
- "document": "0: interruptible by default, 1: high priority and not interruptible.",
1821
+ "document": "0: interruptible by default, 2: high priority non-interruptible.",
1561
1822
  "example": "0",
1562
1823
  "member": "int64",
1563
1824
  "name": "WelcomeMessagePriority",
@@ -1675,7 +1936,7 @@
1675
1936
  {
1676
1937
  "disabled": true,
1677
1938
  "document": "Prompt word variable.",
1678
- "example": "[{\"Key\":\"foo\",\"Value\":\"bar\"}]",
1939
+ "example": "",
1679
1940
  "member": "Variable",
1680
1941
  "name": "PromptVariables",
1681
1942
  "required": false,
@@ -1693,7 +1954,7 @@
1693
1954
  {
1694
1955
  "disabled": false,
1695
1956
  "document": "Call content extraction configuration.",
1696
- "example": "[{\"InfoType\": \"Boolean\", \"InfoName\": \"兴趣\", \"InfoContent\": \"用户是否对产品感兴趣\"}]",
1957
+ "example": "",
1697
1958
  "member": "AICallExtractConfigElement",
1698
1959
  "name": "ExtractConfig",
1699
1960
  "required": false,
@@ -1702,7 +1963,7 @@
1702
1963
  {
1703
1964
  "disabled": false,
1704
1965
  "document": "Model temperature control.",
1705
- "example": "0",
1966
+ "example": "0.1",
1706
1967
  "member": "float",
1707
1968
  "name": "Temperature",
1708
1969
  "required": false,
@@ -1711,11 +1972,47 @@
1711
1972
  {
1712
1973
  "disabled": false,
1713
1974
  "document": "Common variable: <p>prompt content variable</p> <p>welcome message variable</p> <p>welcome message delay playback (in seconds): welcome-message-delay</p> <p>dify variable</p>. \n\ndify-inputs-xxx specifies the inputs variable for dify.\n2. the dify-inputs-user specifies the user value for dify.\n3. dify-inputs-conversation_id is the conversation_id value of dify.",
1714
- "example": "[{\"Key\":\"foo\",\"Value\":\"bar\"}]",
1975
+ "example": "",
1715
1976
  "member": "Variable",
1716
1977
  "name": "Variables",
1717
1978
  "required": false,
1718
1979
  "type": "list"
1980
+ },
1981
+ {
1982
+ "disabled": false,
1983
+ "document": "Specifies the model topP.",
1984
+ "example": "0.8",
1985
+ "member": "float",
1986
+ "name": "TopP",
1987
+ "required": false,
1988
+ "type": "float"
1989
+ },
1990
+ {
1991
+ "disabled": false,
1992
+ "document": "The vad far-field voice suppression capacity (does not impact asr recognition performance). value range: [0, 3]. default is 0. recommended setting: 2 for better far-field voice suppression.",
1993
+ "example": "1",
1994
+ "member": "uint64",
1995
+ "name": "VadLevel",
1996
+ "required": false,
1997
+ "type": "int"
1998
+ },
1999
+ {
2000
+ "disabled": false,
2001
+ "document": "Transition.",
2002
+ "example": "无",
2003
+ "member": "ToneWordInfo",
2004
+ "name": "ToneWord",
2005
+ "required": false,
2006
+ "type": "object"
2007
+ },
2008
+ {
2009
+ "disabled": false,
2010
+ "document": "Compliance prompt sound. \nThis parameter specifies whether to play morse code during call initiation (default: true), indicating the conversation content is AI-generated.\nThis parameter signifies disabled when set to false. the parameter indicates you understand and agree to the following protocol:.\nOur side fully acknowledges and understands that according to the laws and regulations including the \"cybersecurity law\" (https://www.gov.cn/xinwen/2016-11/07/content_5129723.htm), \"provision on administration of deep synthesis of internet-based information service\" (https://www.gov.cn/zhengce/zhengceku/2022-12/12/content_5731431.htm), \"interim measures for the management of generative artificial intelligence services\" (https://www.gov.cn/zhengce/zhengceku/202307/content_6891752.htm), and \"measures for the identification of artificial intelligence-generated synthetic content\" (https://www.gov.cn/zhengce/zhengceku/202503/content_7014286.htm), explicit and implicit identification shall be added to ai-generated synthetic content. based on business needs, we request tencent cloud not to add explicit identification to generated synthetic content. we commit to lawful and compliant use of such content to avoid confusion or misunderstanding. if the ai-generated synthetic content is used to provide services to the public or spread over networks, we will proactively add explicit identification compliant with legal provisions and national standard requirements and bear the legal obligations for ai-generated synthetic content identification. if we fail to properly fulfill the identification obligations for ai-generated content, resulting in adverse consequences or penalties from the competent department, we will fully assume all related responsibilities.",
2011
+ "example": "false",
2012
+ "member": "bool",
2013
+ "name": "EnableComplianceAudio",
2014
+ "required": false,
2015
+ "type": "bool"
1719
2016
  }
1720
2017
  ],
1721
2018
  "type": "object"
@@ -1930,7 +2227,7 @@
1930
2227
  {
1931
2228
  "disabled": false,
1932
2229
  "document": "List of called numbers.",
1933
- "example": "[008613912341234,008613912341235]",
2230
+ "example": "[\"0086139xxxxxxxx\",\"0086130xxxxxxxxx\"]",
1934
2231
  "member": "string",
1935
2232
  "name": "Callees",
1936
2233
  "required": true,
@@ -1939,7 +2236,7 @@
1939
2236
  {
1940
2237
  "disabled": false,
1941
2238
  "document": "List of calling numbers.",
1942
- "example": "[008601012345678]",
2239
+ "example": "[\"0086010xxxxxxxx\"]",
1943
2240
  "member": "string",
1944
2241
  "name": "Callers",
1945
2242
  "required": true,
@@ -1992,8 +2289,8 @@
1992
2289
  },
1993
2290
  {
1994
2291
  "disabled": false,
1995
- "document": "Custom variables (supported only in advanced versions).",
1996
- "example": "{\"a\":1}",
2292
+ "document": "Custom variable (advanced edition support). using the same variable in the CalleeAttributes field will overwrite here.",
2293
+ "example": "",
1997
2294
  "member": "Variable",
1998
2295
  "name": "Variables",
1999
2296
  "required": false,
@@ -2001,7 +2298,7 @@
2001
2298
  },
2002
2299
  {
2003
2300
  "disabled": false,
2004
- "document": "UUI",
2301
+ "document": "User-Defined data. specifies that using UUI in the CalleeAttributes field will overwrite here.",
2005
2302
  "example": "foobar",
2006
2303
  "member": "string",
2007
2304
  "name": "UUI",
@@ -2011,7 +2308,7 @@
2011
2308
  {
2012
2309
  "disabled": false,
2013
2310
  "document": "Property of the called.",
2014
- "example": "[{\"Callee\":\"foobar\",\"UUI\":\"11\",\"Variables\":{\"foo\":\"bar\"}}]",
2311
+ "example": "",
2015
2312
  "member": "CalleeAttribute",
2016
2313
  "name": "CalleeAttributes",
2017
2314
  "required": false,
@@ -2029,7 +2326,7 @@
2029
2326
  {
2030
2327
  "disabled": false,
2031
2328
  "document": "Available time period.",
2032
- "example": "[{\"StartTime\":\"09:00:00\",\"EndTime\":\"11:30:00\"},{\"StartTime\":\"14:00:00\",\"EndTime\":\"18:00:00\"}]",
2329
+ "example": "",
2033
2330
  "member": "TimeRange",
2034
2331
  "name": "AvailableTime",
2035
2332
  "required": false,
@@ -2416,6 +2713,24 @@
2416
2713
  "name": "Prefix",
2417
2714
  "required": false,
2418
2715
  "type": "string"
2716
+ },
2717
+ {
2718
+ "disabled": false,
2719
+ "document": "Domestic long-distance mobile phone prefix.",
2720
+ "example": "0",
2721
+ "member": "string",
2722
+ "name": "MobileNddPrefix",
2723
+ "required": false,
2724
+ "type": "string"
2725
+ },
2726
+ {
2727
+ "disabled": false,
2728
+ "document": "Removes the area code for local calls.",
2729
+ "example": "false",
2730
+ "member": "bool",
2731
+ "name": "LocalNumberTrimAC",
2732
+ "required": false,
2733
+ "type": "bool"
2419
2734
  }
2420
2735
  ],
2421
2736
  "type": "object"
@@ -2466,7 +2781,7 @@
2466
2781
  {
2467
2782
  "disabled": false,
2468
2783
  "document": "Called list supporting e.164 or number formats without country code.",
2469
- "example": "+8613012345678",
2784
+ "example": "[\"+8613012345678\"]",
2470
2785
  "member": "string",
2471
2786
  "name": "Callees",
2472
2787
  "required": true,
@@ -2475,7 +2790,7 @@
2475
2790
  {
2476
2791
  "disabled": false,
2477
2792
  "document": "Calling list using the number formats displayed on the management side.",
2478
- "example": "0086075586013388",
2793
+ "example": "[\"0086075586013388\"]",
2479
2794
  "member": "string",
2480
2795
  "name": "Callers",
2481
2796
  "required": true,
@@ -2510,7 +2825,7 @@
2510
2825
  },
2511
2826
  {
2512
2827
  "disabled": false,
2513
- "document": "Expected call drop rate, percentage, 5 - 50.",
2828
+ "document": "Expected call drop rate. value range: 0-50%.",
2514
2829
  "example": "10",
2515
2830
  "member": "int64",
2516
2831
  "name": "ExpectedAbandonRate",
@@ -2565,7 +2880,7 @@
2565
2880
  {
2566
2881
  "disabled": false,
2567
2882
  "document": "Custom variable.",
2568
- "example": "[{\"Key\":\"foo\",\"Value\":\"bar\"}]",
2883
+ "example": "",
2569
2884
  "member": "Variable",
2570
2885
  "name": "Variables",
2571
2886
  "required": false,
@@ -2583,7 +2898,7 @@
2583
2898
  {
2584
2899
  "disabled": false,
2585
2900
  "document": "Property of the called.",
2586
- "example": "[{\"Callee\":\"13012345678\",\"UUI\":\"foobar\",\"Variables\":[{\"Key\":\"foo\":\"Value\":\"bar\"}]}]",
2901
+ "example": "",
2587
2902
  "member": "CalleeAttribute",
2588
2903
  "name": "CalleeAttributes",
2589
2904
  "required": false,
@@ -2601,7 +2916,7 @@
2601
2916
  {
2602
2917
  "disabled": false,
2603
2918
  "document": "Value range of available time.",
2604
- "example": "[{\"StartTime\":\"09:00:00\",\"EndTime\":\"11:30:00\"},{\"StartTime\":\"14:00:00\",\"EndTime\":\"18:00:00\"}]",
2919
+ "example": "",
2605
2920
  "member": "TimeRange",
2606
2921
  "name": "AvailableTime",
2607
2922
  "required": false,
@@ -2762,37 +3077,101 @@
2762
3077
  ],
2763
3078
  "type": "object"
2764
3079
  },
2765
- "DeleteCCCSkillGroupRequest": {
2766
- "document": "DeleteCCCSkillGroup request structure.",
3080
+ "CreateUserSigRequest": {
3081
+ "document": "CreateUserSig request structure.",
2767
3082
  "members": [
2768
3083
  {
2769
3084
  "disabled": false,
2770
- "document": "App ID (required), which can be viewed at https://console.cloud.tencent.com/ccc.",
3085
+ "document": "App ID (required). can be used to view https://console.cloud.tencent.com/ccc.",
2771
3086
  "example": "1400000000",
2772
- "member": "uint64",
3087
+ "member": "int64",
2773
3088
  "name": "SdkAppId",
2774
3089
  "required": true,
2775
3090
  "type": "int"
2776
3091
  },
2777
3092
  {
2778
3093
  "disabled": false,
2779
- "document": "Skill group ID.",
2780
- "example": "58832",
3094
+ "document": "User ID, must be consistent with the Uid value in the ClientData field.",
3095
+ "example": "foo",
3096
+ "member": "string",
3097
+ "name": "Uid",
3098
+ "required": true,
3099
+ "type": "string"
3100
+ },
3101
+ {
3102
+ "disabled": false,
3103
+ "document": "Valid period, in seconds, no more than 1 hr.",
3104
+ "example": "3600",
2781
3105
  "member": "int64",
2782
- "name": "SkillGroupId",
3106
+ "name": "ExpiredTime",
2783
3107
  "required": true,
2784
3108
  "type": "int"
3109
+ },
3110
+ {
3111
+ "disabled": false,
3112
+ "document": "Signature data of the user. required field. standard JSON format.",
3113
+ "example": "参考下文示例",
3114
+ "member": "string",
3115
+ "name": "ClientData",
3116
+ "required": false,
3117
+ "type": "string"
2785
3118
  }
2786
3119
  ],
2787
3120
  "type": "object"
2788
3121
  },
2789
- "DeleteCCCSkillGroupResponse": {
2790
- "document": "DeleteCCCSkillGroup response structure.",
3122
+ "CreateUserSigResponse": {
3123
+ "document": "CreateUserSig response structure.",
2791
3124
  "members": [
2792
3125
  {
2793
- "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
3126
+ "disabled": false,
3127
+ "document": "Signature result.",
3128
+ "example": "eJw0jkFPwjAYQP-Ld9Wwfm2HtokHswhK9IBMBtw22uEHbpa1JRrjfzfZ5vW95OX9",
2794
3129
  "member": "string",
2795
- "name": "RequestId",
3130
+ "name": "UserSig",
3131
+ "output_required": true,
3132
+ "type": "string",
3133
+ "value_allowed_null": false
3134
+ },
3135
+ {
3136
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
3137
+ "member": "string",
3138
+ "name": "RequestId",
3139
+ "type": "string"
3140
+ }
3141
+ ],
3142
+ "type": "object"
3143
+ },
3144
+ "DeleteCCCSkillGroupRequest": {
3145
+ "document": "DeleteCCCSkillGroup request structure.",
3146
+ "members": [
3147
+ {
3148
+ "disabled": false,
3149
+ "document": "App ID (required), which can be viewed at https://console.cloud.tencent.com/ccc.",
3150
+ "example": "1400000000",
3151
+ "member": "uint64",
3152
+ "name": "SdkAppId",
3153
+ "required": true,
3154
+ "type": "int"
3155
+ },
3156
+ {
3157
+ "disabled": false,
3158
+ "document": "Skill group ID.",
3159
+ "example": "58832",
3160
+ "member": "int64",
3161
+ "name": "SkillGroupId",
3162
+ "required": true,
3163
+ "type": "int"
3164
+ }
3165
+ ],
3166
+ "type": "object"
3167
+ },
3168
+ "DeleteCCCSkillGroupResponse": {
3169
+ "document": "DeleteCCCSkillGroup response structure.",
3170
+ "members": [
3171
+ {
3172
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
3173
+ "member": "string",
3174
+ "name": "RequestId",
2796
3175
  "type": "string"
2797
3176
  }
2798
3177
  ],
@@ -2916,6 +3295,135 @@
2916
3295
  ],
2917
3296
  "type": "object"
2918
3297
  },
3298
+ "DescribeAIAgentInfoListRequest": {
3299
+ "document": "DescribeAIAgentInfoList request structure.",
3300
+ "members": [
3301
+ {
3302
+ "disabled": false,
3303
+ "document": "App ID (required). can be viewed at https://console.cloud.tencent.com/ccc.",
3304
+ "example": "1400692008",
3305
+ "member": "int64",
3306
+ "name": "SdkAppId",
3307
+ "required": true,
3308
+ "type": "int"
3309
+ },
3310
+ {
3311
+ "disabled": false,
3312
+ "document": "Pagination size, upper limit 100.",
3313
+ "example": "1",
3314
+ "member": "int64",
3315
+ "name": "PageSize",
3316
+ "required": true,
3317
+ "type": "int"
3318
+ },
3319
+ {
3320
+ "disabled": false,
3321
+ "document": "Page number, starting from 0.",
3322
+ "example": "5",
3323
+ "member": "int64",
3324
+ "name": "PageNumber",
3325
+ "required": true,
3326
+ "type": "int"
3327
+ }
3328
+ ],
3329
+ "type": "object"
3330
+ },
3331
+ "DescribeAIAgentInfoListResponse": {
3332
+ "document": "DescribeAIAgentInfoList response structure.",
3333
+ "members": [
3334
+ {
3335
+ "disabled": false,
3336
+ "document": "Intelligent agent information list.",
3337
+ "example": "无",
3338
+ "member": "AIAgentInfo",
3339
+ "name": "AIAgentInfoList",
3340
+ "output_required": true,
3341
+ "type": "list",
3342
+ "value_allowed_null": false
3343
+ },
3344
+ {
3345
+ "disabled": false,
3346
+ "document": "Total number of intelligent agents.",
3347
+ "example": "373",
3348
+ "member": "int64",
3349
+ "name": "TotalCount",
3350
+ "output_required": true,
3351
+ "type": "int",
3352
+ "value_allowed_null": false
3353
+ },
3354
+ {
3355
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
3356
+ "member": "string",
3357
+ "name": "RequestId",
3358
+ "type": "string"
3359
+ }
3360
+ ],
3361
+ "type": "object"
3362
+ },
3363
+ "DescribeAIAnalysisResultRequest": {
3364
+ "document": "DescribeAIAnalysisResult request structure.",
3365
+ "members": [
3366
+ {
3367
+ "disabled": false,
3368
+ "document": "App ID (required). can be viewed at https://console.cloud.tencent.com/ccc.",
3369
+ "example": "1400000000",
3370
+ "member": "int64",
3371
+ "name": "SdkAppId",
3372
+ "required": true,
3373
+ "type": "int"
3374
+ },
3375
+ {
3376
+ "disabled": false,
3377
+ "document": "Specifies the conversation ID.",
3378
+ "example": "6bb56a09-2787-40bc-80c5-dc6dab783eff",
3379
+ "member": "string",
3380
+ "name": "SessionId",
3381
+ "required": true,
3382
+ "type": "string"
3383
+ },
3384
+ {
3385
+ "disabled": false,
3386
+ "document": "Specifies the search start time.\t",
3387
+ "example": "1737350008",
3388
+ "member": "int64",
3389
+ "name": "StartTime",
3390
+ "required": true,
3391
+ "type": "int"
3392
+ },
3393
+ {
3394
+ "disabled": false,
3395
+ "document": "1737350008",
3396
+ "example": "1737350008",
3397
+ "member": "int64",
3398
+ "name": "EndTime",
3399
+ "required": true,
3400
+ "type": "int"
3401
+ }
3402
+ ],
3403
+ "type": "object"
3404
+ },
3405
+ "DescribeAIAnalysisResultResponse": {
3406
+ "document": "DescribeAIAnalysisResult response structure.",
3407
+ "members": [
3408
+ {
3409
+ "disabled": false,
3410
+ "document": "AI session analysis result.",
3411
+ "example": "无",
3412
+ "member": "AIAnalysisResult",
3413
+ "name": "ResultList",
3414
+ "output_required": false,
3415
+ "type": "list",
3416
+ "value_allowed_null": false
3417
+ },
3418
+ {
3419
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
3420
+ "member": "string",
3421
+ "name": "RequestId",
3422
+ "type": "string"
3423
+ }
3424
+ ],
3425
+ "type": "object"
3426
+ },
2919
3427
  "DescribeAICallExtractResultRequest": {
2920
3428
  "document": "DescribeAICallExtractResult request structure.",
2921
3429
  "members": [
@@ -4404,12 +4912,12 @@
4404
4912
  ],
4405
4913
  "type": "object"
4406
4914
  },
4407
- "DescribeSkillGroupInfoListRequest": {
4408
- "document": "DescribeSkillGroupInfoList request structure.",
4915
+ "DescribeSessionDetailRequest": {
4916
+ "document": "DescribeSessionDetail request structure.",
4409
4917
  "members": [
4410
4918
  {
4411
4919
  "disabled": false,
4412
- "document": "Application id (required) can be found at https://console.cloud.tencent.com/ccc.",
4920
+ "document": "App ID (required). can be used to view https://console.cloud.tencent.com/ccc.",
4413
4921
  "example": "1400000000",
4414
4922
  "member": "int64",
4415
4923
  "name": "SdkAppId",
@@ -4418,118 +4926,402 @@
4418
4926
  },
4419
4927
  {
4420
4928
  "disabled": false,
4421
- "document": "Page size, upper limit 100.",
4422
- "example": "100",
4423
- "member": "int64",
4424
- "name": "PageSize",
4929
+ "document": "Specifies the session id of the call.",
4930
+ "example": "6164325c-39aa-45dc-83e2-2ecbc9b37ad5",
4931
+ "member": "string",
4932
+ "name": "SessionId",
4425
4933
  "required": true,
4426
- "type": "int"
4934
+ "type": "string"
4427
4935
  },
4428
4936
  {
4429
4937
  "disabled": false,
4430
- "document": "<Page number starting from 0.>.",
4431
- "example": "0",
4938
+ "document": "Start timestamp. Unix second-level timestamp. supports up to nearly 180 days.",
4939
+ "example": "1756372067",
4432
4940
  "member": "int64",
4433
- "name": "PageNumber",
4941
+ "name": "StartTimestamp",
4434
4942
  "required": true,
4435
4943
  "type": "int"
4436
4944
  },
4437
4945
  {
4438
4946
  "disabled": false,
4439
- "document": "Using skill group id when querying a single skill group.",
4440
- "example": "12",
4441
- "member": "int64",
4442
- "name": "SkillGroupId",
4443
- "required": false,
4444
- "type": "int"
4445
- },
4446
- {
4447
- "disabled": false,
4448
- "document": "Used when querying skill groups with a modified time greater or equal to modifiedtime.",
4449
- "example": "1611631881",
4947
+ "document": "End timestamp, Unix second-level timestamp. the interval range between end time and start time is less than 90 days.",
4948
+ "example": "1756372167",
4450
4949
  "member": "int64",
4451
- "name": "ModifiedTime",
4452
- "required": false,
4950
+ "name": "EndTimestamp",
4951
+ "required": true,
4453
4952
  "type": "int"
4454
- },
4455
- {
4456
- "disabled": false,
4457
- "document": "Skill group name.",
4458
- "example": "销售组",
4459
- "member": "string",
4460
- "name": "SkillGroupName",
4461
- "required": false,
4462
- "type": "string"
4463
4953
  }
4464
4954
  ],
4465
4955
  "type": "object"
4466
4956
  },
4467
- "DescribeSkillGroupInfoListResponse": {
4468
- "document": "DescribeSkillGroupInfoList response structure.",
4957
+ "DescribeSessionDetailResponse": {
4958
+ "document": "DescribeSessionDetail response structure.",
4469
4959
  "members": [
4470
4960
  {
4471
4961
  "disabled": false,
4472
- "document": "Total number of skill groups.",
4473
- "example": "10",
4474
- "member": "int64",
4475
- "name": "TotalCount",
4476
- "output_required": true,
4477
- "type": "int",
4962
+ "document": "Calling number.",
4963
+ "example": "0086130xxxxxxxx",
4964
+ "member": "string",
4965
+ "name": "Caller",
4966
+ "output_required": false,
4967
+ "type": "string",
4478
4968
  "value_allowed_null": false
4479
4969
  },
4480
4970
  {
4481
4971
  "disabled": false,
4482
- "document": "Skill group information list.",
4483
- "example": "[{\"SkillGroupId\":1115,\"SkillGroupName\":\"luluttt\",\"Type\":\"TEL\",\"RoutePolicy\":\"firstCreate\",\"UsingLastSeat\":0,\"MaxConcurrency\":1,\"LastModifyTimestamp\":1613976392}]",
4484
- "member": "SkillGroupInfoItem",
4485
- "name": "SkillGroupList",
4486
- "output_required": true,
4487
- "type": "list",
4972
+ "document": "Called number.",
4973
+ "example": "0086010xxxxxxxx",
4974
+ "member": "string",
4975
+ "name": "Callee",
4976
+ "output_required": false,
4977
+ "type": "string",
4488
4978
  "value_allowed_null": false
4489
4979
  },
4490
- {
4491
- "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
4492
- "member": "string",
4493
- "name": "RequestId",
4494
- "type": "string"
4495
- }
4496
- ],
4497
- "type": "object"
4498
- },
4499
- "DescribeStaffInfoListRequest": {
4500
- "document": "DescribeStaffInfoList request structure.",
4501
- "members": [
4502
4980
  {
4503
4981
  "disabled": false,
4504
- "document": "Application id (required) can be found at https://console.cloud.tencent.com/ccc.",
4505
- "example": "1400000000",
4982
+ "document": "Call type. valid values: 1 (outgoing call), 2 (incoming call), 3 (audio dial-in), 5 (predictive outbound call), 6 (internal call).",
4983
+ "example": "1",
4506
4984
  "member": "int64",
4507
- "name": "SdkAppId",
4508
- "required": true,
4509
- "type": "int"
4985
+ "name": "CallType",
4986
+ "output_required": false,
4987
+ "type": "int",
4988
+ "value_allowed_null": false
4510
4989
  },
4511
4990
  {
4512
4991
  "disabled": false,
4513
- "document": "Page size, upper limit 9,999.",
4514
- "example": "9999",
4992
+ "document": "Start timestamp. Unix second-level timestamp.",
4993
+ "example": "1611631881",
4515
4994
  "member": "int64",
4516
- "name": "PageSize",
4517
- "required": true,
4518
- "type": "int"
4995
+ "name": "StartTimeStamp",
4996
+ "output_required": false,
4997
+ "type": "int",
4998
+ "value_allowed_null": false
4519
4999
  },
4520
5000
  {
4521
5001
  "disabled": false,
4522
- "document": "Page number starting from 0.",
4523
- "example": "0",
5002
+ "document": "Ring timestamp. UNIX second-level timestamp.",
5003
+ "example": "1611631885",
4524
5004
  "member": "int64",
4525
- "name": "PageNumber",
4526
- "required": true,
4527
- "type": "int"
5005
+ "name": "RingTimestamp",
5006
+ "output_required": false,
5007
+ "type": "int",
5008
+ "value_allowed_null": false
4528
5009
  },
4529
5010
  {
4530
5011
  "disabled": false,
4531
- "document": "Agent account used when querying a single agent.",
4532
- "example": "102992@qq.com",
5012
+ "document": "Answer timestamp. UNIX second-level timestamp.",
5013
+ "example": "1611631891",
5014
+ "member": "int64",
5015
+ "name": "AcceptTimestamp",
5016
+ "output_required": false,
5017
+ "type": "int",
5018
+ "value_allowed_null": false
5019
+ },
5020
+ {
5021
+ "disabled": false,
5022
+ "document": "End timestamp, UNIX second-level timestamp.",
5023
+ "example": "1611631991",
5024
+ "member": "int64",
5025
+ "name": "EndedTimestamp",
5026
+ "output_required": false,
5027
+ "type": "int",
5028
+ "value_allowed_null": false
5029
+ },
5030
+ {
5031
+ "disabled": false,
5032
+ "document": "Queue entry time. Unix second-level timestamp.",
5033
+ "example": "1611631889",
5034
+ "member": "int64",
5035
+ "name": "QueuedTimestamp",
5036
+ "output_required": false,
5037
+ "type": "int",
5038
+ "value_allowed_null": false
5039
+ },
5040
+ {
5041
+ "disabled": false,
5042
+ "document": "Agent account.",
5043
+ "example": "foo@tencent.com",
5044
+ "member": "string",
5045
+ "name": "StaffUserId",
5046
+ "output_required": false,
5047
+ "type": "string",
5048
+ "value_allowed_null": false
5049
+ },
5050
+ {
5051
+ "disabled": false,
5052
+ "document": "Refers to the EndStatus field in the DescribeTelCdr api.",
5053
+ "example": "1",
5054
+ "member": "int64",
5055
+ "name": "EndStatus",
5056
+ "output_required": false,
5057
+ "type": "int",
5058
+ "value_allowed_null": false
5059
+ },
5060
+ {
5061
+ "disabled": false,
5062
+ "document": "Queue skill group ID.",
5063
+ "example": "203",
5064
+ "member": "int64",
5065
+ "name": "QueuedSkillGroupId",
5066
+ "output_required": false,
5067
+ "type": "int",
5068
+ "value_allowed_null": false
5069
+ },
5070
+ {
5071
+ "disabled": false,
5072
+ "document": "Queue skill group name.",
5073
+ "example": "销售组",
5074
+ "member": "string",
5075
+ "name": "QueuedSkillGroupName",
5076
+ "output_required": false,
5077
+ "type": "string",
5078
+ "value_allowed_null": false
5079
+ },
5080
+ {
5081
+ "disabled": false,
5082
+ "document": "Recording url with authentication and valid period. obtain and pull within a short time frame. do not persist this link.",
5083
+ "example": "https://xxxxx",
5084
+ "member": "string",
5085
+ "name": "RecordURL",
5086
+ "output_required": false,
5087
+ "type": "string",
5088
+ "value_allowed_null": false
5089
+ },
5090
+ {
5091
+ "disabled": false,
5092
+ "document": "Specifies the COS link for recording transfer to a third party.",
5093
+ "example": "https://xxxxx",
5094
+ "member": "string",
5095
+ "name": "CustomRecordURL",
5096
+ "output_required": false,
5097
+ "type": "string",
5098
+ "value_allowed_null": false
5099
+ },
5100
+ {
5101
+ "disabled": false,
5102
+ "document": "Recording text information link with authentication and valid period. retrieve it within a short time frame. do not persist this link.",
5103
+ "example": "https://xxxxx",
5104
+ "member": "string",
5105
+ "name": "AsrURL",
5106
+ "output_required": false,
5107
+ "type": "string",
5108
+ "value_allowed_null": false
5109
+ },
5110
+ {
5111
+ "disabled": false,
5112
+ "document": "Voicemail recording url.",
5113
+ "example": "[\"https://xxxxx\"]",
5114
+ "member": "string",
5115
+ "name": "VoicemailRecordURL",
5116
+ "output_required": false,
5117
+ "type": "list",
5118
+ "value_allowed_null": false
5119
+ },
5120
+ {
5121
+ "disabled": false,
5122
+ "document": "Voicemail recording text information url. purchase the offline speech recognition package through the console and enable the offline speech recognition switch.",
5123
+ "example": "[\"https://xxxxx\"]",
5124
+ "member": "string",
5125
+ "name": "VoicemailAsrURL",
5126
+ "output_required": false,
5127
+ "type": "list",
5128
+ "value_allowed_null": false
5129
+ },
5130
+ {
5131
+ "disabled": false,
5132
+ "document": "IVR key information.",
5133
+ "example": "无",
5134
+ "member": "IVRKeyPressedElement",
5135
+ "name": "IVRKeyPressed",
5136
+ "output_required": false,
5137
+ "type": "list",
5138
+ "value_allowed_null": false
5139
+ },
5140
+ {
5141
+ "disabled": false,
5142
+ "document": "Satisfaction rate keystroke information.",
5143
+ "example": "无",
5144
+ "member": "IVRKeyPressedElement",
5145
+ "name": "PostIVRKeyPressed",
5146
+ "output_required": false,
5147
+ "type": "list",
5148
+ "value_allowed_null": false
5149
+ },
5150
+ {
5151
+ "disabled": false,
5152
+ "document": "Hang-Up side. valid values: seat, user, system.",
5153
+ "example": "user",
5154
+ "member": "string",
5155
+ "name": "HungUpSide",
5156
+ "output_required": false,
5157
+ "type": "string",
5158
+ "value_allowed_null": false
5159
+ },
5160
+ {
5161
+ "disabled": false,
5162
+ "document": "Customer custom data (User-to-User Interface).",
5163
+ "example": "foo-bar",
5164
+ "member": "string",
5165
+ "name": "UUI",
5166
+ "output_required": false,
5167
+ "type": "string",
5168
+ "value_allowed_null": false
5169
+ },
5170
+ {
5171
+ "disabled": false,
5172
+ "document": "List of events during a call.",
5173
+ "example": "无",
5174
+ "member": "SessionEvent",
5175
+ "name": "Events",
5176
+ "output_required": false,
5177
+ "type": "list",
5178
+ "value_allowed_null": false
5179
+ },
5180
+ {
5181
+ "disabled": false,
5182
+ "document": "List of service participants.",
5183
+ "example": "无",
5184
+ "member": "ServeParticipant",
5185
+ "name": "ServeParticipants",
5186
+ "output_required": false,
5187
+ "type": "list",
5188
+ "value_allowed_null": false
5189
+ },
5190
+ {
5191
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
5192
+ "member": "string",
5193
+ "name": "RequestId",
5194
+ "type": "string"
5195
+ }
5196
+ ],
5197
+ "type": "object"
5198
+ },
5199
+ "DescribeSkillGroupInfoListRequest": {
5200
+ "document": "DescribeSkillGroupInfoList request structure.",
5201
+ "members": [
5202
+ {
5203
+ "disabled": false,
5204
+ "document": "Application id (required) can be found at https://console.cloud.tencent.com/ccc.",
5205
+ "example": "1400000000",
5206
+ "member": "int64",
5207
+ "name": "SdkAppId",
5208
+ "required": true,
5209
+ "type": "int"
5210
+ },
5211
+ {
5212
+ "disabled": false,
5213
+ "document": "Page size, upper limit 100.",
5214
+ "example": "100",
5215
+ "member": "int64",
5216
+ "name": "PageSize",
5217
+ "required": true,
5218
+ "type": "int"
5219
+ },
5220
+ {
5221
+ "disabled": false,
5222
+ "document": "<Page number starting from 0.>.",
5223
+ "example": "0",
5224
+ "member": "int64",
5225
+ "name": "PageNumber",
5226
+ "required": true,
5227
+ "type": "int"
5228
+ },
5229
+ {
5230
+ "disabled": false,
5231
+ "document": "Using skill group id when querying a single skill group.",
5232
+ "example": "12",
5233
+ "member": "int64",
5234
+ "name": "SkillGroupId",
5235
+ "required": false,
5236
+ "type": "int"
5237
+ },
5238
+ {
5239
+ "disabled": false,
5240
+ "document": "Used when querying skill groups with a modified time greater or equal to modifiedtime.",
5241
+ "example": "1611631881",
5242
+ "member": "int64",
5243
+ "name": "ModifiedTime",
5244
+ "required": false,
5245
+ "type": "int"
5246
+ },
5247
+ {
5248
+ "disabled": false,
5249
+ "document": "Skill group name.",
5250
+ "example": "销售组",
5251
+ "member": "string",
5252
+ "name": "SkillGroupName",
5253
+ "required": false,
5254
+ "type": "string"
5255
+ }
5256
+ ],
5257
+ "type": "object"
5258
+ },
5259
+ "DescribeSkillGroupInfoListResponse": {
5260
+ "document": "DescribeSkillGroupInfoList response structure.",
5261
+ "members": [
5262
+ {
5263
+ "disabled": false,
5264
+ "document": "Total number of skill groups.",
5265
+ "example": "10",
5266
+ "member": "int64",
5267
+ "name": "TotalCount",
5268
+ "output_required": true,
5269
+ "type": "int",
5270
+ "value_allowed_null": false
5271
+ },
5272
+ {
5273
+ "disabled": false,
5274
+ "document": "Skill group information list.",
5275
+ "example": "[{\"SkillGroupId\":1115,\"SkillGroupName\":\"luluttt\",\"Type\":\"TEL\",\"RoutePolicy\":\"firstCreate\",\"UsingLastSeat\":0,\"MaxConcurrency\":1,\"LastModifyTimestamp\":1613976392}]",
5276
+ "member": "SkillGroupInfoItem",
5277
+ "name": "SkillGroupList",
5278
+ "output_required": true,
5279
+ "type": "list",
5280
+ "value_allowed_null": false
5281
+ },
5282
+ {
5283
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
5284
+ "member": "string",
5285
+ "name": "RequestId",
5286
+ "type": "string"
5287
+ }
5288
+ ],
5289
+ "type": "object"
5290
+ },
5291
+ "DescribeStaffInfoListRequest": {
5292
+ "document": "DescribeStaffInfoList request structure.",
5293
+ "members": [
5294
+ {
5295
+ "disabled": false,
5296
+ "document": "Application id (required) can be found at https://console.cloud.tencent.com/ccc.",
5297
+ "example": "1400000000",
5298
+ "member": "int64",
5299
+ "name": "SdkAppId",
5300
+ "required": true,
5301
+ "type": "int"
5302
+ },
5303
+ {
5304
+ "disabled": false,
5305
+ "document": "Page size, upper limit 9,999.",
5306
+ "example": "9999",
5307
+ "member": "int64",
5308
+ "name": "PageSize",
5309
+ "required": true,
5310
+ "type": "int"
5311
+ },
5312
+ {
5313
+ "disabled": false,
5314
+ "document": "Page number starting from 0.",
5315
+ "example": "0",
5316
+ "member": "int64",
5317
+ "name": "PageNumber",
5318
+ "required": true,
5319
+ "type": "int"
5320
+ },
5321
+ {
5322
+ "disabled": false,
5323
+ "document": "Agent account used when querying a single agent.",
5324
+ "example": "102992@qq.com",
4533
5325
  "member": "string",
4534
5326
  "name": "StaffMail",
4535
5327
  "required": false,
@@ -4588,6 +5380,88 @@
4588
5380
  ],
4589
5381
  "type": "object"
4590
5382
  },
5383
+ "DescribeStaffStatusHistoryRequest": {
5384
+ "document": "DescribeStaffStatusHistory request structure.",
5385
+ "members": [
5386
+ {
5387
+ "disabled": false,
5388
+ "document": "App ID (required). can be used to view https://console.cloud.tencent.com/ccc.",
5389
+ "example": "1400000000",
5390
+ "member": "int64",
5391
+ "name": "SdkAppId",
5392
+ "required": true,
5393
+ "type": "int"
5394
+ },
5395
+ {
5396
+ "disabled": false,
5397
+ "document": "Agent account.",
5398
+ "example": "foo@tencent.com",
5399
+ "member": "string",
5400
+ "name": "StaffUserId",
5401
+ "required": true,
5402
+ "type": "string"
5403
+ },
5404
+ {
5405
+ "disabled": false,
5406
+ "document": "Start timestamp. Unix second-level timestamp. supports up to nearly 180 days.",
5407
+ "example": "1753925234",
5408
+ "member": "int64",
5409
+ "name": "StartTimestamp",
5410
+ "required": true,
5411
+ "type": "int"
5412
+ },
5413
+ {
5414
+ "disabled": false,
5415
+ "document": "End timestamp, Unix second-level timestamp. the interval range between end time and start time is less than 7 days.",
5416
+ "example": "1753926234",
5417
+ "member": "int64",
5418
+ "name": "EndTimestamp",
5419
+ "required": true,
5420
+ "type": "int"
5421
+ },
5422
+ {
5423
+ "disabled": false,
5424
+ "document": "Specifies the cursor used during paginated retrieval.",
5425
+ "example": "foo-and-bar",
5426
+ "member": "string",
5427
+ "name": "Cursor",
5428
+ "required": false,
5429
+ "type": "string"
5430
+ },
5431
+ {
5432
+ "disabled": false,
5433
+ "document": "Specifies the pagination size.",
5434
+ "example": "1000",
5435
+ "member": "int64",
5436
+ "name": "PageSize",
5437
+ "required": false,
5438
+ "type": "int"
5439
+ }
5440
+ ],
5441
+ "type": "object"
5442
+ },
5443
+ "DescribeStaffStatusHistoryResponse": {
5444
+ "document": "DescribeStaffStatusHistory response structure.",
5445
+ "members": [
5446
+ {
5447
+ "disabled": false,
5448
+ "document": "Specifies the agent status data.",
5449
+ "example": "无",
5450
+ "member": "StaffStatus",
5451
+ "name": "Data",
5452
+ "output_required": false,
5453
+ "type": "list",
5454
+ "value_allowed_null": false
5455
+ },
5456
+ {
5457
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
5458
+ "member": "string",
5459
+ "name": "RequestId",
5460
+ "type": "string"
5461
+ }
5462
+ ],
5463
+ "type": "object"
5464
+ },
4591
5465
  "DescribeStaffStatusMetricsRequest": {
4592
5466
  "document": "DescribeStaffStatusMetrics request structure.",
4593
5467
  "members": [
@@ -5078,6 +5952,51 @@
5078
5952
  ],
5079
5953
  "usage": "out"
5080
5954
  },
5955
+ "EventStaffDetail": {
5956
+ "document": "Event details.",
5957
+ "members": [
5958
+ {
5959
+ "disabled": false,
5960
+ "document": "Specifies the agent data.",
5961
+ "example": "无",
5962
+ "member": "EventStaffElement",
5963
+ "name": "Staffs",
5964
+ "output_required": false,
5965
+ "required": false,
5966
+ "type": "list",
5967
+ "value_allowed_null": false
5968
+ }
5969
+ ],
5970
+ "usage": "both"
5971
+ },
5972
+ "EventStaffElement": {
5973
+ "document": "Agent information.",
5974
+ "members": [
5975
+ {
5976
+ "disabled": false,
5977
+ "document": "Agent email address.",
5978
+ "example": "foo@tencent.com",
5979
+ "member": "string",
5980
+ "name": "Mail",
5981
+ "output_required": false,
5982
+ "required": false,
5983
+ "type": "string",
5984
+ "value_allowed_null": false
5985
+ },
5986
+ {
5987
+ "disabled": false,
5988
+ "document": "Agent id.",
5989
+ "example": "9527",
5990
+ "member": "string",
5991
+ "name": "StaffNumber",
5992
+ "output_required": false,
5993
+ "required": false,
5994
+ "type": "string",
5995
+ "value_allowed_null": false
5996
+ }
5997
+ ],
5998
+ "usage": "both"
5999
+ },
5081
6000
  "ExtensionInfo": {
5082
6001
  "document": "Telephone information.",
5083
6002
  "members": [
@@ -5230,6 +6149,95 @@
5230
6149
  ],
5231
6150
  "type": "object"
5232
6151
  },
6152
+ "ForwardingConfig": {
6153
+ "document": "Call forwarding configuration.",
6154
+ "members": [
6155
+ {
6156
+ "disabled": false,
6157
+ "document": "Whether to enable.",
6158
+ "example": "true",
6159
+ "member": "bool",
6160
+ "name": "Enabled",
6161
+ "output_required": false,
6162
+ "required": false,
6163
+ "type": "bool",
6164
+ "value_allowed_null": false
6165
+ },
6166
+ {
6167
+ "disabled": false,
6168
+ "document": "1 unconditional call forwarding 2 conditional call forwarding.",
6169
+ "example": "2",
6170
+ "member": "int64",
6171
+ "name": "Condition",
6172
+ "output_required": false,
6173
+ "required": false,
6174
+ "type": "int",
6175
+ "value_allowed_null": false
6176
+ },
6177
+ {
6178
+ "disabled": false,
6179
+ "document": "Call forwarding destination.",
6180
+ "example": "{\"Type\":1,\"StaffUserId\":\"foo@tencent.com\"}",
6181
+ "member": "ForwardingTarget",
6182
+ "name": "Target",
6183
+ "output_required": false,
6184
+ "required": false,
6185
+ "type": "object",
6186
+ "value_allowed_null": false
6187
+ }
6188
+ ],
6189
+ "usage": "both"
6190
+ },
6191
+ "ForwardingTarget": {
6192
+ "document": "Call forwarding destination.",
6193
+ "members": [
6194
+ {
6195
+ "disabled": false,
6196
+ "document": "Call forwarding target type. valid values: 1 (agent), 2 (skill group), 3 (extension).",
6197
+ "example": "1",
6198
+ "member": "int64",
6199
+ "name": "Type",
6200
+ "output_required": false,
6201
+ "required": false,
6202
+ "type": "int",
6203
+ "value_allowed_null": false
6204
+ },
6205
+ {
6206
+ "disabled": false,
6207
+ "document": "Specifies the agent account when the call forwarding target is set to agent and Type is 1.",
6208
+ "example": "foo@tencent.com",
6209
+ "member": "string",
6210
+ "name": "StaffUserId",
6211
+ "output_required": false,
6212
+ "required": false,
6213
+ "type": "string",
6214
+ "value_allowed_null": false
6215
+ },
6216
+ {
6217
+ "disabled": false,
6218
+ "document": "Specifies the ID of the skill group as the call forwarding target. fill when Type is 2.",
6219
+ "example": "1254",
6220
+ "member": "int64",
6221
+ "name": "SkillGroupId",
6222
+ "output_required": false,
6223
+ "required": false,
6224
+ "type": "int",
6225
+ "value_allowed_null": false
6226
+ },
6227
+ {
6228
+ "disabled": false,
6229
+ "document": "The account to which the call is forwarded is an extension. fill when Type is 3.",
6230
+ "example": "1003@1400000000.sip.tccc.qcloud.com",
6231
+ "member": "string",
6232
+ "name": "Extension",
6233
+ "output_required": false,
6234
+ "required": false,
6235
+ "type": "string",
6236
+ "value_allowed_null": false
6237
+ }
6238
+ ],
6239
+ "usage": "both"
6240
+ },
5233
6241
  "HangUpCallRequest": {
5234
6242
  "document": "HangUpCall request structure.",
5235
6243
  "members": [
@@ -5332,6 +6340,47 @@
5332
6340
  ],
5333
6341
  "usage": "out"
5334
6342
  },
6343
+ "Interface": {
6344
+ "document": "Callback api.",
6345
+ "members": [
6346
+ {
6347
+ "disabled": false,
6348
+ "document": "API address",
6349
+ "example": "https://cloud.tencent.com/",
6350
+ "member": "string",
6351
+ "name": "URL",
6352
+ "output_required": false,
6353
+ "required": true,
6354
+ "type": "string",
6355
+ "value_allowed_null": false
6356
+ }
6357
+ ],
6358
+ "usage": "both"
6359
+ },
6360
+ "InvokeLLM": {
6361
+ "document": "Service invocation actively initiates requests to the LLM.",
6362
+ "members": [
6363
+ {
6364
+ "disabled": false,
6365
+ "document": "Specifies the content of the LLM request.",
6366
+ "example": "今天天气怎么样",
6367
+ "member": "string",
6368
+ "name": "Content",
6369
+ "required": false,
6370
+ "type": "string"
6371
+ },
6372
+ {
6373
+ "disabled": false,
6374
+ "document": "Whether the text is allowed to interrupt the robot speaking.",
6375
+ "example": "false",
6376
+ "member": "bool",
6377
+ "name": "Interrupt",
6378
+ "required": false,
6379
+ "type": "bool"
6380
+ }
6381
+ ],
6382
+ "usage": "in"
6383
+ },
5335
6384
  "ModifyExtensionRequest": {
5336
6385
  "document": "ModifyExtension request structure.",
5337
6386
  "members": [
@@ -5432,7 +6481,25 @@
5432
6481
  "member": "string",
5433
6482
  "name": "Prefix",
5434
6483
  "required": false,
5435
- "type": "string"
6484
+ "type": "string"
6485
+ },
6486
+ {
6487
+ "disabled": false,
6488
+ "document": "Domestic long-distance mobile phone prefix.",
6489
+ "example": "0",
6490
+ "member": "string",
6491
+ "name": "MobileNddPrefix",
6492
+ "required": false,
6493
+ "type": "string"
6494
+ },
6495
+ {
6496
+ "disabled": false,
6497
+ "document": "Removes the area code for local calls.",
6498
+ "example": "false",
6499
+ "member": "bool",
6500
+ "name": "LocalNumberTrimAC",
6501
+ "required": false,
6502
+ "type": "bool"
5436
6503
  }
5437
6504
  ],
5438
6505
  "type": "object"
@@ -5586,6 +6653,15 @@
5586
6653
  "name": "ExtensionNumber",
5587
6654
  "required": false,
5588
6655
  "type": "string"
6656
+ },
6657
+ {
6658
+ "disabled": false,
6659
+ "document": "Call forwarding configuration.",
6660
+ "example": "{\"Enabled\":true,\"Condition\":2,\"Target\":{\"Type\":1,\"StaffUserId\":\"foo@tencent.com\"}}",
6661
+ "member": "ForwardingConfig",
6662
+ "name": "ForwardingConfig",
6663
+ "required": false,
6664
+ "type": "object"
5589
6665
  }
5590
6666
  ],
5591
6667
  "type": "object"
@@ -5685,6 +6761,15 @@
5685
6761
  "name": "OutboundCalleeFormat",
5686
6762
  "required": false,
5687
6763
  "type": "string"
6764
+ },
6765
+ {
6766
+ "disabled": false,
6767
+ "document": "Specifies the carrier number.",
6768
+ "example": "66660000",
6769
+ "member": "string",
6770
+ "name": "CarrierPhoneNumber",
6771
+ "required": false,
6772
+ "type": "string"
5688
6773
  }
5689
6774
  ],
5690
6775
  "usage": "in"
@@ -6503,126 +7588,396 @@
6503
7588
  },
6504
7589
  {
6505
7590
  "disabled": false,
6506
- "document": "Participant type: \"staffseat\", \"outboundseat\", \"staffphoneseat\".",
6507
- "example": "staffSeat",
6508
- "member": "string",
6509
- "name": "Type",
6510
- "output_required": true,
6511
- "type": "string",
7591
+ "document": "Participant type: \"staffseat\", \"outboundseat\", \"staffphoneseat\".",
7592
+ "example": "staffSeat",
7593
+ "member": "string",
7594
+ "name": "Type",
7595
+ "output_required": true,
7596
+ "type": "string",
7597
+ "value_allowed_null": false
7598
+ },
7599
+ {
7600
+ "disabled": false,
7601
+ "document": "Transfer source agent information.",
7602
+ "example": "bar@tencent.com",
7603
+ "member": "string",
7604
+ "name": "TransferFrom",
7605
+ "output_required": true,
7606
+ "type": "string",
7607
+ "value_allowed_null": false
7608
+ },
7609
+ {
7610
+ "disabled": false,
7611
+ "document": "Transfer source participant type is consistent with the type value.",
7612
+ "example": "staffSeat",
7613
+ "member": "string",
7614
+ "name": "TransferFromType",
7615
+ "output_required": true,
7616
+ "type": "string",
7617
+ "value_allowed_null": false
7618
+ },
7619
+ {
7620
+ "disabled": false,
7621
+ "document": "Transfer destination agent information.",
7622
+ "example": "san@tencent.com",
7623
+ "member": "string",
7624
+ "name": "TransferTo",
7625
+ "output_required": true,
7626
+ "type": "string",
7627
+ "value_allowed_null": false
7628
+ },
7629
+ {
7630
+ "disabled": false,
7631
+ "document": "Transfer destination participant type, which is consistent with type values.",
7632
+ "example": "staffSeat",
7633
+ "member": "string",
7634
+ "name": "TransferToType",
7635
+ "output_required": true,
7636
+ "type": "string",
7637
+ "value_allowed_null": false
7638
+ },
7639
+ {
7640
+ "disabled": false,
7641
+ "document": "Skill group id.",
7642
+ "example": "1101",
7643
+ "member": "int64",
7644
+ "name": "SkillGroupId",
7645
+ "output_required": true,
7646
+ "type": "int",
7647
+ "value_allowed_null": false
7648
+ },
7649
+ {
7650
+ "disabled": false,
7651
+ "document": "Ending status.",
7652
+ "example": "ok unconnected seatGiveUp seatForward outboundForward ivrGiveUp ",
7653
+ "member": "string",
7654
+ "name": "EndStatusString",
7655
+ "output_required": true,
7656
+ "type": "string",
7657
+ "value_allowed_null": false
7658
+ },
7659
+ {
7660
+ "disabled": false,
7661
+ "document": "Recording url.",
7662
+ "example": "https://xxxxxxx",
7663
+ "member": "string",
7664
+ "name": "RecordURL",
7665
+ "output_required": true,
7666
+ "type": "string",
7667
+ "value_allowed_null": false
7668
+ },
7669
+ {
7670
+ "disabled": false,
7671
+ "document": "Participant sequence number, starting from 0.",
7672
+ "example": "0",
7673
+ "member": "int64",
7674
+ "name": "Sequence",
7675
+ "output_required": true,
7676
+ "type": "int",
7677
+ "value_allowed_null": false
7678
+ },
7679
+ {
7680
+ "disabled": false,
7681
+ "document": "Start timestamp. unix second-level timestamp.",
7682
+ "example": "1611631881",
7683
+ "member": "int64",
7684
+ "name": "StartTimestamp",
7685
+ "output_required": true,
7686
+ "type": "int",
7687
+ "value_allowed_null": false
7688
+ },
7689
+ {
7690
+ "disabled": false,
7691
+ "document": "Skill group name.",
7692
+ "example": "tel",
7693
+ "member": "string",
7694
+ "name": "SkillGroupName",
7695
+ "output_required": true,
7696
+ "type": "string",
7697
+ "value_allowed_null": false
7698
+ },
7699
+ {
7700
+ "disabled": false,
7701
+ "document": "Address of the third-party cos for transferring recording.",
7702
+ "example": "https://xxxxxxx",
7703
+ "member": "string",
7704
+ "name": "CustomRecordURL",
7705
+ "output_required": true,
7706
+ "type": "string",
7707
+ "value_allowed_null": false
7708
+ }
7709
+ ],
7710
+ "usage": "out"
7711
+ },
7712
+ "ServerPushText": {
7713
+ "document": "Server controls the chatbot to broadcast specified text.",
7714
+ "members": [
7715
+ {
7716
+ "disabled": false,
7717
+ "document": "Specifies the server push broadcast text.",
7718
+ "example": "无",
7719
+ "member": "string",
7720
+ "name": "Text",
7721
+ "required": false,
7722
+ "type": "string"
7723
+ },
7724
+ {
7725
+ "disabled": false,
7726
+ "document": "Whether to allow the text to interrupt the robot's speaking.",
7727
+ "example": "无",
7728
+ "member": "bool",
7729
+ "name": "Interrupt",
7730
+ "required": false,
7731
+ "type": "bool"
7732
+ },
7733
+ {
7734
+ "disabled": false,
7735
+ "document": "Specifies whether to automatically close the dialogue task after broadcasting the text.",
7736
+ "example": "无",
7737
+ "member": "bool",
7738
+ "name": "StopAfterPlay",
7739
+ "required": false,
7740
+ "type": "bool"
7741
+ },
7742
+ {
7743
+ "disabled": false,
7744
+ "document": "Specifies the server push broadcast audio.\nFormat description: audio must be mono, sampling rate should be consistent with the corresponding TTS, and coded as a Base64 string.\nInput rules: when the Audio field is provided, the system will not accept input in the Text field. the system will play the Audio content in the Audio field directly.",
7745
+ "example": "无",
7746
+ "member": "string",
7747
+ "name": "Audio",
7748
+ "required": false,
7749
+ "type": "string"
7750
+ },
7751
+ {
7752
+ "disabled": false,
7753
+ "document": "Defaults to 0. valid only when Interrupt is false.\n-0 indicates that messages with Interrupt set to false will be dropped when there is an interaction.\n-Indicates that when there is an interaction in progress, messages with Interrupt set to false will not be dropped but cached and processed after the current interaction is completed.\n\nNote: when DropMode is 1, the cache allows multiple messages. if an interruption occurs subsequently, cached messages will be cleared.",
7754
+ "example": "0",
7755
+ "member": "uint64",
7756
+ "name": "DropMode",
7757
+ "required": false,
7758
+ "type": "int"
7759
+ },
7760
+ {
7761
+ "disabled": false,
7762
+ "document": "Message priority of ServerPushText. 0 means interruptible. 1 means not interruptible.\nNote: after receiving a message with Priority=1, any other messages will be ignored (including messages with Priority=1) until the message processing of Priority=1 is complete. this field can be used together with the Interrupt and DropMode fields.\nExample.\n-Priority=1, Interrupt=true. specifies to Interrupt existing interaction and broadcast immediately. the broadcast will not be interrupted during the process.\n-Priority=1, Interrupt=false, DropMode=1. waits for the current interaction to complete before broadcasting. the broadcast will not be interrupted during the process.\n",
7763
+ "example": "0",
7764
+ "member": "uint64",
7765
+ "name": "Priority",
7766
+ "required": false,
7767
+ "type": "int"
7768
+ },
7769
+ {
7770
+ "disabled": false,
7771
+ "document": "Specifies whether the text is added to the llm history context.",
7772
+ "example": "true",
7773
+ "member": "bool",
7774
+ "name": "AddHistory",
7775
+ "required": false,
7776
+ "type": "bool"
7777
+ }
7778
+ ],
7779
+ "usage": "in"
7780
+ },
7781
+ "SessionEvent": {
7782
+ "document": "Call event.",
7783
+ "members": [
7784
+ {
7785
+ "disabled": false,
7786
+ "document": "Event timestamp. Unix second-level timestamp.",
7787
+ "example": "1756372067",
7788
+ "member": "int64",
7789
+ "name": "Timestamp",
7790
+ "output_required": false,
7791
+ "required": false,
7792
+ "type": "int",
7793
+ "value_allowed_null": false
7794
+ },
7795
+ {
7796
+ "disabled": false,
7797
+ "document": "Event type. currently supports StaffHold, StaffUnhold, StaffMute, StaffUnmute.",
7798
+ "example": "StaffHold",
7799
+ "member": "string",
7800
+ "name": "EventType",
7801
+ "output_required": false,
7802
+ "required": false,
7803
+ "type": "string",
7804
+ "value_allowed_null": false
7805
+ },
7806
+ {
7807
+ "disabled": false,
7808
+ "document": "Describes event details related to the agent.",
7809
+ "example": "无",
7810
+ "member": "EventStaffDetail",
7811
+ "name": "StaffEventDetail",
7812
+ "output_required": false,
7813
+ "required": false,
7814
+ "type": "object",
7815
+ "value_allowed_null": false
7816
+ }
7817
+ ],
7818
+ "usage": "both"
7819
+ },
7820
+ "SetStaffStatusItem": {
7821
+ "document": "Describes the information item for creating a staff.",
7822
+ "members": [
7823
+ {
7824
+ "disabled": false,
7825
+ "document": "Agent account.",
7826
+ "example": "",
7827
+ "member": "string",
7828
+ "name": "StaffUserId",
7829
+ "required": true,
7830
+ "type": "string"
7831
+ },
7832
+ {
7833
+ "disabled": false,
7834
+ "document": "Status. specifies the instance status. valid values: free (idle), notReady (busy), rest (short break).\t",
7835
+ "example": "",
7836
+ "member": "string",
7837
+ "name": "Status",
7838
+ "required": true,
7839
+ "type": "string"
7840
+ },
7841
+ {
7842
+ "disabled": false,
7843
+ "document": "Specifies the reason if the break state is set.",
7844
+ "example": "",
7845
+ "member": "string",
7846
+ "name": "Reason",
7847
+ "required": false,
7848
+ "type": "string"
7849
+ }
7850
+ ],
7851
+ "usage": "in"
7852
+ },
7853
+ "SetStaffStatusRequest": {
7854
+ "document": "SetStaffStatus request structure.",
7855
+ "members": [
7856
+ {
7857
+ "disabled": false,
7858
+ "document": "App ID (required). can be checked at https://console.cloud.tencent.com/ccc.",
7859
+ "example": "1400692008",
7860
+ "member": "int64",
7861
+ "name": "SdkAppId",
7862
+ "required": true,
7863
+ "type": "int"
7864
+ },
7865
+ {
7866
+ "disabled": false,
7867
+ "document": "Sets the agent status list. maximum number 10.",
7868
+ "example": "无",
7869
+ "member": "SetStaffStatusItem",
7870
+ "name": "StaffStatusList",
7871
+ "required": true,
7872
+ "type": "list"
7873
+ }
7874
+ ],
7875
+ "type": "object"
7876
+ },
7877
+ "SetStaffStatusResponse": {
7878
+ "document": "SetStaffStatus response structure.",
7879
+ "members": [
7880
+ {
7881
+ "disabled": false,
7882
+ "document": "Specifies the agent status response list.",
7883
+ "example": "无",
7884
+ "member": "SetStaffStatusRspItem",
7885
+ "name": "StaffStatusList",
7886
+ "output_required": false,
7887
+ "type": "list",
6512
7888
  "value_allowed_null": false
6513
7889
  },
6514
7890
  {
6515
- "disabled": false,
6516
- "document": "Transfer source agent information.",
6517
- "example": "bar@tencent.com",
7891
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
6518
7892
  "member": "string",
6519
- "name": "TransferFrom",
6520
- "output_required": true,
6521
- "type": "string",
6522
- "value_allowed_null": false
6523
- },
7893
+ "name": "RequestId",
7894
+ "type": "string"
7895
+ }
7896
+ ],
7897
+ "type": "object"
7898
+ },
7899
+ "SetStaffStatusRspItem": {
7900
+ "document": "Specifies the staff status response item.",
7901
+ "members": [
6524
7902
  {
6525
7903
  "disabled": false,
6526
- "document": "Transfer source participant type is consistent with the type value.",
6527
- "example": "staffSeat",
7904
+ "document": "Agent account.",
7905
+ "example": "",
6528
7906
  "member": "string",
6529
- "name": "TransferFromType",
6530
- "output_required": true,
7907
+ "name": "StaffUserId",
7908
+ "output_required": false,
7909
+ "required": false,
6531
7910
  "type": "string",
6532
7911
  "value_allowed_null": false
6533
7912
  },
6534
7913
  {
6535
7914
  "disabled": false,
6536
- "document": "Transfer destination agent information.",
6537
- "example": "san@tencent.com",
7915
+ "document": "Error code. see the overall error code in the protocol.",
7916
+ "example": "",
6538
7917
  "member": "string",
6539
- "name": "TransferTo",
6540
- "output_required": true,
7918
+ "name": "ErrorCode",
7919
+ "output_required": false,
7920
+ "required": false,
6541
7921
  "type": "string",
6542
7922
  "value_allowed_null": false
6543
7923
  },
6544
7924
  {
6545
7925
  "disabled": false,
6546
- "document": "Transfer destination participant type, which is consistent with type values.",
6547
- "example": "staffSeat",
7926
+ "document": "Error message.",
7927
+ "example": "",
6548
7928
  "member": "string",
6549
- "name": "TransferToType",
6550
- "output_required": true,
7929
+ "name": "ErrorMessage",
7930
+ "output_required": false,
7931
+ "required": false,
6551
7932
  "type": "string",
6552
7933
  "value_allowed_null": false
6553
7934
  },
6554
7935
  {
6555
7936
  "disabled": false,
6556
- "document": "Skill group id.",
6557
- "example": "1101",
6558
- "member": "int64",
6559
- "name": "SkillGroupId",
6560
- "output_required": true,
6561
- "type": "int",
6562
- "value_allowed_null": false
6563
- },
6564
- {
6565
- "disabled": false,
6566
- "document": "Ending status.",
6567
- "example": "ok unconnected seatGiveUp seatForward outboundForward ivrGiveUp ",
7937
+ "document": "Current status.",
7938
+ "example": "",
6568
7939
  "member": "string",
6569
- "name": "EndStatusString",
6570
- "output_required": true,
7940
+ "name": "Status",
7941
+ "output_required": false,
7942
+ "required": false,
6571
7943
  "type": "string",
6572
7944
  "value_allowed_null": false
6573
7945
  },
6574
7946
  {
6575
7947
  "disabled": false,
6576
- "document": "Recording url.",
6577
- "example": "https://xxxxxxx",
7948
+ "document": "Status if it is on break. specifies the reason.",
7949
+ "example": "",
6578
7950
  "member": "string",
6579
- "name": "RecordURL",
6580
- "output_required": true,
7951
+ "name": "Reason",
7952
+ "output_required": false,
7953
+ "required": false,
6581
7954
  "type": "string",
6582
7955
  "value_allowed_null": false
6583
7956
  },
6584
7957
  {
6585
7958
  "disabled": false,
6586
- "document": "Participant sequence number, starting from 0.",
6587
- "example": "0",
6588
- "member": "int64",
6589
- "name": "Sequence",
6590
- "output_required": true,
6591
- "type": "int",
6592
- "value_allowed_null": false
6593
- },
6594
- {
6595
- "disabled": false,
6596
- "document": "Start timestamp. unix second-level timestamp.",
6597
- "example": "1611631881",
6598
- "member": "int64",
6599
- "name": "StartTimestamp",
6600
- "output_required": true,
6601
- "type": "int",
6602
- "value_allowed_null": false
6603
- },
6604
- {
6605
- "disabled": false,
6606
- "document": "Skill group name.",
6607
- "example": "tel",
7959
+ "document": "Previous status.",
7960
+ "example": "",
6608
7961
  "member": "string",
6609
- "name": "SkillGroupName",
6610
- "output_required": true,
7962
+ "name": "PreviousStatus",
7963
+ "output_required": false,
7964
+ "required": false,
6611
7965
  "type": "string",
6612
7966
  "value_allowed_null": false
6613
7967
  },
6614
7968
  {
6615
7969
  "disabled": false,
6616
- "document": "Address of the third-party cos for transferring recording.",
6617
- "example": "https://xxxxxxx",
7970
+ "document": "If the earlier status is on break, this is the reason.",
7971
+ "example": "",
6618
7972
  "member": "string",
6619
- "name": "CustomRecordURL",
6620
- "output_required": true,
7973
+ "name": "PreviousReason",
7974
+ "output_required": false,
7975
+ "required": false,
6621
7976
  "type": "string",
6622
7977
  "value_allowed_null": false
6623
7978
  }
6624
7979
  ],
6625
- "usage": "out"
7980
+ "usage": "both"
6626
7981
  },
6627
7982
  "SkillGroupInfoItem": {
6628
7983
  "document": "Skill group information.",
@@ -6716,6 +8071,16 @@
6716
8071
  "output_required": true,
6717
8072
  "type": "string",
6718
8073
  "value_allowed_null": false
8074
+ },
8075
+ {
8076
+ "disabled": false,
8077
+ "document": "Specifies whether to enable simultaneous ring.",
8078
+ "example": "false",
8079
+ "member": "bool",
8080
+ "name": "RingAll",
8081
+ "output_required": false,
8082
+ "type": "bool",
8083
+ "value_allowed_null": false
6719
8084
  }
6720
8085
  ],
6721
8086
  "usage": "out"
@@ -6867,7 +8232,7 @@
6867
8232
  },
6868
8233
  {
6869
8234
  "disabled": true,
6870
- "document": "User role id.\nWhen a user is bound to multiple roles, RoleIdList shall prevail.",
8235
+ "document": "User role ID. if a user is bound to multiple roles, RoleIdList takes precedence.",
6871
8236
  "example": "1",
6872
8237
  "member": "uint64",
6873
8238
  "name": "RoleId",
@@ -6887,7 +8252,7 @@
6887
8252
  },
6888
8253
  {
6889
8254
  "disabled": false,
6890
- "document": "",
8255
+ "document": "Specifies the user role id list.",
6891
8256
  "example": "[1]",
6892
8257
  "member": "uint64",
6893
8258
  "name": "RoleList",
@@ -6924,6 +8289,16 @@
6924
8289
  "output_required": false,
6925
8290
  "type": "string",
6926
8291
  "value_allowed_null": false
8292
+ },
8293
+ {
8294
+ "disabled": false,
8295
+ "document": "Call forwarding configuration.",
8296
+ "example": "{\"Enabled\":true,\"Condition\":2,\"Target\":{\"Type\":1,\"StaffUserId\":\"foo@tencent.com\"}}",
8297
+ "member": "ForwardingConfig",
8298
+ "name": "ForwardingConfig",
8299
+ "output_required": false,
8300
+ "type": "object",
8301
+ "value_allowed_null": false
6927
8302
  }
6928
8303
  ],
6929
8304
  "usage": "out"
@@ -6952,6 +8327,89 @@
6952
8327
  ],
6953
8328
  "usage": "in"
6954
8329
  },
8330
+ "StaffStatus": {
8331
+ "document": "Agent status.",
8332
+ "members": [
8333
+ {
8334
+ "disabled": false,
8335
+ "document": "Specifies the cursor used for querying in pagination scenarios.",
8336
+ "example": "foo-and-bar",
8337
+ "member": "string",
8338
+ "name": "Cursor",
8339
+ "output_required": false,
8340
+ "required": false,
8341
+ "type": "string",
8342
+ "value_allowed_null": false
8343
+ },
8344
+ {
8345
+ "disabled": false,
8346
+ "document": "Status timestamp. Unix second-level timestamp.",
8347
+ "example": "1756297161",
8348
+ "member": "int64",
8349
+ "name": "Timestamp",
8350
+ "output_required": false,
8351
+ "required": false,
8352
+ "type": "int",
8353
+ "value_allowed_null": false
8354
+ },
8355
+ {
8356
+ "disabled": false,
8357
+ "document": "Agent status free | busy | rest | notReady | afterCallWork | offline.",
8358
+ "example": "free",
8359
+ "member": "string",
8360
+ "name": "Status",
8361
+ "output_required": false,
8362
+ "required": false,
8363
+ "type": "string",
8364
+ "value_allowed_null": false
8365
+ },
8366
+ {
8367
+ "disabled": false,
8368
+ "document": "Specifies the session Id for status association.",
8369
+ "example": "aaed24da-c8a5-412f-a346-157f2316ae75",
8370
+ "member": "string",
8371
+ "name": "SessionId",
8372
+ "output_required": false,
8373
+ "required": false,
8374
+ "type": "string",
8375
+ "value_allowed_null": false
8376
+ },
8377
+ {
8378
+ "disabled": false,
8379
+ "document": "Reason for break.",
8380
+ "example": "会议",
8381
+ "member": "string",
8382
+ "name": "Reason",
8383
+ "output_required": false,
8384
+ "required": false,
8385
+ "type": "string",
8386
+ "value_allowed_null": false
8387
+ },
8388
+ {
8389
+ "disabled": false,
8390
+ "document": "Agent email.",
8391
+ "example": "101@qq.com",
8392
+ "member": "string",
8393
+ "name": "StaffEmail",
8394
+ "output_required": false,
8395
+ "required": false,
8396
+ "type": "string",
8397
+ "value_allowed_null": false
8398
+ },
8399
+ {
8400
+ "disabled": false,
8401
+ "document": "Agent id.",
8402
+ "example": "10001",
8403
+ "member": "string",
8404
+ "name": "StaffNo",
8405
+ "output_required": false,
8406
+ "required": false,
8407
+ "type": "string",
8408
+ "value_allowed_null": false
8409
+ }
8410
+ ],
8411
+ "usage": "both"
8412
+ },
6955
8413
  "StaffStatusExtra": {
6956
8414
  "document": "Supplementary Information on Agent Status",
6957
8415
  "members": [
@@ -7140,6 +8598,16 @@
7140
8598
  "output_required": true,
7141
8599
  "type": "int",
7142
8600
  "value_allowed_null": true
8601
+ },
8602
+ {
8603
+ "disabled": false,
8604
+ "document": "Specifies the endpoint information for customer service logon.",
8605
+ "example": "[{\"ClientType\": \"Web\", \"IsConnected\": true}]",
8606
+ "member": "ClientInfo",
8607
+ "name": "ClientInfo",
8608
+ "output_required": false,
8609
+ "type": "list",
8610
+ "value_allowed_null": false
7143
8611
  }
7144
8612
  ],
7145
8613
  "usage": "out"
@@ -7186,7 +8654,7 @@
7186
8654
  {
7187
8655
  "disabled": false,
7188
8656
  "document": "Caller number.",
7189
- "example": "008613012345678",
8657
+ "example": "0086010xxxxxxxx",
7190
8658
  "member": "string",
7191
8659
  "name": "Caller",
7192
8660
  "output_required": true,
@@ -7196,7 +8664,7 @@
7196
8664
  {
7197
8665
  "disabled": false,
7198
8666
  "document": "Called number.",
7199
- "example": "008613012345670",
8667
+ "example": "0086130xxxxxxxx",
7200
8668
  "member": "string",
7201
8669
  "name": "Callee",
7202
8670
  "output_required": true,
@@ -7266,7 +8734,7 @@
7266
8734
  {
7267
8735
  "disabled": false,
7268
8736
  "document": "Agent information.",
7269
- "example": "0",
8737
+ "example": "",
7270
8738
  "member": "SeatUserInfo",
7271
8739
  "name": "SeatUser",
7272
8740
  "output_required": true,
@@ -7275,7 +8743,7 @@
7275
8743
  },
7276
8744
  {
7277
8745
  "disabled": false,
7278
- "document": "EndStatus corresponds one-to-one with EndStatusString. the specific enumeration is as follows:.\n\n**Scenario EndStatus EndStatusString status description**.\n\nIncoming and outgoing calls.\n\nIncoming and outgoing calls\t0\terror\texception termination.\n\nInbound call 102 ivrGiveUp user hang up during IVR.\n\nInbound call 103 waitingGiveUp user gives up while queuing.\n\nInbound call 104 ringingGiveUp user give up during ringing.\n\nInbound call 105 no agent online.\n\nInbound call 106 notWorkTime outside working hours. \n\nInbound call 107 ivrEnd ends after IVR.\n\nInbound call 100 blackList. \n\nOutbound call 2 unconnected unanswered.\n\nOutgoing call 108 restrictedCallee the callee is restricted due to high risk.\n\nOutbound call 109 too many requests outbound over-frequency limit.\n\nOutgoing call 110\t restrictedArea\t valid values for the area where outgoing calls are restricted.\n\nOutbound call 111 restrictedTime outgoing call time limit.\n \nOutbound call 201 unknown unknown status.\n\nOutgoing call 202 not answered the callee did not answer.\n\nOutgoing call 203\t userReject\tcallee rejects and hangs up.\n\nOutbound call 204 powerOff callee is powered off.\n\nOutbound call 205 number does not exist the callee's number is non - existent.\n\nOutbound call 206 busy callee is busy.\n\nOutbound call 207 arrears callee in arrears.\n\nOutbound call 208 operator channel exception.\n\nOutbound call 209 callerCancel call cancellation by the caller.\n\nOutgoing call 210 notInService callee out of service area.\n\nIncoming and outgoing calls 211 clientError client errors.\nOutbound call 212 carrier blocked.",
8746
+ "document": "EndStatus corresponds one-to-one with EndStatusString. the specific enumeration is as follows:.\n\n**Scenario**\tEndStatus\tEndStatusString\tStatus description.\n\nIncoming & outgoing calls. 1. ok. normal call.\n\nIVR period user give up.\n\n**User give up while in queue**.\n\nInbound call 104 ringingGiveUp. specifies the user gives up during ringing.\n\nInbound call 105. specifies no agent online.\n\nInbound call notWorkTime **off hours**. \n\nIVR ends automatically (no manual intervention).\n\nInbound call. 100. blocklist (system side).\n\nrestrictedCallee. specifies the global outbound call risk number interception (system side).\n\nOutbound call 109 tooManyRequest **outbound call frequency control interception (system side)**.\n\nOutbound call 110 restrictedArea **block outgoing calls by region (system side)**.\n\nrestrictedTime. specifies the outbound call interception period on the system side.\n \n202 notAnswer **callee unanswered**.\n\nOutbound call 203 userReject **callee reject hangup**.\n\nPower off. **callee powered off**.\n\n205 numberNotExist\t**callee nonexistent number**.\n\nBusy. specifies the callee is busy.\n\nOutbound call 207 outOfCredit **callee in arrears**.\n\n208 operatorError indicates operator channel exception.\n\nOutgoing call caller cancellation.\n\nOutgoing call\t 210\t notInService\t**callee out of service area**.\n\nPhone call in/out 211 clientError **client error**.\n\nOutgoing call 212 carrierBlocked **carrier blocklist**.\n\nNote: call reminder.\n\nOutbound call 215 numberInvalid **called number is invalid**.\n\nOutbound call 216 callRestricted. note: call restricted.\n\nCallee restricted by blocklist.\n\nOutbound call 218 areaRestricted. **callee area restricted**.\n\nPrompt call forwarding.\n\nCaller cancellation during ringing.\n\nCaller cancel without ring.\n\nAudio dial-in 501 call conflict **VoIP user call termination**.\n\nVoIP user client timeout.\n\nAudio dial-in 503 VoIP user client error.\n\nChinese description (https://www.tencentcloud.com/zh/document/product/1229/71847).\n\nEnglish description (https://www.tencentcloud.com/document/product/1229/71847?lang=en).",
7279
8747
  "example": "1",
7280
8748
  "member": "int64",
7281
8749
  "name": "EndStatus",
@@ -7366,7 +8834,7 @@
7366
8834
  {
7367
8835
  "disabled": false,
7368
8836
  "document": "Service participant list.",
7369
- "example": "0",
8837
+ "example": "",
7370
8838
  "member": "ServeParticipant",
7371
8839
  "name": "ServeParticipants",
7372
8840
  "output_required": true,
@@ -7385,7 +8853,7 @@
7385
8853
  },
7386
8854
  {
7387
8855
  "disabled": false,
7388
- "document": "EndStatus corresponds one-to-one with EndStatusString. the specific enumeration is as follows:.\n\n**Scenario EndStatus EndStatusString status description**.\n\nIncoming and outgoing calls.\n\nIncoming and outgoing calls\t0\terror\texception termination.\n\nInbound call 102 ivrGiveUp user hang up during IVR.\n\nInbound call 103 waitingGiveUp user gives up while queuing.\n\nInbound call 104 ringingGiveUp user give up during ringing.\n\nInbound call 105 no agent online.\n\nInbound call 106 notWorkTime outside working hours. \n\nInbound call 107 ivrEnd ends after IVR.\n\nInbound call 100 blackList. \n\nOutbound call 2 unconnected unanswered.\n\nOutgoing call 108 restrictedCallee the callee is restricted due to high risk.\n\nOutbound call 109 too many requests outbound over-frequency limit.\n\nOutgoing call 110\t restrictedArea\t valid values for the area where outgoing calls are restricted.\n\nOutbound call 111 restrictedTime outgoing call time limit.\n \nOutgoing call 201 unknown unknown status.\n\nOutgoing call 202 notAnswer callee not answered.\n\nOutgoing call 203\t userReject\tcallee rejects and hangs up.\n\nOutbound call 204 powerOff callee is powered off.\n\nOutbound call 205 number does not exist the callee's number is non - existent.\n\nOutgoing call 206 busy callee is busy.\n\nOutbound call 207 out of credit callee in arrears.\n\nOutbound call 208 operator channel exception.\n\nOutgoing call 209 callerCancel call cancellation by the caller.\n\nOutgoing call 210 notInService callee out of service area.\n\nIncoming and outgoing calls 211 clientError client errors.\nOutbound call 212 carrier blocked.",
8856
+ "document": "Refers to the EndStatus field.",
7389
8857
  "example": "ok",
7390
8858
  "member": "string",
7391
8859
  "name": "EndStatusString",
@@ -7416,7 +8884,7 @@
7416
8884
  {
7417
8885
  "disabled": false,
7418
8886
  "document": "Post-IVR key information (e.g. [{\"key\":\"1\",\"label\":\"very satisfied\"}]).",
7419
- "example": "0",
8887
+ "example": "",
7420
8888
  "member": "IVRKeyPressedElement",
7421
8889
  "name": "PostIVRKeyPressed",
7422
8890
  "output_required": true,
@@ -7446,7 +8914,7 @@
7446
8914
  {
7447
8915
  "disabled": false,
7448
8916
  "document": "Caller number protection id. effective when the number protection map feature is activated, and the caller field is empty.",
7449
- "example": "008613XXXX5678",
8917
+ "example": "0086130xxxxxxxx",
7450
8918
  "member": "string",
7451
8919
  "name": "ProtectedCaller",
7452
8920
  "output_required": true,
@@ -7456,7 +8924,7 @@
7456
8924
  {
7457
8925
  "disabled": false,
7458
8926
  "document": "Called number protection id. effective when the number protection map feature is activated, and the callee field is empty.",
7459
- "example": "008613XXXX5678",
8927
+ "example": "0086130xxxxxxxx",
7460
8928
  "member": "string",
7461
8929
  "name": "ProtectedCallee",
7462
8930
  "output_required": true,
@@ -7486,7 +8954,7 @@
7486
8954
  {
7487
8955
  "disabled": false,
7488
8956
  "document": "IVR key information (e.g. [{\"key\":\"1\",\"label\":\"very satisfied\"}]).",
7489
- "example": "0",
8957
+ "example": "",
7490
8958
  "member": "IVRKeyPressedElement",
7491
8959
  "name": "IVRKeyPressedEx",
7492
8960
  "output_required": true,
@@ -7594,6 +9062,30 @@
7594
9062
  ],
7595
9063
  "usage": "both"
7596
9064
  },
9065
+ "ToneWordInfo": {
9066
+ "document": "Undertake filler word info.",
9067
+ "members": [
9068
+ {
9069
+ "disabled": false,
9070
+ "document": "Specifies the timeout period for the first request in seconds.",
9071
+ "example": "0.4",
9072
+ "member": "float",
9073
+ "name": "FirstSentenceTimeout",
9074
+ "required": false,
9075
+ "type": "float"
9076
+ },
9077
+ {
9078
+ "disabled": false,
9079
+ "document": "Undertakes a modal particle.",
9080
+ "example": "{\"Positive\":[\"真不错\",\"挺好的\"],\"Negative\":[\"好悲催\",\"太差劲了\"],\"Neutral\":[\"嘿嘿\",\"差不多\"]}",
9081
+ "member": "ZHToneWordsInfo",
9082
+ "name": "ZHToneWords",
9083
+ "required": false,
9084
+ "type": "object"
9085
+ }
9086
+ ],
9087
+ "usage": "in"
9088
+ },
7597
9089
  "TransferToManualRequest": {
7598
9090
  "document": "TransferToManual request structure.",
7599
9091
  "members": [
@@ -8096,6 +9588,45 @@
8096
9588
  }
8097
9589
  ],
8098
9590
  "usage": "both"
9591
+ },
9592
+ "ZHToneWordsInfo": {
9593
+ "document": "Undertake filler word.",
9594
+ "members": [
9595
+ {
9596
+ "disabled": false,
9597
+ "document": "Specifies the word list.",
9598
+ "example": "[\"嗯嗯\"]",
9599
+ "member": "string",
9600
+ "name": "Neutral",
9601
+ "output_required": false,
9602
+ "required": false,
9603
+ "type": "list",
9604
+ "value_allowed_null": false
9605
+ },
9606
+ {
9607
+ "disabled": false,
9608
+ "document": "Positive word list.",
9609
+ "example": "[\"嗯嗯\"]",
9610
+ "member": "string",
9611
+ "name": "Positive",
9612
+ "output_required": false,
9613
+ "required": false,
9614
+ "type": "list",
9615
+ "value_allowed_null": false
9616
+ },
9617
+ {
9618
+ "disabled": false,
9619
+ "document": "Negative word list.",
9620
+ "example": "[\"嗯嗯\"]",
9621
+ "member": "string",
9622
+ "name": "Negative",
9623
+ "output_required": false,
9624
+ "required": false,
9625
+ "type": "list",
9626
+ "value_allowed_null": false
9627
+ }
9628
+ ],
9629
+ "usage": "both"
8099
9630
  }
8100
9631
  },
8101
9632
  "version": "1.0"