tccli-intl-en 3.0.1248.1__py2.py3-none-any.whl → 3.1.33.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.
- tccli/__init__.py +1 -1
- tccli/argument.py +1 -1
- tccli/services/__init__.py +32 -1
- tccli/services/advisor/advisor_client.py +10 -4
- tccli/services/ai3d/__init__.py +4 -0
- tccli/services/ai3d/ai3d_client.py +266 -0
- tccli/services/ai3d/v20250513/api.json +264 -0
- tccli/services/ai3d/v20250513/examples.json +20 -0
- tccli/services/aiart/aiart_client.py +5 -2
- tccli/services/ams/ams_client.py +20 -8
- tccli/services/antiddos/antiddos_client.py +350 -140
- tccli/services/apigateway/apigateway_client.py +465 -186
- tccli/services/apm/apm_client.py +835 -68
- tccli/services/apm/v20210622/api.json +3936 -1145
- tccli/services/apm/v20210622/examples.json +133 -23
- tccli/services/asr/asr_client.py +10 -4
- tccli/services/autoscaling/autoscaling_client.py +290 -116
- tccli/services/autoscaling/v20180419/api.json +78 -28
- tccli/services/batch/batch_client.py +140 -56
- tccli/services/bi/bi_client.py +120 -48
- tccli/services/billing/billing_client.py +210 -84
- tccli/services/cam/cam_client.py +405 -162
- tccli/services/captcha/captcha_client.py +5 -2
- tccli/services/car/car_client.py +165 -66
- tccli/services/cbs/cbs_client.py +190 -76
- tccli/services/ccc/ccc_client.py +794 -160
- tccli/services/ccc/v20200210/api.json +1778 -202
- tccli/services/ccc/v20200210/examples.json +64 -0
- tccli/services/cdb/cdb_client.py +1770 -531
- tccli/services/cdb/v20170320/api.json +2166 -335
- tccli/services/cdb/v20170320/examples.json +126 -6
- tccli/services/cdc/cdc_client.py +100 -40
- tccli/services/cdc/v20201214/api.json +2 -2
- tccli/services/cdc/v20201214/examples.json +4 -4
- tccli/services/cdn/cdn_client.py +220 -88
- tccli/services/cdn/v20180606/api.json +22 -22
- tccli/services/cdn/v20180606/examples.json +1 -1
- tccli/services/cdwdoris/cdwdoris_client.py +385 -154
- tccli/services/cdwpg/cdwpg_client.py +120 -48
- tccli/services/cdz/__init__.py +4 -0
- tccli/services/cdz/cdz_client.py +210 -0
- tccli/services/cdz/v20221123/api.json +233 -0
- tccli/services/cdz/v20221123/examples.json +12 -0
- tccli/services/cfg/cfg_client.py +80 -32
- tccli/services/cfs/cfs_client.py +195 -78
- tccli/services/cfw/cfw_client.py +330 -132
- tccli/services/chdfs/chdfs_client.py +145 -58
- tccli/services/ciam/ciam_client.py +80 -32
- tccli/services/ckafka/ckafka_client.py +1149 -259
- tccli/services/ckafka/v20190819/api.json +3738 -1696
- tccli/services/ckafka/v20190819/examples.json +266 -162
- tccli/services/clb/clb_client.py +1054 -469
- tccli/services/clb/v20180317/api.json +2273 -1020
- tccli/services/clb/v20180317/examples.json +184 -124
- tccli/services/cloudaudit/cloudaudit_client.py +90 -36
- tccli/services/cls/cls_client.py +434 -173
- tccli/services/cmq/cmq_client.py +14 -803
- tccli/services/cmq/v20190304/api.json +173 -1367
- tccli/services/cmq/v20190304/examples.json +0 -120
- tccli/services/config/config_client.py +30 -12
- tccli/services/controlcenter/controlcenter_client.py +229 -2
- tccli/services/controlcenter/v20230110/api.json +528 -5
- tccli/services/controlcenter/v20230110/examples.json +32 -0
- tccli/services/csip/csip_client.py +170 -68
- tccli/services/ctsdb/ctsdb_client.py +10 -4
- tccli/services/cvm/cvm_client.py +706 -189
- tccli/services/cvm/v20170312/api.json +598 -185
- tccli/services/cvm/v20170312/examples.json +172 -126
- tccli/services/cwp/cwp_client.py +2325 -930
- tccli/services/cynosdb/cynosdb_client.py +1887 -577
- tccli/services/cynosdb/v20190107/api.json +11763 -7697
- tccli/services/cynosdb/v20190107/examples.json +132 -4
- tccli/services/dataintegration/dataintegration_client.py +5 -2
- tccli/services/dayu/dayu_client.py +515 -206
- tccli/services/dbbrain/dbbrain_client.py +210 -84
- tccli/services/dc/dc_client.py +90 -36
- tccli/services/dcdb/dcdb_client.py +310 -124
- tccli/services/dlc/dlc_client.py +859 -214
- tccli/services/dlc/v20210125/api.json +637 -13
- tccli/services/dlc/v20210125/examples.json +48 -0
- tccli/services/dms/dms_client.py +10 -4
- tccli/services/dnspod/dnspod_client.py +302 -76
- tccli/services/dnspod/v20210323/api.json +153 -0
- tccli/services/dnspod/v20210323/examples.json +16 -0
- tccli/services/domain/domain_client.py +120 -48
- tccli/services/dts/dts_client.py +415 -166
- tccli/services/eb/eb_client.py +130 -52
- tccli/services/ecdn/ecdn_client.py +75 -30
- tccli/services/ecm/ecm_client.py +620 -248
- tccli/services/eiam/eiam_client.py +200 -80
- tccli/services/emr/emr_client.py +2815 -146
- tccli/services/emr/v20190103/api.json +14527 -4841
- tccli/services/emr/v20190103/examples.json +404 -36
- tccli/services/es/es_client.py +105 -42
- tccli/services/facefusion/facefusion_client.py +15 -6
- tccli/services/faceid/faceid_client.py +95 -38
- tccli/services/faceid/v20180301/api.json +196 -53
- tccli/services/faceid/v20180301/examples.json +3 -3
- tccli/services/gaap/gaap_client.py +440 -176
- tccli/services/gme/gme_client.py +50 -20
- tccli/services/gpm/gpm_client.py +90 -36
- tccli/services/gse/gse_client.py +110 -44
- tccli/services/gwlb/gwlb_client.py +90 -36
- tccli/services/hunyuan/__init__.py +4 -0
- tccli/services/hunyuan/hunyuan_client.py +546 -0
- tccli/services/hunyuan/v20230901/api.json +628 -0
- tccli/services/hunyuan/v20230901/examples.json +60 -0
- tccli/services/iai/iai_client.py +145 -58
- tccli/services/iap/iap_client.py +30 -12
- tccli/services/ims/ims_client.py +5 -2
- tccli/services/intlpartnersmgt/intlpartnersmgt_client.py +210 -84
- tccli/services/iotcloud/iotcloud_client.py +100 -40
- tccli/services/ip/ip_client.py +30 -12
- tccli/services/kms/kms_client.py +340 -136
- tccli/services/kms/v20190118/api.json +80 -3
- tccli/services/kms/v20190118/examples.json +3 -3
- tccli/services/lcic/lcic_client.py +265 -106
- tccli/services/lighthouse/lighthouse_client.py +730 -172
- tccli/services/lighthouse/v20200324/api.json +502 -14
- tccli/services/lighthouse/v20200324/examples.json +59 -5
- tccli/services/live/live_client.py +600 -240
- tccli/services/lke/lke_client.py +450 -180
- tccli/services/lkeap/__init__.py +4 -0
- tccli/services/lkeap/lkeap_client.py +602 -0
- tccli/services/lkeap/v20240522/api.json +989 -0
- tccli/services/lkeap/v20240522/examples.json +92 -0
- tccli/services/mariadb/mariadb_client.py +250 -100
- tccli/services/mdc/mdc_client.py +90 -36
- tccli/services/mdl/mdl_client.py +357 -90
- tccli/services/mdl/v20200326/api.json +1095 -77
- tccli/services/mdl/v20200326/examples.json +40 -16
- tccli/services/mdp/mdp_client.py +416 -124
- tccli/services/mdp/v20200527/api.json +335 -40
- tccli/services/mdp/v20200527/examples.json +95 -79
- tccli/services/message/__init__.py +4 -0
- tccli/services/message/message_client.py +210 -0
- tccli/services/message/v20181225/api.json +72 -0
- tccli/services/message/v20181225/examples.json +13 -0
- tccli/services/mongodb/mongodb_client.py +1404 -141
- tccli/services/mongodb/v20190725/api.json +2919 -677
- tccli/services/mongodb/v20190725/examples.json +190 -22
- tccli/services/monitor/monitor_client.py +1008 -296
- tccli/services/monitor/v20180724/api.json +664 -15
- tccli/services/monitor/v20180724/examples.json +152 -4
- tccli/services/mps/mps_client.py +1721 -381
- tccli/services/mps/v20190612/api.json +4905 -561
- tccli/services/mps/v20190612/examples.json +221 -69
- tccli/services/mqtt/__init__.py +4 -0
- tccli/services/mqtt/mqtt_client.py +1610 -0
- tccli/services/mqtt/v20240516/api.json +3057 -0
- tccli/services/mqtt/v20240516/examples.json +213 -0
- tccli/services/msp/msp_client.py +35 -14
- tccli/services/ocr/ocr_client.py +358 -76
- tccli/services/ocr/v20181119/api.json +731 -88
- tccli/services/ocr/v20181119/examples.json +40 -10
- tccli/services/omics/omics_client.py +100 -40
- tccli/services/organization/organization_client.py +580 -232
- tccli/services/postgres/postgres_client.py +455 -182
- tccli/services/privatedns/privatedns_client.py +155 -62
- tccli/services/pts/pts_client.py +240 -96
- tccli/services/quota/__init__.py +4 -0
- tccli/services/quota/quota_client.py +434 -0
- tccli/services/quota/v20241204/api.json +548 -0
- tccli/services/quota/v20241204/examples.json +51 -0
- tccli/services/rce/rce_client.py +5 -2
- tccli/services/redis/redis_client.py +545 -218
- tccli/services/redis/v20180412/api.json +227 -115
- tccli/services/redis/v20180412/examples.json +19 -19
- tccli/services/region/region_client.py +15 -6
- tccli/services/rum/rum_client.py +300 -120
- tccli/services/scf/scf_client.py +210 -84
- tccli/services/ses/ses_client.py +145 -58
- tccli/services/smh/__init__.py +4 -0
- tccli/services/smh/smh_client.py +714 -0
- tccli/services/smh/v20210712/api.json +1287 -0
- tccli/services/smh/v20210712/examples.json +85 -0
- tccli/services/sms/sms_client.py +90 -36
- tccli/services/sqlserver/sqlserver_client.py +3759 -480
- tccli/services/sqlserver/v20180328/api.json +8909 -2941
- tccli/services/sqlserver/v20180328/examples.json +447 -3
- tccli/services/ssl/ssl_client.py +190 -76
- tccli/services/ssm/ssm_client.py +120 -48
- tccli/services/sts/sts_client.py +25 -10
- tccli/services/tag/tag_client.py +150 -60
- tccli/services/tat/tat_client.py +95 -38
- tccli/services/tbaas/tbaas_client.py +20 -8
- tccli/services/tcaplusdb/tcaplusdb_client.py +260 -104
- tccli/services/tcaplusdb/v20190823/api.json +836 -760
- tccli/services/tcaplusdb/v20190823/examples.json +3 -3
- tccli/services/tchd/tchd_client.py +5 -2
- tccli/services/tcmpp/tcmpp_client.py +520 -208
- tccli/services/tcr/tcr_client.py +380 -152
- tccli/services/tcsas/tcsas_client.py +2576 -327
- tccli/services/tcsas/v20250106/api.json +8304 -3241
- tccli/services/tcsas/v20250106/examples.json +311 -15
- tccli/services/tcss/tcss_client.py +1650 -660
- tccli/services/tdid/tdid_client.py +240 -96
- tccli/services/tdmq/tdmq_client.py +2876 -466
- tccli/services/tdmq/v20200217/api.json +11607 -3958
- tccli/services/tdmq/v20200217/examples.json +562 -264
- tccli/services/tem/tem_client.py +280 -112
- tccli/services/teo/teo_client.py +1590 -540
- tccli/services/teo/v20220901/api.json +703 -71
- tccli/services/teo/v20220901/examples.json +88 -22
- tccli/services/tione/__init__.py +4 -0
- tccli/services/tione/tione_client.py +210 -0
- tccli/services/tione/v20211111/api.json +3074 -0
- tccli/services/tione/v20211111/examples.json +12 -0
- tccli/services/tiw/tiw_client.py +255 -102
- tccli/services/tke/tke_client.py +858 -276
- tccli/services/tke/v20180525/api.json +227 -0
- tccli/services/tke/v20180525/examples.json +24 -0
- tccli/services/tms/tms_client.py +5 -2
- tccli/services/tmt/tmt_client.py +5 -2
- tccli/services/trabbit/trabbit_client.py +145 -58
- tccli/services/trocket/__init__.py +4 -0
- tccli/services/trocket/trocket_client.py +2450 -0
- tccli/services/trocket/v20230308/api.json +6062 -0
- tccli/services/trocket/v20230308/examples.json +339 -0
- tccli/services/trro/trro_client.py +95 -38
- tccli/services/trtc/trtc_client.py +255 -102
- tccli/services/trtc/v20190722/api.json +135 -31
- tccli/services/trtc/v20190722/examples.json +7 -7
- tccli/services/tts/tts_client.py +5 -2
- tccli/services/vclm/vclm_client.py +10 -4
- tccli/services/vm/vm_client.py +20 -8
- tccli/services/vod/v20180717/api.json +2929 -296
- tccli/services/vod/v20180717/examples.json +40 -6
- tccli/services/vod/vod_client.py +1175 -358
- tccli/services/vpc/v20170312/api.json +1102 -137
- tccli/services/vpc/v20170312/examples.json +127 -23
- tccli/services/vpc/vpc_client.py +2241 -670
- tccli/services/waf/v20180125/api.json +1372 -194
- tccli/services/waf/v20180125/examples.json +89 -1
- tccli/services/waf/waf_client.py +1149 -245
- tccli/services/wedata/v20250806/api.json +13644 -0
- tccli/services/wedata/v20250806/examples.json +621 -0
- tccli/services/wedata/wedata_client.py +6067 -1263
- tccli/services/yunjing/yunjing_client.py +355 -142
- {tccli_intl_en-3.0.1248.1.dist-info → tccli_intl_en-3.1.33.1.dist-info}/METADATA +4 -7
- {tccli_intl_en-3.0.1248.1.dist-info → tccli_intl_en-3.1.33.1.dist-info}/RECORD +245 -203
- {tccli_intl_en-3.0.1248.1.dist-info → tccli_intl_en-3.1.33.1.dist-info}/WHEEL +1 -1
- {tccli_intl_en-3.0.1248.1.dist-info → tccli_intl_en-3.1.33.1.dist-info}/entry_points.txt +0 -1
- {tccli_intl_en-3.0.1248.1.dist-info → tccli_intl_en-3.1.33.1.dist-info}/LICENSE +0 -0
- {tccli_intl_en-3.0.1248.1.dist-info → tccli_intl_en-3.1.33.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",
|
|
@@ -36,9 +50,9 @@
|
|
|
36
50
|
"status": "online"
|
|
37
51
|
},
|
|
38
52
|
"CreateAICall": {
|
|
39
|
-
"document": "
|
|
53
|
+
"document": "This API is used to **call the AI model directly** to trigger a **single** outbound call. It supports configuring the model, prompt content, voice, and all call elements through API parameters.\n\nThe feature requires purchase of the Intelligent Agent call package and is only available for own telephone numbers. For details, refer to the Intelligent Agent Call Purchase Guide (https://www.tencentcloud.comom/document/product/679/125953?from_cn_redirect=1).",
|
|
40
54
|
"input": "CreateAICallRequest",
|
|
41
|
-
"name": "
|
|
55
|
+
"name": "Create a single intelligent agent call - bring your own model",
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "[
|
|
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,
|
|
1821
|
+
"document": "0: interruptible by default, 2: high priority non-interruptible.",
|
|
1561
1822
|
"example": "0",
|
|
1562
1823
|
"member": "int64",
|
|
1563
1824
|
"name": "WelcomeMessagePriority",
|
|
@@ -1665,7 +1926,7 @@
|
|
|
1665
1926
|
},
|
|
1666
1927
|
{
|
|
1667
1928
|
"disabled": false,
|
|
1668
|
-
"document": "<p>
|
|
1929
|
+
"document": "<p>Either the VoiceType field or a custom TTS is required. this uses your own custom TTS, while VoiceType provides some built-in voice types.</p>.\n<ul>\n<li>Tencent TTS<br>\nFor configuration, see <a href=\"https://www.tencentcloud.comom/document/product/1073/92668?from_cn_redirect=1#55924b56-1a73-4663-a7a1-a8dd82d6e823\" target=\"_blank\">tencent cloud TTS documentation link</a></li>.\n</ul>\n<div class=\"v-md-pre-wrapper copy-code-mode v-md-pre-wrapper- extra-class\"><pre class=\"v-md-prism-\"><code>{ \n\"TTSType\": \"tencent\", // String TTS type. currently supports \"tencent\" and \"minixmax\". the rest manufacturers are under support.\n \"AppId\": \"your application ID\", // String required.\n \"SecretId\": \"your key ID\", // String required.\n \"SecretKey\": \"your Key\", // String required.\n \"VoiceType\": 101001, // Integer required. the voice ID, including standard timbre and premium timbre. premium timbre has higher fidelity and different pricing from standard timbre. please refer to the text to speech billing overview. for the complete supported timbre list, see the text to speech timbre list.\n \"Speed\": 1.25, // Integer optional, speaking rate, value range: [-2,6], respectively represent different speaking rates: -2: 0.6x -1: 0.8x 0: 1.0x (default) 1: 1.2x 2: 1.5x 6: 2.5x. if more refined speaking rates are needed, up to 2 decimal places can be retained, such as 0.5, 1.25, or 2.81. for parameter value to actual speech Speed conversion, refer to speech Speed switch.\n \"Volume\": 5, // Integer optional. specifies the Volume level. value range: [0,10], corresponding to 11 severity levels respectively. default value: 0, which represents normal Volume.\n \"PrimaryLanguage\": 1, // Integer option primary language 1-chinese (default) 2-english 3-japanese.\n\"FastVoiceType\": \"xxxx\" // optional parameter. parameters for quick voice clone. \n }\n</code></pre>\n </div><ul>\n<li>Minimax TTS<br>\nFor configuration, refer to the <a href=\"https://platform.minimaxi.com/document/T2a%20V2?key=66719005a427f0c8a5701643\" target=\"_blank\">Minimax TTS documentation link</a>. note that Minimax TTS has frequency limits. overfrequency may result in response delays. see the <a href=\"https://platform.minimaxi.com/document/Rate%20limits?key=66b19417290299a26b234572\" target=\"_blank\">Minimax TTS frequency limit documentation link</a>.</li>.\n</ul>\n<div class=\"v-md-pre-wrapper copy-code-mode v-md-pre-wrapper- extra-class\"><pre class=\"v-md-prism-\"><code>{\n\"TTSType\": \"minimax\", // String TTS type. \n "Model": "speech-01-turbo",\n "APIUrl": "https://api.minimax.chat/v1/t2a_v2",\n "APIKey": "eyxxxx",\n "GroupId": "181000000000000",\n "VoiceType":"female-tianmei",\n "Speed": 1.2\n}\n</code></pre>\n</div><ul>\n<li>Volcano TTS</li>.\n</ul>\n<p>Configure the timbre type. see <a href=\"https://www.volcengine.com/docs/6561/162929\" target=\"_blank\">volcano TTS documentation link</a><br>.\nText to speech timbre list - voice technology - volcano engine.\nLarge model TTS timbre list - voice technology - volcano engine</p>.\n<div class=\"v-md-pre-wrapper copy-code-mode v-md-pre-wrapper- extra-class\"><pre class=\"v-md-prism-\"><code>{\n\"TTSType\": \"volcengine\", // required: String TTS type.\n\"AppId\": \"xxxxxxxx\", // required: String AppId assigned by volcano engine.\n\"Token\": \"TY9d4sQXHxxxxxxx\", // required: String type, access Token for volcano engine.\n\"Speed\": 1.0, // optional parameter. speaking rate, defaults to 1.0.\n\"Volume\": 1.0, // optional parameter, Volume, defaults to 1.0.\n\"Cluster\": \"volcano_tts\", // optional parameter, business Cluster, is selected by default.\n\"VoiceType\": \"zh_male_aojiaobazong_moon_bigtts\" // timbre type, defaults to the TTS voice type of the large model. if using ordinary text to speech, you need to fill in the corresponding voice type. input errors in voice type can cause no sound.\n}\n</code></pre>\n</div><ul>\n<li>Azure TTS<br>\nFor configuration, refer to the <a href=\"https://docs.azure.cn/zh-cn/ai-services/speech-service/speech-synthesis-markup-voice\" target=\"_blank\">AzureTTS documentation link</a></li>.\n</ul>\n<div class=\"v-md-pre-wrapper copy-code-mode v-md-pre-wrapper- extra-class\"><pre class=\"v-md-prism-\"><code>{\n\"TTSType\": \"azure\", // required: String TTS type.\n\"SubscriptionKey\": \"xxxxxxxx\", // required: String subscription Key.\n\"Region\": \"chinanorth3\", // required: String the Region to subscribe to.\n\"VoiceName\": \"zh-CN-XiaoxiaoNeural\", // required: String specifies the required VoiceName.\n\"Language\": \"zh-CN\", // required: String specifies the synthesis Language. \n\"Rate\": 1 // optional: float, speech speed. value range: 0.5–2. default is 1.\n}\n</code></pre>\n</div><ul>\n<li>Custom TTS</li>.\n</ul>\n<p>For the specific protocol specification, refer to <a href=\"https://doc.weixin.qq.com/doc/w3_ANQAiAbdAFwHILbJBmtSqSbV1WZ3L?scode=AJEAIQdfAAo5a1xajYANQAiAbdAFw\" target=\"_blank\">tencent documentation</a></p>.\n<div class=\"v-md-pre-wrapper copy-code-mode v-md-pre-wrapper- extra-class\"><pre class=\"v-md-prism-\"><code>{\n\"TTSType\": \"custom\", // String required.\n\"APIKey\": \"APIKey\", // String required. be used to authenticate.\n\"APIUrl\": \"http://0.0.0.0:8080/stream-audio\" // String, required, TTS API URL.\n\"AudioFormat\": \"wav\", // String, optional, specifies the desired audio format, such as mp3, ogg_opus, pcm, wav. defaults to wav. currently only support pcm and wav.\n\"SampleRate\": 16000, // Integer, optional, audio sample rate, defaults to 16000 (16k), recommended value is 16000.\n\"AudioChannel\": 1, // Integer, optional, audio channel quantity. valid values: 1 or 2. default is 1. \n}\n</code></pre>\n</div>",
|
|
1669
1930
|
"example": "{ \"TTSType\": \"azure\", \"SubscriptionKey\": \"xx\", \"Region\": \"chinanorth3\", \"VoiceName\": \"zh-CN-\", \"Language\": \"zh-CN\", \"Rate\": 1 }",
|
|
1670
1931
|
"member": "string",
|
|
1671
1932
|
"name": "CustomTTSConfig",
|
|
@@ -1675,7 +1936,7 @@
|
|
|
1675
1936
|
{
|
|
1676
1937
|
"disabled": true,
|
|
1677
1938
|
"document": "Prompt word variable.",
|
|
1678
|
-
"example": "
|
|
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": "
|
|
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,92 @@
|
|
|
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": "
|
|
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": "Compliant prompt sound. \nThis parameter set to true (default) means call initiation plays morse code, with a Note that the conversation content is AI-generated.\nPassing 'false' to this parameter disables the compliance prompt sound. passing 'false' signifies you have read and agree to the following agreement:.\nOur side fully acknowledges and understands that according to the laws and regulations specified in the \"cybersecurity law\" (https://www.cac.gov.cn/2016-11/07/c_1119867116.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 should be added to ai-generated synthetic content. based on business requirements, we request tencent cloud not to add explicit identification to generated synthetic content. we commit to lawful and compliant use of generated synthetic content to avoid causing confusion or misunderstanding. if the generated synthetic content is used to provide services to the public or spread over networks, we will proactively add explicit identification that complies with legal provisions and national standards, and bear the legal obligation for identifying ai-generated synthetic content. our side will fully assume all related responsibilities if adverse consequences arise from failure to appropriately and reasonably fulfill the obligation of ai content identification, or if penalties are imposed by the competent department.",
|
|
2011
|
+
"example": "false",
|
|
2012
|
+
"member": "bool",
|
|
2013
|
+
"name": "EnableComplianceAudio",
|
|
2014
|
+
"required": false,
|
|
2015
|
+
"type": "bool"
|
|
2016
|
+
},
|
|
2017
|
+
{
|
|
2018
|
+
"disabled": false,
|
|
2019
|
+
"document": "Whether to enable voice mail recognition.",
|
|
2020
|
+
"example": "true",
|
|
2021
|
+
"member": "bool",
|
|
2022
|
+
"name": "EnableVoicemailDetection",
|
|
2023
|
+
"required": false,
|
|
2024
|
+
"type": "bool"
|
|
2025
|
+
},
|
|
2026
|
+
{
|
|
2027
|
+
"disabled": false,
|
|
2028
|
+
"document": "Detect behavior when the peer is voice mail. this parameter is valid only when EnableVoicemailDetection is True.\n0: hang up the phone (default).",
|
|
2029
|
+
"example": "0",
|
|
2030
|
+
"member": "uint64",
|
|
2031
|
+
"name": "VoicemailAction",
|
|
2032
|
+
"required": false,
|
|
2033
|
+
"type": "int"
|
|
2034
|
+
},
|
|
2035
|
+
{
|
|
2036
|
+
"disabled": false,
|
|
2037
|
+
"document": "Large model extended parameter, format is json string.",
|
|
2038
|
+
"example": "\"{}\"",
|
|
2039
|
+
"member": "string",
|
|
2040
|
+
"name": "LLMExtraBody",
|
|
2041
|
+
"required": false,
|
|
2042
|
+
"type": "string"
|
|
2043
|
+
},
|
|
2044
|
+
{
|
|
2045
|
+
"disabled": false,
|
|
2046
|
+
"document": "Maximum call duration, default not limited. unit: milliseconds (ms).",
|
|
2047
|
+
"example": "600000",
|
|
2048
|
+
"member": "uint64",
|
|
2049
|
+
"name": "MaxCallDurationMs",
|
|
2050
|
+
"required": false,
|
|
2051
|
+
"type": "int"
|
|
2052
|
+
},
|
|
2053
|
+
{
|
|
2054
|
+
"disabled": false,
|
|
2055
|
+
"document": "Maximum ringing duration. auto hang up when the duration threshold is reached. **only own number supports current parameter.**.",
|
|
2056
|
+
"example": "15",
|
|
2057
|
+
"member": "int64",
|
|
2058
|
+
"name": "MaxRingTimeoutSecond",
|
|
2059
|
+
"required": false,
|
|
2060
|
+
"type": "int"
|
|
1719
2061
|
}
|
|
1720
2062
|
],
|
|
1721
2063
|
"type": "object"
|
|
@@ -1930,7 +2272,7 @@
|
|
|
1930
2272
|
{
|
|
1931
2273
|
"disabled": false,
|
|
1932
2274
|
"document": "List of called numbers.",
|
|
1933
|
-
"example": "[
|
|
2275
|
+
"example": "[\"0086139xxxxxxxx\",\"0086130xxxxxxxxx\"]",
|
|
1934
2276
|
"member": "string",
|
|
1935
2277
|
"name": "Callees",
|
|
1936
2278
|
"required": true,
|
|
@@ -1939,7 +2281,7 @@
|
|
|
1939
2281
|
{
|
|
1940
2282
|
"disabled": false,
|
|
1941
2283
|
"document": "List of calling numbers.",
|
|
1942
|
-
"example": "[
|
|
2284
|
+
"example": "[\"0086010xxxxxxxx\"]",
|
|
1943
2285
|
"member": "string",
|
|
1944
2286
|
"name": "Callers",
|
|
1945
2287
|
"required": true,
|
|
@@ -1992,8 +2334,8 @@
|
|
|
1992
2334
|
},
|
|
1993
2335
|
{
|
|
1994
2336
|
"disabled": false,
|
|
1995
|
-
"document": "Custom
|
|
1996
|
-
"example": "
|
|
2337
|
+
"document": "Custom variable (advanced edition support). using the same variable in the CalleeAttributes field will overwrite here.",
|
|
2338
|
+
"example": "无",
|
|
1997
2339
|
"member": "Variable",
|
|
1998
2340
|
"name": "Variables",
|
|
1999
2341
|
"required": false,
|
|
@@ -2001,7 +2343,7 @@
|
|
|
2001
2343
|
},
|
|
2002
2344
|
{
|
|
2003
2345
|
"disabled": false,
|
|
2004
|
-
"document": "UUI",
|
|
2346
|
+
"document": "User-Defined data. specifies that using UUI in the CalleeAttributes field will overwrite here.",
|
|
2005
2347
|
"example": "foobar",
|
|
2006
2348
|
"member": "string",
|
|
2007
2349
|
"name": "UUI",
|
|
@@ -2011,7 +2353,7 @@
|
|
|
2011
2353
|
{
|
|
2012
2354
|
"disabled": false,
|
|
2013
2355
|
"document": "Property of the called.",
|
|
2014
|
-
"example": "
|
|
2356
|
+
"example": "无",
|
|
2015
2357
|
"member": "CalleeAttribute",
|
|
2016
2358
|
"name": "CalleeAttributes",
|
|
2017
2359
|
"required": false,
|
|
@@ -2029,7 +2371,7 @@
|
|
|
2029
2371
|
{
|
|
2030
2372
|
"disabled": false,
|
|
2031
2373
|
"document": "Available time period.",
|
|
2032
|
-
"example": "
|
|
2374
|
+
"example": "无",
|
|
2033
2375
|
"member": "TimeRange",
|
|
2034
2376
|
"name": "AvailableTime",
|
|
2035
2377
|
"required": false,
|
|
@@ -2416,6 +2758,24 @@
|
|
|
2416
2758
|
"name": "Prefix",
|
|
2417
2759
|
"required": false,
|
|
2418
2760
|
"type": "string"
|
|
2761
|
+
},
|
|
2762
|
+
{
|
|
2763
|
+
"disabled": false,
|
|
2764
|
+
"document": "Domestic long-distance mobile phone prefix.",
|
|
2765
|
+
"example": "0",
|
|
2766
|
+
"member": "string",
|
|
2767
|
+
"name": "MobileNddPrefix",
|
|
2768
|
+
"required": false,
|
|
2769
|
+
"type": "string"
|
|
2770
|
+
},
|
|
2771
|
+
{
|
|
2772
|
+
"disabled": false,
|
|
2773
|
+
"document": "Removes the area code for local calls.",
|
|
2774
|
+
"example": "false",
|
|
2775
|
+
"member": "bool",
|
|
2776
|
+
"name": "LocalNumberTrimAC",
|
|
2777
|
+
"required": false,
|
|
2778
|
+
"type": "bool"
|
|
2419
2779
|
}
|
|
2420
2780
|
],
|
|
2421
2781
|
"type": "object"
|
|
@@ -2466,7 +2826,7 @@
|
|
|
2466
2826
|
{
|
|
2467
2827
|
"disabled": false,
|
|
2468
2828
|
"document": "Called list supporting e.164 or number formats without country code.",
|
|
2469
|
-
"example": "+8613012345678",
|
|
2829
|
+
"example": "[\"+8613012345678\"]",
|
|
2470
2830
|
"member": "string",
|
|
2471
2831
|
"name": "Callees",
|
|
2472
2832
|
"required": true,
|
|
@@ -2475,7 +2835,7 @@
|
|
|
2475
2835
|
{
|
|
2476
2836
|
"disabled": false,
|
|
2477
2837
|
"document": "Calling list using the number formats displayed on the management side.",
|
|
2478
|
-
"example": "0086075586013388",
|
|
2838
|
+
"example": "[\"0086075586013388\"]",
|
|
2479
2839
|
"member": "string",
|
|
2480
2840
|
"name": "Callers",
|
|
2481
2841
|
"required": true,
|
|
@@ -2510,7 +2870,7 @@
|
|
|
2510
2870
|
},
|
|
2511
2871
|
{
|
|
2512
2872
|
"disabled": false,
|
|
2513
|
-
"document": "Expected call drop rate
|
|
2873
|
+
"document": "Expected call drop rate. value range: 0-50%.",
|
|
2514
2874
|
"example": "10",
|
|
2515
2875
|
"member": "int64",
|
|
2516
2876
|
"name": "ExpectedAbandonRate",
|
|
@@ -2565,7 +2925,7 @@
|
|
|
2565
2925
|
{
|
|
2566
2926
|
"disabled": false,
|
|
2567
2927
|
"document": "Custom variable.",
|
|
2568
|
-
"example": "
|
|
2928
|
+
"example": "无",
|
|
2569
2929
|
"member": "Variable",
|
|
2570
2930
|
"name": "Variables",
|
|
2571
2931
|
"required": false,
|
|
@@ -2583,7 +2943,7 @@
|
|
|
2583
2943
|
{
|
|
2584
2944
|
"disabled": false,
|
|
2585
2945
|
"document": "Property of the called.",
|
|
2586
|
-
"example": "
|
|
2946
|
+
"example": "无",
|
|
2587
2947
|
"member": "CalleeAttribute",
|
|
2588
2948
|
"name": "CalleeAttributes",
|
|
2589
2949
|
"required": false,
|
|
@@ -2601,7 +2961,7 @@
|
|
|
2601
2961
|
{
|
|
2602
2962
|
"disabled": false,
|
|
2603
2963
|
"document": "Value range of available time.",
|
|
2604
|
-
"example": "
|
|
2964
|
+
"example": "无",
|
|
2605
2965
|
"member": "TimeRange",
|
|
2606
2966
|
"name": "AvailableTime",
|
|
2607
2967
|
"required": false,
|
|
@@ -2762,6 +3122,70 @@
|
|
|
2762
3122
|
],
|
|
2763
3123
|
"type": "object"
|
|
2764
3124
|
},
|
|
3125
|
+
"CreateUserSigRequest": {
|
|
3126
|
+
"document": "CreateUserSig request structure.",
|
|
3127
|
+
"members": [
|
|
3128
|
+
{
|
|
3129
|
+
"disabled": false,
|
|
3130
|
+
"document": "App ID (required). can be used to view https://console.cloud.tencent.com/ccc.",
|
|
3131
|
+
"example": "1400000000",
|
|
3132
|
+
"member": "int64",
|
|
3133
|
+
"name": "SdkAppId",
|
|
3134
|
+
"required": true,
|
|
3135
|
+
"type": "int"
|
|
3136
|
+
},
|
|
3137
|
+
{
|
|
3138
|
+
"disabled": false,
|
|
3139
|
+
"document": "User ID, must be consistent with the Uid value in the ClientData field.",
|
|
3140
|
+
"example": "foo",
|
|
3141
|
+
"member": "string",
|
|
3142
|
+
"name": "Uid",
|
|
3143
|
+
"required": true,
|
|
3144
|
+
"type": "string"
|
|
3145
|
+
},
|
|
3146
|
+
{
|
|
3147
|
+
"disabled": false,
|
|
3148
|
+
"document": "Valid period, in seconds, no more than 1 hr.",
|
|
3149
|
+
"example": "3600",
|
|
3150
|
+
"member": "int64",
|
|
3151
|
+
"name": "ExpiredTime",
|
|
3152
|
+
"required": true,
|
|
3153
|
+
"type": "int"
|
|
3154
|
+
},
|
|
3155
|
+
{
|
|
3156
|
+
"disabled": false,
|
|
3157
|
+
"document": "Signature data of the user. required field. standard JSON format.",
|
|
3158
|
+
"example": "参考下文示例",
|
|
3159
|
+
"member": "string",
|
|
3160
|
+
"name": "ClientData",
|
|
3161
|
+
"required": false,
|
|
3162
|
+
"type": "string"
|
|
3163
|
+
}
|
|
3164
|
+
],
|
|
3165
|
+
"type": "object"
|
|
3166
|
+
},
|
|
3167
|
+
"CreateUserSigResponse": {
|
|
3168
|
+
"document": "CreateUserSig response structure.",
|
|
3169
|
+
"members": [
|
|
3170
|
+
{
|
|
3171
|
+
"disabled": false,
|
|
3172
|
+
"document": "Signature result.",
|
|
3173
|
+
"example": "eJw0jkFPwjAYQP-Ld9Wwfm2HtokHswhK9IBMBtw22uEHbpa1JRrjfzfZ5vW95OX9",
|
|
3174
|
+
"member": "string",
|
|
3175
|
+
"name": "UserSig",
|
|
3176
|
+
"output_required": true,
|
|
3177
|
+
"type": "string",
|
|
3178
|
+
"value_allowed_null": false
|
|
3179
|
+
},
|
|
3180
|
+
{
|
|
3181
|
+
"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.",
|
|
3182
|
+
"member": "string",
|
|
3183
|
+
"name": "RequestId",
|
|
3184
|
+
"type": "string"
|
|
3185
|
+
}
|
|
3186
|
+
],
|
|
3187
|
+
"type": "object"
|
|
3188
|
+
},
|
|
2765
3189
|
"DeleteCCCSkillGroupRequest": {
|
|
2766
3190
|
"document": "DeleteCCCSkillGroup request structure.",
|
|
2767
3191
|
"members": [
|
|
@@ -2916,6 +3340,135 @@
|
|
|
2916
3340
|
],
|
|
2917
3341
|
"type": "object"
|
|
2918
3342
|
},
|
|
3343
|
+
"DescribeAIAgentInfoListRequest": {
|
|
3344
|
+
"document": "DescribeAIAgentInfoList request structure.",
|
|
3345
|
+
"members": [
|
|
3346
|
+
{
|
|
3347
|
+
"disabled": false,
|
|
3348
|
+
"document": "App ID (required). can be viewed at https://console.cloud.tencent.com/ccc.",
|
|
3349
|
+
"example": "1400692008",
|
|
3350
|
+
"member": "int64",
|
|
3351
|
+
"name": "SdkAppId",
|
|
3352
|
+
"required": true,
|
|
3353
|
+
"type": "int"
|
|
3354
|
+
},
|
|
3355
|
+
{
|
|
3356
|
+
"disabled": false,
|
|
3357
|
+
"document": "Pagination size, upper limit 100.",
|
|
3358
|
+
"example": "1",
|
|
3359
|
+
"member": "int64",
|
|
3360
|
+
"name": "PageSize",
|
|
3361
|
+
"required": true,
|
|
3362
|
+
"type": "int"
|
|
3363
|
+
},
|
|
3364
|
+
{
|
|
3365
|
+
"disabled": false,
|
|
3366
|
+
"document": "Page number, starting from 0.",
|
|
3367
|
+
"example": "5",
|
|
3368
|
+
"member": "int64",
|
|
3369
|
+
"name": "PageNumber",
|
|
3370
|
+
"required": true,
|
|
3371
|
+
"type": "int"
|
|
3372
|
+
}
|
|
3373
|
+
],
|
|
3374
|
+
"type": "object"
|
|
3375
|
+
},
|
|
3376
|
+
"DescribeAIAgentInfoListResponse": {
|
|
3377
|
+
"document": "DescribeAIAgentInfoList response structure.",
|
|
3378
|
+
"members": [
|
|
3379
|
+
{
|
|
3380
|
+
"disabled": false,
|
|
3381
|
+
"document": "Intelligent agent information list.",
|
|
3382
|
+
"example": "无",
|
|
3383
|
+
"member": "AIAgentInfo",
|
|
3384
|
+
"name": "AIAgentInfoList",
|
|
3385
|
+
"output_required": true,
|
|
3386
|
+
"type": "list",
|
|
3387
|
+
"value_allowed_null": false
|
|
3388
|
+
},
|
|
3389
|
+
{
|
|
3390
|
+
"disabled": false,
|
|
3391
|
+
"document": "Total number of intelligent agents.",
|
|
3392
|
+
"example": "373",
|
|
3393
|
+
"member": "int64",
|
|
3394
|
+
"name": "TotalCount",
|
|
3395
|
+
"output_required": true,
|
|
3396
|
+
"type": "int",
|
|
3397
|
+
"value_allowed_null": false
|
|
3398
|
+
},
|
|
3399
|
+
{
|
|
3400
|
+
"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.",
|
|
3401
|
+
"member": "string",
|
|
3402
|
+
"name": "RequestId",
|
|
3403
|
+
"type": "string"
|
|
3404
|
+
}
|
|
3405
|
+
],
|
|
3406
|
+
"type": "object"
|
|
3407
|
+
},
|
|
3408
|
+
"DescribeAIAnalysisResultRequest": {
|
|
3409
|
+
"document": "DescribeAIAnalysisResult request structure.",
|
|
3410
|
+
"members": [
|
|
3411
|
+
{
|
|
3412
|
+
"disabled": false,
|
|
3413
|
+
"document": "App ID (required). can be viewed at https://console.cloud.tencent.com/ccc.",
|
|
3414
|
+
"example": "1400000000",
|
|
3415
|
+
"member": "int64",
|
|
3416
|
+
"name": "SdkAppId",
|
|
3417
|
+
"required": true,
|
|
3418
|
+
"type": "int"
|
|
3419
|
+
},
|
|
3420
|
+
{
|
|
3421
|
+
"disabled": false,
|
|
3422
|
+
"document": "Specifies the conversation ID.",
|
|
3423
|
+
"example": "6bb56a09-2787-40bc-80c5-dc6dab783eff",
|
|
3424
|
+
"member": "string",
|
|
3425
|
+
"name": "SessionId",
|
|
3426
|
+
"required": true,
|
|
3427
|
+
"type": "string"
|
|
3428
|
+
},
|
|
3429
|
+
{
|
|
3430
|
+
"disabled": false,
|
|
3431
|
+
"document": "Specifies the search start time.\t",
|
|
3432
|
+
"example": "1737350008",
|
|
3433
|
+
"member": "int64",
|
|
3434
|
+
"name": "StartTime",
|
|
3435
|
+
"required": true,
|
|
3436
|
+
"type": "int"
|
|
3437
|
+
},
|
|
3438
|
+
{
|
|
3439
|
+
"disabled": false,
|
|
3440
|
+
"document": "1737350008",
|
|
3441
|
+
"example": "1737350008",
|
|
3442
|
+
"member": "int64",
|
|
3443
|
+
"name": "EndTime",
|
|
3444
|
+
"required": true,
|
|
3445
|
+
"type": "int"
|
|
3446
|
+
}
|
|
3447
|
+
],
|
|
3448
|
+
"type": "object"
|
|
3449
|
+
},
|
|
3450
|
+
"DescribeAIAnalysisResultResponse": {
|
|
3451
|
+
"document": "DescribeAIAnalysisResult response structure.",
|
|
3452
|
+
"members": [
|
|
3453
|
+
{
|
|
3454
|
+
"disabled": false,
|
|
3455
|
+
"document": "AI session analysis result.",
|
|
3456
|
+
"example": "无",
|
|
3457
|
+
"member": "AIAnalysisResult",
|
|
3458
|
+
"name": "ResultList",
|
|
3459
|
+
"output_required": false,
|
|
3460
|
+
"type": "list",
|
|
3461
|
+
"value_allowed_null": false
|
|
3462
|
+
},
|
|
3463
|
+
{
|
|
3464
|
+
"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.",
|
|
3465
|
+
"member": "string",
|
|
3466
|
+
"name": "RequestId",
|
|
3467
|
+
"type": "string"
|
|
3468
|
+
}
|
|
3469
|
+
],
|
|
3470
|
+
"type": "object"
|
|
3471
|
+
},
|
|
2919
3472
|
"DescribeAICallExtractResultRequest": {
|
|
2920
3473
|
"document": "DescribeAICallExtractResult request structure.",
|
|
2921
3474
|
"members": [
|
|
@@ -4404,12 +4957,12 @@
|
|
|
4404
4957
|
],
|
|
4405
4958
|
"type": "object"
|
|
4406
4959
|
},
|
|
4407
|
-
"
|
|
4408
|
-
"document": "
|
|
4960
|
+
"DescribeSessionDetailRequest": {
|
|
4961
|
+
"document": "DescribeSessionDetail request structure.",
|
|
4409
4962
|
"members": [
|
|
4410
4963
|
{
|
|
4411
4964
|
"disabled": false,
|
|
4412
|
-
"document": "
|
|
4965
|
+
"document": "App ID (required). can be used to view https://console.cloud.tencent.com/ccc.",
|
|
4413
4966
|
"example": "1400000000",
|
|
4414
4967
|
"member": "int64",
|
|
4415
4968
|
"name": "SdkAppId",
|
|
@@ -4418,108 +4971,392 @@
|
|
|
4418
4971
|
},
|
|
4419
4972
|
{
|
|
4420
4973
|
"disabled": false,
|
|
4421
|
-
"document": "
|
|
4422
|
-
"example": "
|
|
4423
|
-
"member": "
|
|
4424
|
-
"name": "
|
|
4974
|
+
"document": "Specifies the session id of the call.",
|
|
4975
|
+
"example": "6164325c-39aa-45dc-83e2-2ecbc9b37ad5",
|
|
4976
|
+
"member": "string",
|
|
4977
|
+
"name": "SessionId",
|
|
4425
4978
|
"required": true,
|
|
4426
|
-
"type": "
|
|
4979
|
+
"type": "string"
|
|
4427
4980
|
},
|
|
4428
4981
|
{
|
|
4429
4982
|
"disabled": false,
|
|
4430
|
-
"document": "
|
|
4431
|
-
"example": "
|
|
4983
|
+
"document": "Start timestamp. Unix second-level timestamp. supports up to nearly 180 days.",
|
|
4984
|
+
"example": "1756372067",
|
|
4432
4985
|
"member": "int64",
|
|
4433
|
-
"name": "
|
|
4986
|
+
"name": "StartTimestamp",
|
|
4434
4987
|
"required": true,
|
|
4435
4988
|
"type": "int"
|
|
4436
4989
|
},
|
|
4437
4990
|
{
|
|
4438
4991
|
"disabled": false,
|
|
4439
|
-
"document": "
|
|
4440
|
-
"example": "
|
|
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",
|
|
4992
|
+
"document": "End timestamp, Unix second-level timestamp. the interval range between end time and start time is less than 90 days.",
|
|
4993
|
+
"example": "1756372167",
|
|
4450
4994
|
"member": "int64",
|
|
4451
|
-
"name": "
|
|
4452
|
-
"required":
|
|
4995
|
+
"name": "EndTimestamp",
|
|
4996
|
+
"required": true,
|
|
4453
4997
|
"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
4998
|
}
|
|
4464
4999
|
],
|
|
4465
5000
|
"type": "object"
|
|
4466
5001
|
},
|
|
4467
|
-
"
|
|
4468
|
-
"document": "
|
|
5002
|
+
"DescribeSessionDetailResponse": {
|
|
5003
|
+
"document": "DescribeSessionDetail response structure.",
|
|
4469
5004
|
"members": [
|
|
4470
5005
|
{
|
|
4471
5006
|
"disabled": false,
|
|
4472
|
-
"document": "
|
|
4473
|
-
"example": "
|
|
4474
|
-
"member": "
|
|
4475
|
-
"name": "
|
|
4476
|
-
"output_required":
|
|
4477
|
-
"type": "
|
|
5007
|
+
"document": "Calling number.",
|
|
5008
|
+
"example": "0086130xxxxxxxx",
|
|
5009
|
+
"member": "string",
|
|
5010
|
+
"name": "Caller",
|
|
5011
|
+
"output_required": false,
|
|
5012
|
+
"type": "string",
|
|
4478
5013
|
"value_allowed_null": false
|
|
4479
5014
|
},
|
|
4480
5015
|
{
|
|
4481
5016
|
"disabled": false,
|
|
4482
|
-
"document": "
|
|
4483
|
-
"example": "
|
|
4484
|
-
"member": "
|
|
4485
|
-
"name": "
|
|
4486
|
-
"output_required":
|
|
4487
|
-
"type": "
|
|
5017
|
+
"document": "Called number.",
|
|
5018
|
+
"example": "0086010xxxxxxxx",
|
|
5019
|
+
"member": "string",
|
|
5020
|
+
"name": "Callee",
|
|
5021
|
+
"output_required": false,
|
|
5022
|
+
"type": "string",
|
|
4488
5023
|
"value_allowed_null": false
|
|
4489
5024
|
},
|
|
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
5025
|
{
|
|
4503
5026
|
"disabled": false,
|
|
4504
|
-
"document": "
|
|
4505
|
-
"example": "
|
|
5027
|
+
"document": "Call type. valid values: 1 (outgoing call), 2 (incoming call), 3 (audio dial-in), 5 (predictive outbound call), 6 (internal call).",
|
|
5028
|
+
"example": "1",
|
|
4506
5029
|
"member": "int64",
|
|
4507
|
-
"name": "
|
|
4508
|
-
"
|
|
4509
|
-
"type": "int"
|
|
5030
|
+
"name": "CallType",
|
|
5031
|
+
"output_required": false,
|
|
5032
|
+
"type": "int",
|
|
5033
|
+
"value_allowed_null": false
|
|
4510
5034
|
},
|
|
4511
5035
|
{
|
|
4512
5036
|
"disabled": false,
|
|
4513
|
-
"document": "
|
|
4514
|
-
"example": "
|
|
5037
|
+
"document": "Start timestamp. Unix second-level timestamp.",
|
|
5038
|
+
"example": "1611631881",
|
|
4515
5039
|
"member": "int64",
|
|
4516
|
-
"name": "
|
|
4517
|
-
"
|
|
4518
|
-
"type": "int"
|
|
5040
|
+
"name": "StartTimeStamp",
|
|
5041
|
+
"output_required": false,
|
|
5042
|
+
"type": "int",
|
|
5043
|
+
"value_allowed_null": false
|
|
4519
5044
|
},
|
|
4520
5045
|
{
|
|
4521
5046
|
"disabled": false,
|
|
4522
|
-
"document": "
|
|
5047
|
+
"document": "Ring timestamp. UNIX second-level timestamp.",
|
|
5048
|
+
"example": "1611631885",
|
|
5049
|
+
"member": "int64",
|
|
5050
|
+
"name": "RingTimestamp",
|
|
5051
|
+
"output_required": false,
|
|
5052
|
+
"type": "int",
|
|
5053
|
+
"value_allowed_null": false
|
|
5054
|
+
},
|
|
5055
|
+
{
|
|
5056
|
+
"disabled": false,
|
|
5057
|
+
"document": "Answer timestamp. UNIX second-level timestamp.",
|
|
5058
|
+
"example": "1611631891",
|
|
5059
|
+
"member": "int64",
|
|
5060
|
+
"name": "AcceptTimestamp",
|
|
5061
|
+
"output_required": false,
|
|
5062
|
+
"type": "int",
|
|
5063
|
+
"value_allowed_null": false
|
|
5064
|
+
},
|
|
5065
|
+
{
|
|
5066
|
+
"disabled": false,
|
|
5067
|
+
"document": "End timestamp, UNIX second-level timestamp.",
|
|
5068
|
+
"example": "1611631991",
|
|
5069
|
+
"member": "int64",
|
|
5070
|
+
"name": "EndedTimestamp",
|
|
5071
|
+
"output_required": false,
|
|
5072
|
+
"type": "int",
|
|
5073
|
+
"value_allowed_null": false
|
|
5074
|
+
},
|
|
5075
|
+
{
|
|
5076
|
+
"disabled": false,
|
|
5077
|
+
"document": "Queue entry time. Unix second-level timestamp.",
|
|
5078
|
+
"example": "1611631889",
|
|
5079
|
+
"member": "int64",
|
|
5080
|
+
"name": "QueuedTimestamp",
|
|
5081
|
+
"output_required": false,
|
|
5082
|
+
"type": "int",
|
|
5083
|
+
"value_allowed_null": false
|
|
5084
|
+
},
|
|
5085
|
+
{
|
|
5086
|
+
"disabled": false,
|
|
5087
|
+
"document": "Agent account.",
|
|
5088
|
+
"example": "foo@tencent.com",
|
|
5089
|
+
"member": "string",
|
|
5090
|
+
"name": "StaffUserId",
|
|
5091
|
+
"output_required": false,
|
|
5092
|
+
"type": "string",
|
|
5093
|
+
"value_allowed_null": false
|
|
5094
|
+
},
|
|
5095
|
+
{
|
|
5096
|
+
"disabled": false,
|
|
5097
|
+
"document": "Refers to the EndStatus field in the DescribeTelCdr api.",
|
|
5098
|
+
"example": "1",
|
|
5099
|
+
"member": "int64",
|
|
5100
|
+
"name": "EndStatus",
|
|
5101
|
+
"output_required": false,
|
|
5102
|
+
"type": "int",
|
|
5103
|
+
"value_allowed_null": false
|
|
5104
|
+
},
|
|
5105
|
+
{
|
|
5106
|
+
"disabled": false,
|
|
5107
|
+
"document": "Queue skill group ID.",
|
|
5108
|
+
"example": "203",
|
|
5109
|
+
"member": "int64",
|
|
5110
|
+
"name": "QueuedSkillGroupId",
|
|
5111
|
+
"output_required": false,
|
|
5112
|
+
"type": "int",
|
|
5113
|
+
"value_allowed_null": false
|
|
5114
|
+
},
|
|
5115
|
+
{
|
|
5116
|
+
"disabled": false,
|
|
5117
|
+
"document": "Queue skill group name.",
|
|
5118
|
+
"example": "销售组",
|
|
5119
|
+
"member": "string",
|
|
5120
|
+
"name": "QueuedSkillGroupName",
|
|
5121
|
+
"output_required": false,
|
|
5122
|
+
"type": "string",
|
|
5123
|
+
"value_allowed_null": false
|
|
5124
|
+
},
|
|
5125
|
+
{
|
|
5126
|
+
"disabled": false,
|
|
5127
|
+
"document": "Recording url with authentication and valid period. obtain and pull within a short time frame. do not persist this link.",
|
|
5128
|
+
"example": "https://xxxxx",
|
|
5129
|
+
"member": "string",
|
|
5130
|
+
"name": "RecordURL",
|
|
5131
|
+
"output_required": false,
|
|
5132
|
+
"type": "string",
|
|
5133
|
+
"value_allowed_null": false
|
|
5134
|
+
},
|
|
5135
|
+
{
|
|
5136
|
+
"disabled": false,
|
|
5137
|
+
"document": "Specifies the COS link for recording transfer to a third party.",
|
|
5138
|
+
"example": "https://xxxxx",
|
|
5139
|
+
"member": "string",
|
|
5140
|
+
"name": "CustomRecordURL",
|
|
5141
|
+
"output_required": false,
|
|
5142
|
+
"type": "string",
|
|
5143
|
+
"value_allowed_null": false
|
|
5144
|
+
},
|
|
5145
|
+
{
|
|
5146
|
+
"disabled": false,
|
|
5147
|
+
"document": "Recording text information link with authentication and valid period. retrieve it within a short time frame. do not persist this link.",
|
|
5148
|
+
"example": "https://xxxxx",
|
|
5149
|
+
"member": "string",
|
|
5150
|
+
"name": "AsrURL",
|
|
5151
|
+
"output_required": false,
|
|
5152
|
+
"type": "string",
|
|
5153
|
+
"value_allowed_null": false
|
|
5154
|
+
},
|
|
5155
|
+
{
|
|
5156
|
+
"disabled": false,
|
|
5157
|
+
"document": "Voicemail recording url.",
|
|
5158
|
+
"example": "[\"https://xxxxx\"]",
|
|
5159
|
+
"member": "string",
|
|
5160
|
+
"name": "VoicemailRecordURL",
|
|
5161
|
+
"output_required": false,
|
|
5162
|
+
"type": "list",
|
|
5163
|
+
"value_allowed_null": false
|
|
5164
|
+
},
|
|
5165
|
+
{
|
|
5166
|
+
"disabled": false,
|
|
5167
|
+
"document": "Voicemail recording text information url. purchase the offline speech recognition package through the console and enable the offline speech recognition switch.",
|
|
5168
|
+
"example": "[\"https://xxxxx\"]",
|
|
5169
|
+
"member": "string",
|
|
5170
|
+
"name": "VoicemailAsrURL",
|
|
5171
|
+
"output_required": false,
|
|
5172
|
+
"type": "list",
|
|
5173
|
+
"value_allowed_null": false
|
|
5174
|
+
},
|
|
5175
|
+
{
|
|
5176
|
+
"disabled": false,
|
|
5177
|
+
"document": "IVR key information.",
|
|
5178
|
+
"example": "无",
|
|
5179
|
+
"member": "IVRKeyPressedElement",
|
|
5180
|
+
"name": "IVRKeyPressed",
|
|
5181
|
+
"output_required": false,
|
|
5182
|
+
"type": "list",
|
|
5183
|
+
"value_allowed_null": false
|
|
5184
|
+
},
|
|
5185
|
+
{
|
|
5186
|
+
"disabled": false,
|
|
5187
|
+
"document": "Satisfaction rate keystroke information.",
|
|
5188
|
+
"example": "无",
|
|
5189
|
+
"member": "IVRKeyPressedElement",
|
|
5190
|
+
"name": "PostIVRKeyPressed",
|
|
5191
|
+
"output_required": false,
|
|
5192
|
+
"type": "list",
|
|
5193
|
+
"value_allowed_null": false
|
|
5194
|
+
},
|
|
5195
|
+
{
|
|
5196
|
+
"disabled": false,
|
|
5197
|
+
"document": "Hang-Up side. valid values: seat, user, system.",
|
|
5198
|
+
"example": "user",
|
|
5199
|
+
"member": "string",
|
|
5200
|
+
"name": "HungUpSide",
|
|
5201
|
+
"output_required": false,
|
|
5202
|
+
"type": "string",
|
|
5203
|
+
"value_allowed_null": false
|
|
5204
|
+
},
|
|
5205
|
+
{
|
|
5206
|
+
"disabled": false,
|
|
5207
|
+
"document": "Customer custom data (User-to-User Interface).",
|
|
5208
|
+
"example": "foo-bar",
|
|
5209
|
+
"member": "string",
|
|
5210
|
+
"name": "UUI",
|
|
5211
|
+
"output_required": false,
|
|
5212
|
+
"type": "string",
|
|
5213
|
+
"value_allowed_null": false
|
|
5214
|
+
},
|
|
5215
|
+
{
|
|
5216
|
+
"disabled": false,
|
|
5217
|
+
"document": "List of events during a call.",
|
|
5218
|
+
"example": "无",
|
|
5219
|
+
"member": "SessionEvent",
|
|
5220
|
+
"name": "Events",
|
|
5221
|
+
"output_required": false,
|
|
5222
|
+
"type": "list",
|
|
5223
|
+
"value_allowed_null": false
|
|
5224
|
+
},
|
|
5225
|
+
{
|
|
5226
|
+
"disabled": false,
|
|
5227
|
+
"document": "List of service participants.",
|
|
5228
|
+
"example": "无",
|
|
5229
|
+
"member": "ServeParticipant",
|
|
5230
|
+
"name": "ServeParticipants",
|
|
5231
|
+
"output_required": false,
|
|
5232
|
+
"type": "list",
|
|
5233
|
+
"value_allowed_null": false
|
|
5234
|
+
},
|
|
5235
|
+
{
|
|
5236
|
+
"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.",
|
|
5237
|
+
"member": "string",
|
|
5238
|
+
"name": "RequestId",
|
|
5239
|
+
"type": "string"
|
|
5240
|
+
}
|
|
5241
|
+
],
|
|
5242
|
+
"type": "object"
|
|
5243
|
+
},
|
|
5244
|
+
"DescribeSkillGroupInfoListRequest": {
|
|
5245
|
+
"document": "DescribeSkillGroupInfoList request structure.",
|
|
5246
|
+
"members": [
|
|
5247
|
+
{
|
|
5248
|
+
"disabled": false,
|
|
5249
|
+
"document": "Application id (required) can be found at https://console.cloud.tencent.com/ccc.",
|
|
5250
|
+
"example": "1400000000",
|
|
5251
|
+
"member": "int64",
|
|
5252
|
+
"name": "SdkAppId",
|
|
5253
|
+
"required": true,
|
|
5254
|
+
"type": "int"
|
|
5255
|
+
},
|
|
5256
|
+
{
|
|
5257
|
+
"disabled": false,
|
|
5258
|
+
"document": "Page size, upper limit 100.",
|
|
5259
|
+
"example": "100",
|
|
5260
|
+
"member": "int64",
|
|
5261
|
+
"name": "PageSize",
|
|
5262
|
+
"required": true,
|
|
5263
|
+
"type": "int"
|
|
5264
|
+
},
|
|
5265
|
+
{
|
|
5266
|
+
"disabled": false,
|
|
5267
|
+
"document": "<Page number starting from 0.>.",
|
|
5268
|
+
"example": "0",
|
|
5269
|
+
"member": "int64",
|
|
5270
|
+
"name": "PageNumber",
|
|
5271
|
+
"required": true,
|
|
5272
|
+
"type": "int"
|
|
5273
|
+
},
|
|
5274
|
+
{
|
|
5275
|
+
"disabled": false,
|
|
5276
|
+
"document": "Using skill group id when querying a single skill group.",
|
|
5277
|
+
"example": "12",
|
|
5278
|
+
"member": "int64",
|
|
5279
|
+
"name": "SkillGroupId",
|
|
5280
|
+
"required": false,
|
|
5281
|
+
"type": "int"
|
|
5282
|
+
},
|
|
5283
|
+
{
|
|
5284
|
+
"disabled": false,
|
|
5285
|
+
"document": "Used when querying skill groups with a modified time greater or equal to modifiedtime.",
|
|
5286
|
+
"example": "1611631881",
|
|
5287
|
+
"member": "int64",
|
|
5288
|
+
"name": "ModifiedTime",
|
|
5289
|
+
"required": false,
|
|
5290
|
+
"type": "int"
|
|
5291
|
+
},
|
|
5292
|
+
{
|
|
5293
|
+
"disabled": false,
|
|
5294
|
+
"document": "Skill group name.",
|
|
5295
|
+
"example": "销售组",
|
|
5296
|
+
"member": "string",
|
|
5297
|
+
"name": "SkillGroupName",
|
|
5298
|
+
"required": false,
|
|
5299
|
+
"type": "string"
|
|
5300
|
+
}
|
|
5301
|
+
],
|
|
5302
|
+
"type": "object"
|
|
5303
|
+
},
|
|
5304
|
+
"DescribeSkillGroupInfoListResponse": {
|
|
5305
|
+
"document": "DescribeSkillGroupInfoList response structure.",
|
|
5306
|
+
"members": [
|
|
5307
|
+
{
|
|
5308
|
+
"disabled": false,
|
|
5309
|
+
"document": "Total number of skill groups.",
|
|
5310
|
+
"example": "10",
|
|
5311
|
+
"member": "int64",
|
|
5312
|
+
"name": "TotalCount",
|
|
5313
|
+
"output_required": true,
|
|
5314
|
+
"type": "int",
|
|
5315
|
+
"value_allowed_null": false
|
|
5316
|
+
},
|
|
5317
|
+
{
|
|
5318
|
+
"disabled": false,
|
|
5319
|
+
"document": "Skill group information list.",
|
|
5320
|
+
"example": "[{\"SkillGroupId\":1115,\"SkillGroupName\":\"luluttt\",\"Type\":\"TEL\",\"RoutePolicy\":\"firstCreate\",\"UsingLastSeat\":0,\"MaxConcurrency\":1,\"LastModifyTimestamp\":1613976392}]",
|
|
5321
|
+
"member": "SkillGroupInfoItem",
|
|
5322
|
+
"name": "SkillGroupList",
|
|
5323
|
+
"output_required": true,
|
|
5324
|
+
"type": "list",
|
|
5325
|
+
"value_allowed_null": false
|
|
5326
|
+
},
|
|
5327
|
+
{
|
|
5328
|
+
"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.",
|
|
5329
|
+
"member": "string",
|
|
5330
|
+
"name": "RequestId",
|
|
5331
|
+
"type": "string"
|
|
5332
|
+
}
|
|
5333
|
+
],
|
|
5334
|
+
"type": "object"
|
|
5335
|
+
},
|
|
5336
|
+
"DescribeStaffInfoListRequest": {
|
|
5337
|
+
"document": "DescribeStaffInfoList request structure.",
|
|
5338
|
+
"members": [
|
|
5339
|
+
{
|
|
5340
|
+
"disabled": false,
|
|
5341
|
+
"document": "Application id (required) can be found at https://console.cloud.tencent.com/ccc.",
|
|
5342
|
+
"example": "1400000000",
|
|
5343
|
+
"member": "int64",
|
|
5344
|
+
"name": "SdkAppId",
|
|
5345
|
+
"required": true,
|
|
5346
|
+
"type": "int"
|
|
5347
|
+
},
|
|
5348
|
+
{
|
|
5349
|
+
"disabled": false,
|
|
5350
|
+
"document": "Page size, upper limit 9,999.",
|
|
5351
|
+
"example": "9999",
|
|
5352
|
+
"member": "int64",
|
|
5353
|
+
"name": "PageSize",
|
|
5354
|
+
"required": true,
|
|
5355
|
+
"type": "int"
|
|
5356
|
+
},
|
|
5357
|
+
{
|
|
5358
|
+
"disabled": false,
|
|
5359
|
+
"document": "Page number starting from 0.",
|
|
4523
5360
|
"example": "0",
|
|
4524
5361
|
"member": "int64",
|
|
4525
5362
|
"name": "PageNumber",
|
|
@@ -4588,6 +5425,88 @@
|
|
|
4588
5425
|
],
|
|
4589
5426
|
"type": "object"
|
|
4590
5427
|
},
|
|
5428
|
+
"DescribeStaffStatusHistoryRequest": {
|
|
5429
|
+
"document": "DescribeStaffStatusHistory request structure.",
|
|
5430
|
+
"members": [
|
|
5431
|
+
{
|
|
5432
|
+
"disabled": false,
|
|
5433
|
+
"document": "App ID (required). can be used to view https://console.cloud.tencent.com/ccc.",
|
|
5434
|
+
"example": "1400000000",
|
|
5435
|
+
"member": "int64",
|
|
5436
|
+
"name": "SdkAppId",
|
|
5437
|
+
"required": true,
|
|
5438
|
+
"type": "int"
|
|
5439
|
+
},
|
|
5440
|
+
{
|
|
5441
|
+
"disabled": false,
|
|
5442
|
+
"document": "Agent account.",
|
|
5443
|
+
"example": "foo@tencent.com",
|
|
5444
|
+
"member": "string",
|
|
5445
|
+
"name": "StaffUserId",
|
|
5446
|
+
"required": true,
|
|
5447
|
+
"type": "string"
|
|
5448
|
+
},
|
|
5449
|
+
{
|
|
5450
|
+
"disabled": false,
|
|
5451
|
+
"document": "Start timestamp. Unix second-level timestamp. supports up to nearly 180 days.",
|
|
5452
|
+
"example": "1753925234",
|
|
5453
|
+
"member": "int64",
|
|
5454
|
+
"name": "StartTimestamp",
|
|
5455
|
+
"required": true,
|
|
5456
|
+
"type": "int"
|
|
5457
|
+
},
|
|
5458
|
+
{
|
|
5459
|
+
"disabled": false,
|
|
5460
|
+
"document": "End timestamp, Unix second-level timestamp. the interval range between end time and start time is less than 7 days.",
|
|
5461
|
+
"example": "1753926234",
|
|
5462
|
+
"member": "int64",
|
|
5463
|
+
"name": "EndTimestamp",
|
|
5464
|
+
"required": true,
|
|
5465
|
+
"type": "int"
|
|
5466
|
+
},
|
|
5467
|
+
{
|
|
5468
|
+
"disabled": false,
|
|
5469
|
+
"document": "Specifies the cursor used during paginated retrieval.",
|
|
5470
|
+
"example": "foo-and-bar",
|
|
5471
|
+
"member": "string",
|
|
5472
|
+
"name": "Cursor",
|
|
5473
|
+
"required": false,
|
|
5474
|
+
"type": "string"
|
|
5475
|
+
},
|
|
5476
|
+
{
|
|
5477
|
+
"disabled": false,
|
|
5478
|
+
"document": "Specifies the pagination size.",
|
|
5479
|
+
"example": "1000",
|
|
5480
|
+
"member": "int64",
|
|
5481
|
+
"name": "PageSize",
|
|
5482
|
+
"required": false,
|
|
5483
|
+
"type": "int"
|
|
5484
|
+
}
|
|
5485
|
+
],
|
|
5486
|
+
"type": "object"
|
|
5487
|
+
},
|
|
5488
|
+
"DescribeStaffStatusHistoryResponse": {
|
|
5489
|
+
"document": "DescribeStaffStatusHistory response structure.",
|
|
5490
|
+
"members": [
|
|
5491
|
+
{
|
|
5492
|
+
"disabled": false,
|
|
5493
|
+
"document": "Specifies the agent status data.",
|
|
5494
|
+
"example": "无",
|
|
5495
|
+
"member": "StaffStatus",
|
|
5496
|
+
"name": "Data",
|
|
5497
|
+
"output_required": false,
|
|
5498
|
+
"type": "list",
|
|
5499
|
+
"value_allowed_null": false
|
|
5500
|
+
},
|
|
5501
|
+
{
|
|
5502
|
+
"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.",
|
|
5503
|
+
"member": "string",
|
|
5504
|
+
"name": "RequestId",
|
|
5505
|
+
"type": "string"
|
|
5506
|
+
}
|
|
5507
|
+
],
|
|
5508
|
+
"type": "object"
|
|
5509
|
+
},
|
|
4591
5510
|
"DescribeStaffStatusMetricsRequest": {
|
|
4592
5511
|
"document": "DescribeStaffStatusMetrics request structure.",
|
|
4593
5512
|
"members": [
|
|
@@ -4789,56 +5708,56 @@
|
|
|
4789
5708
|
"type": "int"
|
|
4790
5709
|
},
|
|
4791
5710
|
{
|
|
4792
|
-
"disabled":
|
|
4793
|
-
"document": "
|
|
4794
|
-
"example": "
|
|
5711
|
+
"disabled": false,
|
|
5712
|
+
"document": "Application id (required) can be found at https://console.cloud.tencent.com/ccc.",
|
|
5713
|
+
"example": "1400000000",
|
|
4795
5714
|
"member": "int64",
|
|
4796
|
-
"name": "
|
|
4797
|
-
"required":
|
|
5715
|
+
"name": "SdkAppId",
|
|
5716
|
+
"required": true,
|
|
4798
5717
|
"type": "int"
|
|
4799
5718
|
},
|
|
4800
5719
|
{
|
|
4801
5720
|
"disabled": false,
|
|
4802
|
-
"document": "
|
|
4803
|
-
"example": "
|
|
5721
|
+
"document": "Page size (required), up to 100.",
|
|
5722
|
+
"example": "100",
|
|
4804
5723
|
"member": "int64",
|
|
4805
|
-
"name": "
|
|
4806
|
-
"required":
|
|
5724
|
+
"name": "PageSize",
|
|
5725
|
+
"required": true,
|
|
4807
5726
|
"type": "int"
|
|
4808
5727
|
},
|
|
4809
5728
|
{
|
|
4810
5729
|
"disabled": false,
|
|
4811
|
-
"document": "
|
|
5730
|
+
"document": "<Page number (required), starting from 0.>.",
|
|
4812
5731
|
"example": "0",
|
|
4813
5732
|
"member": "int64",
|
|
4814
|
-
"name": "
|
|
4815
|
-
"required":
|
|
5733
|
+
"name": "PageNumber",
|
|
5734
|
+
"required": true,
|
|
4816
5735
|
"type": "int"
|
|
4817
5736
|
},
|
|
4818
5737
|
{
|
|
4819
|
-
"disabled":
|
|
4820
|
-
"document": "
|
|
4821
|
-
"example": "
|
|
5738
|
+
"disabled": true,
|
|
5739
|
+
"document": "Instance id (deprecated).",
|
|
5740
|
+
"example": "11",
|
|
4822
5741
|
"member": "int64",
|
|
4823
|
-
"name": "
|
|
5742
|
+
"name": "InstanceId",
|
|
4824
5743
|
"required": false,
|
|
4825
5744
|
"type": "int"
|
|
4826
5745
|
},
|
|
4827
5746
|
{
|
|
4828
5747
|
"disabled": false,
|
|
4829
|
-
"document": "
|
|
4830
|
-
"example": "
|
|
5748
|
+
"document": "Maximum number of returned entries (deprecated).",
|
|
5749
|
+
"example": "0",
|
|
4831
5750
|
"member": "int64",
|
|
4832
|
-
"name": "
|
|
5751
|
+
"name": "Limit",
|
|
4833
5752
|
"required": false,
|
|
4834
5753
|
"type": "int"
|
|
4835
5754
|
},
|
|
4836
5755
|
{
|
|
4837
5756
|
"disabled": false,
|
|
4838
|
-
"document": "
|
|
5757
|
+
"document": "Offset (deprecated).",
|
|
4839
5758
|
"example": "0",
|
|
4840
5759
|
"member": "int64",
|
|
4841
|
-
"name": "
|
|
5760
|
+
"name": "Offset",
|
|
4842
5761
|
"required": false,
|
|
4843
5762
|
"type": "int"
|
|
4844
5763
|
},
|
|
@@ -5078,6 +5997,51 @@
|
|
|
5078
5997
|
],
|
|
5079
5998
|
"usage": "out"
|
|
5080
5999
|
},
|
|
6000
|
+
"EventStaffDetail": {
|
|
6001
|
+
"document": "Event details.",
|
|
6002
|
+
"members": [
|
|
6003
|
+
{
|
|
6004
|
+
"disabled": false,
|
|
6005
|
+
"document": "Specifies the agent data.",
|
|
6006
|
+
"example": "无",
|
|
6007
|
+
"member": "EventStaffElement",
|
|
6008
|
+
"name": "Staffs",
|
|
6009
|
+
"output_required": false,
|
|
6010
|
+
"required": false,
|
|
6011
|
+
"type": "list",
|
|
6012
|
+
"value_allowed_null": false
|
|
6013
|
+
}
|
|
6014
|
+
],
|
|
6015
|
+
"usage": "both"
|
|
6016
|
+
},
|
|
6017
|
+
"EventStaffElement": {
|
|
6018
|
+
"document": "Agent information.",
|
|
6019
|
+
"members": [
|
|
6020
|
+
{
|
|
6021
|
+
"disabled": false,
|
|
6022
|
+
"document": "Agent email address.",
|
|
6023
|
+
"example": "foo@tencent.com",
|
|
6024
|
+
"member": "string",
|
|
6025
|
+
"name": "Mail",
|
|
6026
|
+
"output_required": false,
|
|
6027
|
+
"required": false,
|
|
6028
|
+
"type": "string",
|
|
6029
|
+
"value_allowed_null": false
|
|
6030
|
+
},
|
|
6031
|
+
{
|
|
6032
|
+
"disabled": false,
|
|
6033
|
+
"document": "Agent id.",
|
|
6034
|
+
"example": "9527",
|
|
6035
|
+
"member": "string",
|
|
6036
|
+
"name": "StaffNumber",
|
|
6037
|
+
"output_required": false,
|
|
6038
|
+
"required": false,
|
|
6039
|
+
"type": "string",
|
|
6040
|
+
"value_allowed_null": false
|
|
6041
|
+
}
|
|
6042
|
+
],
|
|
6043
|
+
"usage": "both"
|
|
6044
|
+
},
|
|
5081
6045
|
"ExtensionInfo": {
|
|
5082
6046
|
"document": "Telephone information.",
|
|
5083
6047
|
"members": [
|
|
@@ -5230,6 +6194,95 @@
|
|
|
5230
6194
|
],
|
|
5231
6195
|
"type": "object"
|
|
5232
6196
|
},
|
|
6197
|
+
"ForwardingConfig": {
|
|
6198
|
+
"document": "Call forwarding configuration.",
|
|
6199
|
+
"members": [
|
|
6200
|
+
{
|
|
6201
|
+
"disabled": false,
|
|
6202
|
+
"document": "Whether to enable.",
|
|
6203
|
+
"example": "true",
|
|
6204
|
+
"member": "bool",
|
|
6205
|
+
"name": "Enabled",
|
|
6206
|
+
"output_required": false,
|
|
6207
|
+
"required": false,
|
|
6208
|
+
"type": "bool",
|
|
6209
|
+
"value_allowed_null": false
|
|
6210
|
+
},
|
|
6211
|
+
{
|
|
6212
|
+
"disabled": false,
|
|
6213
|
+
"document": "1 unconditional call forwarding 2 conditional call forwarding.",
|
|
6214
|
+
"example": "2",
|
|
6215
|
+
"member": "int64",
|
|
6216
|
+
"name": "Condition",
|
|
6217
|
+
"output_required": false,
|
|
6218
|
+
"required": false,
|
|
6219
|
+
"type": "int",
|
|
6220
|
+
"value_allowed_null": false
|
|
6221
|
+
},
|
|
6222
|
+
{
|
|
6223
|
+
"disabled": false,
|
|
6224
|
+
"document": "Call forwarding destination.",
|
|
6225
|
+
"example": "{\"Type\":1,\"StaffUserId\":\"foo@tencent.com\"}",
|
|
6226
|
+
"member": "ForwardingTarget",
|
|
6227
|
+
"name": "Target",
|
|
6228
|
+
"output_required": false,
|
|
6229
|
+
"required": false,
|
|
6230
|
+
"type": "object",
|
|
6231
|
+
"value_allowed_null": false
|
|
6232
|
+
}
|
|
6233
|
+
],
|
|
6234
|
+
"usage": "both"
|
|
6235
|
+
},
|
|
6236
|
+
"ForwardingTarget": {
|
|
6237
|
+
"document": "Call forwarding destination.",
|
|
6238
|
+
"members": [
|
|
6239
|
+
{
|
|
6240
|
+
"disabled": false,
|
|
6241
|
+
"document": "Call forwarding target type. valid values: 1 (agent), 2 (skill group), 3 (extension).",
|
|
6242
|
+
"example": "1",
|
|
6243
|
+
"member": "int64",
|
|
6244
|
+
"name": "Type",
|
|
6245
|
+
"output_required": false,
|
|
6246
|
+
"required": false,
|
|
6247
|
+
"type": "int",
|
|
6248
|
+
"value_allowed_null": false
|
|
6249
|
+
},
|
|
6250
|
+
{
|
|
6251
|
+
"disabled": false,
|
|
6252
|
+
"document": "Specifies the agent account when the call forwarding target is set to agent and Type is 1.",
|
|
6253
|
+
"example": "foo@tencent.com",
|
|
6254
|
+
"member": "string",
|
|
6255
|
+
"name": "StaffUserId",
|
|
6256
|
+
"output_required": false,
|
|
6257
|
+
"required": false,
|
|
6258
|
+
"type": "string",
|
|
6259
|
+
"value_allowed_null": false
|
|
6260
|
+
},
|
|
6261
|
+
{
|
|
6262
|
+
"disabled": false,
|
|
6263
|
+
"document": "Specifies the ID of the skill group as the call forwarding target. fill when Type is 2.",
|
|
6264
|
+
"example": "1254",
|
|
6265
|
+
"member": "int64",
|
|
6266
|
+
"name": "SkillGroupId",
|
|
6267
|
+
"output_required": false,
|
|
6268
|
+
"required": false,
|
|
6269
|
+
"type": "int",
|
|
6270
|
+
"value_allowed_null": false
|
|
6271
|
+
},
|
|
6272
|
+
{
|
|
6273
|
+
"disabled": false,
|
|
6274
|
+
"document": "The account to which the call is forwarded is an extension. fill when Type is 3.",
|
|
6275
|
+
"example": "1003@1400000000.sip.tccc.qcloud.com",
|
|
6276
|
+
"member": "string",
|
|
6277
|
+
"name": "Extension",
|
|
6278
|
+
"output_required": false,
|
|
6279
|
+
"required": false,
|
|
6280
|
+
"type": "string",
|
|
6281
|
+
"value_allowed_null": false
|
|
6282
|
+
}
|
|
6283
|
+
],
|
|
6284
|
+
"usage": "both"
|
|
6285
|
+
},
|
|
5233
6286
|
"HangUpCallRequest": {
|
|
5234
6287
|
"document": "HangUpCall request structure.",
|
|
5235
6288
|
"members": [
|
|
@@ -5332,6 +6385,47 @@
|
|
|
5332
6385
|
],
|
|
5333
6386
|
"usage": "out"
|
|
5334
6387
|
},
|
|
6388
|
+
"Interface": {
|
|
6389
|
+
"document": "Callback api.",
|
|
6390
|
+
"members": [
|
|
6391
|
+
{
|
|
6392
|
+
"disabled": false,
|
|
6393
|
+
"document": "API address",
|
|
6394
|
+
"example": "https://cloud.tencent.com/",
|
|
6395
|
+
"member": "string",
|
|
6396
|
+
"name": "URL",
|
|
6397
|
+
"output_required": false,
|
|
6398
|
+
"required": true,
|
|
6399
|
+
"type": "string",
|
|
6400
|
+
"value_allowed_null": false
|
|
6401
|
+
}
|
|
6402
|
+
],
|
|
6403
|
+
"usage": "both"
|
|
6404
|
+
},
|
|
6405
|
+
"InvokeLLM": {
|
|
6406
|
+
"document": "Service invocation actively initiates requests to the LLM.",
|
|
6407
|
+
"members": [
|
|
6408
|
+
{
|
|
6409
|
+
"disabled": false,
|
|
6410
|
+
"document": "Specifies the content of the LLM request.",
|
|
6411
|
+
"example": "今天天气怎么样",
|
|
6412
|
+
"member": "string",
|
|
6413
|
+
"name": "Content",
|
|
6414
|
+
"required": false,
|
|
6415
|
+
"type": "string"
|
|
6416
|
+
},
|
|
6417
|
+
{
|
|
6418
|
+
"disabled": false,
|
|
6419
|
+
"document": "Whether the text is allowed to interrupt the robot speaking.",
|
|
6420
|
+
"example": "false",
|
|
6421
|
+
"member": "bool",
|
|
6422
|
+
"name": "Interrupt",
|
|
6423
|
+
"required": false,
|
|
6424
|
+
"type": "bool"
|
|
6425
|
+
}
|
|
6426
|
+
],
|
|
6427
|
+
"usage": "in"
|
|
6428
|
+
},
|
|
5335
6429
|
"ModifyExtensionRequest": {
|
|
5336
6430
|
"document": "ModifyExtension request structure.",
|
|
5337
6431
|
"members": [
|
|
@@ -5432,7 +6526,25 @@
|
|
|
5432
6526
|
"member": "string",
|
|
5433
6527
|
"name": "Prefix",
|
|
5434
6528
|
"required": false,
|
|
5435
|
-
"type": "string"
|
|
6529
|
+
"type": "string"
|
|
6530
|
+
},
|
|
6531
|
+
{
|
|
6532
|
+
"disabled": false,
|
|
6533
|
+
"document": "Domestic long-distance mobile phone prefix.",
|
|
6534
|
+
"example": "0",
|
|
6535
|
+
"member": "string",
|
|
6536
|
+
"name": "MobileNddPrefix",
|
|
6537
|
+
"required": false,
|
|
6538
|
+
"type": "string"
|
|
6539
|
+
},
|
|
6540
|
+
{
|
|
6541
|
+
"disabled": false,
|
|
6542
|
+
"document": "Removes the area code for local calls.",
|
|
6543
|
+
"example": "false",
|
|
6544
|
+
"member": "bool",
|
|
6545
|
+
"name": "LocalNumberTrimAC",
|
|
6546
|
+
"required": false,
|
|
6547
|
+
"type": "bool"
|
|
5436
6548
|
}
|
|
5437
6549
|
],
|
|
5438
6550
|
"type": "object"
|
|
@@ -5586,6 +6698,15 @@
|
|
|
5586
6698
|
"name": "ExtensionNumber",
|
|
5587
6699
|
"required": false,
|
|
5588
6700
|
"type": "string"
|
|
6701
|
+
},
|
|
6702
|
+
{
|
|
6703
|
+
"disabled": false,
|
|
6704
|
+
"document": "Call forwarding configuration.",
|
|
6705
|
+
"example": "{\"Enabled\":true,\"Condition\":2,\"Target\":{\"Type\":1,\"StaffUserId\":\"foo@tencent.com\"}}",
|
|
6706
|
+
"member": "ForwardingConfig",
|
|
6707
|
+
"name": "ForwardingConfig",
|
|
6708
|
+
"required": false,
|
|
6709
|
+
"type": "object"
|
|
5589
6710
|
}
|
|
5590
6711
|
],
|
|
5591
6712
|
"type": "object"
|
|
@@ -5685,6 +6806,15 @@
|
|
|
5685
6806
|
"name": "OutboundCalleeFormat",
|
|
5686
6807
|
"required": false,
|
|
5687
6808
|
"type": "string"
|
|
6809
|
+
},
|
|
6810
|
+
{
|
|
6811
|
+
"disabled": false,
|
|
6812
|
+
"document": "Specifies the carrier number.",
|
|
6813
|
+
"example": "66660000",
|
|
6814
|
+
"member": "string",
|
|
6815
|
+
"name": "CarrierPhoneNumber",
|
|
6816
|
+
"required": false,
|
|
6817
|
+
"type": "string"
|
|
5688
6818
|
}
|
|
5689
6819
|
],
|
|
5690
6820
|
"usage": "in"
|
|
@@ -6503,126 +7633,396 @@
|
|
|
6503
7633
|
},
|
|
6504
7634
|
{
|
|
6505
7635
|
"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",
|
|
7636
|
+
"document": "Participant type: \"staffseat\", \"outboundseat\", \"staffphoneseat\".",
|
|
7637
|
+
"example": "staffSeat",
|
|
7638
|
+
"member": "string",
|
|
7639
|
+
"name": "Type",
|
|
7640
|
+
"output_required": true,
|
|
7641
|
+
"type": "string",
|
|
7642
|
+
"value_allowed_null": false
|
|
7643
|
+
},
|
|
7644
|
+
{
|
|
7645
|
+
"disabled": false,
|
|
7646
|
+
"document": "Transfer source agent information.",
|
|
7647
|
+
"example": "bar@tencent.com",
|
|
7648
|
+
"member": "string",
|
|
7649
|
+
"name": "TransferFrom",
|
|
7650
|
+
"output_required": true,
|
|
7651
|
+
"type": "string",
|
|
7652
|
+
"value_allowed_null": false
|
|
7653
|
+
},
|
|
7654
|
+
{
|
|
7655
|
+
"disabled": false,
|
|
7656
|
+
"document": "Transfer source participant type is consistent with the type value.",
|
|
7657
|
+
"example": "staffSeat",
|
|
7658
|
+
"member": "string",
|
|
7659
|
+
"name": "TransferFromType",
|
|
7660
|
+
"output_required": true,
|
|
7661
|
+
"type": "string",
|
|
7662
|
+
"value_allowed_null": false
|
|
7663
|
+
},
|
|
7664
|
+
{
|
|
7665
|
+
"disabled": false,
|
|
7666
|
+
"document": "Transfer destination agent information.",
|
|
7667
|
+
"example": "san@tencent.com",
|
|
7668
|
+
"member": "string",
|
|
7669
|
+
"name": "TransferTo",
|
|
7670
|
+
"output_required": true,
|
|
7671
|
+
"type": "string",
|
|
7672
|
+
"value_allowed_null": false
|
|
7673
|
+
},
|
|
7674
|
+
{
|
|
7675
|
+
"disabled": false,
|
|
7676
|
+
"document": "Transfer destination participant type, which is consistent with type values.",
|
|
7677
|
+
"example": "staffSeat",
|
|
7678
|
+
"member": "string",
|
|
7679
|
+
"name": "TransferToType",
|
|
7680
|
+
"output_required": true,
|
|
7681
|
+
"type": "string",
|
|
7682
|
+
"value_allowed_null": false
|
|
7683
|
+
},
|
|
7684
|
+
{
|
|
7685
|
+
"disabled": false,
|
|
7686
|
+
"document": "Skill group id.",
|
|
7687
|
+
"example": "1101",
|
|
7688
|
+
"member": "int64",
|
|
7689
|
+
"name": "SkillGroupId",
|
|
7690
|
+
"output_required": true,
|
|
7691
|
+
"type": "int",
|
|
7692
|
+
"value_allowed_null": false
|
|
7693
|
+
},
|
|
7694
|
+
{
|
|
7695
|
+
"disabled": false,
|
|
7696
|
+
"document": "Ending status.",
|
|
7697
|
+
"example": "ok unconnected seatGiveUp seatForward outboundForward ivrGiveUp ",
|
|
7698
|
+
"member": "string",
|
|
7699
|
+
"name": "EndStatusString",
|
|
7700
|
+
"output_required": true,
|
|
7701
|
+
"type": "string",
|
|
7702
|
+
"value_allowed_null": false
|
|
7703
|
+
},
|
|
7704
|
+
{
|
|
7705
|
+
"disabled": false,
|
|
7706
|
+
"document": "Recording url.",
|
|
7707
|
+
"example": "https://xxxxxxx",
|
|
7708
|
+
"member": "string",
|
|
7709
|
+
"name": "RecordURL",
|
|
7710
|
+
"output_required": true,
|
|
7711
|
+
"type": "string",
|
|
7712
|
+
"value_allowed_null": false
|
|
7713
|
+
},
|
|
7714
|
+
{
|
|
7715
|
+
"disabled": false,
|
|
7716
|
+
"document": "Participant sequence number, starting from 0.",
|
|
7717
|
+
"example": "0",
|
|
7718
|
+
"member": "int64",
|
|
7719
|
+
"name": "Sequence",
|
|
7720
|
+
"output_required": true,
|
|
7721
|
+
"type": "int",
|
|
7722
|
+
"value_allowed_null": false
|
|
7723
|
+
},
|
|
7724
|
+
{
|
|
7725
|
+
"disabled": false,
|
|
7726
|
+
"document": "Start timestamp. unix second-level timestamp.",
|
|
7727
|
+
"example": "1611631881",
|
|
7728
|
+
"member": "int64",
|
|
7729
|
+
"name": "StartTimestamp",
|
|
7730
|
+
"output_required": true,
|
|
7731
|
+
"type": "int",
|
|
7732
|
+
"value_allowed_null": false
|
|
7733
|
+
},
|
|
7734
|
+
{
|
|
7735
|
+
"disabled": false,
|
|
7736
|
+
"document": "Skill group name.",
|
|
7737
|
+
"example": "tel",
|
|
7738
|
+
"member": "string",
|
|
7739
|
+
"name": "SkillGroupName",
|
|
7740
|
+
"output_required": true,
|
|
7741
|
+
"type": "string",
|
|
7742
|
+
"value_allowed_null": false
|
|
7743
|
+
},
|
|
7744
|
+
{
|
|
7745
|
+
"disabled": false,
|
|
7746
|
+
"document": "Address of the third-party cos for transferring recording.",
|
|
7747
|
+
"example": "https://xxxxxxx",
|
|
7748
|
+
"member": "string",
|
|
7749
|
+
"name": "CustomRecordURL",
|
|
7750
|
+
"output_required": true,
|
|
7751
|
+
"type": "string",
|
|
7752
|
+
"value_allowed_null": false
|
|
7753
|
+
}
|
|
7754
|
+
],
|
|
7755
|
+
"usage": "out"
|
|
7756
|
+
},
|
|
7757
|
+
"ServerPushText": {
|
|
7758
|
+
"document": "Server controls the chatbot to broadcast specified text.",
|
|
7759
|
+
"members": [
|
|
7760
|
+
{
|
|
7761
|
+
"disabled": false,
|
|
7762
|
+
"document": "Specifies the server push broadcast text.",
|
|
7763
|
+
"example": "无",
|
|
7764
|
+
"member": "string",
|
|
7765
|
+
"name": "Text",
|
|
7766
|
+
"required": false,
|
|
7767
|
+
"type": "string"
|
|
7768
|
+
},
|
|
7769
|
+
{
|
|
7770
|
+
"disabled": false,
|
|
7771
|
+
"document": "Whether to allow the text to interrupt the robot's speaking.",
|
|
7772
|
+
"example": "无",
|
|
7773
|
+
"member": "bool",
|
|
7774
|
+
"name": "Interrupt",
|
|
7775
|
+
"required": false,
|
|
7776
|
+
"type": "bool"
|
|
7777
|
+
},
|
|
7778
|
+
{
|
|
7779
|
+
"disabled": false,
|
|
7780
|
+
"document": "Specifies whether to automatically close the dialogue task after broadcasting the text.",
|
|
7781
|
+
"example": "无",
|
|
7782
|
+
"member": "bool",
|
|
7783
|
+
"name": "StopAfterPlay",
|
|
7784
|
+
"required": false,
|
|
7785
|
+
"type": "bool"
|
|
7786
|
+
},
|
|
7787
|
+
{
|
|
7788
|
+
"disabled": false,
|
|
7789
|
+
"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.",
|
|
7790
|
+
"example": "无",
|
|
7791
|
+
"member": "string",
|
|
7792
|
+
"name": "Audio",
|
|
7793
|
+
"required": false,
|
|
7794
|
+
"type": "string"
|
|
7795
|
+
},
|
|
7796
|
+
{
|
|
7797
|
+
"disabled": false,
|
|
7798
|
+
"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.",
|
|
7799
|
+
"example": "0",
|
|
7800
|
+
"member": "uint64",
|
|
7801
|
+
"name": "DropMode",
|
|
7802
|
+
"required": false,
|
|
7803
|
+
"type": "int"
|
|
7804
|
+
},
|
|
7805
|
+
{
|
|
7806
|
+
"disabled": false,
|
|
7807
|
+
"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",
|
|
7808
|
+
"example": "0",
|
|
7809
|
+
"member": "uint64",
|
|
7810
|
+
"name": "Priority",
|
|
7811
|
+
"required": false,
|
|
7812
|
+
"type": "int"
|
|
7813
|
+
},
|
|
7814
|
+
{
|
|
7815
|
+
"disabled": false,
|
|
7816
|
+
"document": "Specifies whether the text is added to the llm history context.",
|
|
7817
|
+
"example": "true",
|
|
7818
|
+
"member": "bool",
|
|
7819
|
+
"name": "AddHistory",
|
|
7820
|
+
"required": false,
|
|
7821
|
+
"type": "bool"
|
|
7822
|
+
}
|
|
7823
|
+
],
|
|
7824
|
+
"usage": "in"
|
|
7825
|
+
},
|
|
7826
|
+
"SessionEvent": {
|
|
7827
|
+
"document": "Call event.",
|
|
7828
|
+
"members": [
|
|
7829
|
+
{
|
|
7830
|
+
"disabled": false,
|
|
7831
|
+
"document": "Event timestamp. Unix second-level timestamp.",
|
|
7832
|
+
"example": "1756372067",
|
|
7833
|
+
"member": "int64",
|
|
7834
|
+
"name": "Timestamp",
|
|
7835
|
+
"output_required": false,
|
|
7836
|
+
"required": false,
|
|
7837
|
+
"type": "int",
|
|
7838
|
+
"value_allowed_null": false
|
|
7839
|
+
},
|
|
7840
|
+
{
|
|
7841
|
+
"disabled": false,
|
|
7842
|
+
"document": "Event type. currently supports StaffHold, StaffUnhold, StaffMute, StaffUnmute.",
|
|
7843
|
+
"example": "StaffHold",
|
|
7844
|
+
"member": "string",
|
|
7845
|
+
"name": "EventType",
|
|
7846
|
+
"output_required": false,
|
|
7847
|
+
"required": false,
|
|
7848
|
+
"type": "string",
|
|
7849
|
+
"value_allowed_null": false
|
|
7850
|
+
},
|
|
7851
|
+
{
|
|
7852
|
+
"disabled": false,
|
|
7853
|
+
"document": "Describes event details related to the agent.",
|
|
7854
|
+
"example": "无",
|
|
7855
|
+
"member": "EventStaffDetail",
|
|
7856
|
+
"name": "StaffEventDetail",
|
|
7857
|
+
"output_required": false,
|
|
7858
|
+
"required": false,
|
|
7859
|
+
"type": "object",
|
|
7860
|
+
"value_allowed_null": false
|
|
7861
|
+
}
|
|
7862
|
+
],
|
|
7863
|
+
"usage": "both"
|
|
7864
|
+
},
|
|
7865
|
+
"SetStaffStatusItem": {
|
|
7866
|
+
"document": "Describes the information item for creating a staff.",
|
|
7867
|
+
"members": [
|
|
7868
|
+
{
|
|
7869
|
+
"disabled": false,
|
|
7870
|
+
"document": "Agent account.",
|
|
7871
|
+
"example": "",
|
|
7872
|
+
"member": "string",
|
|
7873
|
+
"name": "StaffUserId",
|
|
7874
|
+
"required": true,
|
|
7875
|
+
"type": "string"
|
|
7876
|
+
},
|
|
7877
|
+
{
|
|
7878
|
+
"disabled": false,
|
|
7879
|
+
"document": "Status. specifies the instance status. valid values: free (idle), notReady (busy), rest (short break).\t",
|
|
7880
|
+
"example": "",
|
|
7881
|
+
"member": "string",
|
|
7882
|
+
"name": "Status",
|
|
7883
|
+
"required": true,
|
|
7884
|
+
"type": "string"
|
|
7885
|
+
},
|
|
7886
|
+
{
|
|
7887
|
+
"disabled": false,
|
|
7888
|
+
"document": "Specifies the reason if the break state is set.",
|
|
7889
|
+
"example": "",
|
|
7890
|
+
"member": "string",
|
|
7891
|
+
"name": "Reason",
|
|
7892
|
+
"required": false,
|
|
7893
|
+
"type": "string"
|
|
7894
|
+
}
|
|
7895
|
+
],
|
|
7896
|
+
"usage": "in"
|
|
7897
|
+
},
|
|
7898
|
+
"SetStaffStatusRequest": {
|
|
7899
|
+
"document": "SetStaffStatus request structure.",
|
|
7900
|
+
"members": [
|
|
7901
|
+
{
|
|
7902
|
+
"disabled": false,
|
|
7903
|
+
"document": "App ID (required). can be checked at https://console.cloud.tencent.com/ccc.",
|
|
7904
|
+
"example": "1400692008",
|
|
7905
|
+
"member": "int64",
|
|
7906
|
+
"name": "SdkAppId",
|
|
7907
|
+
"required": true,
|
|
7908
|
+
"type": "int"
|
|
7909
|
+
},
|
|
7910
|
+
{
|
|
7911
|
+
"disabled": false,
|
|
7912
|
+
"document": "Sets the agent status list. maximum number 10.",
|
|
7913
|
+
"example": "无",
|
|
7914
|
+
"member": "SetStaffStatusItem",
|
|
7915
|
+
"name": "StaffStatusList",
|
|
7916
|
+
"required": true,
|
|
7917
|
+
"type": "list"
|
|
7918
|
+
}
|
|
7919
|
+
],
|
|
7920
|
+
"type": "object"
|
|
7921
|
+
},
|
|
7922
|
+
"SetStaffStatusResponse": {
|
|
7923
|
+
"document": "SetStaffStatus response structure.",
|
|
7924
|
+
"members": [
|
|
7925
|
+
{
|
|
7926
|
+
"disabled": false,
|
|
7927
|
+
"document": "Specifies the agent status response list.",
|
|
7928
|
+
"example": "无",
|
|
7929
|
+
"member": "SetStaffStatusRspItem",
|
|
7930
|
+
"name": "StaffStatusList",
|
|
7931
|
+
"output_required": false,
|
|
7932
|
+
"type": "list",
|
|
6512
7933
|
"value_allowed_null": false
|
|
6513
7934
|
},
|
|
6514
7935
|
{
|
|
6515
|
-
"
|
|
6516
|
-
"document": "Transfer source agent information.",
|
|
6517
|
-
"example": "bar@tencent.com",
|
|
7936
|
+
"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
7937
|
"member": "string",
|
|
6519
|
-
"name": "
|
|
6520
|
-
"
|
|
6521
|
-
|
|
6522
|
-
|
|
6523
|
-
|
|
7938
|
+
"name": "RequestId",
|
|
7939
|
+
"type": "string"
|
|
7940
|
+
}
|
|
7941
|
+
],
|
|
7942
|
+
"type": "object"
|
|
7943
|
+
},
|
|
7944
|
+
"SetStaffStatusRspItem": {
|
|
7945
|
+
"document": "Specifies the staff status response item.",
|
|
7946
|
+
"members": [
|
|
6524
7947
|
{
|
|
6525
7948
|
"disabled": false,
|
|
6526
|
-
"document": "
|
|
6527
|
-
"example": "
|
|
7949
|
+
"document": "Agent account.",
|
|
7950
|
+
"example": "",
|
|
6528
7951
|
"member": "string",
|
|
6529
|
-
"name": "
|
|
6530
|
-
"output_required":
|
|
7952
|
+
"name": "StaffUserId",
|
|
7953
|
+
"output_required": false,
|
|
7954
|
+
"required": false,
|
|
6531
7955
|
"type": "string",
|
|
6532
7956
|
"value_allowed_null": false
|
|
6533
7957
|
},
|
|
6534
7958
|
{
|
|
6535
7959
|
"disabled": false,
|
|
6536
|
-
"document": "
|
|
6537
|
-
"example": "
|
|
7960
|
+
"document": "Error code. see the overall error code in the protocol.",
|
|
7961
|
+
"example": "",
|
|
6538
7962
|
"member": "string",
|
|
6539
|
-
"name": "
|
|
6540
|
-
"output_required":
|
|
7963
|
+
"name": "ErrorCode",
|
|
7964
|
+
"output_required": false,
|
|
7965
|
+
"required": false,
|
|
6541
7966
|
"type": "string",
|
|
6542
7967
|
"value_allowed_null": false
|
|
6543
7968
|
},
|
|
6544
7969
|
{
|
|
6545
7970
|
"disabled": false,
|
|
6546
|
-
"document": "
|
|
6547
|
-
"example": "
|
|
7971
|
+
"document": "Error message.",
|
|
7972
|
+
"example": "",
|
|
6548
7973
|
"member": "string",
|
|
6549
|
-
"name": "
|
|
6550
|
-
"output_required":
|
|
7974
|
+
"name": "ErrorMessage",
|
|
7975
|
+
"output_required": false,
|
|
7976
|
+
"required": false,
|
|
6551
7977
|
"type": "string",
|
|
6552
7978
|
"value_allowed_null": false
|
|
6553
7979
|
},
|
|
6554
7980
|
{
|
|
6555
7981
|
"disabled": false,
|
|
6556
|
-
"document": "
|
|
6557
|
-
"example": "
|
|
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 ",
|
|
7982
|
+
"document": "Current status.",
|
|
7983
|
+
"example": "",
|
|
6568
7984
|
"member": "string",
|
|
6569
|
-
"name": "
|
|
6570
|
-
"output_required":
|
|
7985
|
+
"name": "Status",
|
|
7986
|
+
"output_required": false,
|
|
7987
|
+
"required": false,
|
|
6571
7988
|
"type": "string",
|
|
6572
7989
|
"value_allowed_null": false
|
|
6573
7990
|
},
|
|
6574
7991
|
{
|
|
6575
7992
|
"disabled": false,
|
|
6576
|
-
"document": "
|
|
6577
|
-
"example": "
|
|
7993
|
+
"document": "Status if it is on break. specifies the reason.",
|
|
7994
|
+
"example": "",
|
|
6578
7995
|
"member": "string",
|
|
6579
|
-
"name": "
|
|
6580
|
-
"output_required":
|
|
7996
|
+
"name": "Reason",
|
|
7997
|
+
"output_required": false,
|
|
7998
|
+
"required": false,
|
|
6581
7999
|
"type": "string",
|
|
6582
8000
|
"value_allowed_null": false
|
|
6583
8001
|
},
|
|
6584
8002
|
{
|
|
6585
8003
|
"disabled": false,
|
|
6586
|
-
"document": "
|
|
6587
|
-
"example": "
|
|
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",
|
|
8004
|
+
"document": "Previous status.",
|
|
8005
|
+
"example": "",
|
|
6608
8006
|
"member": "string",
|
|
6609
|
-
"name": "
|
|
6610
|
-
"output_required":
|
|
8007
|
+
"name": "PreviousStatus",
|
|
8008
|
+
"output_required": false,
|
|
8009
|
+
"required": false,
|
|
6611
8010
|
"type": "string",
|
|
6612
8011
|
"value_allowed_null": false
|
|
6613
8012
|
},
|
|
6614
8013
|
{
|
|
6615
8014
|
"disabled": false,
|
|
6616
|
-
"document": "
|
|
6617
|
-
"example": "
|
|
8015
|
+
"document": "If the earlier status is on break, this is the reason.",
|
|
8016
|
+
"example": "",
|
|
6618
8017
|
"member": "string",
|
|
6619
|
-
"name": "
|
|
6620
|
-
"output_required":
|
|
8018
|
+
"name": "PreviousReason",
|
|
8019
|
+
"output_required": false,
|
|
8020
|
+
"required": false,
|
|
6621
8021
|
"type": "string",
|
|
6622
8022
|
"value_allowed_null": false
|
|
6623
8023
|
}
|
|
6624
8024
|
],
|
|
6625
|
-
"usage": "
|
|
8025
|
+
"usage": "both"
|
|
6626
8026
|
},
|
|
6627
8027
|
"SkillGroupInfoItem": {
|
|
6628
8028
|
"document": "Skill group information.",
|
|
@@ -6716,6 +8116,16 @@
|
|
|
6716
8116
|
"output_required": true,
|
|
6717
8117
|
"type": "string",
|
|
6718
8118
|
"value_allowed_null": false
|
|
8119
|
+
},
|
|
8120
|
+
{
|
|
8121
|
+
"disabled": false,
|
|
8122
|
+
"document": "Specifies whether to enable simultaneous ring.",
|
|
8123
|
+
"example": "false",
|
|
8124
|
+
"member": "bool",
|
|
8125
|
+
"name": "RingAll",
|
|
8126
|
+
"output_required": false,
|
|
8127
|
+
"type": "bool",
|
|
8128
|
+
"value_allowed_null": false
|
|
6719
8129
|
}
|
|
6720
8130
|
],
|
|
6721
8131
|
"usage": "out"
|
|
@@ -6867,7 +8277,7 @@
|
|
|
6867
8277
|
},
|
|
6868
8278
|
{
|
|
6869
8279
|
"disabled": true,
|
|
6870
|
-
"document": "User role
|
|
8280
|
+
"document": "User role ID. if a user is bound to multiple roles, RoleIdList takes precedence.",
|
|
6871
8281
|
"example": "1",
|
|
6872
8282
|
"member": "uint64",
|
|
6873
8283
|
"name": "RoleId",
|
|
@@ -6887,7 +8297,7 @@
|
|
|
6887
8297
|
},
|
|
6888
8298
|
{
|
|
6889
8299
|
"disabled": false,
|
|
6890
|
-
"document": "",
|
|
8300
|
+
"document": "Specifies the user role id list.",
|
|
6891
8301
|
"example": "[1]",
|
|
6892
8302
|
"member": "uint64",
|
|
6893
8303
|
"name": "RoleList",
|
|
@@ -6924,6 +8334,16 @@
|
|
|
6924
8334
|
"output_required": false,
|
|
6925
8335
|
"type": "string",
|
|
6926
8336
|
"value_allowed_null": false
|
|
8337
|
+
},
|
|
8338
|
+
{
|
|
8339
|
+
"disabled": false,
|
|
8340
|
+
"document": "Call forwarding configuration.",
|
|
8341
|
+
"example": "{\"Enabled\":true,\"Condition\":2,\"Target\":{\"Type\":1,\"StaffUserId\":\"foo@tencent.com\"}}",
|
|
8342
|
+
"member": "ForwardingConfig",
|
|
8343
|
+
"name": "ForwardingConfig",
|
|
8344
|
+
"output_required": false,
|
|
8345
|
+
"type": "object",
|
|
8346
|
+
"value_allowed_null": false
|
|
6927
8347
|
}
|
|
6928
8348
|
],
|
|
6929
8349
|
"usage": "out"
|
|
@@ -6952,6 +8372,89 @@
|
|
|
6952
8372
|
],
|
|
6953
8373
|
"usage": "in"
|
|
6954
8374
|
},
|
|
8375
|
+
"StaffStatus": {
|
|
8376
|
+
"document": "Agent status.",
|
|
8377
|
+
"members": [
|
|
8378
|
+
{
|
|
8379
|
+
"disabled": false,
|
|
8380
|
+
"document": "Specifies the cursor used for querying in pagination scenarios.",
|
|
8381
|
+
"example": "foo-and-bar",
|
|
8382
|
+
"member": "string",
|
|
8383
|
+
"name": "Cursor",
|
|
8384
|
+
"output_required": false,
|
|
8385
|
+
"required": false,
|
|
8386
|
+
"type": "string",
|
|
8387
|
+
"value_allowed_null": false
|
|
8388
|
+
},
|
|
8389
|
+
{
|
|
8390
|
+
"disabled": false,
|
|
8391
|
+
"document": "Status timestamp. Unix second-level timestamp.",
|
|
8392
|
+
"example": "1756297161",
|
|
8393
|
+
"member": "int64",
|
|
8394
|
+
"name": "Timestamp",
|
|
8395
|
+
"output_required": false,
|
|
8396
|
+
"required": false,
|
|
8397
|
+
"type": "int",
|
|
8398
|
+
"value_allowed_null": false
|
|
8399
|
+
},
|
|
8400
|
+
{
|
|
8401
|
+
"disabled": false,
|
|
8402
|
+
"document": "Agent status free | busy | rest | notReady | afterCallWork | offline.",
|
|
8403
|
+
"example": "free",
|
|
8404
|
+
"member": "string",
|
|
8405
|
+
"name": "Status",
|
|
8406
|
+
"output_required": false,
|
|
8407
|
+
"required": false,
|
|
8408
|
+
"type": "string",
|
|
8409
|
+
"value_allowed_null": false
|
|
8410
|
+
},
|
|
8411
|
+
{
|
|
8412
|
+
"disabled": false,
|
|
8413
|
+
"document": "Specifies the session Id for status association.",
|
|
8414
|
+
"example": "aaed24da-c8a5-412f-a346-157f2316ae75",
|
|
8415
|
+
"member": "string",
|
|
8416
|
+
"name": "SessionId",
|
|
8417
|
+
"output_required": false,
|
|
8418
|
+
"required": false,
|
|
8419
|
+
"type": "string",
|
|
8420
|
+
"value_allowed_null": false
|
|
8421
|
+
},
|
|
8422
|
+
{
|
|
8423
|
+
"disabled": false,
|
|
8424
|
+
"document": "Reason for break.",
|
|
8425
|
+
"example": "会议",
|
|
8426
|
+
"member": "string",
|
|
8427
|
+
"name": "Reason",
|
|
8428
|
+
"output_required": false,
|
|
8429
|
+
"required": false,
|
|
8430
|
+
"type": "string",
|
|
8431
|
+
"value_allowed_null": false
|
|
8432
|
+
},
|
|
8433
|
+
{
|
|
8434
|
+
"disabled": false,
|
|
8435
|
+
"document": "Agent email.",
|
|
8436
|
+
"example": "101@qq.com",
|
|
8437
|
+
"member": "string",
|
|
8438
|
+
"name": "StaffEmail",
|
|
8439
|
+
"output_required": false,
|
|
8440
|
+
"required": false,
|
|
8441
|
+
"type": "string",
|
|
8442
|
+
"value_allowed_null": false
|
|
8443
|
+
},
|
|
8444
|
+
{
|
|
8445
|
+
"disabled": false,
|
|
8446
|
+
"document": "Agent id.",
|
|
8447
|
+
"example": "10001",
|
|
8448
|
+
"member": "string",
|
|
8449
|
+
"name": "StaffNo",
|
|
8450
|
+
"output_required": false,
|
|
8451
|
+
"required": false,
|
|
8452
|
+
"type": "string",
|
|
8453
|
+
"value_allowed_null": false
|
|
8454
|
+
}
|
|
8455
|
+
],
|
|
8456
|
+
"usage": "both"
|
|
8457
|
+
},
|
|
6955
8458
|
"StaffStatusExtra": {
|
|
6956
8459
|
"document": "Supplementary Information on Agent Status",
|
|
6957
8460
|
"members": [
|
|
@@ -7140,6 +8643,16 @@
|
|
|
7140
8643
|
"output_required": true,
|
|
7141
8644
|
"type": "int",
|
|
7142
8645
|
"value_allowed_null": true
|
|
8646
|
+
},
|
|
8647
|
+
{
|
|
8648
|
+
"disabled": false,
|
|
8649
|
+
"document": "Specifies the endpoint information for customer service logon.",
|
|
8650
|
+
"example": "[{\"ClientType\": \"Web\", \"IsConnected\": true}]",
|
|
8651
|
+
"member": "ClientInfo",
|
|
8652
|
+
"name": "ClientInfo",
|
|
8653
|
+
"output_required": false,
|
|
8654
|
+
"type": "list",
|
|
8655
|
+
"value_allowed_null": false
|
|
7143
8656
|
}
|
|
7144
8657
|
],
|
|
7145
8658
|
"usage": "out"
|
|
@@ -7186,7 +8699,7 @@
|
|
|
7186
8699
|
{
|
|
7187
8700
|
"disabled": false,
|
|
7188
8701
|
"document": "Caller number.",
|
|
7189
|
-
"example": "
|
|
8702
|
+
"example": "0086010xxxxxxxx",
|
|
7190
8703
|
"member": "string",
|
|
7191
8704
|
"name": "Caller",
|
|
7192
8705
|
"output_required": true,
|
|
@@ -7196,7 +8709,7 @@
|
|
|
7196
8709
|
{
|
|
7197
8710
|
"disabled": false,
|
|
7198
8711
|
"document": "Called number.",
|
|
7199
|
-
"example": "
|
|
8712
|
+
"example": "0086130xxxxxxxx",
|
|
7200
8713
|
"member": "string",
|
|
7201
8714
|
"name": "Callee",
|
|
7202
8715
|
"output_required": true,
|
|
@@ -7266,7 +8779,7 @@
|
|
|
7266
8779
|
{
|
|
7267
8780
|
"disabled": false,
|
|
7268
8781
|
"document": "Agent information.",
|
|
7269
|
-
"example": "
|
|
8782
|
+
"example": "无",
|
|
7270
8783
|
"member": "SeatUserInfo",
|
|
7271
8784
|
"name": "SeatUser",
|
|
7272
8785
|
"output_required": true,
|
|
@@ -7275,7 +8788,7 @@
|
|
|
7275
8788
|
},
|
|
7276
8789
|
{
|
|
7277
8790
|
"disabled": false,
|
|
7278
|
-
"document": "EndStatus corresponds one-to-one with EndStatusString. the specific enumeration is as follows:.\n\n**Scenario
|
|
8791
|
+
"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 version please go domestic site (https://cloud.tencent.com/document/product/679/123938).\n\nEnglish version please go international site (https://www.tencentcloud.com/document/product/1229/71847?lang=en).",
|
|
7279
8792
|
"example": "1",
|
|
7280
8793
|
"member": "int64",
|
|
7281
8794
|
"name": "EndStatus",
|
|
@@ -7366,7 +8879,7 @@
|
|
|
7366
8879
|
{
|
|
7367
8880
|
"disabled": false,
|
|
7368
8881
|
"document": "Service participant list.",
|
|
7369
|
-
"example": "
|
|
8882
|
+
"example": "无",
|
|
7370
8883
|
"member": "ServeParticipant",
|
|
7371
8884
|
"name": "ServeParticipants",
|
|
7372
8885
|
"output_required": true,
|
|
@@ -7385,7 +8898,7 @@
|
|
|
7385
8898
|
},
|
|
7386
8899
|
{
|
|
7387
8900
|
"disabled": false,
|
|
7388
|
-
"document": "
|
|
8901
|
+
"document": "Refers to the EndStatus field.",
|
|
7389
8902
|
"example": "ok",
|
|
7390
8903
|
"member": "string",
|
|
7391
8904
|
"name": "EndStatusString",
|
|
@@ -7416,7 +8929,7 @@
|
|
|
7416
8929
|
{
|
|
7417
8930
|
"disabled": false,
|
|
7418
8931
|
"document": "Post-IVR key information (e.g. [{\"key\":\"1\",\"label\":\"very satisfied\"}]).",
|
|
7419
|
-
"example": "
|
|
8932
|
+
"example": "无",
|
|
7420
8933
|
"member": "IVRKeyPressedElement",
|
|
7421
8934
|
"name": "PostIVRKeyPressed",
|
|
7422
8935
|
"output_required": true,
|
|
@@ -7446,7 +8959,7 @@
|
|
|
7446
8959
|
{
|
|
7447
8960
|
"disabled": false,
|
|
7448
8961
|
"document": "Caller number protection id. effective when the number protection map feature is activated, and the caller field is empty.",
|
|
7449
|
-
"example": "
|
|
8962
|
+
"example": "0086130xxxxxxxx",
|
|
7450
8963
|
"member": "string",
|
|
7451
8964
|
"name": "ProtectedCaller",
|
|
7452
8965
|
"output_required": true,
|
|
@@ -7456,7 +8969,7 @@
|
|
|
7456
8969
|
{
|
|
7457
8970
|
"disabled": false,
|
|
7458
8971
|
"document": "Called number protection id. effective when the number protection map feature is activated, and the callee field is empty.",
|
|
7459
|
-
"example": "
|
|
8972
|
+
"example": "0086130xxxxxxxx",
|
|
7460
8973
|
"member": "string",
|
|
7461
8974
|
"name": "ProtectedCallee",
|
|
7462
8975
|
"output_required": true,
|
|
@@ -7486,7 +8999,7 @@
|
|
|
7486
8999
|
{
|
|
7487
9000
|
"disabled": false,
|
|
7488
9001
|
"document": "IVR key information (e.g. [{\"key\":\"1\",\"label\":\"very satisfied\"}]).",
|
|
7489
|
-
"example": "
|
|
9002
|
+
"example": "无",
|
|
7490
9003
|
"member": "IVRKeyPressedElement",
|
|
7491
9004
|
"name": "IVRKeyPressedEx",
|
|
7492
9005
|
"output_required": true,
|
|
@@ -7594,6 +9107,30 @@
|
|
|
7594
9107
|
],
|
|
7595
9108
|
"usage": "both"
|
|
7596
9109
|
},
|
|
9110
|
+
"ToneWordInfo": {
|
|
9111
|
+
"document": "Undertake filler word info.",
|
|
9112
|
+
"members": [
|
|
9113
|
+
{
|
|
9114
|
+
"disabled": false,
|
|
9115
|
+
"document": "Specifies the timeout period for the first request in seconds.",
|
|
9116
|
+
"example": "0.4",
|
|
9117
|
+
"member": "float",
|
|
9118
|
+
"name": "FirstSentenceTimeout",
|
|
9119
|
+
"required": false,
|
|
9120
|
+
"type": "float"
|
|
9121
|
+
},
|
|
9122
|
+
{
|
|
9123
|
+
"disabled": false,
|
|
9124
|
+
"document": "Undertakes a modal particle.",
|
|
9125
|
+
"example": "{\"Positive\":[\"真不错\",\"挺好的\"],\"Negative\":[\"好悲催\",\"太差劲了\"],\"Neutral\":[\"嘿嘿\",\"差不多\"]}",
|
|
9126
|
+
"member": "ZHToneWordsInfo",
|
|
9127
|
+
"name": "ZHToneWords",
|
|
9128
|
+
"required": false,
|
|
9129
|
+
"type": "object"
|
|
9130
|
+
}
|
|
9131
|
+
],
|
|
9132
|
+
"usage": "in"
|
|
9133
|
+
},
|
|
7597
9134
|
"TransferToManualRequest": {
|
|
7598
9135
|
"document": "TransferToManual request structure.",
|
|
7599
9136
|
"members": [
|
|
@@ -8096,6 +9633,45 @@
|
|
|
8096
9633
|
}
|
|
8097
9634
|
],
|
|
8098
9635
|
"usage": "both"
|
|
9636
|
+
},
|
|
9637
|
+
"ZHToneWordsInfo": {
|
|
9638
|
+
"document": "Undertake filler word.",
|
|
9639
|
+
"members": [
|
|
9640
|
+
{
|
|
9641
|
+
"disabled": false,
|
|
9642
|
+
"document": "Specifies the word list.",
|
|
9643
|
+
"example": "[\"嗯嗯\"]",
|
|
9644
|
+
"member": "string",
|
|
9645
|
+
"name": "Neutral",
|
|
9646
|
+
"output_required": false,
|
|
9647
|
+
"required": false,
|
|
9648
|
+
"type": "list",
|
|
9649
|
+
"value_allowed_null": false
|
|
9650
|
+
},
|
|
9651
|
+
{
|
|
9652
|
+
"disabled": false,
|
|
9653
|
+
"document": "Positive word list.",
|
|
9654
|
+
"example": "[\"嗯嗯\"]",
|
|
9655
|
+
"member": "string",
|
|
9656
|
+
"name": "Positive",
|
|
9657
|
+
"output_required": false,
|
|
9658
|
+
"required": false,
|
|
9659
|
+
"type": "list",
|
|
9660
|
+
"value_allowed_null": false
|
|
9661
|
+
},
|
|
9662
|
+
{
|
|
9663
|
+
"disabled": false,
|
|
9664
|
+
"document": "Negative word list.",
|
|
9665
|
+
"example": "[\"嗯嗯\"]",
|
|
9666
|
+
"member": "string",
|
|
9667
|
+
"name": "Negative",
|
|
9668
|
+
"output_required": false,
|
|
9669
|
+
"required": false,
|
|
9670
|
+
"type": "list",
|
|
9671
|
+
"value_allowed_null": false
|
|
9672
|
+
}
|
|
9673
|
+
],
|
|
9674
|
+
"usage": "both"
|
|
8099
9675
|
}
|
|
8100
9676
|
},
|
|
8101
9677
|
"version": "1.0"
|