tccli 3.0.1215.1__py2.py3-none-any.whl → 3.0.1217.1__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- tccli/__init__.py +1 -1
- tccli/argparser.py +1 -1
- tccli/command.py +2 -2
- tccli/configure.py +46 -1
- tccli/credentials.py +25 -0
- tccli/main.py +6 -2
- tccli/plugins/sso/__init__.py +61 -0
- tccli/plugins/sso/configs.py +4 -0
- tccli/plugins/sso/configure.py +45 -0
- tccli/plugins/sso/login.py +144 -0
- tccli/plugins/sso/logout.py +21 -0
- tccli/plugins/sso/terminal.py +161 -0
- tccli/plugins/sso/texts.py +40 -0
- tccli/services/__init__.py +6 -3
- tccli/services/acp/v20220105/api.json +7 -7
- tccli/services/acp/v20220105/examples.json +2 -2
- tccli/services/aiart/v20221229/api.json +29 -29
- tccli/services/aiart/v20221229/examples.json +8 -8
- tccli/services/apigateway/v20180808/api.json +18 -17
- tccli/services/apigateway/v20180808/examples.json +12 -12
- tccli/services/apm/v20210622/api.json +118 -4
- tccli/services/asr/v20190614/api.json +21 -20
- tccli/services/asr/v20190614/examples.json +13 -13
- tccli/services/autoscaling/v20180419/api.json +371 -309
- tccli/services/autoscaling/v20180419/examples.json +17 -17
- tccli/services/batch/v20170312/api.json +7 -7
- tccli/services/bda/v20200324/api.json +39 -31
- tccli/services/bda/v20200324/examples.json +9 -9
- tccli/services/bh/__init__.py +4 -0
- tccli/services/bh/bh_client.py +3428 -0
- tccli/services/bh/v20230418/api.json +8180 -0
- tccli/services/bh/v20230418/examples.json +519 -0
- tccli/services/bi/v20220105/api.json +80 -4
- tccli/services/bi/v20220105/examples.json +1 -1
- tccli/services/billing/billing_client.py +53 -0
- tccli/services/billing/v20180709/api.json +330 -24
- tccli/services/billing/v20180709/examples.json +8 -0
- tccli/services/bsca/v20210811/api.json +223 -18
- tccli/services/bsca/v20210811/examples.json +4 -4
- tccli/services/btoe/v20210514/api.json +4 -4
- tccli/services/btoe/v20210514/examples.json +2 -2
- tccli/services/ca/v20230228/api.json +60 -0
- tccli/services/cam/v20190116/api.json +11 -11
- tccli/services/cat/v20180409/api.json +9 -0
- tccli/services/cbs/v20170312/api.json +200 -188
- tccli/services/cbs/v20170312/examples.json +4 -4
- tccli/services/ccc/ccc_client.py +53 -0
- tccli/services/ccc/v20200210/api.json +541 -325
- tccli/services/ccc/v20200210/examples.json +26 -18
- tccli/services/cdb/cdb_client.py +13 -13
- tccli/services/cdb/v20170320/api.json +308 -274
- tccli/services/cdb/v20170320/examples.json +38 -38
- tccli/services/cdc/v20201214/api.json +283 -270
- tccli/services/cdc/v20201214/examples.json +26 -26
- tccli/services/cdn/v20180606/api.json +5 -3
- tccli/services/cds/v20180420/api.json +82 -76
- tccli/services/cds/v20180420/examples.json +1 -1
- tccli/services/cdwch/v20200915/api.json +1 -1
- tccli/services/cdwdoris/v20211228/api.json +54 -4
- tccli/services/cdz/v20221123/api.json +41 -5
- tccli/services/cfg/v20210820/api.json +31 -0
- tccli/services/cfs/v20190719/api.json +89 -1
- tccli/services/cfs/v20190719/examples.json +1 -1
- tccli/services/cfw/cfw_client.py +0 -53
- tccli/services/cfw/v20190904/api.json +1895 -2011
- tccli/services/cfw/v20190904/examples.json +175 -171
- tccli/services/ciam/v20220331/api.json +316 -315
- tccli/services/ciam/v20220331/examples.json +49 -49
- tccli/services/ckafka/v20190819/api.json +104 -75
- tccli/services/clb/v20180317/api.json +48 -26
- tccli/services/clb/v20180317/examples.json +1 -1
- tccli/services/cloudapp/v20220530/api.json +5 -1
- tccli/services/cloudaudit/cloudaudit_client.py +30 -30
- tccli/services/cloudaudit/v20190319/api.json +254 -211
- tccli/services/cloudaudit/v20190319/examples.json +19 -19
- tccli/services/cloudstudio/v20230508/api.json +38 -37
- tccli/services/cloudstudio/v20230508/examples.json +4 -4
- tccli/services/cls/cls_client.py +216 -4
- tccli/services/cls/v20201016/api.json +935 -147
- tccli/services/cls/v20201016/examples.json +43 -5
- tccli/services/csip/v20221121/api.json +2566 -2386
- tccli/services/csip/v20221121/examples.json +108 -108
- tccli/services/cvm/v20170312/api.json +191 -112
- tccli/services/cvm/v20170312/examples.json +2 -2
- tccli/services/cwp/cwp_client.py +4 -110
- tccli/services/cwp/v20180228/api.json +6498 -6252
- tccli/services/cwp/v20180228/examples.json +372 -412
- tccli/services/cynosdb/v20190107/api.json +170 -110
- tccli/services/cynosdb/v20190107/examples.json +91 -91
- tccli/services/dasb/v20191018/api.json +859 -637
- tccli/services/dasb/v20191018/examples.json +101 -101
- tccli/services/dcdb/dcdb_client.py +114 -61
- tccli/services/dcdb/v20180411/api.json +141 -7
- tccli/services/dcdb/v20180411/examples.json +32 -0
- tccli/services/dlc/v20210125/api.json +21 -11
- tccli/services/dnspod/dnspod_client.py +417 -46
- tccli/services/dnspod/v20210323/api.json +751 -30
- tccli/services/dnspod/v20210323/examples.json +62 -0
- tccli/services/domain/v20180808/api.json +3 -3
- tccli/services/domain/v20180808/examples.json +3 -3
- tccli/services/dts/v20211206/api.json +4 -4
- tccli/services/eb/v20210416/api.json +15 -15
- tccli/services/eb/v20210416/examples.json +1 -1
- tccli/services/ecm/v20190719/api.json +2 -2
- tccli/services/emr/v20190103/api.json +339 -114
- tccli/services/emr/v20190103/examples.json +64 -82
- tccli/services/es/es_client.py +249 -37
- tccli/services/es/v20180416/api.json +550 -0
- tccli/services/es/v20180416/examples.json +33 -1
- tccli/services/ess/ess_client.py +53 -0
- tccli/services/ess/v20201111/api.json +192 -38
- tccli/services/ess/v20201111/examples.json +35 -9
- tccli/services/essbasic/essbasic_client.py +106 -0
- tccli/services/essbasic/v20210526/api.json +287 -60
- tccli/services/essbasic/v20210526/examples.json +58 -18
- tccli/services/facefusion/v20181201/api.json +47 -45
- tccli/services/facefusion/v20181201/examples.json +2 -2
- tccli/services/facefusion/v20220927/api.json +54 -48
- tccli/services/facefusion/v20220927/examples.json +5 -5
- tccli/services/faceid/v20180301/api.json +497 -496
- tccli/services/faceid/v20180301/examples.json +219 -101
- tccli/services/fmu/v20191213/api.json +59 -67
- tccli/services/fmu/v20191213/examples.json +22 -22
- tccli/services/ft/v20200304/api.json +53 -57
- tccli/services/ft/v20200304/examples.json +14 -14
- tccli/services/gaap/v20180529/api.json +44 -26
- tccli/services/gaap/v20180529/examples.json +24 -30
- tccli/services/gme/v20180711/api.json +21 -11
- tccli/services/gme/v20180711/examples.json +1 -1
- tccli/services/hai/v20230812/api.json +116 -9
- tccli/services/hai/v20230812/examples.json +4 -4
- tccli/services/hunyuan/hunyuan_client.py +436 -12
- tccli/services/hunyuan/v20230901/api.json +1482 -118
- tccli/services/hunyuan/v20230901/examples.json +82 -18
- tccli/services/iai/v20180301/api.json +23 -19
- tccli/services/iai/v20180301/examples.json +2 -2
- tccli/services/iai/v20200303/api.json +530 -511
- tccli/services/iai/v20200303/examples.json +116 -86
- tccli/services/ig/__init__.py +4 -0
- tccli/services/ig/ig_client.py +195 -0
- tccli/services/ig/v20210518/api.json +83 -0
- tccli/services/ig/v20210518/examples.json +13 -0
- tccli/services/ioa/ioa_client.py +53 -0
- tccli/services/ioa/v20220601/api.json +662 -413
- tccli/services/ioa/v20220601/examples.json +24 -10
- tccli/services/iotexplorer/v20190423/api.json +73 -13
- tccli/services/iotexplorer/v20190423/examples.json +3 -3
- tccli/services/iotvideo/iotvideo_client.py +106 -0
- tccli/services/iotvideo/v20191126/api.json +256 -24
- tccli/services/iotvideo/v20191126/examples.json +19 -3
- tccli/services/iotvideo/v20201215/api.json +1 -1
- tccli/services/iotvideo/v20201215/examples.json +1 -1
- tccli/services/iotvideo/v20211125/api.json +1 -1
- tccli/services/iotvideo/v20211125/examples.json +2 -2
- tccli/services/iss/iss_client.py +69 -122
- tccli/services/iss/v20230517/api.json +10 -54
- tccli/services/iss/v20230517/examples.json +0 -14
- tccli/services/kms/v20190118/api.json +301 -268
- tccli/services/kms/v20190118/examples.json +45 -51
- tccli/services/lcic/lcic_client.py +159 -0
- tccli/services/lcic/v20220817/api.json +273 -1
- tccli/services/lcic/v20220817/examples.json +24 -0
- tccli/services/lighthouse/v20200324/api.json +56 -0
- tccli/services/live/live_client.py +159 -0
- tccli/services/live/v20180801/api.json +279 -9
- tccli/services/live/v20180801/examples.json +24 -0
- tccli/services/lke/v20231130/api.json +17 -17
- tccli/services/lke/v20231130/examples.json +19 -25
- tccli/services/mariadb/v20170312/api.json +7 -7
- tccli/services/market/v20191010/api.json +3 -3
- tccli/services/market/v20191010/examples.json +2 -2
- tccli/services/mmps/v20200710/api.json +47 -47
- tccli/services/mmps/v20200710/examples.json +3 -3
- tccli/services/mongodb/v20190725/api.json +10 -12
- tccli/services/monitor/v20180724/api.json +46 -19
- tccli/services/mps/v20190612/api.json +282 -5
- tccli/services/mps/v20190612/examples.json +25 -1
- tccli/services/mqtt/v20240516/api.json +2 -2
- tccli/services/mrs/v20200910/api.json +72 -34
- tccli/services/mrs/v20200910/examples.json +2 -2
- tccli/services/ms/v20180408/api.json +535 -506
- tccli/services/ms/v20180408/examples.json +25 -25
- tccli/services/oceanus/v20190422/api.json +130 -0
- tccli/services/ocr/ocr_client.py +232 -20
- tccli/services/ocr/v20181119/api.json +2263 -758
- tccli/services/ocr/v20181119/examples.json +200 -180
- tccli/services/omics/v20221128/api.json +614 -553
- tccli/services/omics/v20221128/examples.json +9 -9
- tccli/services/organization/organization_client.py +352 -34
- tccli/services/organization/v20210331/api.json +464 -4
- tccli/services/organization/v20210331/examples.json +49 -1
- tccli/services/partners/v20180321/api.json +244 -234
- tccli/services/partners/v20180321/examples.json +19 -19
- tccli/services/privatedns/privatedns_client.py +428 -4
- tccli/services/privatedns/v20201028/api.json +815 -11
- tccli/services/privatedns/v20201028/examples.json +64 -0
- tccli/services/pts/v20210728/api.json +18 -0
- tccli/services/pts/v20210728/examples.json +1 -1
- tccli/services/rce/rce_client.py +53 -0
- tccli/services/rce/v20201103/api.json +146 -0
- tccli/services/rce/v20201103/examples.json +8 -0
- tccli/services/redis/v20180412/api.json +42 -42
- tccli/services/redis/v20180412/examples.json +19 -19
- tccli/services/region/v20220627/api.json +1 -1
- tccli/services/rum/v20210622/api.json +9 -0
- tccli/services/scf/scf_client.py +269 -4
- tccli/services/scf/v20180416/api.json +569 -15
- tccli/services/scf/v20180416/examples.json +47 -1
- tccli/services/smop/v20201203/api.json +46 -42
- tccli/services/smop/v20201203/examples.json +2 -2
- tccli/services/soe/v20180724/api.json +10 -10
- tccli/services/sqlserver/v20180328/api.json +21 -8
- tccli/services/sqlserver/v20180328/examples.json +5 -5
- tccli/services/ssl/v20191205/api.json +98 -5
- tccli/services/ssm/v20190923/api.json +292 -231
- tccli/services/ssm/v20190923/examples.json +42 -42
- tccli/services/tat/v20201028/api.json +124 -122
- tccli/services/tat/v20201028/examples.json +24 -30
- tccli/services/tchd/v20230306/api.json +5 -5
- tccli/services/tchd/v20230306/examples.json +3 -3
- tccli/services/tcr/v20190924/api.json +1 -1
- tccli/services/tcr/v20190924/examples.json +1 -1
- tccli/services/tcss/v20201101/api.json +1984 -1437
- tccli/services/tcss/v20201101/examples.json +350 -368
- tccli/services/tdmq/v20200217/api.json +603 -464
- tccli/services/tdmq/v20200217/examples.json +105 -105
- tccli/services/tds/v20220801/api.json +4 -4
- tccli/services/tem/v20210701/api.json +429 -372
- tccli/services/tem/v20210701/examples.json +85 -85
- tccli/services/teo/teo_client.py +277 -12
- tccli/services/teo/v20220901/api.json +1029 -124
- tccli/services/teo/v20220901/examples.json +84 -8
- tccli/services/thpc/v20230321/api.json +5 -5
- tccli/services/tke/tke_client.py +270 -58
- tccli/services/tke/v20180525/api.json +79 -27
- tccli/services/tke/v20180525/examples.json +9 -1
- tccli/services/tke/v20220501/api.json +176 -0
- tccli/services/tke/v20220501/examples.json +24 -0
- tccli/services/tms/tms_client.py +4 -57
- tccli/services/tms/v20201229/api.json +0 -354
- tccli/services/tms/v20201229/examples.json +0 -8
- tccli/services/tmt/v20180321/api.json +38 -8
- tccli/services/trp/v20210515/api.json +86 -74
- tccli/services/trp/v20210515/examples.json +65 -65
- tccli/services/trro/v20220325/api.json +72 -71
- tccli/services/trro/v20220325/examples.json +8 -8
- tccli/services/trtc/trtc_client.py +8 -61
- tccli/services/trtc/v20190722/api.json +293 -52
- tccli/services/trtc/v20190722/examples.json +3 -11
- tccli/services/tse/tse_client.py +110 -4
- tccli/services/tse/v20201207/api.json +122 -7
- tccli/services/tse/v20201207/examples.json +25 -9
- tccli/services/vclm/v20240523/api.json +225 -82
- tccli/services/vclm/v20240523/examples.json +13 -19
- tccli/services/vod/v20180717/api.json +431 -4
- tccli/services/vod/v20180717/examples.json +25 -5
- tccli/services/vod/v20240718/api.json +11 -11
- tccli/services/vod/v20240718/examples.json +4 -4
- tccli/services/vod/vod_client.py +53 -0
- tccli/services/vpc/v20170312/api.json +1195 -892
- tccli/services/vpc/v20170312/examples.json +84 -68
- tccli/services/vpc/vpc_client.py +168 -62
- tccli/services/waf/v20180125/api.json +2611 -2187
- tccli/services/waf/v20180125/examples.json +224 -284
- tccli/services/waf/waf_client.py +225 -119
- tccli/services/wav/v20210129/api.json +48 -48
- tccli/services/wav/v20210129/examples.json +4 -4
- tccli/services/wedata/v20210820/api.json +1595 -25
- tccli/services/wedata/v20210820/examples.json +44 -4
- tccli/services/wedata/wedata_client.py +265 -0
- tccli/services/weilingwith/v20230427/api.json +6 -6
- tccli/services/weilingwith/v20230427/examples.json +3 -3
- tccli/sso.py +229 -0
- {tccli-3.0.1215.1.dist-info → tccli-3.0.1217.1.dist-info}/METADATA +6 -2
- {tccli-3.0.1215.1.dist-info → tccli-3.0.1217.1.dist-info}/RECORD +278 -265
- tccli/services/cr/__init__.py +0 -4
- tccli/services/cr/cr_client.py +0 -1626
- tccli/services/cr/v20180321/api.json +0 -2829
- tccli/services/cr/v20180321/examples.json +0 -235
- {tccli-3.0.1215.1.dist-info → tccli-3.0.1217.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1215.1.dist-info → tccli-3.0.1217.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1215.1.dist-info → tccli-3.0.1217.1.dist-info}/license_files/LICENSE +0 -0
@@ -22,9 +22,9 @@
|
|
22
22
|
"status": "online"
|
23
23
|
},
|
24
24
|
"CreateAICall": {
|
25
|
-
"document": "
|
25
|
+
"document": "用于调用AI模型发起外呼通话,仅限自有电话号码使用,目前开通高级版座席**限时**免费体验。\n\n发起通话前,请先确认您的AI模型是否兼容 OpenAI、Azure 或 Minimax 协议,并前往模型服务商网站获取相关鉴权信息。 具体功能说明请参考文档 [腾讯云联络中心AI通话平台](https://cloud.tencent.com/document/product/679/112100)。",
|
26
26
|
"input": "CreateAICallRequest",
|
27
|
-
"name": "创建
|
27
|
+
"name": "创建AI会话",
|
28
28
|
"output": "CreateAICallResponse",
|
29
29
|
"status": "online"
|
30
30
|
},
|
@@ -308,6 +308,13 @@
|
|
308
308
|
"output": "DescribeTelCdrResponse",
|
309
309
|
"status": "online"
|
310
310
|
},
|
311
|
+
"DescribeTelRecordAsr": {
|
312
|
+
"document": "拉取会话录音转文本信息",
|
313
|
+
"input": "DescribeTelRecordAsrRequest",
|
314
|
+
"name": "拉取会话录音转文本信息",
|
315
|
+
"output": "DescribeTelRecordAsrResponse",
|
316
|
+
"status": "online"
|
317
|
+
},
|
311
318
|
"DescribeTelSession": {
|
312
319
|
"document": "获取 PSTN 会话信息",
|
313
320
|
"input": "DescribeTelSessionRequest",
|
@@ -517,48 +524,104 @@
|
|
517
524
|
],
|
518
525
|
"usage": "out"
|
519
526
|
},
|
527
|
+
"AsrData": {
|
528
|
+
"document": "语音转文本信息",
|
529
|
+
"members": [
|
530
|
+
{
|
531
|
+
"disabled": false,
|
532
|
+
"document": "用户方",
|
533
|
+
"example": "xxx@xxx.com",
|
534
|
+
"member": "string",
|
535
|
+
"name": "User",
|
536
|
+
"output_required": true,
|
537
|
+
"type": "string",
|
538
|
+
"value_allowed_null": false
|
539
|
+
},
|
540
|
+
{
|
541
|
+
"disabled": false,
|
542
|
+
"document": "消息内容",
|
543
|
+
"example": "hello world",
|
544
|
+
"member": "string",
|
545
|
+
"name": "Message",
|
546
|
+
"output_required": true,
|
547
|
+
"type": "string",
|
548
|
+
"value_allowed_null": false
|
549
|
+
},
|
550
|
+
{
|
551
|
+
"disabled": true,
|
552
|
+
"document": "时间戳",
|
553
|
+
"example": "1644488608",
|
554
|
+
"member": "int64",
|
555
|
+
"name": "Timestamp",
|
556
|
+
"output_required": true,
|
557
|
+
"type": "int",
|
558
|
+
"value_allowed_null": false
|
559
|
+
},
|
560
|
+
{
|
561
|
+
"disabled": false,
|
562
|
+
"document": "句子开始时间,Unix 毫秒时间戳",
|
563
|
+
"example": "1729697242236",
|
564
|
+
"member": "int64",
|
565
|
+
"name": "Start",
|
566
|
+
"output_required": false,
|
567
|
+
"type": "int",
|
568
|
+
"value_allowed_null": false
|
569
|
+
},
|
570
|
+
{
|
571
|
+
"disabled": false,
|
572
|
+
"document": "句子结束时间,Unix 毫秒时间戳",
|
573
|
+
"example": "1729697245426",
|
574
|
+
"member": "int64",
|
575
|
+
"name": "End",
|
576
|
+
"output_required": false,
|
577
|
+
"type": "int",
|
578
|
+
"value_allowed_null": false
|
579
|
+
}
|
580
|
+
],
|
581
|
+
"usage": "out"
|
582
|
+
},
|
520
583
|
"AudioFileInfo": {
|
521
584
|
"document": "音频文件审核信息",
|
522
585
|
"members": [
|
523
586
|
{
|
524
587
|
"disabled": false,
|
525
|
-
"document": "文件ID
|
588
|
+
"document": "文件ID",
|
526
589
|
"example": "1",
|
527
590
|
"member": "uint64",
|
528
591
|
"name": "FileId",
|
529
592
|
"output_required": false,
|
530
593
|
"type": "int",
|
531
|
-
"value_allowed_null":
|
594
|
+
"value_allowed_null": false
|
532
595
|
},
|
533
596
|
{
|
534
597
|
"disabled": false,
|
535
|
-
"document": "
|
598
|
+
"document": "文件别名",
|
536
599
|
"example": "欢迎",
|
537
600
|
"member": "string",
|
538
601
|
"name": "CustomFileName",
|
539
602
|
"output_required": false,
|
540
603
|
"type": "string",
|
541
|
-
"value_allowed_null":
|
604
|
+
"value_allowed_null": false
|
542
605
|
},
|
543
606
|
{
|
544
607
|
"disabled": false,
|
545
|
-
"document": "
|
608
|
+
"document": "文件名",
|
546
609
|
"example": "xxx.mp3",
|
547
610
|
"member": "string",
|
548
611
|
"name": "AudioFileName",
|
549
612
|
"output_required": false,
|
550
613
|
"type": "string",
|
551
|
-
"value_allowed_null":
|
614
|
+
"value_allowed_null": false
|
552
615
|
},
|
553
616
|
{
|
554
617
|
"disabled": false,
|
555
|
-
"document": "审核状态,0-未审核,1-审核通过,2
|
618
|
+
"document": "审核状态,0-未审核,1-审核通过,2-审核拒绝",
|
556
619
|
"example": "1",
|
557
620
|
"member": "int64",
|
558
621
|
"name": "Status",
|
559
622
|
"output_required": false,
|
560
623
|
"type": "int",
|
561
|
-
"value_allowed_null":
|
624
|
+
"value_allowed_null": false
|
562
625
|
}
|
563
626
|
],
|
564
627
|
"usage": "out"
|
@@ -793,7 +856,7 @@
|
|
793
856
|
"example": "0",
|
794
857
|
"member": "int64",
|
795
858
|
"name": "IvrCount",
|
796
|
-
"
|
859
|
+
"output_required": true,
|
797
860
|
"type": "int",
|
798
861
|
"value_allowed_null": false
|
799
862
|
},
|
@@ -803,7 +866,7 @@
|
|
803
866
|
"example": "0",
|
804
867
|
"member": "int64",
|
805
868
|
"name": "QueueCount",
|
806
|
-
"
|
869
|
+
"output_required": true,
|
807
870
|
"type": "int",
|
808
871
|
"value_allowed_null": false
|
809
872
|
},
|
@@ -813,7 +876,7 @@
|
|
813
876
|
"example": "0",
|
814
877
|
"member": "int64",
|
815
878
|
"name": "RingCount",
|
816
|
-
"
|
879
|
+
"output_required": true,
|
817
880
|
"type": "int",
|
818
881
|
"value_allowed_null": false
|
819
882
|
},
|
@@ -823,7 +886,7 @@
|
|
823
886
|
"example": "0",
|
824
887
|
"member": "int64",
|
825
888
|
"name": "AcceptCount",
|
826
|
-
"
|
889
|
+
"output_required": true,
|
827
890
|
"type": "int",
|
828
891
|
"value_allowed_null": false
|
829
892
|
},
|
@@ -833,7 +896,7 @@
|
|
833
896
|
"example": "0",
|
834
897
|
"member": "int64",
|
835
898
|
"name": "TransferOuterCount",
|
836
|
-
"
|
899
|
+
"output_required": true,
|
837
900
|
"type": "int",
|
838
901
|
"value_allowed_null": false
|
839
902
|
},
|
@@ -843,7 +906,7 @@
|
|
843
906
|
"example": "0",
|
844
907
|
"member": "int64",
|
845
908
|
"name": "MaxQueueDuration",
|
846
|
-
"
|
909
|
+
"output_required": true,
|
847
910
|
"type": "int",
|
848
911
|
"value_allowed_null": false
|
849
912
|
},
|
@@ -853,7 +916,7 @@
|
|
853
916
|
"example": "0",
|
854
917
|
"member": "int64",
|
855
918
|
"name": "AvgQueueDuration",
|
856
|
-
"
|
919
|
+
"output_required": true,
|
857
920
|
"type": "int",
|
858
921
|
"value_allowed_null": false
|
859
922
|
},
|
@@ -863,7 +926,7 @@
|
|
863
926
|
"example": "0",
|
864
927
|
"member": "int64",
|
865
928
|
"name": "MaxRingDuration",
|
866
|
-
"
|
929
|
+
"output_required": true,
|
867
930
|
"type": "int",
|
868
931
|
"value_allowed_null": false
|
869
932
|
},
|
@@ -873,7 +936,7 @@
|
|
873
936
|
"example": "0",
|
874
937
|
"member": "int64",
|
875
938
|
"name": "AvgRingDuration",
|
876
|
-
"
|
939
|
+
"output_required": true,
|
877
940
|
"type": "int",
|
878
941
|
"value_allowed_null": false
|
879
942
|
},
|
@@ -883,7 +946,7 @@
|
|
883
946
|
"example": "0",
|
884
947
|
"member": "int64",
|
885
948
|
"name": "MaxAcceptDuration",
|
886
|
-
"
|
949
|
+
"output_required": true,
|
887
950
|
"type": "int",
|
888
951
|
"value_allowed_null": false
|
889
952
|
},
|
@@ -893,7 +956,7 @@
|
|
893
956
|
"example": "0",
|
894
957
|
"member": "int64",
|
895
958
|
"name": "AvgAcceptDuration",
|
896
|
-
"
|
959
|
+
"output_required": true,
|
897
960
|
"type": "int",
|
898
961
|
"value_allowed_null": false
|
899
962
|
}
|
@@ -1014,7 +1077,7 @@
|
|
1014
1077
|
"example": "1400000000",
|
1015
1078
|
"member": "uint64",
|
1016
1079
|
"name": "SdkAppId",
|
1017
|
-
"
|
1080
|
+
"output_required": true,
|
1018
1081
|
"type": "int",
|
1019
1082
|
"value_allowed_null": false
|
1020
1083
|
},
|
@@ -1024,7 +1087,7 @@
|
|
1024
1087
|
"example": "123",
|
1025
1088
|
"member": "uint64",
|
1026
1089
|
"name": "ApplicantId",
|
1027
|
-
"
|
1090
|
+
"output_required": true,
|
1028
1091
|
"type": "int",
|
1029
1092
|
"value_allowed_null": false
|
1030
1093
|
},
|
@@ -1034,7 +1097,7 @@
|
|
1034
1097
|
"example": "[\"008601012345678\"]",
|
1035
1098
|
"member": "string",
|
1036
1099
|
"name": "Callers",
|
1037
|
-
"
|
1100
|
+
"output_required": true,
|
1038
1101
|
"type": "list",
|
1039
1102
|
"value_allowed_null": false
|
1040
1103
|
},
|
@@ -1044,19 +1107,19 @@
|
|
1044
1107
|
"example": "[\"008601012345678\"]",
|
1045
1108
|
"member": "string",
|
1046
1109
|
"name": "Callees",
|
1047
|
-
"
|
1110
|
+
"output_required": true,
|
1048
1111
|
"type": "list",
|
1049
1112
|
"value_allowed_null": false
|
1050
1113
|
},
|
1051
1114
|
{
|
1052
1115
|
"disabled": false,
|
1053
|
-
"document": "
|
1116
|
+
"document": "描述",
|
1054
1117
|
"example": "描述",
|
1055
1118
|
"member": "string",
|
1056
1119
|
"name": "Description",
|
1057
|
-
"
|
1120
|
+
"output_required": true,
|
1058
1121
|
"type": "string",
|
1059
|
-
"value_allowed_null":
|
1122
|
+
"value_allowed_null": false
|
1060
1123
|
},
|
1061
1124
|
{
|
1062
1125
|
"disabled": false,
|
@@ -1064,7 +1127,7 @@
|
|
1064
1127
|
"example": "1",
|
1065
1128
|
"member": "int64",
|
1066
1129
|
"name": "State",
|
1067
|
-
"
|
1130
|
+
"output_required": true,
|
1068
1131
|
"type": "int",
|
1069
1132
|
"value_allowed_null": false
|
1070
1133
|
},
|
@@ -1074,7 +1137,7 @@
|
|
1074
1137
|
"example": "1668573686",
|
1075
1138
|
"member": "int64",
|
1076
1139
|
"name": "CreateTime",
|
1077
|
-
"
|
1140
|
+
"output_required": true,
|
1078
1141
|
"type": "int",
|
1079
1142
|
"value_allowed_null": false
|
1080
1143
|
},
|
@@ -1084,7 +1147,7 @@
|
|
1084
1147
|
"example": "1668573686",
|
1085
1148
|
"member": "int64",
|
1086
1149
|
"name": "UpdateTime",
|
1087
|
-
"
|
1150
|
+
"output_required": true,
|
1088
1151
|
"type": "int",
|
1089
1152
|
"value_allowed_null": false
|
1090
1153
|
}
|
@@ -1096,256 +1159,256 @@
|
|
1096
1159
|
"members": [
|
1097
1160
|
{
|
1098
1161
|
"disabled": false,
|
1099
|
-
"document": "申请人身份,0-公司法定代表人,1
|
1162
|
+
"document": "申请人身份,0-公司法定代表人,1-经办人(受法定代表人委托)",
|
1100
1163
|
"example": "1",
|
1101
1164
|
"member": "int64",
|
1102
1165
|
"name": "ApplicantType",
|
1103
1166
|
"output_required": false,
|
1104
1167
|
"required": true,
|
1105
1168
|
"type": "int",
|
1106
|
-
"value_allowed_null":
|
1169
|
+
"value_allowed_null": false
|
1107
1170
|
},
|
1108
1171
|
{
|
1109
1172
|
"disabled": false,
|
1110
|
-
"document": "
|
1173
|
+
"document": "企业名称",
|
1111
1174
|
"example": "北京XXCC有限责任公司",
|
1112
1175
|
"member": "string",
|
1113
1176
|
"name": "CompanyName",
|
1114
1177
|
"output_required": false,
|
1115
1178
|
"required": true,
|
1116
1179
|
"type": "string",
|
1117
|
-
"value_allowed_null":
|
1180
|
+
"value_allowed_null": false
|
1118
1181
|
},
|
1119
1182
|
{
|
1120
1183
|
"disabled": false,
|
1121
|
-
"document": "
|
1184
|
+
"document": "统一社会信用代码",
|
1122
1185
|
"example": "91411111111111111",
|
1123
1186
|
"member": "string",
|
1124
1187
|
"name": "BusinessId",
|
1125
1188
|
"output_required": false,
|
1126
1189
|
"required": true,
|
1127
1190
|
"type": "string",
|
1128
|
-
"value_allowed_null":
|
1191
|
+
"value_allowed_null": false
|
1129
1192
|
},
|
1130
1193
|
{
|
1131
1194
|
"disabled": false,
|
1132
|
-
"document": "营业执照扫描件(加盖公章)。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
|
1195
|
+
"document": "营业执照扫描件(加盖公章)。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)",
|
1133
1196
|
"example": "https://xxxx.com/xxxxx.jpg",
|
1134
1197
|
"member": "string",
|
1135
1198
|
"name": "BusinessIdPicUrl",
|
1136
1199
|
"output_required": false,
|
1137
1200
|
"required": true,
|
1138
1201
|
"type": "string",
|
1139
|
-
"value_allowed_null":
|
1202
|
+
"value_allowed_null": false
|
1140
1203
|
},
|
1141
1204
|
{
|
1142
1205
|
"disabled": false,
|
1143
|
-
"document": "
|
1206
|
+
"document": "法定代表人名称",
|
1144
1207
|
"example": "王某某",
|
1145
1208
|
"member": "string",
|
1146
1209
|
"name": "CorporationName",
|
1147
1210
|
"output_required": false,
|
1148
1211
|
"required": true,
|
1149
1212
|
"type": "string",
|
1150
|
-
"value_allowed_null":
|
1213
|
+
"value_allowed_null": false
|
1151
1214
|
},
|
1152
1215
|
{
|
1153
1216
|
"disabled": false,
|
1154
|
-
"document": "
|
1217
|
+
"document": "法定代表人身份证号码",
|
1155
1218
|
"example": "610000000000008",
|
1156
1219
|
"member": "string",
|
1157
1220
|
"name": "CorporationId",
|
1158
1221
|
"output_required": false,
|
1159
1222
|
"required": true,
|
1160
1223
|
"type": "string",
|
1161
|
-
"value_allowed_null":
|
1224
|
+
"value_allowed_null": false
|
1162
1225
|
},
|
1163
1226
|
{
|
1164
1227
|
"disabled": false,
|
1165
|
-
"document": "法定代表人身份证正反面扫描件。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
|
1228
|
+
"document": "法定代表人身份证正反面扫描件。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)",
|
1166
1229
|
"example": "https://xxxx.com/xxxxx.jpg\t",
|
1167
1230
|
"member": "string",
|
1168
1231
|
"name": "CorporationIdPicUrl",
|
1169
1232
|
"output_required": false,
|
1170
1233
|
"required": true,
|
1171
1234
|
"type": "string",
|
1172
|
-
"value_allowed_null":
|
1235
|
+
"value_allowed_null": false
|
1173
1236
|
},
|
1174
1237
|
{
|
1175
1238
|
"disabled": false,
|
1176
|
-
"document": "安全合规使用承诺书。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
|
1239
|
+
"document": "安全合规使用承诺书。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)",
|
1177
1240
|
"example": "https://xxxx.com/xxxxx.jpg\t",
|
1178
1241
|
"member": "string",
|
1179
1242
|
"name": "NetworkCommitmentPicUrl",
|
1180
1243
|
"output_required": false,
|
1181
1244
|
"required": true,
|
1182
1245
|
"type": "string",
|
1183
|
-
"value_allowed_null":
|
1246
|
+
"value_allowed_null": false
|
1184
1247
|
},
|
1185
1248
|
{
|
1186
1249
|
"disabled": false,
|
1187
|
-
"document": "是否与腾讯云账号的资质一致,0-不一致,1
|
1250
|
+
"document": "是否与腾讯云账号的资质一致,0-不一致,1-一致",
|
1188
1251
|
"example": "1",
|
1189
1252
|
"member": "int64",
|
1190
1253
|
"name": "IsEqualTencentCloud",
|
1191
1254
|
"output_required": false,
|
1192
1255
|
"required": true,
|
1193
1256
|
"type": "int",
|
1194
|
-
"value_allowed_null":
|
1257
|
+
"value_allowed_null": false
|
1195
1258
|
},
|
1196
1259
|
{
|
1197
1260
|
"disabled": false,
|
1198
|
-
"document": "
|
1261
|
+
"document": "法定代表人手机号",
|
1199
1262
|
"example": "18011111111",
|
1200
1263
|
"member": "string",
|
1201
1264
|
"name": "CorporationMobile",
|
1202
1265
|
"output_required": false,
|
1203
1266
|
"required": true,
|
1204
1267
|
"type": "string",
|
1205
|
-
"value_allowed_null":
|
1268
|
+
"value_allowed_null": false
|
1206
1269
|
},
|
1207
1270
|
{
|
1208
1271
|
"disabled": false,
|
1209
|
-
"document": "法定代表人手机号码实名认证。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
|
1272
|
+
"document": "法定代表人手机号码实名认证。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)",
|
1210
1273
|
"example": "https://xxxx.com/xxxxx.jpg",
|
1211
1274
|
"member": "string",
|
1212
1275
|
"name": "CorporationMobilePicUrl",
|
1213
1276
|
"output_required": false,
|
1214
1277
|
"required": true,
|
1215
1278
|
"type": "string",
|
1216
|
-
"value_allowed_null":
|
1279
|
+
"value_allowed_null": false
|
1217
1280
|
},
|
1218
1281
|
{
|
1219
1282
|
"disabled": false,
|
1220
|
-
"document": "通话话术。(支持doc、docx格式的文档不超过50MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
|
1283
|
+
"document": "通话话术。(支持doc、docx格式的文档不超过50MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)",
|
1221
1284
|
"example": "https://xxxx.com/xxxxx.jpg",
|
1222
1285
|
"member": "string",
|
1223
1286
|
"name": "UseDescribeFileUrl",
|
1224
1287
|
"output_required": false,
|
1225
1288
|
"required": true,
|
1226
1289
|
"type": "string",
|
1227
|
-
"value_allowed_null":
|
1290
|
+
"value_allowed_null": false
|
1228
1291
|
},
|
1229
1292
|
{
|
1230
1293
|
"disabled": false,
|
1231
|
-
"document": "公司授权函。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
|
1294
|
+
"document": "公司授权函。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)",
|
1232
1295
|
"example": "https://xxxx.com/xxxxx.jpg",
|
1233
1296
|
"member": "string",
|
1234
1297
|
"name": "CompanyAuthLetterPicUrl",
|
1235
1298
|
"output_required": false,
|
1236
1299
|
"required": true,
|
1237
1300
|
"type": "string",
|
1238
|
-
"value_allowed_null":
|
1301
|
+
"value_allowed_null": false
|
1239
1302
|
},
|
1240
1303
|
{
|
1241
1304
|
"disabled": false,
|
1242
|
-
"document": "电话受理单。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
|
1305
|
+
"document": "电话受理单。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)",
|
1243
1306
|
"example": "https://xxxx.com/xxxxx.jpg",
|
1244
1307
|
"member": "string",
|
1245
1308
|
"name": "AcceptPicUrl",
|
1246
1309
|
"output_required": false,
|
1247
1310
|
"required": true,
|
1248
1311
|
"type": "string",
|
1249
|
-
"value_allowed_null":
|
1312
|
+
"value_allowed_null": false
|
1250
1313
|
},
|
1251
1314
|
{
|
1252
1315
|
"disabled": false,
|
1253
|
-
"document": "法定代表人手持身份证照,申请人类型为法定代表人时必填。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
|
1316
|
+
"document": "法定代表人手持身份证照,申请人类型为法定代表人时必填。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)",
|
1254
1317
|
"example": "https://xxxx.com/xxxxx.jpg\t",
|
1255
1318
|
"member": "string",
|
1256
1319
|
"name": "CorporationHoldingOnIdPicUrl",
|
1257
1320
|
"output_required": false,
|
1258
1321
|
"required": false,
|
1259
1322
|
"type": "string",
|
1260
|
-
"value_allowed_null":
|
1323
|
+
"value_allowed_null": false
|
1261
1324
|
},
|
1262
1325
|
{
|
1263
1326
|
"disabled": false,
|
1264
|
-
"document": "
|
1327
|
+
"document": "经办人名称,申请人类型为经办人时必填。",
|
1265
1328
|
"example": "李某某",
|
1266
1329
|
"member": "string",
|
1267
1330
|
"name": "OperatorName",
|
1268
1331
|
"output_required": false,
|
1269
1332
|
"required": false,
|
1270
1333
|
"type": "string",
|
1271
|
-
"value_allowed_null":
|
1334
|
+
"value_allowed_null": false
|
1272
1335
|
},
|
1273
1336
|
{
|
1274
1337
|
"disabled": false,
|
1275
|
-
"document": "
|
1338
|
+
"document": "经办人证件号码,申请人类型为经办人时必填。",
|
1276
1339
|
"example": "61011111111111111",
|
1277
1340
|
"member": "string",
|
1278
1341
|
"name": "OperatorId",
|
1279
1342
|
"output_required": false,
|
1280
1343
|
"required": false,
|
1281
1344
|
"type": "string",
|
1282
|
-
"value_allowed_null":
|
1345
|
+
"value_allowed_null": false
|
1283
1346
|
},
|
1284
1347
|
{
|
1285
1348
|
"disabled": false,
|
1286
|
-
"document": "经办人身份证正反面扫描件,申请人类型为经办人时必填。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
|
1349
|
+
"document": "经办人身份证正反面扫描件,申请人类型为经办人时必填。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)",
|
1287
1350
|
"example": "https://xxxx.com/xxxxx.jpg\t",
|
1288
1351
|
"member": "string",
|
1289
1352
|
"name": "OperatorIdPicUrl",
|
1290
1353
|
"output_required": false,
|
1291
1354
|
"required": false,
|
1292
1355
|
"type": "string",
|
1293
|
-
"value_allowed_null":
|
1356
|
+
"value_allowed_null": false
|
1294
1357
|
},
|
1295
1358
|
{
|
1296
1359
|
"disabled": false,
|
1297
|
-
"document": "经办人手持身份证照,申请人类型为经办人时必填。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
|
1360
|
+
"document": "经办人手持身份证照,申请人类型为经办人时必填。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)",
|
1298
1361
|
"example": "https://xxxx.com/xxxxx.jpg\t",
|
1299
1362
|
"member": "string",
|
1300
1363
|
"name": "OperatorHoldingOnIdPicUrl",
|
1301
1364
|
"output_required": false,
|
1302
1365
|
"required": false,
|
1303
1366
|
"type": "string",
|
1304
|
-
"value_allowed_null":
|
1367
|
+
"value_allowed_null": false
|
1305
1368
|
},
|
1306
1369
|
{
|
1307
1370
|
"disabled": false,
|
1308
|
-
"document": "委托授权书,申请人类型为经办人时必填。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
|
1371
|
+
"document": "委托授权书,申请人类型为经办人时必填。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)",
|
1309
1372
|
"example": "https://xxxx.com/xxxxx.jpg\t",
|
1310
1373
|
"member": "string",
|
1311
1374
|
"name": "CommissionPicUrl",
|
1312
1375
|
"output_required": false,
|
1313
1376
|
"required": false,
|
1314
1377
|
"type": "string",
|
1315
|
-
"value_allowed_null":
|
1378
|
+
"value_allowed_null": false
|
1316
1379
|
},
|
1317
1380
|
{
|
1318
1381
|
"disabled": false,
|
1319
|
-
"document": "
|
1382
|
+
"document": "经办人手机号,申请人类型为经办人时必填。",
|
1320
1383
|
"example": "18022222222",
|
1321
1384
|
"member": "string",
|
1322
1385
|
"name": "OperatorMobile",
|
1323
1386
|
"output_required": false,
|
1324
1387
|
"required": false,
|
1325
1388
|
"type": "string",
|
1326
|
-
"value_allowed_null":
|
1389
|
+
"value_allowed_null": false
|
1327
1390
|
},
|
1328
1391
|
{
|
1329
1392
|
"disabled": false,
|
1330
|
-
"document": "
|
1393
|
+
"document": "经办人邮箱,申请人类型为经办人时必填。",
|
1331
1394
|
"example": "111@qq.com",
|
1332
1395
|
"member": "string",
|
1333
1396
|
"name": "OperatorEmail",
|
1334
1397
|
"output_required": false,
|
1335
1398
|
"required": false,
|
1336
1399
|
"type": "string",
|
1337
|
-
"value_allowed_null":
|
1400
|
+
"value_allowed_null": false
|
1338
1401
|
},
|
1339
1402
|
{
|
1340
1403
|
"disabled": false,
|
1341
|
-
"document": "经办人手机号码实名认证,申请人类型为经办人时必填。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)
|
1404
|
+
"document": "经办人手机号码实名认证,申请人类型为经办人时必填。(支持jpg、png、gif、jpeg格式的图片,每张图片应大于50K,不超过5MB,模板参见控制台:https://console.cloud.tencent.com/ccc/enterprise/update)",
|
1342
1405
|
"example": "https://xxxx.com/xxxxx.jpg",
|
1343
1406
|
"member": "string",
|
1344
1407
|
"name": "OperatorMobilePicUrl",
|
1345
1408
|
"output_required": false,
|
1346
1409
|
"required": false,
|
1347
1410
|
"type": "string",
|
1348
|
-
"value_allowed_null":
|
1411
|
+
"value_allowed_null": false
|
1349
1412
|
}
|
1350
1413
|
],
|
1351
1414
|
"usage": "both"
|
@@ -1366,80 +1429,91 @@
|
|
1366
1429
|
},
|
1367
1430
|
{
|
1368
1431
|
"disabled": false,
|
1369
|
-
"document": "
|
1432
|
+
"document": "公司名称",
|
1370
1433
|
"example": "北京XX公司",
|
1371
1434
|
"member": "string",
|
1372
1435
|
"name": "CompanyName",
|
1373
1436
|
"output_required": false,
|
1374
1437
|
"required": false,
|
1375
1438
|
"type": "string",
|
1376
|
-
"value_allowed_null":
|
1439
|
+
"value_allowed_null": false
|
1377
1440
|
},
|
1378
1441
|
{
|
1379
1442
|
"disabled": false,
|
1380
|
-
"document": "
|
1443
|
+
"document": "创建时间",
|
1381
1444
|
"example": "1653534444",
|
1382
1445
|
"member": "int64",
|
1383
1446
|
"name": "CreateTime",
|
1384
1447
|
"output_required": false,
|
1385
1448
|
"required": false,
|
1386
1449
|
"type": "int",
|
1387
|
-
"value_allowed_null":
|
1450
|
+
"value_allowed_null": false
|
1388
1451
|
},
|
1389
1452
|
{
|
1390
1453
|
"disabled": false,
|
1391
|
-
"document": "
|
1454
|
+
"document": "审核时间",
|
1392
1455
|
"example": "1653534444",
|
1393
1456
|
"member": "int64",
|
1394
1457
|
"name": "CheckTime",
|
1395
1458
|
"output_required": false,
|
1396
1459
|
"required": false,
|
1397
1460
|
"type": "int",
|
1398
|
-
"value_allowed_null":
|
1461
|
+
"value_allowed_null": false
|
1399
1462
|
},
|
1400
1463
|
{
|
1401
1464
|
"disabled": false,
|
1402
|
-
"document": "
|
1465
|
+
"document": "审核备注",
|
1403
1466
|
"example": "通过了",
|
1404
1467
|
"member": "string",
|
1405
1468
|
"name": "CheckMsg",
|
1406
1469
|
"output_required": false,
|
1407
1470
|
"required": false,
|
1408
1471
|
"type": "string",
|
1409
|
-
"value_allowed_null":
|
1472
|
+
"value_allowed_null": false
|
1410
1473
|
},
|
1411
1474
|
{
|
1412
1475
|
"disabled": false,
|
1413
|
-
"document": "审核状态,1-待审核,2-审核通过,3
|
1476
|
+
"document": "审核状态,1-待审核,2-审核通过,3-驳回",
|
1414
1477
|
"example": "1",
|
1415
1478
|
"member": "int64",
|
1416
1479
|
"name": "State",
|
1417
1480
|
"output_required": false,
|
1418
1481
|
"required": false,
|
1419
1482
|
"type": "int",
|
1420
|
-
"value_allowed_null":
|
1483
|
+
"value_allowed_null": false
|
1421
1484
|
},
|
1422
1485
|
{
|
1423
1486
|
"disabled": false,
|
1424
|
-
"document": "
|
1487
|
+
"document": "公司统一社会信用代码",
|
1425
1488
|
"example": "546346435646",
|
1426
1489
|
"member": "string",
|
1427
1490
|
"name": "BusinessId",
|
1428
1491
|
"output_required": false,
|
1429
1492
|
"required": false,
|
1430
1493
|
"type": "string",
|
1431
|
-
"value_allowed_null":
|
1494
|
+
"value_allowed_null": false
|
1432
1495
|
},
|
1433
1496
|
{
|
1434
1497
|
"disabled": false,
|
1435
|
-
"document": "
|
1498
|
+
"document": "修改时间",
|
1436
1499
|
"example": "1653534444",
|
1437
1500
|
"member": "int64",
|
1438
1501
|
"name": "ModifyTime",
|
1439
1502
|
"output_required": false,
|
1440
1503
|
"required": false,
|
1441
1504
|
"type": "int",
|
1442
|
-
"value_allowed_null":
|
1505
|
+
"value_allowed_null": false
|
1506
|
+
},
|
1507
|
+
{
|
1508
|
+
"disabled": false,
|
1509
|
+
"document": "合同编号",
|
1510
|
+
"example": "12324xxxxx",
|
1511
|
+
"member": "string",
|
1512
|
+
"name": "ContractNo",
|
1513
|
+
"output_required": false,
|
1514
|
+
"required": false,
|
1515
|
+
"type": "string",
|
1516
|
+
"value_allowed_null": false
|
1443
1517
|
}
|
1444
1518
|
],
|
1445
1519
|
"usage": "both"
|
@@ -1458,8 +1532,8 @@
|
|
1458
1532
|
},
|
1459
1533
|
{
|
1460
1534
|
"disabled": false,
|
1461
|
-
"document": "
|
1462
|
-
"example": "
|
1535
|
+
"document": "被叫号码",
|
1536
|
+
"example": "008613012345678",
|
1463
1537
|
"member": "string",
|
1464
1538
|
"name": "Callee",
|
1465
1539
|
"required": true,
|
@@ -1467,8 +1541,8 @@
|
|
1467
1541
|
},
|
1468
1542
|
{
|
1469
1543
|
"disabled": false,
|
1470
|
-
"document": "用于设定AI
|
1471
|
-
"example": "
|
1544
|
+
"document": "用于设定AI人设、说话规则、任务等的全局提示词。示例:## 人设您是人民医院友善、和蔼的随访医生李医生,正在给患者小明的家长打电话,原因是医院要求小明2024-08-08回院复查手术恢复情况,但小明没有来。您需要按照任务流程对小明家长进行电话随访调查。## 要求简洁回复:使用简练语言,每次最多询问一个问题,不要在一个回复中询问多个问题。富有变化:尽量使表达富有变化,表达机械重复。自然亲切:使用日常语言,尽量显得专业并亲切。提到时间时使用口语表述,如下周三、6月18日。积极主动:尝试引导对话,每个回复通常以问题或下一步建议来结尾。询问清楚:如果对方部分回答了您的问题,或者回答很模糊,请通过追问来确保回答的完整明确。遵循任务:当对方的回答偏离了您的任务时,及时引导对方回到任务中。不要从头开始重复,从偏离的地方继续询问。诚实可靠:对于客户的提问,如果不确定请务必不要编造,礼貌告知对方不清楚。不要捏造患者未提及的症状史、用药史、治疗史。其他注意点:避免提到病情恶化、恢复不理想或疾病名称等使用会使患者感到紧张的表述。不要问患者已经直接或间接回答过的问题,例如患者已经说没有不适症状,那就不要再问手术部位是否有红肿疼痛症状的问题。##任务: 1.自我介绍您是人民医院负责随访的李医生,并说明致电的目的。2.询问被叫方是否是小明家长。 - 如果不是小明家长,请礼貌表达歉意,并使用 call_end 挂断电话。- 如果小明家长没空,请礼貌告诉对方稍后会重新致电,并使用 end_call 挂断电话。3.询问小明出院后水肿情况如何,较出院时是否有变化。- 如果水肿变严重,直接跳转步骤7。4.询问出院后是否给小朋友量过体温,是否出现过发烧情况。- 如果没有量过体温,请礼貌告诉家长出院后三个月内需要每天观察体温。- 如果出现过发烧,请直接跳转步骤7。5.询问出院后是否给小朋友按时服药。- 如果没有按时服药,请友善提醒家长严格按医嘱服用药物,避免影响手术效果。6.询问小朋友在饮食上是否做到低盐低脂,适量吃优质蛋白如鸡蛋、牛奶、瘦肉等。- 如果没有做到,请友善提醒家长低盐低脂和优质蛋白有助小朋友尽快恢复。7.告知家长医生要求6月18日回院复查,但没看到有相关复诊记录。提醒家长尽快前往医院体检复查血化验、尿常规。8.询问家长是否有问题需要咨询,如果没有请礼貌道别并用call_end挂断电话。",
|
1545
|
+
"example": "无",
|
1472
1546
|
"member": "string",
|
1473
1547
|
"name": "SystemPrompt",
|
1474
1548
|
"required": true,
|
@@ -1476,7 +1550,7 @@
|
|
1476
1550
|
},
|
1477
1551
|
{
|
1478
1552
|
"disabled": false,
|
1479
|
-
"document": "
|
1553
|
+
"document": "模型接口协议类型,目前兼容三种协议类型:\n\n- OpenAI协议(包括GPT、混元、DeepSeek等):\"openai\"\n- Azure协议:\"azure\"\n- Minimax协议:\"minimax\"",
|
1480
1554
|
"example": "openai",
|
1481
1555
|
"member": "string",
|
1482
1556
|
"name": "LLMType",
|
@@ -1485,8 +1559,8 @@
|
|
1485
1559
|
},
|
1486
1560
|
{
|
1487
1561
|
"disabled": false,
|
1488
|
-
"document": "
|
1489
|
-
"example": "
|
1562
|
+
"document": "模型名称,如\n\n- OpenAI协议\n\"gpt-4o-mini\",\"gpt-4o\",\"hunyuan-standard\", \"hunyuan-turbo\",\"deepseek-chat\";\n\n- Azure协议\n\"gpt-4o-mini\", \"gpt-4o\";\n\n- Minmax协议\n\"deepseek-chat\".",
|
1563
|
+
"example": "gpt-4o-mini",
|
1490
1564
|
"member": "string",
|
1491
1565
|
"name": "Model",
|
1492
1566
|
"required": true,
|
@@ -1494,8 +1568,8 @@
|
|
1494
1568
|
},
|
1495
1569
|
{
|
1496
1570
|
"disabled": false,
|
1497
|
-
"document": "API
|
1498
|
-
"example": "
|
1571
|
+
"document": "模型API密钥,获取鉴权信息方式请参见各模型官网\n\n- OpenAI协议:[GPT](https://help.openai.com/en/articles/4936850-where-do-i-find-my-openai-api-key),[混元](https://cloud.tencent.com/document/product/1729/111008),[DeepSeek](https://api-docs.deepseek.com/zh-cn/);\n\n- Azure协议:[Azure GPT](https://learn.microsoft.com/en-us/azure/ai-services/openai/chatgpt-quickstart?tabs=command-line%2Ctypescript%2Cpython-new&pivots=programming-language-studio#key-settings);\n\n- Minimax:[Minimax](https://platform.minimaxi.com/document/Fast%20access?key=66701cf51d57f38758d581b2)",
|
1572
|
+
"example": "sk-proj-xxxx",
|
1499
1573
|
"member": "string",
|
1500
1574
|
"name": "APIKey",
|
1501
1575
|
"required": true,
|
@@ -1503,8 +1577,8 @@
|
|
1503
1577
|
},
|
1504
1578
|
{
|
1505
1579
|
"disabled": false,
|
1506
|
-
"document": "
|
1507
|
-
"example": "
|
1580
|
+
"document": "模型接口地址\n\n- OpenAI协议\nGPT:\"https://api.openai.com/v1/\"\n混元:\"https://api.hunyuan.cloud.tencent.com/v1\"\nDeepseek:\"https://api.deepseek.com/v1\"\n\n- Azure协议\n \"https://{your-resource-name}.openai.azure.com?api-version={api-version}\"\n\n- Minimax协议\n\"https://api.minimax.chat/v1\"",
|
1581
|
+
"example": "https://api.openai.com/v1/",
|
1508
1582
|
"member": "string",
|
1509
1583
|
"name": "APIUrl",
|
1510
1584
|
"required": true,
|
@@ -1512,8 +1586,8 @@
|
|
1512
1586
|
},
|
1513
1587
|
{
|
1514
1588
|
"disabled": false,
|
1515
|
-
"document": "
|
1516
|
-
"example": "
|
1589
|
+
"document": "默认提供以下音色参数值可选择,如需自定义音色VoiceType请留空并在参数CustomTTSConfig中配置\n\n汉语:\nZhiMei:智美,客服女声\nZhiXi: 智希 通用女声\nZhiQi:智琪 客服女声\nZhiTian:智甜 女童声\nAiXiaoJing:爱小静 对话女声\n\n英语:\nWeRose:英文女声\nMonika:英文女声\n\n日语:\nNanami\n\n韩语:\nSunHi\n\n印度尼西亚语(印度尼西亚):\nGadis\n\n马来语(马来西亚):\nYasmin\n\n 泰米尔语(马来西亚):\nKani\n\n泰语(泰国):\nAchara\n\n越南语(越南):\nHoaiMy\n\n",
|
1590
|
+
"example": "ZhiQi",
|
1517
1591
|
"member": "string",
|
1518
1592
|
"name": "VoiceType",
|
1519
1593
|
"required": false,
|
@@ -1522,7 +1596,7 @@
|
|
1522
1596
|
{
|
1523
1597
|
"disabled": false,
|
1524
1598
|
"document": "主叫号码列表",
|
1525
|
-
"example": "
|
1599
|
+
"example": "[008613912341234, 008613912341235]",
|
1526
1600
|
"member": "string",
|
1527
1601
|
"name": "Callers",
|
1528
1602
|
"required": false,
|
@@ -1531,7 +1605,7 @@
|
|
1531
1605
|
{
|
1532
1606
|
"disabled": false,
|
1533
1607
|
"document": "用于设定AI座席欢迎语。",
|
1534
|
-
"example": "
|
1608
|
+
"example": "您好",
|
1535
1609
|
"member": "string",
|
1536
1610
|
"name": "WelcomeMessage",
|
1537
1611
|
"required": false,
|
@@ -1540,7 +1614,7 @@
|
|
1540
1614
|
{
|
1541
1615
|
"disabled": false,
|
1542
1616
|
"document": "0:使用welcomeMessage(为空时,被叫先说话;不为空时,机器人先说话)\n1: 使用ai根据prompt自动生成welcomeMessage并先说话",
|
1543
|
-
"example": "0
|
1617
|
+
"example": "0",
|
1544
1618
|
"member": "int64",
|
1545
1619
|
"name": "WelcomeType",
|
1546
1620
|
"required": false,
|
@@ -1611,7 +1685,7 @@
|
|
1611
1685
|
},
|
1612
1686
|
{
|
1613
1687
|
"disabled": false,
|
1614
|
-
"document": "用户NotifyDuration没说话,
|
1688
|
+
"document": "用户NotifyDuration没说话,AI提示的语句,默认是\"抱歉,我没听清。您可以重复下吗?\"",
|
1615
1689
|
"example": "抱歉,我没听清。您可以重复下吗?",
|
1616
1690
|
"member": "string",
|
1617
1691
|
"name": "NotifyMessage",
|
@@ -1620,7 +1694,7 @@
|
|
1620
1694
|
},
|
1621
1695
|
{
|
1622
1696
|
"disabled": false,
|
1623
|
-
"document": "
|
1697
|
+
"document": "<p>和VoiceType字段需要选填一个,这里是使用自己自定义的TTS,VoiceType是系统内置的一些音色</p>\n<ul>\n<li>Tencent TTS<br>\n配置请参考<a href=\"https://cloud.tencent.com/document/product/1073/92668#55924b56-1a73-4663-a7a1-a8dd82d6e823\" target=\"_blank\">腾讯云TTS文档链接</a></li>\n</ul>\n<div><div class=\"v-md-pre-wrapper copy-code-mode v-md-pre-wrapper- extra-class\"><pre class=\"v-md-prism-\"><code>{ \n "TTSType": "tencent", // String TTS类型, 目前支持"tencent" 和 “minixmax”, 其他的厂商支持中\n "AppId": "您的应用ID", // String 必填\n "SecretId": "您的密钥ID", // String 必填\n "SecretKey": "您的密钥Key", // String 必填\n "VoiceType": 101001, // Integer 必填,音色 ID,包括标准音色与精品音色,精品音色拟真度更高,价格不同于标准音色,请参见语音合成计费概述。完整的音色 ID 列表请参见语音合成音色列表。\n "Speed": 1.25, // Integer 非必填,语速,范围:[-2,6],分别对应不同语速: -2: 代表0.6倍 -1: 代表0.8倍 0: 代表1.0倍(默认) 1: 代表1.2倍 2: 代表1.5倍 6: 代表2.5倍 如果需要更细化的语速,可以保留小数点后 2 位,例如0.5/1.25/2.81等。 参数值与实际语速转换,可参考 语速转换\n "Volume": 5, // Integer 非必填,音量大小,范围:[0,10],分别对应11个等级的音量,默认值为0,代表正常音量。\n "PrimaryLanguage": 1, // Integer 可选 主要语言 1-中文(默认) 2-英文 3-日文\n "FastVoiceType": "xxxx" // 可选参数, 快速声音复刻的参数 \n }\n</code></pre>\n\n </div></div><ul>\n<li>Minimax TTS<br>\n配置请参考<a href=\"https://platform.minimaxi.com/document/T2A%20V2?key=66719005a427f0c8a5701643\" target=\"_blank\">Minimax TTS文档链接</a>。注意Minimax TTS存在频率限制,超频可能会导致回答卡顿,<a href=\"https://platform.minimaxi.com/document/Rate%20limits?key=66b19417290299a26b234572\" target=\"_blank\">Minimax TTS频率限制相关文档链接</a>。</li>\n</ul>\n<div><div class=\"v-md-pre-wrapper copy-code-mode v-md-pre-wrapper- extra-class\"><pre class=\"v-md-prism-\"><code>{\n "TTSType": "minimax", // String TTS类型, \n "Model": "speech-01-turbo",\n "APIUrl": "https://api.minimax.chat/v1/t2a_v2",\n "APIKey": "eyxxxx",\n "GroupId": "181000000000000",\n "VoiceType":"female-tianmei-jingpin",\n "Speed": 1.2\n}\n</code></pre>\n</div></div><ul>\n<li>火山 TTS</li>\n</ul>\n<p>配置音色类型参考<a href=\"https://www.volcengine.com/docs/6561/162929\" target=\"_blank\">火山TTS文档链接</a><br>\n语音合成音色列表–语音技术-火山引擎<br>\n大模型语音合成音色列表–语音技术-火山引擎</p>\n<div><div class=\"v-md-pre-wrapper copy-code-mode v-md-pre-wrapper- extra-class\"><pre class=\"v-md-prism-\"><code>{\n "TTSType": "volcengine", // 必填:String TTS类型\n "AppId" : "xxxxxxxx", // 必填:String 火山引擎分配的Appid\n "Token" : "TY9d4sQXHxxxxxxx", // 必填: String类型 火山引擎的访问token\n "Speed" : 1.0, // 可选参数 语速,默认为1.0\n "Volume": 1.0, // 可选参数, 音量大小, 默认为1.0\n "Cluster" : "volcano_tts", // 可选参数,业务集群, 默认是 volcano_tts\n "VoiceType" : "zh_male_aojiaobazong_moon_bigtts" // 音色类型, 默认为大模型语音合成的音色。 如果使用普通语音合成,则需要填写对应的音色类型。 音色类型填写错误会导致没有声音。\n}\n</code></pre>\n\n</div></div><ul>\n<li>Azure TTS<br>\n配置请参考<a href=\"https://docs.azure.cn/zh-cn/ai-services/speech-service/speech-synthesis-markup-voice\" target=\"_blank\">AzureTTS文档链接</a></li>\n</ul>\n<div><div class=\"v-md-pre-wrapper copy-code-mode v-md-pre-wrapper- extra-class\"><pre class=\"v-md-prism-\"><code>{\n "TTSType": "azure", // 必填:String TTS类型\n "SubscriptionKey": "xxxxxxxx", // 必填:String 订阅的Key\n "Region": "chinanorth3", // 必填:String 订阅的地区\n "VoiceName": "zh-CN-XiaoxiaoNeural", // 必填:String 音色名必填\n "Language": "zh-CN", // 必填:String 合成的语言 \n "Rate": 1 // 选填:float 语速 0.5~2 默认为 1\n}\n</code></pre>\n\n</div></div><ul>\n<li>自定义</li>\n</ul>\n<p>TTS<br>\n具体协议规范请参考<a href=\"https://doc.weixin.qq.com/doc/w3_ANQAiAbdAFwHILbJBmtSqSbV1WZ3L?scode=AJEAIQdfAAo5a1xajYANQAiAbdAFw\" target=\"_blank\">腾讯文档</a></p>\n<div><div class=\"v-md-pre-wrapper copy-code-mode v-md-pre-wrapper- extra-class\"><pre class=\"v-md-prism-\"><code>{\n "TTSType": "custom", // String 必填\n "APIKey": "ApiKey", // String 必填 用来鉴权\n "APIUrl": "http://0.0.0.0:8080/stream-audio" // String,必填,TTS API URL\n "AudioFormat": "wav", // String, 非必填,期望输出的音频格式,如mp3, ogg_opus,pcm,wav,默认为 wav,目前只支持pcm和wav,\n "SampleRate": 16000, // Integer,非必填,音频采样率,默认为16000(16k),推荐值为16000\n "AudioChannel": 1, // Integer,非必填,音频通道数,取值:1 或 2 默认为1 \n}\n</code></pre>\n\n</div></div>",
|
1624
1698
|
"example": "{ \t\"TTSType\": \"azure\", \t\"SubscriptionKey\": \"xxxxxxxx\", \t\"Region\": \"chinanorth3\", \t\"VoiceName\": \"zh-CN-XiaoxiaoNeural\", \t\"Language\": \"zh-CN\", \t\"Rate\": 1 }",
|
1625
1699
|
"member": "string",
|
1626
1700
|
"name": "CustomTTSConfig",
|
@@ -1839,7 +1913,7 @@
|
|
1839
1913
|
"members": [
|
1840
1914
|
{
|
1841
1915
|
"disabled": false,
|
1842
|
-
"document": "应用 ID
|
1916
|
+
"document": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc",
|
1843
1917
|
"example": "1400000000",
|
1844
1918
|
"member": "int64",
|
1845
1919
|
"name": "SdkAppId",
|
@@ -2003,7 +2077,7 @@
|
|
2003
2077
|
"members": [
|
2004
2078
|
{
|
2005
2079
|
"disabled": false,
|
2006
|
-
"document": "
|
2080
|
+
"document": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc",
|
2007
2081
|
"example": "140000000",
|
2008
2082
|
"member": "uint64",
|
2009
2083
|
"name": "SdkAppId",
|
@@ -2104,7 +2178,7 @@
|
|
2104
2178
|
"members": [
|
2105
2179
|
{
|
2106
2180
|
"disabled": false,
|
2107
|
-
"document": "
|
2181
|
+
"document": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc",
|
2108
2182
|
"example": "1400000000",
|
2109
2183
|
"member": "uint64",
|
2110
2184
|
"name": "SdkAppId",
|
@@ -2427,6 +2501,33 @@
|
|
2427
2501
|
"name": "RetryTimes",
|
2428
2502
|
"required": false,
|
2429
2503
|
"type": "int"
|
2504
|
+
},
|
2505
|
+
{
|
2506
|
+
"disabled": false,
|
2507
|
+
"document": "自定义变量",
|
2508
|
+
"example": "[{\"Key\":\"foo\",\"Value\":\"bar\"}]",
|
2509
|
+
"member": "Variable",
|
2510
|
+
"name": "Variables",
|
2511
|
+
"required": false,
|
2512
|
+
"type": "list"
|
2513
|
+
},
|
2514
|
+
{
|
2515
|
+
"disabled": false,
|
2516
|
+
"document": "UUI",
|
2517
|
+
"example": "foobar",
|
2518
|
+
"member": "string",
|
2519
|
+
"name": "UUI",
|
2520
|
+
"required": false,
|
2521
|
+
"type": "string"
|
2522
|
+
},
|
2523
|
+
{
|
2524
|
+
"disabled": false,
|
2525
|
+
"document": "被叫属性",
|
2526
|
+
"example": "[{\"Callee\":\"13012345678\",\"UUI\":\"foobar\",\"Variables\":[{\"Key\":\"foo\":\"Value\":\"bar\"}]}]",
|
2527
|
+
"member": "CalleeAttribute",
|
2528
|
+
"name": "CalleeAttributes",
|
2529
|
+
"required": false,
|
2530
|
+
"type": "list"
|
2430
2531
|
}
|
2431
2532
|
],
|
2432
2533
|
"type": "object"
|
@@ -2566,13 +2667,13 @@
|
|
2566
2667
|
"members": [
|
2567
2668
|
{
|
2568
2669
|
"disabled": false,
|
2569
|
-
"document": "
|
2670
|
+
"document": "错误坐席列表及错误信息",
|
2570
2671
|
"example": "[{ \t\"StaffEmail\": \"foobar@example.com\" }]",
|
2571
2672
|
"member": "ErrStaffItem",
|
2572
2673
|
"name": "ErrorStaffList",
|
2573
2674
|
"output_required": true,
|
2574
2675
|
"type": "list",
|
2575
|
-
"value_allowed_null":
|
2676
|
+
"value_allowed_null": false
|
2576
2677
|
},
|
2577
2678
|
{
|
2578
2679
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
@@ -2652,7 +2753,7 @@
|
|
2652
2753
|
"members": [
|
2653
2754
|
{
|
2654
2755
|
"disabled": false,
|
2655
|
-
"document": "
|
2756
|
+
"document": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc",
|
2656
2757
|
"example": "1400000000",
|
2657
2758
|
"member": "uint64",
|
2658
2759
|
"name": "SdkAppId",
|
@@ -2734,7 +2835,7 @@
|
|
2734
2835
|
{
|
2735
2836
|
"disabled": false,
|
2736
2837
|
"document": "待删除客服邮箱列表,一次最大支持200个。",
|
2737
|
-
"example": "[\"
|
2838
|
+
"example": "[\"staff1@xxx.com\",\"staff2@xxx.com\"]",
|
2738
2839
|
"member": "string",
|
2739
2840
|
"name": "StaffList",
|
2740
2841
|
"required": true,
|
@@ -2748,13 +2849,13 @@
|
|
2748
2849
|
"members": [
|
2749
2850
|
{
|
2750
2851
|
"disabled": false,
|
2751
|
-
"document": "
|
2752
|
-
"example": "[\"
|
2852
|
+
"document": "无法删除的状态为在线的客服列表",
|
2853
|
+
"example": "[\"staff1@xxx.com\",\"staff2@xxx.com\"]",
|
2753
2854
|
"member": "string",
|
2754
2855
|
"name": "OnlineStaffList",
|
2755
2856
|
"output_required": true,
|
2756
2857
|
"type": "list",
|
2757
|
-
"value_allowed_null":
|
2858
|
+
"value_allowed_null": false
|
2758
2859
|
},
|
2759
2860
|
{
|
2760
2861
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
@@ -2770,7 +2871,7 @@
|
|
2770
2871
|
"members": [
|
2771
2872
|
{
|
2772
2873
|
"disabled": false,
|
2773
|
-
"document": "
|
2874
|
+
"document": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc",
|
2774
2875
|
"example": "1400000000",
|
2775
2876
|
"member": "uint64",
|
2776
2877
|
"name": "SdkAppId",
|
@@ -2823,7 +2924,7 @@
|
|
2823
2924
|
{
|
2824
2925
|
"disabled": false,
|
2825
2926
|
"document": "生效列表",
|
2826
|
-
"example": "[]",
|
2927
|
+
"example": "[{\"SdkAppId\":1,\"Caller\":\"008601012345678\",\"Callee\":\"008601012345679\",\"CreateTime\":1729905740}]",
|
2827
2928
|
"member": "ActiveCarrierPrivilegeNumber",
|
2828
2929
|
"name": "ActiveCarrierPrivilegeNumbers",
|
2829
2930
|
"output_required": true,
|
@@ -2833,7 +2934,7 @@
|
|
2833
2934
|
{
|
2834
2935
|
"disabled": false,
|
2835
2936
|
"document": "待审核单号",
|
2836
|
-
"example": "[]",
|
2937
|
+
"example": "[1,2]",
|
2837
2938
|
"member": "uint64",
|
2838
2939
|
"name": "PendingApplicantIds",
|
2839
2940
|
"output_required": true,
|
@@ -2899,7 +3000,7 @@
|
|
2899
3000
|
{
|
2900
3001
|
"disabled": false,
|
2901
3002
|
"document": "任务起始时间戳",
|
2902
|
-
"example": "
|
3003
|
+
"example": "1729905740",
|
2903
3004
|
"member": "int64",
|
2904
3005
|
"name": "NotBefore",
|
2905
3006
|
"output_required": true,
|
@@ -2909,7 +3010,7 @@
|
|
2909
3010
|
{
|
2910
3011
|
"disabled": false,
|
2911
3012
|
"document": "任务结束时间戳\n注意:此字段可能返回 null,表示取不到有效值。",
|
2912
|
-
"example": "
|
3013
|
+
"example": "1729905750",
|
2913
3014
|
"member": "int64",
|
2914
3015
|
"name": "NotAfter",
|
2915
3016
|
"output_required": true,
|
@@ -3154,23 +3255,23 @@
|
|
3154
3255
|
},
|
3155
3256
|
{
|
3156
3257
|
"disabled": false,
|
3157
|
-
"document": "
|
3158
|
-
"example": "[{\"Number\":\"
|
3258
|
+
"document": "线路维度指标",
|
3259
|
+
"example": "[{\"Number\":\"021111111\",\"Metrics\":{\"IvrCount\":0,\"QueueCount\":0,\"RingCount\":0,\"AcceptCount\":0,\"TransferOuterCount\":0,\"MaxQueueDuration\":0,\"AvgQueueDuration\":0,\"MaxRingDuration\":0,\"AvgRingDuration\":0,\"MaxAcceptDuration\":0,\"AvgAcceptDuration\":0},\"SkillGroupMetrics\":[{\"SkillGroupId\":0,\"Metrics\":{\"IvrCount\":0,\"QueueCount\":0,\"RingCount\":0,\"AcceptCount\":0,\"TransferOuterCount\":0,\"MaxQueueDuration\":0,\"AvgQueueDuration\":0,\"MaxRingDuration\":0,\"AvgRingDuration\":0,\"MaxAcceptDuration\":0,\"AvgAcceptDuration\":0},\"Name\":\"abc\"}]}]",
|
3159
3260
|
"member": "CallInNumberMetrics",
|
3160
3261
|
"name": "NumberMetrics",
|
3161
3262
|
"output_required": true,
|
3162
3263
|
"type": "list",
|
3163
|
-
"value_allowed_null":
|
3264
|
+
"value_allowed_null": false
|
3164
3265
|
},
|
3165
3266
|
{
|
3166
3267
|
"disabled": false,
|
3167
|
-
"document": "
|
3168
|
-
"example": "[{\"SkillGroupId\":0,\"Name\":\"
|
3268
|
+
"document": "技能组维度指标",
|
3269
|
+
"example": "[{\"SkillGroupId\":0,\"Name\":\"客服一组\"}]",
|
3169
3270
|
"member": "CallInSkillGroupMetrics",
|
3170
3271
|
"name": "SkillGroupMetrics",
|
3171
3272
|
"output_required": true,
|
3172
3273
|
"type": "list",
|
3173
|
-
"value_allowed_null":
|
3274
|
+
"value_allowed_null": false
|
3174
3275
|
},
|
3175
3276
|
{
|
3176
3277
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
@@ -3186,7 +3287,7 @@
|
|
3186
3287
|
"members": [
|
3187
3288
|
{
|
3188
3289
|
"disabled": false,
|
3189
|
-
"document": "
|
3290
|
+
"document": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc",
|
3190
3291
|
"example": "1400000000",
|
3191
3292
|
"member": "uint64",
|
3192
3293
|
"name": "SdkAppId",
|
@@ -3339,13 +3440,13 @@
|
|
3339
3440
|
},
|
3340
3441
|
{
|
3341
3442
|
"disabled": false,
|
3342
|
-
"document": "
|
3443
|
+
"document": "消息列表",
|
3343
3444
|
"example": "[{\"Timestamp\":1600007226,\"From\":\"John\",\"Messages\":[{\"Type\":\"Text\",\"Content\":\"Hello, how are you?\"},{\"Type\":\"Image\",\"Content\":\"https://example.com/image.jpg\"}]},{\"Timestamp\":1400753150,\"From\":\"Alice\",\"Messages\":[{\"Type\":\"Text\",\"Content\":\"Hi there!\"}]}]",
|
3344
3445
|
"member": "MessageBody",
|
3345
3446
|
"name": "Messages",
|
3346
3447
|
"output_required": true,
|
3347
3448
|
"type": "list",
|
3348
|
-
"value_allowed_null":
|
3449
|
+
"value_allowed_null": false
|
3349
3450
|
},
|
3350
3451
|
{
|
3351
3452
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
@@ -3412,13 +3513,13 @@
|
|
3412
3513
|
"members": [
|
3413
3514
|
{
|
3414
3515
|
"disabled": false,
|
3415
|
-
"document": "
|
3516
|
+
"document": "总数",
|
3416
3517
|
"example": "12",
|
3417
3518
|
"member": "int64",
|
3418
3519
|
"name": "TotalCount",
|
3419
3520
|
"output_required": false,
|
3420
3521
|
"type": "int",
|
3421
|
-
"value_allowed_null":
|
3522
|
+
"value_allowed_null": false
|
3422
3523
|
},
|
3423
3524
|
{
|
3424
3525
|
"disabled": false,
|
@@ -3444,7 +3545,7 @@
|
|
3444
3545
|
"members": [
|
3445
3546
|
{
|
3446
3547
|
"disabled": false,
|
3447
|
-
"document": "
|
3548
|
+
"document": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc",
|
3448
3549
|
"example": "1400000000",
|
3449
3550
|
"member": "uint64",
|
3450
3551
|
"name": "SdkAppId",
|
@@ -3530,7 +3631,7 @@
|
|
3530
3631
|
"members": [
|
3531
3632
|
{
|
3532
3633
|
"disabled": false,
|
3533
|
-
"document": "
|
3634
|
+
"document": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc",
|
3534
3635
|
"example": "1400000000",
|
3535
3636
|
"member": "uint64",
|
3536
3637
|
"name": "SdkAppId",
|
@@ -3692,13 +3793,13 @@
|
|
3692
3793
|
},
|
3693
3794
|
{
|
3694
3795
|
"disabled": false,
|
3695
|
-
"document": "
|
3696
|
-
"example": "[{\"Id\":\"12933\",\"Duration\":100,\"EndStatus\":1,\"Nickname\":\"bar\",\"Type\":2,\"StaffId\":\"foo@tencent.com\",\"Timestamp\":1632814604,\"SessionId\":\"87fa1d7a-4194-4f2a-83dc-d7c293411720\",\"SkillGroupId\":\"1001\",\"SkillGroupName\":\"bar\",\"Satisfaction\":{\"Id\":1,\"Label\":\"满意\"}}]",
|
3796
|
+
"document": "服务记录列表",
|
3797
|
+
"example": "[{\"Id\":\"12933\",\"Duration\":100,\"EndStatus\":1,\"Nickname\":\"bar\",\"Type\":2,\"StaffId\":\"foo@tencent.com\",\"Timestamp\":1632814604,\"SessionId\":\"87fa1d7a-4194-4f2a-83dc-d7c293411720\",\"SkillGroupId\":\"1001\",\"SkillGroupName\":\"bar\",\"Satisfaction\":{\"Id\":1,\"Label\":\"满意\"},\"ClientUserId\":\"8b997a86199ac962210017263\"}]",
|
3697
3798
|
"member": "IMCdrInfo",
|
3698
3799
|
"name": "IMCdrList",
|
3699
3800
|
"output_required": true,
|
3700
3801
|
"type": "list",
|
3701
|
-
"value_allowed_null":
|
3802
|
+
"value_allowed_null": false
|
3702
3803
|
},
|
3703
3804
|
{
|
3704
3805
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
@@ -4193,83 +4294,83 @@
|
|
4193
4294
|
"members": [
|
4194
4295
|
{
|
4195
4296
|
"disabled": false,
|
4196
|
-
"document": "任务 ID
|
4297
|
+
"document": "任务 ID",
|
4197
4298
|
"example": "2569",
|
4198
4299
|
"member": "int64",
|
4199
4300
|
"name": "CampaignId",
|
4200
4301
|
"output_required": false,
|
4201
4302
|
"type": "int",
|
4202
|
-
"value_allowed_null":
|
4303
|
+
"value_allowed_null": false
|
4203
4304
|
},
|
4204
4305
|
{
|
4205
4306
|
"disabled": false,
|
4206
|
-
"document": "
|
4307
|
+
"document": "任务名称",
|
4207
4308
|
"example": "新能源SUV推荐",
|
4208
4309
|
"member": "string",
|
4209
4310
|
"name": "Name",
|
4210
4311
|
"output_required": false,
|
4211
4312
|
"type": "string",
|
4212
|
-
"value_allowed_null":
|
4313
|
+
"value_allowed_null": false
|
4213
4314
|
},
|
4214
4315
|
{
|
4215
4316
|
"disabled": false,
|
4216
|
-
"document": "任务状态 0 待开始 1 进行中 2 已暂停 3 已终止 4
|
4317
|
+
"document": "任务状态 0 待开始 1 进行中 2 已暂停 3 已终止 4 已完成",
|
4217
4318
|
"example": "0",
|
4218
4319
|
"member": "int64",
|
4219
4320
|
"name": "Status",
|
4220
4321
|
"output_required": false,
|
4221
4322
|
"type": "int",
|
4222
|
-
"value_allowed_null":
|
4323
|
+
"value_allowed_null": false
|
4223
4324
|
},
|
4224
4325
|
{
|
4225
4326
|
"disabled": false,
|
4226
|
-
"document": "任务状态原因 0 正常 1 手动结束 2
|
4327
|
+
"document": "任务状态原因 0 正常 1 手动结束 2 超时结束",
|
4227
4328
|
"example": "0",
|
4228
4329
|
"member": "int64",
|
4229
4330
|
"name": "StatusReason",
|
4230
4331
|
"output_required": false,
|
4231
4332
|
"type": "int",
|
4232
|
-
"value_allowed_null":
|
4333
|
+
"value_allowed_null": false
|
4233
4334
|
},
|
4234
4335
|
{
|
4235
4336
|
"disabled": false,
|
4236
|
-
"document": "
|
4337
|
+
"document": "被叫号码个数",
|
4237
4338
|
"example": "1000",
|
4238
4339
|
"member": "int64",
|
4239
4340
|
"name": "CalleeCount",
|
4240
4341
|
"output_required": false,
|
4241
4342
|
"type": "int",
|
4242
|
-
"value_allowed_null":
|
4343
|
+
"value_allowed_null": false
|
4243
4344
|
},
|
4244
4345
|
{
|
4245
4346
|
"disabled": false,
|
4246
|
-
"document": "
|
4347
|
+
"document": "已完成的被叫个数",
|
4247
4348
|
"example": "0",
|
4248
4349
|
"member": "int64",
|
4249
4350
|
"name": "FinishedCalleeCount",
|
4250
4351
|
"output_required": false,
|
4251
4352
|
"type": "int",
|
4252
|
-
"value_allowed_null":
|
4353
|
+
"value_allowed_null": false
|
4253
4354
|
},
|
4254
4355
|
{
|
4255
4356
|
"disabled": false,
|
4256
|
-
"document": "相同应用内多个任务运行优先级,从高到底 1 - 5
|
4357
|
+
"document": "相同应用内多个任务运行优先级,从高到底 1 - 5",
|
4257
4358
|
"example": "3",
|
4258
4359
|
"member": "int64",
|
4259
4360
|
"name": "Priority",
|
4260
4361
|
"output_required": false,
|
4261
4362
|
"type": "int",
|
4262
|
-
"value_allowed_null":
|
4363
|
+
"value_allowed_null": false
|
4263
4364
|
},
|
4264
4365
|
{
|
4265
4366
|
"disabled": false,
|
4266
|
-
"document": "使用的座席技能组 ID
|
4367
|
+
"document": "使用的座席技能组 ID",
|
4267
4368
|
"example": "255",
|
4268
4369
|
"member": "int64",
|
4269
4370
|
"name": "SkillGroupId",
|
4270
4371
|
"output_required": false,
|
4271
4372
|
"type": "int",
|
4272
|
-
"value_allowed_null":
|
4373
|
+
"value_allowed_null": false
|
4273
4374
|
}
|
4274
4375
|
],
|
4275
4376
|
"usage": "out"
|
@@ -4330,23 +4431,23 @@
|
|
4330
4431
|
"members": [
|
4331
4432
|
{
|
4332
4433
|
"disabled": false,
|
4333
|
-
"document": "
|
4434
|
+
"document": "数据总量",
|
4334
4435
|
"example": "66",
|
4335
4436
|
"member": "int64",
|
4336
4437
|
"name": "TotalCount",
|
4337
4438
|
"output_required": false,
|
4338
4439
|
"type": "int",
|
4339
|
-
"value_allowed_null":
|
4440
|
+
"value_allowed_null": false
|
4340
4441
|
},
|
4341
4442
|
{
|
4342
4443
|
"disabled": false,
|
4343
|
-
"document": "
|
4444
|
+
"document": "数据",
|
4344
4445
|
"example": "无",
|
4345
4446
|
"member": "DescribePredictiveDialingCampaignsElement",
|
4346
4447
|
"name": "CampaignList",
|
4347
4448
|
"output_required": false,
|
4348
4449
|
"type": "list",
|
4349
|
-
"value_allowed_null":
|
4450
|
+
"value_allowed_null": false
|
4350
4451
|
},
|
4351
4452
|
{
|
4352
4453
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
@@ -4498,7 +4599,7 @@
|
|
4498
4599
|
{
|
4499
4600
|
"disabled": true,
|
4500
4601
|
"document": "话单记录",
|
4501
|
-
"example": "{\"
|
4602
|
+
"example": "[{\"AcceptTimestamp\":1729756307,\"AsrStatus\":\"Complete\",\"AsrUrl\":\"https://xxxxxx\",\"Callee\":\"\",\"Caller\":\"\",\"CallerLocation\":\"广东深圳固话\",\"CustomRecordURL\":\"https://xxxxxxxx.mp3\",\"Direction\":0,\"Duration\":8,\"EndStatus\":1,\"EndStatusString\":\"ok\",\"EndedTimestamp\":1729756315,\"HungUpSide\":\"seat\",\"IVRDuration\":15,\"IVRKeyPressed\":[\"香蕉\"],\"IVRKeyPressedEx\":[{\"Key\":\"香蕉\",\"Label\":\"香蕉\",\"NodeLabel\":\"语音识别导航\",\"OriginalContent\":\"香蕉。\",\"TTSPrompt\":\"输入您喜欢吃的水果\",\"Timestamp\":1729756303211}],\"PostIVRKeyPressed\":[{\"Key\":\"1\",\"Label\":\"不满意\",\"NodeLabel\":\"\",\"OriginalContent\":\"\",\"TTSPrompt\":\"\",\"Timestamp\":0}],\"ProtectedCallee\":\"ABABABABA\",\"ProtectedCaller\":\"CDCDCDCDC\",\"QueuedSkillGroupId\":2522,\"QueuedSkillGroupName\":\"test-tel\",\"QueuedTimestamp\":1729756306,\"RecordId\":\"e9fdbff5-2e35-4480-83f7-81917e723fa5\",\"RecordURL\":\"https://xxxxxxx.mp3\",\"Remark\":\"skillGroupId--34588\",\"RingTimestamp\":1729756306,\"SeatUser\":{\"Mail\":\"xxxxxxx@tencent.com\",\"Name\":\"xiaoming\",\"Nick\":\"guanjia\",\"Phone\":\"00861580000000\",\"SkillGroupNameList\":[\"1539\",\"2522\",\"3551\"],\"StaffNumber\":\"20012\",\"UserId\":\"xxxxxxx@tencent.com\"},\"ServeParticipants\":[{\"AcceptTimestamp\":1729756306,\"CustomRecordURL\":\"https://xxxxx.mp3\",\"EndStatusString\":\"ok\",\"EndedTimestamp\":1729756312,\"Mail\":\"xxxxxx@tencent.com\",\"Phone\":\"\",\"RecordId\":\"96eaa575-be4c-48f1-99b8-9722f2f816ec\",\"RecordURL\":\"https://xxxxxx.mp3\",\"RingTimestamp\":1729756306,\"Sequence\":0,\"SkillGroupId\":2522,\"SkillGroupName\":\"test-tel\",\"StartTimestamp\":1729756306,\"TransferFrom\":\"\",\"TransferFromType\":\"\",\"TransferTo\":\"\",\"TransferToType\":\"\",\"Type\":\"staffSeat\"}],\"SessionId\":\"0955de87-c86d-4457-aac2-bee3d0a0b67a\",\"SkillGroup\":\"test-tel\",\"SkillGroupId\":2522,\"StartTimestamp\":1729756291,\"Time\":1729756291,\"UUI\":\"\",\"Uui\":\"\",\"VoicemailAsrURL\":[],\"VoicemailRecordURL\":[]}]",
|
4502
4603
|
"member": "TelCdrInfo",
|
4503
4604
|
"name": "TelCdrs",
|
4504
4605
|
"output_required": true,
|
@@ -4508,7 +4609,7 @@
|
|
4508
4609
|
{
|
4509
4610
|
"disabled": false,
|
4510
4611
|
"document": "话单记录",
|
4511
|
-
"example": "{\"
|
4612
|
+
"example": "[{\"AcceptTimestamp\":1729756307,\"AsrStatus\":\"Complete\",\"AsrUrl\":\"https://xxxxxx\",\"Callee\":\"\",\"Caller\":\"\",\"CallerLocation\":\"广东深圳固话\",\"CustomRecordURL\":\"https://xxxxxxxx.mp3\",\"Direction\":0,\"Duration\":8,\"EndStatus\":1,\"EndStatusString\":\"ok\",\"EndedTimestamp\":1729756315,\"HungUpSide\":\"seat\",\"IVRDuration\":15,\"IVRKeyPressed\":[\"香蕉\"],\"IVRKeyPressedEx\":[{\"Key\":\"香蕉\",\"Label\":\"香蕉\",\"NodeLabel\":\"语音识别导航\",\"OriginalContent\":\"香蕉。\",\"TTSPrompt\":\"输入您喜欢吃的水果\",\"Timestamp\":1729756303211}],\"PostIVRKeyPressed\":[{\"Key\":\"1\",\"Label\":\"不满意\",\"NodeLabel\":\"\",\"OriginalContent\":\"\",\"TTSPrompt\":\"\",\"Timestamp\":0}],\"ProtectedCallee\":\"ABABABABA\",\"ProtectedCaller\":\"CDCDCDCDC\",\"QueuedSkillGroupId\":2522,\"QueuedSkillGroupName\":\"test-tel\",\"QueuedTimestamp\":1729756306,\"RecordId\":\"e9fdbff5-2e35-4480-83f7-81917e723fa5\",\"RecordURL\":\"https://xxxxxxx.mp3\",\"Remark\":\"skillGroupId--34588\",\"RingTimestamp\":1729756306,\"SeatUser\":{\"Mail\":\"xxxxxxx@tencent.com\",\"Name\":\"xiaoming\",\"Nick\":\"guanjia\",\"Phone\":\"00861580000000\",\"SkillGroupNameList\":[\"1539\",\"2522\",\"3551\"],\"StaffNumber\":\"20012\",\"UserId\":\"xxxxxxx@tencent.com\"},\"ServeParticipants\":[{\"AcceptTimestamp\":1729756306,\"CustomRecordURL\":\"https://xxxxx.mp3\",\"EndStatusString\":\"ok\",\"EndedTimestamp\":1729756312,\"Mail\":\"xxxxxx@tencent.com\",\"Phone\":\"\",\"RecordId\":\"96eaa575-be4c-48f1-99b8-9722f2f816ec\",\"RecordURL\":\"https://xxxxxx.mp3\",\"RingTimestamp\":1729756306,\"Sequence\":0,\"SkillGroupId\":2522,\"SkillGroupName\":\"test-tel\",\"StartTimestamp\":1729756306,\"TransferFrom\":\"\",\"TransferFromType\":\"\",\"TransferTo\":\"\",\"TransferToType\":\"\",\"Type\":\"staffSeat\"}],\"SessionId\":\"0955de87-c86d-4457-aac2-bee3d0a0b67a\",\"SkillGroup\":\"test-tel\",\"SkillGroupId\":2522,\"StartTimestamp\":1729756291,\"Time\":1729756291,\"UUI\":\"\",\"Uui\":\"\",\"VoicemailAsrURL\":[],\"VoicemailRecordURL\":[]}]",
|
4512
4613
|
"member": "TelCdrInfo",
|
4513
4614
|
"name": "TelCdrList",
|
4514
4615
|
"output_required": true,
|
@@ -4999,7 +5100,7 @@
|
|
4999
5100
|
{
|
5000
5101
|
"disabled": true,
|
5001
5102
|
"document": "话单记录",
|
5002
|
-
"example": "[{\"
|
5103
|
+
"example": "[{\"AcceptTimestamp\":1729756307,\"AsrStatus\":\"Complete\",\"AsrUrl\":\"https://xxxxxx\",\"Callee\":\"00860200000000\",\"Caller\":\"0086075500000\",\"CallerLocation\":\"广东深圳固话\",\"CustomRecordURL\":\"https://xxxxxxxx.mp3\",\"Direction\":0,\"Duration\":8,\"EndStatus\":1,\"EndStatusString\":\"ok\",\"EndedTimestamp\":1729756315,\"HungUpSide\":\"seat\",\"IVRDuration\":15,\"IVRKeyPressed\":[\"香蕉\"],\"IVRKeyPressedEx\":[{\"Key\":\"香蕉\",\"Label\":\"香蕉\",\"NodeLabel\":\"语音识别导航\",\"OriginalContent\":\"香蕉。\",\"TTSPrompt\":\"输入您喜欢吃的水果\",\"Timestamp\":1729756303211}],\"PostIVRKeyPressed\":[{\"Key\":\"1\",\"Label\":\"不满意\",\"NodeLabel\":\"\",\"OriginalContent\":\"\",\"TTSPrompt\":\"\",\"Timestamp\":0}],\"ProtectedCallee\":\"\",\"ProtectedCaller\":\"\",\"QueuedSkillGroupId\":2522,\"QueuedSkillGroupName\":\"test-tel\",\"QueuedTimestamp\":1729756306,\"RecordId\":\"e9fdbff5-2e35-4480-83f7-81917e723fa5\",\"RecordURL\":\"https://xxxxxxx.mp3\",\"Remark\":\"skillGroupId--34588\",\"RingTimestamp\":1729756306,\"SeatUser\":{\"Mail\":\"xxxxxxx@tencent.com\",\"Name\":\"xiaoming\",\"Nick\":\"guanjia\",\"Phone\":\"00861580000000\",\"SkillGroupNameList\":[\"1539\",\"2522\",\"3551\"],\"StaffNumber\":\"20012\",\"UserId\":\"xxxxxxx@tencent.com\"},\"ServeParticipants\":[{\"AcceptTimestamp\":1729756306,\"CustomRecordURL\":\"https://xxxxx.mp3\",\"EndStatusString\":\"ok\",\"EndedTimestamp\":1729756312,\"Mail\":\"xxxxxx@tencent.com\",\"Phone\":\"\",\"RecordId\":\"96eaa575-be4c-48f1-99b8-9722f2f816ec\",\"RecordURL\":\"https://xxxxxx.mp3\",\"RingTimestamp\":1729756306,\"Sequence\":0,\"SkillGroupId\":2522,\"SkillGroupName\":\"test-tel\",\"StartTimestamp\":1729756306,\"TransferFrom\":\"\",\"TransferFromType\":\"\",\"TransferTo\":\"\",\"TransferToType\":\"\",\"Type\":\"staffSeat\"}],\"SessionId\":\"0955de87-c86d-4457-aac2-bee3d0a0b67a\",\"SkillGroup\":\"test-tel\",\"SkillGroupId\":2522,\"StartTimestamp\":1729756291,\"Time\":1729756291,\"UUI\":\"\",\"Uui\":\"\",\"VoicemailAsrURL\":[],\"VoicemailRecordURL\":[]}]",
|
5003
5104
|
"member": "TelCdrInfo",
|
5004
5105
|
"name": "TelCdrs",
|
5005
5106
|
"output_required": true,
|
@@ -5009,7 +5110,7 @@
|
|
5009
5110
|
{
|
5010
5111
|
"disabled": false,
|
5011
5112
|
"document": "话单记录",
|
5012
|
-
"example": "[{\"
|
5113
|
+
"example": "[{\"AcceptTimestamp\":1729756307,\"AsrStatus\":\"Complete\",\"AsrUrl\":\"https://xxxxxx\",\"Callee\":\"00860200000000\",\"Caller\":\"0086075500000\",\"CallerLocation\":\"广东深圳固话\",\"CustomRecordURL\":\"https://xxxxxxxx.mp3\",\"Direction\":0,\"Duration\":8,\"EndStatus\":1,\"EndStatusString\":\"ok\",\"EndedTimestamp\":1729756315,\"HungUpSide\":\"seat\",\"IVRDuration\":15,\"IVRKeyPressed\":[\"香蕉\"],\"IVRKeyPressedEx\":[{\"Key\":\"香蕉\",\"Label\":\"香蕉\",\"NodeLabel\":\"语音识别导航\",\"OriginalContent\":\"香蕉。\",\"TTSPrompt\":\"输入您喜欢吃的水果\",\"Timestamp\":1729756303211}],\"PostIVRKeyPressed\":[{\"Key\":\"1\",\"Label\":\"不满意\",\"NodeLabel\":\"\",\"OriginalContent\":\"\",\"TTSPrompt\":\"\",\"Timestamp\":0}],\"ProtectedCallee\":\"\",\"ProtectedCaller\":\"\",\"QueuedSkillGroupId\":2522,\"QueuedSkillGroupName\":\"test-tel\",\"QueuedTimestamp\":1729756306,\"RecordId\":\"e9fdbff5-2e35-4480-83f7-81917e723fa5\",\"RecordURL\":\"https://xxxxxxx.mp3\",\"Remark\":\"skillGroupId--34588\",\"RingTimestamp\":1729756306,\"SeatUser\":{\"Mail\":\"xxxxxxx@tencent.com\",\"Name\":\"xiaoming\",\"Nick\":\"guanjia\",\"Phone\":\"00861580000000\",\"SkillGroupNameList\":[\"1539\",\"2522\",\"3551\"],\"StaffNumber\":\"20012\",\"UserId\":\"xxxxxxx@tencent.com\"},\"ServeParticipants\":[{\"AcceptTimestamp\":1729756306,\"CustomRecordURL\":\"https://xxxxx.mp3\",\"EndStatusString\":\"ok\",\"EndedTimestamp\":1729756312,\"Mail\":\"xxxxxx@tencent.com\",\"Phone\":\"\",\"RecordId\":\"96eaa575-be4c-48f1-99b8-9722f2f816ec\",\"RecordURL\":\"https://xxxxxx.mp3\",\"RingTimestamp\":1729756306,\"Sequence\":0,\"SkillGroupId\":2522,\"SkillGroupName\":\"test-tel\",\"StartTimestamp\":1729756306,\"TransferFrom\":\"\",\"TransferFromType\":\"\",\"TransferTo\":\"\",\"TransferToType\":\"\",\"Type\":\"staffSeat\"}],\"SessionId\":\"0955de87-c86d-4457-aac2-bee3d0a0b67a\",\"SkillGroup\":\"test-tel\",\"SkillGroupId\":2522,\"StartTimestamp\":1729756291,\"Time\":1729756291,\"UUI\":\"\",\"Uui\":\"\",\"VoicemailAsrURL\":[],\"VoicemailRecordURL\":[]}]",
|
5013
5114
|
"member": "TelCdrInfo",
|
5014
5115
|
"name": "TelCdrList",
|
5015
5116
|
"output_required": true,
|
@@ -5025,6 +5126,52 @@
|
|
5025
5126
|
],
|
5026
5127
|
"type": "object"
|
5027
5128
|
},
|
5129
|
+
"DescribeTelRecordAsrRequest": {
|
5130
|
+
"document": "DescribeTelRecordAsr请求参数结构体",
|
5131
|
+
"members": [
|
5132
|
+
{
|
5133
|
+
"disabled": false,
|
5134
|
+
"document": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc",
|
5135
|
+
"example": "1400000000",
|
5136
|
+
"member": "int64",
|
5137
|
+
"name": "SdkAppId",
|
5138
|
+
"required": true,
|
5139
|
+
"type": "int"
|
5140
|
+
},
|
5141
|
+
{
|
5142
|
+
"disabled": false,
|
5143
|
+
"document": "会话 ID",
|
5144
|
+
"example": "6bb56a09-2787-40bc-80c5-dc6dab783eff",
|
5145
|
+
"member": "string",
|
5146
|
+
"name": "SessionId",
|
5147
|
+
"required": true,
|
5148
|
+
"type": "string"
|
5149
|
+
}
|
5150
|
+
],
|
5151
|
+
"type": "object"
|
5152
|
+
},
|
5153
|
+
"DescribeTelRecordAsrResponse": {
|
5154
|
+
"document": "DescribeTelRecordAsr返回参数结构体",
|
5155
|
+
"members": [
|
5156
|
+
{
|
5157
|
+
"disabled": false,
|
5158
|
+
"document": "录音转文本信息",
|
5159
|
+
"example": "无",
|
5160
|
+
"member": "AsrData",
|
5161
|
+
"name": "AsrDataList",
|
5162
|
+
"output_required": true,
|
5163
|
+
"type": "list",
|
5164
|
+
"value_allowed_null": false
|
5165
|
+
},
|
5166
|
+
{
|
5167
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
5168
|
+
"member": "string",
|
5169
|
+
"name": "RequestId",
|
5170
|
+
"type": "string"
|
5171
|
+
}
|
5172
|
+
],
|
5173
|
+
"type": "object"
|
5174
|
+
},
|
5028
5175
|
"DescribeTelSessionRequest": {
|
5029
5176
|
"document": "DescribeTelSession请求参数结构体",
|
5030
5177
|
"members": [
|
@@ -5299,7 +5446,7 @@
|
|
5299
5446
|
"members": [
|
5300
5447
|
{
|
5301
5448
|
"disabled": false,
|
5302
|
-
"document": "
|
5449
|
+
"document": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc",
|
5303
5450
|
"example": "1400000000",
|
5304
5451
|
"member": "uint64",
|
5305
5452
|
"name": "SdkAppId",
|
@@ -5405,33 +5552,33 @@
|
|
5405
5552
|
},
|
5406
5553
|
{
|
5407
5554
|
"disabled": false,
|
5408
|
-
"document": "会话ID
|
5555
|
+
"document": "会话ID",
|
5409
5556
|
"example": "87fa1d7a-4194-4f2a-83dc-d7c293411720",
|
5410
5557
|
"member": "string",
|
5411
5558
|
"name": "SessionId",
|
5412
5559
|
"output_required": true,
|
5413
5560
|
"type": "string",
|
5414
|
-
"value_allowed_null":
|
5561
|
+
"value_allowed_null": false
|
5415
5562
|
},
|
5416
5563
|
{
|
5417
5564
|
"disabled": false,
|
5418
|
-
"document": "技能组ID
|
5565
|
+
"document": "技能组ID",
|
5419
5566
|
"example": "1154",
|
5420
5567
|
"member": "string",
|
5421
5568
|
"name": "SkillGroupId",
|
5422
5569
|
"output_required": true,
|
5423
5570
|
"type": "string",
|
5424
|
-
"value_allowed_null":
|
5571
|
+
"value_allowed_null": false
|
5425
5572
|
},
|
5426
5573
|
{
|
5427
5574
|
"disabled": false,
|
5428
|
-
"document": "
|
5575
|
+
"document": "技能组名称",
|
5429
5576
|
"example": "foo",
|
5430
5577
|
"member": "string",
|
5431
5578
|
"name": "SkillGroupName",
|
5432
5579
|
"output_required": true,
|
5433
5580
|
"type": "string",
|
5434
|
-
"value_allowed_null":
|
5581
|
+
"value_allowed_null": false
|
5435
5582
|
},
|
5436
5583
|
{
|
5437
5584
|
"disabled": false,
|
@@ -5461,23 +5608,23 @@
|
|
5461
5608
|
"members": [
|
5462
5609
|
{
|
5463
5610
|
"disabled": false,
|
5464
|
-
"document": "
|
5611
|
+
"document": "满意度值",
|
5465
5612
|
"example": "2",
|
5466
5613
|
"member": "int64",
|
5467
5614
|
"name": "Id",
|
5468
|
-
"
|
5615
|
+
"output_required": true,
|
5469
5616
|
"type": "int",
|
5470
|
-
"value_allowed_null":
|
5617
|
+
"value_allowed_null": false
|
5471
5618
|
},
|
5472
5619
|
{
|
5473
5620
|
"disabled": false,
|
5474
|
-
"document": "
|
5621
|
+
"document": "满意度标签",
|
5475
5622
|
"example": "非常满意",
|
5476
5623
|
"member": "string",
|
5477
5624
|
"name": "Label",
|
5478
|
-
"
|
5625
|
+
"output_required": true,
|
5479
5626
|
"type": "string",
|
5480
|
-
"value_allowed_null":
|
5627
|
+
"value_allowed_null": false
|
5481
5628
|
}
|
5482
5629
|
],
|
5483
5630
|
"usage": "out"
|
@@ -5487,23 +5634,63 @@
|
|
5487
5634
|
"members": [
|
5488
5635
|
{
|
5489
5636
|
"disabled": false,
|
5490
|
-
"document": "
|
5637
|
+
"document": "命中的关键字或者按键",
|
5491
5638
|
"example": "1",
|
5492
5639
|
"member": "string",
|
5493
5640
|
"name": "Key",
|
5494
|
-
"
|
5641
|
+
"output_required": true,
|
5495
5642
|
"type": "string",
|
5496
|
-
"value_allowed_null":
|
5643
|
+
"value_allowed_null": false
|
5497
5644
|
},
|
5498
5645
|
{
|
5499
5646
|
"disabled": false,
|
5500
|
-
"document": "
|
5647
|
+
"document": "按键关联的标签",
|
5501
5648
|
"example": "非常满意",
|
5502
5649
|
"member": "string",
|
5503
5650
|
"name": "Label",
|
5504
|
-
"
|
5651
|
+
"output_required": true,
|
5505
5652
|
"type": "string",
|
5506
|
-
"value_allowed_null":
|
5653
|
+
"value_allowed_null": false
|
5654
|
+
},
|
5655
|
+
{
|
5656
|
+
"disabled": false,
|
5657
|
+
"document": "Unix 毫秒时间戳",
|
5658
|
+
"example": "1729697241440",
|
5659
|
+
"member": "int64",
|
5660
|
+
"name": "Timestamp",
|
5661
|
+
"output_required": false,
|
5662
|
+
"type": "int",
|
5663
|
+
"value_allowed_null": false
|
5664
|
+
},
|
5665
|
+
{
|
5666
|
+
"disabled": false,
|
5667
|
+
"document": "节点标签",
|
5668
|
+
"example": "分支节点",
|
5669
|
+
"member": "string",
|
5670
|
+
"name": "NodeLabel",
|
5671
|
+
"output_required": false,
|
5672
|
+
"type": "string",
|
5673
|
+
"value_allowed_null": false
|
5674
|
+
},
|
5675
|
+
{
|
5676
|
+
"disabled": false,
|
5677
|
+
"document": "用户原始输入",
|
5678
|
+
"example": "1",
|
5679
|
+
"member": "string",
|
5680
|
+
"name": "OriginalContent",
|
5681
|
+
"output_required": false,
|
5682
|
+
"type": "string",
|
5683
|
+
"value_allowed_null": false
|
5684
|
+
},
|
5685
|
+
{
|
5686
|
+
"disabled": false,
|
5687
|
+
"document": "TTS 提示音内容",
|
5688
|
+
"example": "无",
|
5689
|
+
"member": "string",
|
5690
|
+
"name": "TTSPrompt",
|
5691
|
+
"output_required": false,
|
5692
|
+
"type": "string",
|
5693
|
+
"value_allowed_null": false
|
5507
5694
|
}
|
5508
5695
|
],
|
5509
5696
|
"usage": "out"
|
@@ -5611,7 +5798,7 @@
|
|
5611
5798
|
"members": [
|
5612
5799
|
{
|
5613
5800
|
"disabled": false,
|
5614
|
-
"document": "
|
5801
|
+
"document": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc",
|
5615
5802
|
"example": "1400000000",
|
5616
5803
|
"member": "uint64",
|
5617
5804
|
"name": "SdkAppId",
|
@@ -5773,7 +5960,7 @@
|
|
5773
5960
|
"members": [
|
5774
5961
|
{
|
5775
5962
|
"disabled": false,
|
5776
|
-
"document": "应用ID",
|
5963
|
+
"document": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc",
|
5777
5964
|
"example": "1400000",
|
5778
5965
|
"member": "uint64",
|
5779
5966
|
"name": "SdkAppId",
|
@@ -5792,7 +5979,7 @@
|
|
5792
5979
|
{
|
5793
5980
|
"disabled": false,
|
5794
5981
|
"document": "座席名称",
|
5795
|
-
"example": "
|
5982
|
+
"example": "小王",
|
5796
5983
|
"member": "string",
|
5797
5984
|
"name": "Name",
|
5798
5985
|
"required": false,
|
@@ -5810,7 +5997,7 @@
|
|
5810
5997
|
{
|
5811
5998
|
"disabled": false,
|
5812
5999
|
"document": "座席昵称",
|
5813
|
-
"example": "
|
6000
|
+
"example": "小管家",
|
5814
6001
|
"member": "string",
|
5815
6002
|
"name": "Nick",
|
5816
6003
|
"required": false,
|
@@ -6419,7 +6606,7 @@
|
|
6419
6606
|
"members": [
|
6420
6607
|
{
|
6421
6608
|
"disabled": false,
|
6422
|
-
"document": "
|
6609
|
+
"document": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc",
|
6423
6610
|
"example": "1400000000",
|
6424
6611
|
"member": "uint64",
|
6425
6612
|
"name": "SdkAppId",
|
@@ -6551,13 +6738,13 @@
|
|
6551
6738
|
},
|
6552
6739
|
{
|
6553
6740
|
"disabled": false,
|
6554
|
-
"document": "
|
6741
|
+
"document": "办公电话购买数(还在有效期内)",
|
6555
6742
|
"example": "10",
|
6556
6743
|
"member": "int64",
|
6557
6744
|
"name": "SipBuyNum",
|
6558
6745
|
"output_required": true,
|
6559
6746
|
"type": "int",
|
6560
|
-
"value_allowed_null":
|
6747
|
+
"value_allowed_null": false
|
6561
6748
|
}
|
6562
6749
|
],
|
6563
6750
|
"usage": "out"
|
@@ -6589,14 +6776,14 @@
|
|
6589
6776
|
},
|
6590
6777
|
{
|
6591
6778
|
"disabled": false,
|
6592
|
-
"document": "
|
6779
|
+
"document": "工号",
|
6593
6780
|
"example": "007",
|
6594
6781
|
"member": "string",
|
6595
6782
|
"name": "StaffNumber",
|
6596
6783
|
"output_required": true,
|
6597
6784
|
"required": true,
|
6598
6785
|
"type": "string",
|
6599
|
-
"value_allowed_null":
|
6786
|
+
"value_allowed_null": false
|
6600
6787
|
},
|
6601
6788
|
{
|
6602
6789
|
"disabled": false,
|
@@ -6633,25 +6820,25 @@
|
|
6633
6820
|
},
|
6634
6821
|
{
|
6635
6822
|
"disabled": false,
|
6636
|
-
"document": "
|
6823
|
+
"document": "座席关联的技能组列表",
|
6637
6824
|
"example": "\"\"",
|
6638
6825
|
"member": "string",
|
6639
6826
|
"name": "SkillGroupNameList",
|
6640
6827
|
"output_required": true,
|
6641
6828
|
"required": false,
|
6642
6829
|
"type": "list",
|
6643
|
-
"value_allowed_null":
|
6830
|
+
"value_allowed_null": false
|
6644
6831
|
},
|
6645
6832
|
{
|
6646
6833
|
"disabled": false,
|
6647
|
-
"document": "1:管理员\n2:质检员\n3:普通座席\nelse:自定义角色ID
|
6834
|
+
"document": "1:管理员\n2:质检员\n3:普通座席\nelse:自定义角色ID",
|
6648
6835
|
"example": "1",
|
6649
6836
|
"member": "int64",
|
6650
6837
|
"name": "Role",
|
6651
6838
|
"output_required": false,
|
6652
6839
|
"required": false,
|
6653
6840
|
"type": "int",
|
6654
|
-
"value_allowed_null":
|
6841
|
+
"value_allowed_null": false
|
6655
6842
|
}
|
6656
6843
|
],
|
6657
6844
|
"usage": "both"
|
@@ -6661,183 +6848,183 @@
|
|
6661
6848
|
"members": [
|
6662
6849
|
{
|
6663
6850
|
"disabled": false,
|
6664
|
-
"document": "
|
6851
|
+
"document": "座席邮箱",
|
6665
6852
|
"example": "foo@tencent.com",
|
6666
6853
|
"member": "string",
|
6667
6854
|
"name": "Mail",
|
6668
6855
|
"output_required": true,
|
6669
6856
|
"type": "string",
|
6670
|
-
"value_allowed_null":
|
6857
|
+
"value_allowed_null": false
|
6671
6858
|
},
|
6672
6859
|
{
|
6673
6860
|
"disabled": false,
|
6674
|
-
"document": "
|
6861
|
+
"document": "座席电话",
|
6675
6862
|
"example": "008613012345678",
|
6676
6863
|
"member": "string",
|
6677
6864
|
"name": "Phone",
|
6678
6865
|
"output_required": true,
|
6679
6866
|
"type": "string",
|
6680
|
-
"value_allowed_null":
|
6867
|
+
"value_allowed_null": false
|
6681
6868
|
},
|
6682
6869
|
{
|
6683
6870
|
"disabled": false,
|
6684
|
-
"document": "振铃时间戳,Unix
|
6871
|
+
"document": "振铃时间戳,Unix 秒级时间戳",
|
6685
6872
|
"example": "1611631881",
|
6686
6873
|
"member": "int64",
|
6687
6874
|
"name": "RingTimestamp",
|
6688
6875
|
"output_required": true,
|
6689
6876
|
"type": "int",
|
6690
|
-
"value_allowed_null":
|
6877
|
+
"value_allowed_null": false
|
6691
6878
|
},
|
6692
6879
|
{
|
6693
6880
|
"disabled": false,
|
6694
|
-
"document": "接听时间戳,Unix
|
6881
|
+
"document": "接听时间戳,Unix 秒级时间戳",
|
6695
6882
|
"example": "1611631881",
|
6696
6883
|
"member": "int64",
|
6697
6884
|
"name": "AcceptTimestamp",
|
6698
6885
|
"output_required": true,
|
6699
6886
|
"type": "int",
|
6700
|
-
"value_allowed_null":
|
6887
|
+
"value_allowed_null": false
|
6701
6888
|
},
|
6702
6889
|
{
|
6703
6890
|
"disabled": false,
|
6704
|
-
"document": "结束时间戳,Unix
|
6891
|
+
"document": "结束时间戳,Unix 秒级时间戳",
|
6705
6892
|
"example": "1611631891",
|
6706
6893
|
"member": "int64",
|
6707
6894
|
"name": "EndedTimestamp",
|
6708
6895
|
"output_required": true,
|
6709
6896
|
"type": "int",
|
6710
|
-
"value_allowed_null":
|
6897
|
+
"value_allowed_null": false
|
6711
6898
|
},
|
6712
6899
|
{
|
6713
6900
|
"disabled": false,
|
6714
|
-
"document": "录音 ID
|
6901
|
+
"document": "录音 ID,能够索引到座席侧的录音",
|
6715
6902
|
"example": "1611631881",
|
6716
6903
|
"member": "string",
|
6717
6904
|
"name": "RecordId",
|
6718
6905
|
"output_required": true,
|
6719
6906
|
"type": "string",
|
6720
|
-
"value_allowed_null":
|
6907
|
+
"value_allowed_null": false
|
6721
6908
|
},
|
6722
6909
|
{
|
6723
6910
|
"disabled": false,
|
6724
|
-
"document": "参与者类型,\"staffSeat\", \"outboundSeat\", \"staffPhoneSeat\"
|
6911
|
+
"document": "参与者类型,\"staffSeat\", \"outboundSeat\", \"staffPhoneSeat\"",
|
6725
6912
|
"example": "staffSeat",
|
6726
6913
|
"member": "string",
|
6727
6914
|
"name": "Type",
|
6728
6915
|
"output_required": true,
|
6729
6916
|
"type": "string",
|
6730
|
-
"value_allowed_null":
|
6917
|
+
"value_allowed_null": false
|
6731
6918
|
},
|
6732
6919
|
{
|
6733
6920
|
"disabled": false,
|
6734
|
-
"document": "
|
6921
|
+
"document": "转接来源座席信息",
|
6735
6922
|
"example": "bar@tencent.com",
|
6736
6923
|
"member": "string",
|
6737
6924
|
"name": "TransferFrom",
|
6738
6925
|
"output_required": true,
|
6739
6926
|
"type": "string",
|
6740
|
-
"value_allowed_null":
|
6927
|
+
"value_allowed_null": false
|
6741
6928
|
},
|
6742
6929
|
{
|
6743
6930
|
"disabled": false,
|
6744
|
-
"document": "转接来源参与者类型,取值与 Type
|
6931
|
+
"document": "转接来源参与者类型,取值与 Type 一致",
|
6745
6932
|
"example": "staffSeat",
|
6746
6933
|
"member": "string",
|
6747
6934
|
"name": "TransferFromType",
|
6748
6935
|
"output_required": true,
|
6749
6936
|
"type": "string",
|
6750
|
-
"value_allowed_null":
|
6937
|
+
"value_allowed_null": false
|
6751
6938
|
},
|
6752
6939
|
{
|
6753
6940
|
"disabled": false,
|
6754
|
-
"document": "
|
6941
|
+
"document": "转接去向座席信息",
|
6755
6942
|
"example": "san@tencent.com",
|
6756
6943
|
"member": "string",
|
6757
6944
|
"name": "TransferTo",
|
6758
6945
|
"output_required": true,
|
6759
6946
|
"type": "string",
|
6760
|
-
"value_allowed_null":
|
6947
|
+
"value_allowed_null": false
|
6761
6948
|
},
|
6762
6949
|
{
|
6763
6950
|
"disabled": false,
|
6764
|
-
"document": "转接去向参与者类型,取值与 Type
|
6951
|
+
"document": "转接去向参与者类型,取值与 Type 一致",
|
6765
6952
|
"example": "staffSeat",
|
6766
6953
|
"member": "string",
|
6767
6954
|
"name": "TransferToType",
|
6768
6955
|
"output_required": true,
|
6769
6956
|
"type": "string",
|
6770
|
-
"value_allowed_null":
|
6957
|
+
"value_allowed_null": false
|
6771
6958
|
},
|
6772
6959
|
{
|
6773
6960
|
"disabled": false,
|
6774
|
-
"document": "技能组 ID
|
6961
|
+
"document": "技能组 ID",
|
6775
6962
|
"example": "1101",
|
6776
6963
|
"member": "int64",
|
6777
6964
|
"name": "SkillGroupId",
|
6778
6965
|
"output_required": true,
|
6779
6966
|
"type": "int",
|
6780
|
-
"value_allowed_null":
|
6967
|
+
"value_allowed_null": false
|
6781
6968
|
},
|
6782
6969
|
{
|
6783
6970
|
"disabled": false,
|
6784
|
-
"document": "
|
6971
|
+
"document": "结束状态",
|
6785
6972
|
"example": "ok unconnected seatGiveUp seatForward outboundForward ivrGiveUp ",
|
6786
6973
|
"member": "string",
|
6787
6974
|
"name": "EndStatusString",
|
6788
6975
|
"output_required": true,
|
6789
6976
|
"type": "string",
|
6790
|
-
"value_allowed_null":
|
6977
|
+
"value_allowed_null": false
|
6791
6978
|
},
|
6792
6979
|
{
|
6793
6980
|
"disabled": false,
|
6794
|
-
"document": "录音 URL
|
6981
|
+
"document": "录音 URL",
|
6795
6982
|
"example": "https://xxxxxxx",
|
6796
6983
|
"member": "string",
|
6797
6984
|
"name": "RecordURL",
|
6798
6985
|
"output_required": true,
|
6799
6986
|
"type": "string",
|
6800
|
-
"value_allowed_null":
|
6987
|
+
"value_allowed_null": false
|
6801
6988
|
},
|
6802
6989
|
{
|
6803
6990
|
"disabled": false,
|
6804
|
-
"document": "参与者序号,从 0
|
6991
|
+
"document": "参与者序号,从 0 开始",
|
6805
6992
|
"example": "0",
|
6806
6993
|
"member": "int64",
|
6807
6994
|
"name": "Sequence",
|
6808
6995
|
"output_required": true,
|
6809
6996
|
"type": "int",
|
6810
|
-
"value_allowed_null":
|
6997
|
+
"value_allowed_null": false
|
6811
6998
|
},
|
6812
6999
|
{
|
6813
7000
|
"disabled": false,
|
6814
|
-
"document": "开始时间戳,Unix
|
7001
|
+
"document": "开始时间戳,Unix 秒级时间戳",
|
6815
7002
|
"example": "1611631881",
|
6816
7003
|
"member": "int64",
|
6817
7004
|
"name": "StartTimestamp",
|
6818
7005
|
"output_required": true,
|
6819
7006
|
"type": "int",
|
6820
|
-
"value_allowed_null":
|
7007
|
+
"value_allowed_null": false
|
6821
7008
|
},
|
6822
7009
|
{
|
6823
7010
|
"disabled": false,
|
6824
|
-
"document": "
|
7011
|
+
"document": "技能组名称",
|
6825
7012
|
"example": "tel",
|
6826
7013
|
"member": "string",
|
6827
7014
|
"name": "SkillGroupName",
|
6828
7015
|
"output_required": true,
|
6829
7016
|
"type": "string",
|
6830
|
-
"value_allowed_null":
|
7017
|
+
"value_allowed_null": false
|
6831
7018
|
},
|
6832
7019
|
{
|
6833
7020
|
"disabled": false,
|
6834
|
-
"document": "录音转存第三方COS
|
7021
|
+
"document": "录音转存第三方COS地址",
|
6835
7022
|
"example": "https://xxxxxxx",
|
6836
7023
|
"member": "string",
|
6837
7024
|
"name": "CustomRecordURL",
|
6838
7025
|
"output_required": true,
|
6839
7026
|
"type": "string",
|
6840
|
-
"value_allowed_null":
|
7027
|
+
"value_allowed_null": false
|
6841
7028
|
}
|
6842
7029
|
],
|
6843
7030
|
"usage": "out"
|
@@ -6877,63 +7064,63 @@
|
|
6877
7064
|
},
|
6878
7065
|
{
|
6879
7066
|
"disabled": false,
|
6880
|
-
"document": "
|
7067
|
+
"document": "会话分配策略",
|
6881
7068
|
"example": "fifo",
|
6882
7069
|
"member": "string",
|
6883
7070
|
"name": "RoutePolicy",
|
6884
7071
|
"output_required": true,
|
6885
7072
|
"type": "string",
|
6886
|
-
"value_allowed_null":
|
7073
|
+
"value_allowed_null": false
|
6887
7074
|
},
|
6888
7075
|
{
|
6889
7076
|
"disabled": false,
|
6890
|
-
"document": "
|
7077
|
+
"document": "会话分配是否优先上次服务座席",
|
6891
7078
|
"example": "0",
|
6892
7079
|
"member": "int64",
|
6893
7080
|
"name": "UsingLastSeat",
|
6894
7081
|
"output_required": true,
|
6895
7082
|
"type": "int",
|
6896
|
-
"value_allowed_null":
|
7083
|
+
"value_allowed_null": false
|
6897
7084
|
},
|
6898
7085
|
{
|
6899
7086
|
"disabled": false,
|
6900
|
-
"document": "单客服最大并发数(电话类型默认1
|
7087
|
+
"document": "单客服最大并发数(电话类型默认1)",
|
6901
7088
|
"example": "1",
|
6902
7089
|
"member": "int64",
|
6903
7090
|
"name": "MaxConcurrency",
|
6904
7091
|
"output_required": true,
|
6905
7092
|
"type": "int",
|
6906
|
-
"value_allowed_null":
|
7093
|
+
"value_allowed_null": false
|
6907
7094
|
},
|
6908
7095
|
{
|
6909
7096
|
"disabled": false,
|
6910
|
-
"document": "
|
7097
|
+
"document": "最后修改时间",
|
6911
7098
|
"example": "1611631881",
|
6912
7099
|
"member": "int64",
|
6913
7100
|
"name": "LastModifyTimestamp",
|
6914
7101
|
"output_required": true,
|
6915
7102
|
"type": "int",
|
6916
|
-
"value_allowed_null":
|
7103
|
+
"value_allowed_null": false
|
6917
7104
|
},
|
6918
7105
|
{
|
6919
7106
|
"disabled": false,
|
6920
|
-
"document": "技能组类型0-电话,1-在线,3-音频,4-视频\t
|
7107
|
+
"document": "技能组类型0-电话,1-在线,3-音频,4-视频\t",
|
6921
7108
|
"example": "1",
|
6922
7109
|
"member": "int64",
|
6923
7110
|
"name": "SkillGroupType",
|
6924
7111
|
"output_required": true,
|
6925
7112
|
"type": "int",
|
6926
|
-
"value_allowed_null":
|
7113
|
+
"value_allowed_null": false
|
6927
7114
|
},
|
6928
7115
|
{
|
6929
7116
|
"disabled": false,
|
6930
|
-
"document": "
|
7117
|
+
"document": "技能组内线号码",
|
6931
7118
|
"example": "6666",
|
6932
7119
|
"member": "string",
|
6933
7120
|
"name": "Alias",
|
6934
7121
|
"output_required": true,
|
6935
7122
|
"type": "string",
|
6936
|
-
"value_allowed_null":
|
7123
|
+
"value_allowed_null": false
|
6937
7124
|
}
|
6938
7125
|
],
|
6939
7126
|
"usage": "out"
|
@@ -7019,13 +7206,13 @@
|
|
7019
7206
|
},
|
7020
7207
|
{
|
7021
7208
|
"disabled": false,
|
7022
|
-
"document": "
|
7209
|
+
"document": "购买办公电话数量",
|
7023
7210
|
"example": "12",
|
7024
7211
|
"member": "int64",
|
7025
7212
|
"name": "SipNum",
|
7026
7213
|
"output_required": true,
|
7027
7214
|
"type": "int",
|
7028
|
-
"value_allowed_null":
|
7215
|
+
"value_allowed_null": false
|
7029
7216
|
}
|
7030
7217
|
],
|
7031
7218
|
"usage": "out"
|
@@ -7035,13 +7222,13 @@
|
|
7035
7222
|
"members": [
|
7036
7223
|
{
|
7037
7224
|
"disabled": false,
|
7038
|
-
"document": "
|
7225
|
+
"document": "座席名称",
|
7039
7226
|
"example": "xiaowang",
|
7040
7227
|
"member": "string",
|
7041
7228
|
"name": "Name",
|
7042
7229
|
"output_required": true,
|
7043
7230
|
"type": "string",
|
7044
|
-
"value_allowed_null":
|
7231
|
+
"value_allowed_null": false
|
7045
7232
|
},
|
7046
7233
|
{
|
7047
7234
|
"disabled": false,
|
@@ -7055,33 +7242,33 @@
|
|
7055
7242
|
},
|
7056
7243
|
{
|
7057
7244
|
"disabled": false,
|
7058
|
-
"document": "
|
7245
|
+
"document": "座席电话号码",
|
7059
7246
|
"example": "18092226822",
|
7060
7247
|
"member": "string",
|
7061
7248
|
"name": "Phone",
|
7062
7249
|
"output_required": true,
|
7063
7250
|
"type": "string",
|
7064
|
-
"value_allowed_null":
|
7251
|
+
"value_allowed_null": false
|
7065
7252
|
},
|
7066
7253
|
{
|
7067
7254
|
"disabled": false,
|
7068
|
-
"document": "
|
7255
|
+
"document": "座席昵称",
|
7069
7256
|
"example": "xiaohong",
|
7070
7257
|
"member": "string",
|
7071
7258
|
"name": "Nick",
|
7072
7259
|
"output_required": true,
|
7073
7260
|
"type": "string",
|
7074
|
-
"value_allowed_null":
|
7261
|
+
"value_allowed_null": false
|
7075
7262
|
},
|
7076
7263
|
{
|
7077
7264
|
"disabled": false,
|
7078
|
-
"document": "
|
7265
|
+
"document": "座席工号",
|
7079
7266
|
"example": "101",
|
7080
7267
|
"member": "string",
|
7081
7268
|
"name": "StaffNumber",
|
7082
7269
|
"output_required": true,
|
7083
7270
|
"type": "string",
|
7084
|
-
"value_allowed_null":
|
7271
|
+
"value_allowed_null": false
|
7085
7272
|
},
|
7086
7273
|
{
|
7087
7274
|
"disabled": false,
|
@@ -7095,23 +7282,23 @@
|
|
7095
7282
|
},
|
7096
7283
|
{
|
7097
7284
|
"disabled": false,
|
7098
|
-
"document": "
|
7285
|
+
"document": "所属技能组列表",
|
7099
7286
|
"example": "0",
|
7100
7287
|
"member": "SkillGroupItem",
|
7101
7288
|
"name": "SkillGroupList",
|
7102
7289
|
"output_required": true,
|
7103
7290
|
"type": "list",
|
7104
|
-
"value_allowed_null":
|
7291
|
+
"value_allowed_null": false
|
7105
7292
|
},
|
7106
7293
|
{
|
7107
7294
|
"disabled": false,
|
7108
|
-
"document": "
|
7295
|
+
"document": "最后修改时间",
|
7109
7296
|
"example": "1614149408",
|
7110
7297
|
"member": "int64",
|
7111
7298
|
"name": "LastModifyTimestamp",
|
7112
7299
|
"output_required": true,
|
7113
7300
|
"type": "int",
|
7114
|
-
"value_allowed_null":
|
7301
|
+
"value_allowed_null": false
|
7115
7302
|
}
|
7116
7303
|
],
|
7117
7304
|
"usage": "out"
|
@@ -7337,8 +7524,8 @@
|
|
7337
7524
|
"members": [
|
7338
7525
|
{
|
7339
7526
|
"disabled": false,
|
7340
|
-
"document": "
|
7341
|
-
"example": "
|
7527
|
+
"document": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc",
|
7528
|
+
"example": "1400000000",
|
7342
7529
|
"member": "uint64",
|
7343
7530
|
"name": "SdkAppId",
|
7344
7531
|
"required": true,
|
@@ -7433,13 +7620,13 @@
|
|
7433
7620
|
},
|
7434
7621
|
{
|
7435
7622
|
"disabled": false,
|
7436
|
-
"document": "录音 ID
|
7623
|
+
"document": "录音 ID",
|
7437
7624
|
"example": "1611631881",
|
7438
7625
|
"member": "string",
|
7439
7626
|
"name": "RecordId",
|
7440
7627
|
"output_required": true,
|
7441
7628
|
"type": "string",
|
7442
|
-
"value_allowed_null":
|
7629
|
+
"value_allowed_null": false
|
7443
7630
|
},
|
7444
7631
|
{
|
7445
7632
|
"disabled": false,
|
@@ -7483,163 +7670,163 @@
|
|
7483
7670
|
},
|
7484
7671
|
{
|
7485
7672
|
"disabled": false,
|
7486
|
-
"document": "IVR
|
7673
|
+
"document": "IVR 阶段耗时",
|
7487
7674
|
"example": "5",
|
7488
7675
|
"member": "int64",
|
7489
7676
|
"name": "IVRDuration",
|
7490
7677
|
"output_required": true,
|
7491
7678
|
"type": "int",
|
7492
|
-
"value_allowed_null":
|
7679
|
+
"value_allowed_null": false
|
7493
7680
|
},
|
7494
7681
|
{
|
7495
7682
|
"disabled": false,
|
7496
|
-
"document": "振铃时间戳,UNIX
|
7683
|
+
"document": "振铃时间戳,UNIX 秒级时间戳",
|
7497
7684
|
"example": "1611631881",
|
7498
7685
|
"member": "int64",
|
7499
7686
|
"name": "RingTimestamp",
|
7500
7687
|
"output_required": true,
|
7501
7688
|
"type": "int",
|
7502
|
-
"value_allowed_null":
|
7689
|
+
"value_allowed_null": false
|
7503
7690
|
},
|
7504
7691
|
{
|
7505
7692
|
"disabled": false,
|
7506
|
-
"document": "接听时间戳,UNIX
|
7693
|
+
"document": "接听时间戳,UNIX 秒级时间戳",
|
7507
7694
|
"example": "1611631881",
|
7508
7695
|
"member": "int64",
|
7509
7696
|
"name": "AcceptTimestamp",
|
7510
7697
|
"output_required": true,
|
7511
7698
|
"type": "int",
|
7512
|
-
"value_allowed_null":
|
7699
|
+
"value_allowed_null": false
|
7513
7700
|
},
|
7514
7701
|
{
|
7515
7702
|
"disabled": false,
|
7516
|
-
"document": "结束时间戳,UNIX
|
7703
|
+
"document": "结束时间戳,UNIX 秒级时间戳",
|
7517
7704
|
"example": "1611631881",
|
7518
7705
|
"member": "int64",
|
7519
7706
|
"name": "EndedTimestamp",
|
7520
7707
|
"output_required": true,
|
7521
7708
|
"type": "int",
|
7522
|
-
"value_allowed_null":
|
7709
|
+
"value_allowed_null": false
|
7523
7710
|
},
|
7524
7711
|
{
|
7525
7712
|
"disabled": false,
|
7526
|
-
"document": "IVR 按键信息 ,e.g. [\"1\",\"2\",\"3\"]
|
7713
|
+
"document": "IVR 按键信息 ,e.g. [\"1\",\"2\",\"3\"]",
|
7527
7714
|
"example": "[\"1\",\"2\",\"3\"]",
|
7528
7715
|
"member": "string",
|
7529
7716
|
"name": "IVRKeyPressed",
|
7530
7717
|
"output_required": true,
|
7531
7718
|
"type": "list",
|
7532
|
-
"value_allowed_null":
|
7719
|
+
"value_allowed_null": false
|
7533
7720
|
},
|
7534
7721
|
{
|
7535
7722
|
"disabled": false,
|
7536
|
-
"document": "挂机方 seat 座席 user 用户 system
|
7723
|
+
"document": "挂机方 seat 座席 user 用户 system 系统",
|
7537
7724
|
"example": "user",
|
7538
7725
|
"member": "string",
|
7539
7726
|
"name": "HungUpSide",
|
7540
7727
|
"output_required": true,
|
7541
7728
|
"type": "string",
|
7542
|
-
"value_allowed_null":
|
7729
|
+
"value_allowed_null": false
|
7543
7730
|
},
|
7544
7731
|
{
|
7545
7732
|
"disabled": false,
|
7546
|
-
"document": "
|
7733
|
+
"document": "服务参与者列表",
|
7547
7734
|
"example": "0",
|
7548
7735
|
"member": "ServeParticipant",
|
7549
7736
|
"name": "ServeParticipants",
|
7550
7737
|
"output_required": true,
|
7551
7738
|
"type": "list",
|
7552
|
-
"value_allowed_null":
|
7739
|
+
"value_allowed_null": false
|
7553
7740
|
},
|
7554
7741
|
{
|
7555
7742
|
"disabled": false,
|
7556
|
-
"document": "技能组ID
|
7743
|
+
"document": "技能组ID",
|
7557
7744
|
"example": "110",
|
7558
7745
|
"member": "int64",
|
7559
7746
|
"name": "SkillGroupId",
|
7560
7747
|
"output_required": true,
|
7561
7748
|
"type": "int",
|
7562
|
-
"value_allowed_null":
|
7749
|
+
"value_allowed_null": false
|
7563
7750
|
},
|
7564
7751
|
{
|
7565
7752
|
"disabled": false,
|
7566
|
-
"document": "EndStatus与EndStatusString一一对应,具体枚举如下:\n\n**场景\t EndStatus\tEndStatusString\t状态说明**\n\n电话呼入&呼出\t1\t ok\t 正常结束\n\n电话呼入&呼出\t0\t error\t 系统错误\n\n电话呼入\t 102\t ivrGiveUp\t IVR 期间用户放弃\n\n电话呼入\t 103\t waitingGiveUp\t 会话排队期间用户放弃\n\n电话呼入\t 104\t ringingGiveUp\t 会话振铃期间用户放弃\n\n电话呼入\t 105\t noSeatOnline\t 无座席在线\n\n电话呼入 106\t notWorkTime\t 非工作时间 \n\n电话呼入\t 107\t ivrEnd\t IVR 后直接结束\n\n电话呼入\t 100\t blackList 呼入黑名单 \n\n电话呼出 2\t unconnected\t未接通\n\n电话呼出 108\t restrictedCallee\t被叫因高风险受限\n\n电话呼出 109\t tooManyRequest\t 超频\n\n电话呼出 110\t restrictedArea\t 外呼盲区\n\n电话呼出 111\t restrictedTime\t外呼时间限制\n \n电话呼出 201 unknown\t未知状态\n\n电话呼出 202 notAnswer\t未接听\n\n电话呼出 203\t userReject\t拒接挂断\n\n电话呼出\t 204\t powerOff\t关机\n\n电话呼出 205 numberNotExist\t空号\n\n电话呼出\t 206\t busy\t通话中\n\n电话呼出 \t 207\t outOfCredit\t欠费\n\n电话呼出\t 208\t operatorError\t运营商线路异常\n\n电话呼出 \t209\t callerCancel\t主叫取消\n\n电话呼出\t 210\t notInService\t不在服务区\n\n电话呼入&呼出\t211 clientError 客户端错误\n
|
7753
|
+
"document": "EndStatus与EndStatusString一一对应,具体枚举如下:\n\n**场景\t EndStatus\tEndStatusString\t状态说明**\n\n电话呼入&呼出\t1\t ok\t 正常结束\n\n电话呼入&呼出\t0\t error\t 系统错误\n\n电话呼入\t 102\t ivrGiveUp\t IVR 期间用户放弃\n\n电话呼入\t 103\t waitingGiveUp\t 会话排队期间用户放弃\n\n电话呼入\t 104\t ringingGiveUp\t 会话振铃期间用户放弃\n\n电话呼入\t 105\t noSeatOnline\t 无座席在线\n\n电话呼入 106\t notWorkTime\t 非工作时间 \n\n电话呼入\t 107\t ivrEnd\t IVR 后直接结束\n\n电话呼入\t 100\t blackList 呼入黑名单 \n\n电话呼出 2\t unconnected\t未接通\n\n电话呼出 108\t restrictedCallee\t被叫因高风险受限\n\n电话呼出 109\t tooManyRequest\t 超频\n\n电话呼出 110\t restrictedArea\t 外呼盲区\n\n电话呼出 111\t restrictedTime\t外呼时间限制\n \n电话呼出 201 unknown\t未知状态\n\n电话呼出 202 notAnswer\t未接听\n\n电话呼出 203\t userReject\t拒接挂断\n\n电话呼出\t 204\t powerOff\t关机\n\n电话呼出 205 numberNotExist\t空号\n\n电话呼出\t 206\t busy\t通话中\n\n电话呼出 \t 207\t outOfCredit\t欠费\n\n电话呼出\t 208\t operatorError\t运营商线路异常\n\n电话呼出 \t209\t callerCancel\t主叫取消\n\n电话呼出\t 210\t notInService\t不在服务区\n\n电话呼入&呼出\t211 clientError 客户端错误\n",
|
7567
7754
|
"example": "ok",
|
7568
7755
|
"member": "string",
|
7569
7756
|
"name": "EndStatusString",
|
7570
7757
|
"output_required": true,
|
7571
7758
|
"type": "string",
|
7572
|
-
"value_allowed_null":
|
7759
|
+
"value_allowed_null": false
|
7573
7760
|
},
|
7574
7761
|
{
|
7575
7762
|
"disabled": false,
|
7576
|
-
"document": "会话开始时间戳,UNIX
|
7763
|
+
"document": "会话开始时间戳,UNIX 秒级时间戳",
|
7577
7764
|
"example": "1611631891",
|
7578
7765
|
"member": "int64",
|
7579
7766
|
"name": "StartTimestamp",
|
7580
7767
|
"output_required": true,
|
7581
7768
|
"type": "int",
|
7582
|
-
"value_allowed_null":
|
7769
|
+
"value_allowed_null": false
|
7583
7770
|
},
|
7584
7771
|
{
|
7585
7772
|
"disabled": false,
|
7586
|
-
"document": "进入排队时间,Unix
|
7773
|
+
"document": "进入排队时间,Unix 秒级时间戳",
|
7587
7774
|
"example": "1611631891",
|
7588
7775
|
"member": "int64",
|
7589
7776
|
"name": "QueuedTimestamp",
|
7590
7777
|
"output_required": true,
|
7591
7778
|
"type": "int",
|
7592
|
-
"value_allowed_null":
|
7779
|
+
"value_allowed_null": false
|
7593
7780
|
},
|
7594
7781
|
{
|
7595
7782
|
"disabled": false,
|
7596
|
-
"document": "后置IVR按键信息(e.g. [{\"Key\":\"1\",\"Label\":\"非常满意\"}]
|
7783
|
+
"document": "后置IVR按键信息(e.g. [{\"Key\":\"1\",\"Label\":\"非常满意\"}])",
|
7597
7784
|
"example": "0",
|
7598
7785
|
"member": "IVRKeyPressedElement",
|
7599
7786
|
"name": "PostIVRKeyPressed",
|
7600
7787
|
"output_required": true,
|
7601
7788
|
"type": "list",
|
7602
|
-
"value_allowed_null":
|
7789
|
+
"value_allowed_null": false
|
7603
7790
|
},
|
7604
7791
|
{
|
7605
7792
|
"disabled": false,
|
7606
|
-
"document": "排队技能组Id
|
7793
|
+
"document": "排队技能组Id",
|
7607
7794
|
"example": "110",
|
7608
7795
|
"member": "int64",
|
7609
7796
|
"name": "QueuedSkillGroupId",
|
7610
7797
|
"output_required": true,
|
7611
7798
|
"type": "int",
|
7612
|
-
"value_allowed_null":
|
7799
|
+
"value_allowed_null": false
|
7613
7800
|
},
|
7614
7801
|
{
|
7615
7802
|
"disabled": false,
|
7616
|
-
"document": "会话 ID
|
7803
|
+
"document": "会话 ID",
|
7617
7804
|
"example": "c2b303a5-7814-42f4-ab7d-573b7f195d30",
|
7618
7805
|
"member": "string",
|
7619
7806
|
"name": "SessionId",
|
7620
7807
|
"output_required": true,
|
7621
7808
|
"type": "string",
|
7622
|
-
"value_allowed_null":
|
7809
|
+
"value_allowed_null": false
|
7623
7810
|
},
|
7624
7811
|
{
|
7625
7812
|
"disabled": false,
|
7626
|
-
"document": "主叫号码保护ID,开启号码保护映射功能时有效,且Caller
|
7813
|
+
"document": "主叫号码保护ID,开启号码保护映射功能时有效,且Caller字段置空",
|
7627
7814
|
"example": "008613XXXX5678",
|
7628
7815
|
"member": "string",
|
7629
7816
|
"name": "ProtectedCaller",
|
7630
7817
|
"output_required": true,
|
7631
7818
|
"type": "string",
|
7632
|
-
"value_allowed_null":
|
7819
|
+
"value_allowed_null": false
|
7633
7820
|
},
|
7634
7821
|
{
|
7635
7822
|
"disabled": false,
|
7636
|
-
"document": "被叫号码保护ID,开启号码保护映射功能时有效,且Callee
|
7823
|
+
"document": "被叫号码保护ID,开启号码保护映射功能时有效,且Callee字段置空",
|
7637
7824
|
"example": "008613XXXX5678",
|
7638
7825
|
"member": "string",
|
7639
7826
|
"name": "ProtectedCallee",
|
7640
7827
|
"output_required": true,
|
7641
7828
|
"type": "string",
|
7642
|
-
"value_allowed_null":
|
7829
|
+
"value_allowed_null": false
|
7643
7830
|
},
|
7644
7831
|
{
|
7645
7832
|
"disabled": true,
|
@@ -7653,93 +7840,93 @@
|
|
7653
7840
|
},
|
7654
7841
|
{
|
7655
7842
|
"disabled": false,
|
7656
|
-
"document": "客户自定义数据(User-to-User Interface
|
7843
|
+
"document": "客户自定义数据(User-to-User Interface)",
|
7657
7844
|
"example": "whatever",
|
7658
7845
|
"member": "string",
|
7659
7846
|
"name": "UUI",
|
7660
7847
|
"output_required": true,
|
7661
7848
|
"type": "string",
|
7662
|
-
"value_allowed_null":
|
7849
|
+
"value_allowed_null": false
|
7663
7850
|
},
|
7664
7851
|
{
|
7665
7852
|
"disabled": false,
|
7666
|
-
"document": "IVR按键信息(e.g. [{\"Key\":\"1\",\"Label\":\"非常满意\"}]
|
7853
|
+
"document": "IVR按键信息(e.g. [{\"Key\":\"1\",\"Label\":\"非常满意\"}])",
|
7667
7854
|
"example": "0",
|
7668
7855
|
"member": "IVRKeyPressedElement",
|
7669
7856
|
"name": "IVRKeyPressedEx",
|
7670
7857
|
"output_required": true,
|
7671
7858
|
"type": "list",
|
7672
|
-
"value_allowed_null":
|
7859
|
+
"value_allowed_null": false
|
7673
7860
|
},
|
7674
7861
|
{
|
7675
7862
|
"disabled": false,
|
7676
|
-
"document": "获取录音ASR
|
7863
|
+
"document": "获取录音ASR文本信息地址",
|
7677
7864
|
"example": "https://api.tccc.qcloud.com/tcccadmin/cdr/getAsrText?session_id=",
|
7678
7865
|
"member": "string",
|
7679
7866
|
"name": "AsrUrl",
|
7680
7867
|
"output_required": true,
|
7681
7868
|
"type": "string",
|
7682
|
-
"value_allowed_null":
|
7869
|
+
"value_allowed_null": false
|
7683
7870
|
},
|
7684
7871
|
{
|
7685
7872
|
"disabled": false,
|
7686
|
-
"document": "AsrUrl的状态:Complete\n已完成;\nProcessing\n正在生成中;\nNotExists\n无记录(未开启生成离线asr或者无套餐包)
|
7873
|
+
"document": "AsrUrl的状态:Complete\n已完成;\nProcessing\n正在生成中;\nNotExists\n无记录(未开启生成离线asr或者无套餐包)",
|
7687
7874
|
"example": "Complete",
|
7688
7875
|
"member": "string",
|
7689
7876
|
"name": "AsrStatus",
|
7690
7877
|
"output_required": true,
|
7691
7878
|
"type": "string",
|
7692
|
-
"value_allowed_null":
|
7879
|
+
"value_allowed_null": false
|
7693
7880
|
},
|
7694
7881
|
{
|
7695
7882
|
"disabled": false,
|
7696
|
-
"document": "录音转存第三方COS
|
7883
|
+
"document": "录音转存第三方COS地址",
|
7697
7884
|
"example": "https://xxxxx",
|
7698
7885
|
"member": "string",
|
7699
7886
|
"name": "CustomRecordURL",
|
7700
7887
|
"output_required": true,
|
7701
7888
|
"type": "string",
|
7702
|
-
"value_allowed_null":
|
7889
|
+
"value_allowed_null": false
|
7703
7890
|
},
|
7704
7891
|
{
|
7705
7892
|
"disabled": false,
|
7706
|
-
"document": "
|
7893
|
+
"document": "备注",
|
7707
7894
|
"example": "备注",
|
7708
7895
|
"member": "string",
|
7709
7896
|
"name": "Remark",
|
7710
7897
|
"output_required": true,
|
7711
7898
|
"type": "string",
|
7712
|
-
"value_allowed_null":
|
7899
|
+
"value_allowed_null": false
|
7713
7900
|
},
|
7714
7901
|
{
|
7715
7902
|
"disabled": false,
|
7716
|
-
"document": "
|
7903
|
+
"document": "排队技能组名称",
|
7717
7904
|
"example": "销售组",
|
7718
7905
|
"member": "string",
|
7719
7906
|
"name": "QueuedSkillGroupName",
|
7720
7907
|
"output_required": true,
|
7721
7908
|
"type": "string",
|
7722
|
-
"value_allowed_null":
|
7909
|
+
"value_allowed_null": false
|
7723
7910
|
},
|
7724
7911
|
{
|
7725
7912
|
"disabled": false,
|
7726
|
-
"document": "通话中语音留言录音URL
|
7913
|
+
"document": "通话中语音留言录音URL",
|
7727
7914
|
"example": "[\"https://xxxxx\"]",
|
7728
7915
|
"member": "string",
|
7729
7916
|
"name": "VoicemailRecordURL",
|
7730
7917
|
"output_required": true,
|
7731
7918
|
"type": "list",
|
7732
|
-
"value_allowed_null":
|
7919
|
+
"value_allowed_null": false
|
7733
7920
|
},
|
7734
7921
|
{
|
7735
7922
|
"disabled": false,
|
7736
|
-
"document": "通话中语音留言ASR
|
7923
|
+
"document": "通话中语音留言ASR文本信息地址",
|
7737
7924
|
"example": "[\"https://xxxxx\"]",
|
7738
7925
|
"member": "string",
|
7739
7926
|
"name": "VoicemailAsrURL",
|
7740
7927
|
"output_required": false,
|
7741
7928
|
"type": "list",
|
7742
|
-
"value_allowed_null":
|
7929
|
+
"value_allowed_null": false
|
7743
7930
|
}
|
7744
7931
|
],
|
7745
7932
|
"usage": "out"
|
@@ -7839,7 +8026,7 @@
|
|
7839
8026
|
"members": [
|
7840
8027
|
{
|
7841
8028
|
"disabled": false,
|
7842
|
-
"document": "应用 ID
|
8029
|
+
"document": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc",
|
7843
8030
|
"example": "1400000000",
|
7844
8031
|
"member": "uint64",
|
7845
8032
|
"name": "SdkAppId",
|
@@ -7858,7 +8045,7 @@
|
|
7858
8045
|
{
|
7859
8046
|
"disabled": false,
|
7860
8047
|
"document": "修改后的技能组名字",
|
7861
|
-
"example": "
|
8048
|
+
"example": "客户一组",
|
7862
8049
|
"member": "string",
|
7863
8050
|
"name": "SkillGroupName",
|
7864
8051
|
"required": false,
|
@@ -8025,6 +8212,33 @@
|
|
8025
8212
|
"name": "RetryTimes",
|
8026
8213
|
"required": false,
|
8027
8214
|
"type": "int"
|
8215
|
+
},
|
8216
|
+
{
|
8217
|
+
"disabled": false,
|
8218
|
+
"document": "自定义变量",
|
8219
|
+
"example": "[{\"Key\":\"foo\",\"Value\":\"bar\"}]",
|
8220
|
+
"member": "Variable",
|
8221
|
+
"name": "Variables",
|
8222
|
+
"required": false,
|
8223
|
+
"type": "list"
|
8224
|
+
},
|
8225
|
+
{
|
8226
|
+
"disabled": false,
|
8227
|
+
"document": "\tUUI",
|
8228
|
+
"example": "foobar",
|
8229
|
+
"member": "string",
|
8230
|
+
"name": "UUI",
|
8231
|
+
"required": false,
|
8232
|
+
"type": "string"
|
8233
|
+
},
|
8234
|
+
{
|
8235
|
+
"disabled": false,
|
8236
|
+
"document": "被叫属性",
|
8237
|
+
"example": "[{\"Callee\":\"13012345678\",\"UUI\":\"foobar\",\"Variables\":[{\"Key\":\"foo\":\"Value\":\"bar\"}]}]",
|
8238
|
+
"member": "CalleeAttribute",
|
8239
|
+
"name": "CalleeAttributes",
|
8240
|
+
"required": false,
|
8241
|
+
"type": "list"
|
8028
8242
|
}
|
8029
8243
|
],
|
8030
8244
|
"type": "object"
|
@@ -8070,23 +8284,23 @@
|
|
8070
8284
|
"members": [
|
8071
8285
|
{
|
8072
8286
|
"disabled": false,
|
8073
|
-
"document": "
|
8287
|
+
"document": "文件名",
|
8074
8288
|
"example": "xxx.mp3",
|
8075
8289
|
"member": "string",
|
8076
8290
|
"name": "FileName",
|
8077
8291
|
"output_required": false,
|
8078
8292
|
"type": "string",
|
8079
|
-
"value_allowed_null":
|
8293
|
+
"value_allowed_null": false
|
8080
8294
|
},
|
8081
8295
|
{
|
8082
8296
|
"disabled": false,
|
8083
|
-
"document": "
|
8297
|
+
"document": "失败原因",
|
8084
8298
|
"example": "文件内容重复",
|
8085
8299
|
"member": "string",
|
8086
8300
|
"name": "FailedMsg",
|
8087
8301
|
"output_required": false,
|
8088
8302
|
"type": "string",
|
8089
|
-
"value_allowed_null":
|
8303
|
+
"value_allowed_null": false
|
8090
8304
|
}
|
8091
8305
|
],
|
8092
8306
|
"usage": "out"
|
@@ -8120,23 +8334,23 @@
|
|
8120
8334
|
"members": [
|
8121
8335
|
{
|
8122
8336
|
"disabled": false,
|
8123
|
-
"document": "
|
8337
|
+
"document": "上传失败的文件列表",
|
8124
8338
|
"example": "无",
|
8125
8339
|
"member": "UploadIvrAudioFailedInfo",
|
8126
8340
|
"name": "FailedFileList",
|
8127
8341
|
"output_required": false,
|
8128
8342
|
"type": "list",
|
8129
|
-
"value_allowed_null":
|
8343
|
+
"value_allowed_null": false
|
8130
8344
|
},
|
8131
8345
|
{
|
8132
8346
|
"disabled": false,
|
8133
|
-
"document": "
|
8347
|
+
"document": "上传成功文件列表",
|
8134
8348
|
"example": "无",
|
8135
8349
|
"member": "AudioFileInfo",
|
8136
8350
|
"name": "SuccessFileList",
|
8137
8351
|
"output_required": false,
|
8138
8352
|
"type": "list",
|
8139
|
-
"value_allowed_null":
|
8353
|
+
"value_allowed_null": false
|
8140
8354
|
},
|
8141
8355
|
{
|
8142
8356
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
@@ -8153,9 +8367,10 @@
|
|
8153
8367
|
{
|
8154
8368
|
"disabled": false,
|
8155
8369
|
"document": "变量名",
|
8156
|
-
"example": "
|
8370
|
+
"example": "foo",
|
8157
8371
|
"member": "string",
|
8158
8372
|
"name": "Key",
|
8373
|
+
"output_required": false,
|
8159
8374
|
"required": true,
|
8160
8375
|
"type": "string",
|
8161
8376
|
"value_allowed_null": false
|
@@ -8163,15 +8378,16 @@
|
|
8163
8378
|
{
|
8164
8379
|
"disabled": false,
|
8165
8380
|
"document": "变量值",
|
8166
|
-
"example": "
|
8381
|
+
"example": "bar",
|
8167
8382
|
"member": "string",
|
8168
8383
|
"name": "Value",
|
8384
|
+
"output_required": false,
|
8169
8385
|
"required": true,
|
8170
8386
|
"type": "string",
|
8171
8387
|
"value_allowed_null": false
|
8172
8388
|
}
|
8173
8389
|
],
|
8174
|
-
"usage": "
|
8390
|
+
"usage": "both"
|
8175
8391
|
}
|
8176
8392
|
},
|
8177
8393
|
"version": "1.0"
|