tccli 3.0.1216.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/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 -0
- 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 +98 -4
- tccli/services/asr/v20190614/api.json +18 -17
- 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 +48 -0
- tccli/services/billing/v20180709/api.json +26 -24
- tccli/services/bsca/v20210811/api.json +1 -1
- 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/v20200210/api.json +390 -323
- tccli/services/ccc/v20200210/examples.json +15 -15
- tccli/services/cdb/cdb_client.py +13 -13
- tccli/services/cdb/v20170320/api.json +295 -270
- 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/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 +42 -2
- 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 +1849 -1999
- tccli/services/cfw/v20190904/examples.json +157 -159
- 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/v20190319/api.json +58 -44
- tccli/services/cloudaudit/v20190319/examples.json +6 -6
- 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 +536 -47
- tccli/services/cls/v20201016/examples.json +34 -2
- tccli/services/csip/v20221121/api.json +2562 -2382
- tccli/services/csip/v20221121/examples.json +108 -108
- tccli/services/cvm/v20170312/api.json +149 -112
- tccli/services/cvm/v20170312/examples.json +2 -2
- tccli/services/cwp/cwp_client.py +4 -110
- tccli/services/cwp/v20180228/api.json +6338 -6146
- tccli/services/cwp/v20180228/examples.json +342 -370
- tccli/services/cynosdb/v20190107/api.json +93 -81
- tccli/services/cynosdb/v20190107/examples.json +70 -70
- tccli/services/dasb/v20191018/api.json +796 -651
- 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/dts/v20211206/api.json +4 -4
- 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/v20180416/api.json +29 -0
- tccli/services/es/v20180416/examples.json +1 -1
- tccli/services/ess/v20201111/api.json +49 -31
- tccli/services/ess/v20201111/examples.json +20 -8
- tccli/services/essbasic/v20210526/api.json +54 -49
- tccli/services/essbasic/v20210526/examples.json +36 -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/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 +33 -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 +244 -0
- 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 +4 -4
- 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 +2265 -760
- 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/v20210331/api.json +13 -4
- tccli/services/organization/v20210331/examples.json +2 -2
- 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/rum/v20210622/api.json +9 -0
- tccli/services/scf/v20180416/api.json +15 -15
- tccli/services/scf/v20180416/examples.json +1 -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 +97 -4
- tccli/services/ssm/v20190923/api.json +292 -231
- tccli/services/ssm/v20190923/examples.json +42 -42
- tccli/services/tat/v20201028/api.json +97 -97
- tccli/services/tat/v20201028/examples.json +20 -26
- 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 +1973 -1426
- tccli/services/tcss/v20201101/examples.json +346 -364
- tccli/services/tdmq/v20200217/api.json +539 -401
- tccli/services/tdmq/v20200217/examples.json +104 -104
- tccli/services/tds/v20220801/api.json +4 -4
- tccli/services/tem/v20210701/api.json +287 -271
- tccli/services/tem/v20210701/examples.json +59 -59
- tccli/services/teo/v20220901/api.json +37 -9
- tccli/services/teo/v20220901/examples.json +13 -7
- tccli/services/thpc/v20230321/api.json +5 -5
- tccli/services/tke/tke_client.py +217 -58
- tccli/services/tke/v20180525/api.json +36 -27
- tccli/services/tke/v20180525/examples.json +1 -1
- tccli/services/tke/v20220501/api.json +176 -0
- tccli/services/tke/v20220501/examples.json +24 -0
- 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 +72 -30
- 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 +1090 -862
- tccli/services/vpc/v20170312/examples.json +74 -66
- tccli/services/vpc/vpc_client.py +61 -8
- tccli/services/waf/v20180125/api.json +2540 -2177
- tccli/services/waf/v20180125/examples.json +216 -284
- tccli/services/waf/waf_client.py +172 -119
- tccli/services/wav/v20210129/api.json +48 -48
- tccli/services/wav/v20210129/examples.json +4 -4
- tccli/services/wedata/v20210820/api.json +909 -25
- tccli/services/wedata/v20210820/examples.json +28 -4
- tccli/services/wedata/wedata_client.py +159 -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.1216.1.dist-info → tccli-3.0.1217.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1216.1.dist-info → tccli-3.0.1217.1.dist-info}/RECORD +252 -235
- {tccli-3.0.1216.1.dist-info → tccli-3.0.1217.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1216.1.dist-info → tccli-3.0.1217.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1216.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
|
},
|
@@ -559,23 +559,23 @@
|
|
559
559
|
},
|
560
560
|
{
|
561
561
|
"disabled": false,
|
562
|
-
"document": "句子开始时间,Unix
|
562
|
+
"document": "句子开始时间,Unix 毫秒时间戳",
|
563
563
|
"example": "1729697242236",
|
564
564
|
"member": "int64",
|
565
565
|
"name": "Start",
|
566
566
|
"output_required": false,
|
567
567
|
"type": "int",
|
568
|
-
"value_allowed_null":
|
568
|
+
"value_allowed_null": false
|
569
569
|
},
|
570
570
|
{
|
571
571
|
"disabled": false,
|
572
|
-
"document": "句子结束时间,Unix
|
572
|
+
"document": "句子结束时间,Unix 毫秒时间戳",
|
573
573
|
"example": "1729697245426",
|
574
574
|
"member": "int64",
|
575
575
|
"name": "End",
|
576
576
|
"output_required": false,
|
577
577
|
"type": "int",
|
578
|
-
"value_allowed_null":
|
578
|
+
"value_allowed_null": false
|
579
579
|
}
|
580
580
|
],
|
581
581
|
"usage": "out"
|
@@ -585,43 +585,43 @@
|
|
585
585
|
"members": [
|
586
586
|
{
|
587
587
|
"disabled": false,
|
588
|
-
"document": "文件ID
|
588
|
+
"document": "文件ID",
|
589
589
|
"example": "1",
|
590
590
|
"member": "uint64",
|
591
591
|
"name": "FileId",
|
592
592
|
"output_required": false,
|
593
593
|
"type": "int",
|
594
|
-
"value_allowed_null":
|
594
|
+
"value_allowed_null": false
|
595
595
|
},
|
596
596
|
{
|
597
597
|
"disabled": false,
|
598
|
-
"document": "
|
598
|
+
"document": "文件别名",
|
599
599
|
"example": "欢迎",
|
600
600
|
"member": "string",
|
601
601
|
"name": "CustomFileName",
|
602
602
|
"output_required": false,
|
603
603
|
"type": "string",
|
604
|
-
"value_allowed_null":
|
604
|
+
"value_allowed_null": false
|
605
605
|
},
|
606
606
|
{
|
607
607
|
"disabled": false,
|
608
|
-
"document": "
|
608
|
+
"document": "文件名",
|
609
609
|
"example": "xxx.mp3",
|
610
610
|
"member": "string",
|
611
611
|
"name": "AudioFileName",
|
612
612
|
"output_required": false,
|
613
613
|
"type": "string",
|
614
|
-
"value_allowed_null":
|
614
|
+
"value_allowed_null": false
|
615
615
|
},
|
616
616
|
{
|
617
617
|
"disabled": false,
|
618
|
-
"document": "审核状态,0-未审核,1-审核通过,2
|
618
|
+
"document": "审核状态,0-未审核,1-审核通过,2-审核拒绝",
|
619
619
|
"example": "1",
|
620
620
|
"member": "int64",
|
621
621
|
"name": "Status",
|
622
622
|
"output_required": false,
|
623
623
|
"type": "int",
|
624
|
-
"value_allowed_null":
|
624
|
+
"value_allowed_null": false
|
625
625
|
}
|
626
626
|
],
|
627
627
|
"usage": "out"
|
@@ -856,7 +856,7 @@
|
|
856
856
|
"example": "0",
|
857
857
|
"member": "int64",
|
858
858
|
"name": "IvrCount",
|
859
|
-
"
|
859
|
+
"output_required": true,
|
860
860
|
"type": "int",
|
861
861
|
"value_allowed_null": false
|
862
862
|
},
|
@@ -866,7 +866,7 @@
|
|
866
866
|
"example": "0",
|
867
867
|
"member": "int64",
|
868
868
|
"name": "QueueCount",
|
869
|
-
"
|
869
|
+
"output_required": true,
|
870
870
|
"type": "int",
|
871
871
|
"value_allowed_null": false
|
872
872
|
},
|
@@ -876,7 +876,7 @@
|
|
876
876
|
"example": "0",
|
877
877
|
"member": "int64",
|
878
878
|
"name": "RingCount",
|
879
|
-
"
|
879
|
+
"output_required": true,
|
880
880
|
"type": "int",
|
881
881
|
"value_allowed_null": false
|
882
882
|
},
|
@@ -886,7 +886,7 @@
|
|
886
886
|
"example": "0",
|
887
887
|
"member": "int64",
|
888
888
|
"name": "AcceptCount",
|
889
|
-
"
|
889
|
+
"output_required": true,
|
890
890
|
"type": "int",
|
891
891
|
"value_allowed_null": false
|
892
892
|
},
|
@@ -896,7 +896,7 @@
|
|
896
896
|
"example": "0",
|
897
897
|
"member": "int64",
|
898
898
|
"name": "TransferOuterCount",
|
899
|
-
"
|
899
|
+
"output_required": true,
|
900
900
|
"type": "int",
|
901
901
|
"value_allowed_null": false
|
902
902
|
},
|
@@ -906,7 +906,7 @@
|
|
906
906
|
"example": "0",
|
907
907
|
"member": "int64",
|
908
908
|
"name": "MaxQueueDuration",
|
909
|
-
"
|
909
|
+
"output_required": true,
|
910
910
|
"type": "int",
|
911
911
|
"value_allowed_null": false
|
912
912
|
},
|
@@ -916,7 +916,7 @@
|
|
916
916
|
"example": "0",
|
917
917
|
"member": "int64",
|
918
918
|
"name": "AvgQueueDuration",
|
919
|
-
"
|
919
|
+
"output_required": true,
|
920
920
|
"type": "int",
|
921
921
|
"value_allowed_null": false
|
922
922
|
},
|
@@ -926,7 +926,7 @@
|
|
926
926
|
"example": "0",
|
927
927
|
"member": "int64",
|
928
928
|
"name": "MaxRingDuration",
|
929
|
-
"
|
929
|
+
"output_required": true,
|
930
930
|
"type": "int",
|
931
931
|
"value_allowed_null": false
|
932
932
|
},
|
@@ -936,7 +936,7 @@
|
|
936
936
|
"example": "0",
|
937
937
|
"member": "int64",
|
938
938
|
"name": "AvgRingDuration",
|
939
|
-
"
|
939
|
+
"output_required": true,
|
940
940
|
"type": "int",
|
941
941
|
"value_allowed_null": false
|
942
942
|
},
|
@@ -946,7 +946,7 @@
|
|
946
946
|
"example": "0",
|
947
947
|
"member": "int64",
|
948
948
|
"name": "MaxAcceptDuration",
|
949
|
-
"
|
949
|
+
"output_required": true,
|
950
950
|
"type": "int",
|
951
951
|
"value_allowed_null": false
|
952
952
|
},
|
@@ -956,7 +956,7 @@
|
|
956
956
|
"example": "0",
|
957
957
|
"member": "int64",
|
958
958
|
"name": "AvgAcceptDuration",
|
959
|
-
"
|
959
|
+
"output_required": true,
|
960
960
|
"type": "int",
|
961
961
|
"value_allowed_null": false
|
962
962
|
}
|
@@ -1077,7 +1077,7 @@
|
|
1077
1077
|
"example": "1400000000",
|
1078
1078
|
"member": "uint64",
|
1079
1079
|
"name": "SdkAppId",
|
1080
|
-
"
|
1080
|
+
"output_required": true,
|
1081
1081
|
"type": "int",
|
1082
1082
|
"value_allowed_null": false
|
1083
1083
|
},
|
@@ -1087,7 +1087,7 @@
|
|
1087
1087
|
"example": "123",
|
1088
1088
|
"member": "uint64",
|
1089
1089
|
"name": "ApplicantId",
|
1090
|
-
"
|
1090
|
+
"output_required": true,
|
1091
1091
|
"type": "int",
|
1092
1092
|
"value_allowed_null": false
|
1093
1093
|
},
|
@@ -1097,7 +1097,7 @@
|
|
1097
1097
|
"example": "[\"008601012345678\"]",
|
1098
1098
|
"member": "string",
|
1099
1099
|
"name": "Callers",
|
1100
|
-
"
|
1100
|
+
"output_required": true,
|
1101
1101
|
"type": "list",
|
1102
1102
|
"value_allowed_null": false
|
1103
1103
|
},
|
@@ -1107,19 +1107,19 @@
|
|
1107
1107
|
"example": "[\"008601012345678\"]",
|
1108
1108
|
"member": "string",
|
1109
1109
|
"name": "Callees",
|
1110
|
-
"
|
1110
|
+
"output_required": true,
|
1111
1111
|
"type": "list",
|
1112
1112
|
"value_allowed_null": false
|
1113
1113
|
},
|
1114
1114
|
{
|
1115
1115
|
"disabled": false,
|
1116
|
-
"document": "
|
1116
|
+
"document": "描述",
|
1117
1117
|
"example": "描述",
|
1118
1118
|
"member": "string",
|
1119
1119
|
"name": "Description",
|
1120
|
-
"
|
1120
|
+
"output_required": true,
|
1121
1121
|
"type": "string",
|
1122
|
-
"value_allowed_null":
|
1122
|
+
"value_allowed_null": false
|
1123
1123
|
},
|
1124
1124
|
{
|
1125
1125
|
"disabled": false,
|
@@ -1127,7 +1127,7 @@
|
|
1127
1127
|
"example": "1",
|
1128
1128
|
"member": "int64",
|
1129
1129
|
"name": "State",
|
1130
|
-
"
|
1130
|
+
"output_required": true,
|
1131
1131
|
"type": "int",
|
1132
1132
|
"value_allowed_null": false
|
1133
1133
|
},
|
@@ -1137,7 +1137,7 @@
|
|
1137
1137
|
"example": "1668573686",
|
1138
1138
|
"member": "int64",
|
1139
1139
|
"name": "CreateTime",
|
1140
|
-
"
|
1140
|
+
"output_required": true,
|
1141
1141
|
"type": "int",
|
1142
1142
|
"value_allowed_null": false
|
1143
1143
|
},
|
@@ -1147,7 +1147,7 @@
|
|
1147
1147
|
"example": "1668573686",
|
1148
1148
|
"member": "int64",
|
1149
1149
|
"name": "UpdateTime",
|
1150
|
-
"
|
1150
|
+
"output_required": true,
|
1151
1151
|
"type": "int",
|
1152
1152
|
"value_allowed_null": false
|
1153
1153
|
}
|
@@ -1159,256 +1159,256 @@
|
|
1159
1159
|
"members": [
|
1160
1160
|
{
|
1161
1161
|
"disabled": false,
|
1162
|
-
"document": "申请人身份,0-公司法定代表人,1
|
1162
|
+
"document": "申请人身份,0-公司法定代表人,1-经办人(受法定代表人委托)",
|
1163
1163
|
"example": "1",
|
1164
1164
|
"member": "int64",
|
1165
1165
|
"name": "ApplicantType",
|
1166
1166
|
"output_required": false,
|
1167
1167
|
"required": true,
|
1168
1168
|
"type": "int",
|
1169
|
-
"value_allowed_null":
|
1169
|
+
"value_allowed_null": false
|
1170
1170
|
},
|
1171
1171
|
{
|
1172
1172
|
"disabled": false,
|
1173
|
-
"document": "
|
1173
|
+
"document": "企业名称",
|
1174
1174
|
"example": "北京XXCC有限责任公司",
|
1175
1175
|
"member": "string",
|
1176
1176
|
"name": "CompanyName",
|
1177
1177
|
"output_required": false,
|
1178
1178
|
"required": true,
|
1179
1179
|
"type": "string",
|
1180
|
-
"value_allowed_null":
|
1180
|
+
"value_allowed_null": false
|
1181
1181
|
},
|
1182
1182
|
{
|
1183
1183
|
"disabled": false,
|
1184
|
-
"document": "
|
1184
|
+
"document": "统一社会信用代码",
|
1185
1185
|
"example": "91411111111111111",
|
1186
1186
|
"member": "string",
|
1187
1187
|
"name": "BusinessId",
|
1188
1188
|
"output_required": false,
|
1189
1189
|
"required": true,
|
1190
1190
|
"type": "string",
|
1191
|
-
"value_allowed_null":
|
1191
|
+
"value_allowed_null": false
|
1192
1192
|
},
|
1193
1193
|
{
|
1194
1194
|
"disabled": false,
|
1195
|
-
"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)",
|
1196
1196
|
"example": "https://xxxx.com/xxxxx.jpg",
|
1197
1197
|
"member": "string",
|
1198
1198
|
"name": "BusinessIdPicUrl",
|
1199
1199
|
"output_required": false,
|
1200
1200
|
"required": true,
|
1201
1201
|
"type": "string",
|
1202
|
-
"value_allowed_null":
|
1202
|
+
"value_allowed_null": false
|
1203
1203
|
},
|
1204
1204
|
{
|
1205
1205
|
"disabled": false,
|
1206
|
-
"document": "
|
1206
|
+
"document": "法定代表人名称",
|
1207
1207
|
"example": "王某某",
|
1208
1208
|
"member": "string",
|
1209
1209
|
"name": "CorporationName",
|
1210
1210
|
"output_required": false,
|
1211
1211
|
"required": true,
|
1212
1212
|
"type": "string",
|
1213
|
-
"value_allowed_null":
|
1213
|
+
"value_allowed_null": false
|
1214
1214
|
},
|
1215
1215
|
{
|
1216
1216
|
"disabled": false,
|
1217
|
-
"document": "
|
1217
|
+
"document": "法定代表人身份证号码",
|
1218
1218
|
"example": "610000000000008",
|
1219
1219
|
"member": "string",
|
1220
1220
|
"name": "CorporationId",
|
1221
1221
|
"output_required": false,
|
1222
1222
|
"required": true,
|
1223
1223
|
"type": "string",
|
1224
|
-
"value_allowed_null":
|
1224
|
+
"value_allowed_null": false
|
1225
1225
|
},
|
1226
1226
|
{
|
1227
1227
|
"disabled": false,
|
1228
|
-
"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)",
|
1229
1229
|
"example": "https://xxxx.com/xxxxx.jpg\t",
|
1230
1230
|
"member": "string",
|
1231
1231
|
"name": "CorporationIdPicUrl",
|
1232
1232
|
"output_required": false,
|
1233
1233
|
"required": true,
|
1234
1234
|
"type": "string",
|
1235
|
-
"value_allowed_null":
|
1235
|
+
"value_allowed_null": false
|
1236
1236
|
},
|
1237
1237
|
{
|
1238
1238
|
"disabled": false,
|
1239
|
-
"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)",
|
1240
1240
|
"example": "https://xxxx.com/xxxxx.jpg\t",
|
1241
1241
|
"member": "string",
|
1242
1242
|
"name": "NetworkCommitmentPicUrl",
|
1243
1243
|
"output_required": false,
|
1244
1244
|
"required": true,
|
1245
1245
|
"type": "string",
|
1246
|
-
"value_allowed_null":
|
1246
|
+
"value_allowed_null": false
|
1247
1247
|
},
|
1248
1248
|
{
|
1249
1249
|
"disabled": false,
|
1250
|
-
"document": "是否与腾讯云账号的资质一致,0-不一致,1
|
1250
|
+
"document": "是否与腾讯云账号的资质一致,0-不一致,1-一致",
|
1251
1251
|
"example": "1",
|
1252
1252
|
"member": "int64",
|
1253
1253
|
"name": "IsEqualTencentCloud",
|
1254
1254
|
"output_required": false,
|
1255
1255
|
"required": true,
|
1256
1256
|
"type": "int",
|
1257
|
-
"value_allowed_null":
|
1257
|
+
"value_allowed_null": false
|
1258
1258
|
},
|
1259
1259
|
{
|
1260
1260
|
"disabled": false,
|
1261
|
-
"document": "
|
1261
|
+
"document": "法定代表人手机号",
|
1262
1262
|
"example": "18011111111",
|
1263
1263
|
"member": "string",
|
1264
1264
|
"name": "CorporationMobile",
|
1265
1265
|
"output_required": false,
|
1266
1266
|
"required": true,
|
1267
1267
|
"type": "string",
|
1268
|
-
"value_allowed_null":
|
1268
|
+
"value_allowed_null": false
|
1269
1269
|
},
|
1270
1270
|
{
|
1271
1271
|
"disabled": false,
|
1272
|
-
"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)",
|
1273
1273
|
"example": "https://xxxx.com/xxxxx.jpg",
|
1274
1274
|
"member": "string",
|
1275
1275
|
"name": "CorporationMobilePicUrl",
|
1276
1276
|
"output_required": false,
|
1277
1277
|
"required": true,
|
1278
1278
|
"type": "string",
|
1279
|
-
"value_allowed_null":
|
1279
|
+
"value_allowed_null": false
|
1280
1280
|
},
|
1281
1281
|
{
|
1282
1282
|
"disabled": false,
|
1283
|
-
"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)",
|
1284
1284
|
"example": "https://xxxx.com/xxxxx.jpg",
|
1285
1285
|
"member": "string",
|
1286
1286
|
"name": "UseDescribeFileUrl",
|
1287
1287
|
"output_required": false,
|
1288
1288
|
"required": true,
|
1289
1289
|
"type": "string",
|
1290
|
-
"value_allowed_null":
|
1290
|
+
"value_allowed_null": false
|
1291
1291
|
},
|
1292
1292
|
{
|
1293
1293
|
"disabled": false,
|
1294
|
-
"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)",
|
1295
1295
|
"example": "https://xxxx.com/xxxxx.jpg",
|
1296
1296
|
"member": "string",
|
1297
1297
|
"name": "CompanyAuthLetterPicUrl",
|
1298
1298
|
"output_required": false,
|
1299
1299
|
"required": true,
|
1300
1300
|
"type": "string",
|
1301
|
-
"value_allowed_null":
|
1301
|
+
"value_allowed_null": false
|
1302
1302
|
},
|
1303
1303
|
{
|
1304
1304
|
"disabled": false,
|
1305
|
-
"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)",
|
1306
1306
|
"example": "https://xxxx.com/xxxxx.jpg",
|
1307
1307
|
"member": "string",
|
1308
1308
|
"name": "AcceptPicUrl",
|
1309
1309
|
"output_required": false,
|
1310
1310
|
"required": true,
|
1311
1311
|
"type": "string",
|
1312
|
-
"value_allowed_null":
|
1312
|
+
"value_allowed_null": false
|
1313
1313
|
},
|
1314
1314
|
{
|
1315
1315
|
"disabled": false,
|
1316
|
-
"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)",
|
1317
1317
|
"example": "https://xxxx.com/xxxxx.jpg\t",
|
1318
1318
|
"member": "string",
|
1319
1319
|
"name": "CorporationHoldingOnIdPicUrl",
|
1320
1320
|
"output_required": false,
|
1321
1321
|
"required": false,
|
1322
1322
|
"type": "string",
|
1323
|
-
"value_allowed_null":
|
1323
|
+
"value_allowed_null": false
|
1324
1324
|
},
|
1325
1325
|
{
|
1326
1326
|
"disabled": false,
|
1327
|
-
"document": "
|
1327
|
+
"document": "经办人名称,申请人类型为经办人时必填。",
|
1328
1328
|
"example": "李某某",
|
1329
1329
|
"member": "string",
|
1330
1330
|
"name": "OperatorName",
|
1331
1331
|
"output_required": false,
|
1332
1332
|
"required": false,
|
1333
1333
|
"type": "string",
|
1334
|
-
"value_allowed_null":
|
1334
|
+
"value_allowed_null": false
|
1335
1335
|
},
|
1336
1336
|
{
|
1337
1337
|
"disabled": false,
|
1338
|
-
"document": "
|
1338
|
+
"document": "经办人证件号码,申请人类型为经办人时必填。",
|
1339
1339
|
"example": "61011111111111111",
|
1340
1340
|
"member": "string",
|
1341
1341
|
"name": "OperatorId",
|
1342
1342
|
"output_required": false,
|
1343
1343
|
"required": false,
|
1344
1344
|
"type": "string",
|
1345
|
-
"value_allowed_null":
|
1345
|
+
"value_allowed_null": false
|
1346
1346
|
},
|
1347
1347
|
{
|
1348
1348
|
"disabled": false,
|
1349
|
-
"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)",
|
1350
1350
|
"example": "https://xxxx.com/xxxxx.jpg\t",
|
1351
1351
|
"member": "string",
|
1352
1352
|
"name": "OperatorIdPicUrl",
|
1353
1353
|
"output_required": false,
|
1354
1354
|
"required": false,
|
1355
1355
|
"type": "string",
|
1356
|
-
"value_allowed_null":
|
1356
|
+
"value_allowed_null": false
|
1357
1357
|
},
|
1358
1358
|
{
|
1359
1359
|
"disabled": false,
|
1360
|
-
"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)",
|
1361
1361
|
"example": "https://xxxx.com/xxxxx.jpg\t",
|
1362
1362
|
"member": "string",
|
1363
1363
|
"name": "OperatorHoldingOnIdPicUrl",
|
1364
1364
|
"output_required": false,
|
1365
1365
|
"required": false,
|
1366
1366
|
"type": "string",
|
1367
|
-
"value_allowed_null":
|
1367
|
+
"value_allowed_null": false
|
1368
1368
|
},
|
1369
1369
|
{
|
1370
1370
|
"disabled": false,
|
1371
|
-
"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)",
|
1372
1372
|
"example": "https://xxxx.com/xxxxx.jpg\t",
|
1373
1373
|
"member": "string",
|
1374
1374
|
"name": "CommissionPicUrl",
|
1375
1375
|
"output_required": false,
|
1376
1376
|
"required": false,
|
1377
1377
|
"type": "string",
|
1378
|
-
"value_allowed_null":
|
1378
|
+
"value_allowed_null": false
|
1379
1379
|
},
|
1380
1380
|
{
|
1381
1381
|
"disabled": false,
|
1382
|
-
"document": "
|
1382
|
+
"document": "经办人手机号,申请人类型为经办人时必填。",
|
1383
1383
|
"example": "18022222222",
|
1384
1384
|
"member": "string",
|
1385
1385
|
"name": "OperatorMobile",
|
1386
1386
|
"output_required": false,
|
1387
1387
|
"required": false,
|
1388
1388
|
"type": "string",
|
1389
|
-
"value_allowed_null":
|
1389
|
+
"value_allowed_null": false
|
1390
1390
|
},
|
1391
1391
|
{
|
1392
1392
|
"disabled": false,
|
1393
|
-
"document": "
|
1393
|
+
"document": "经办人邮箱,申请人类型为经办人时必填。",
|
1394
1394
|
"example": "111@qq.com",
|
1395
1395
|
"member": "string",
|
1396
1396
|
"name": "OperatorEmail",
|
1397
1397
|
"output_required": false,
|
1398
1398
|
"required": false,
|
1399
1399
|
"type": "string",
|
1400
|
-
"value_allowed_null":
|
1400
|
+
"value_allowed_null": false
|
1401
1401
|
},
|
1402
1402
|
{
|
1403
1403
|
"disabled": false,
|
1404
|
-
"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)",
|
1405
1405
|
"example": "https://xxxx.com/xxxxx.jpg",
|
1406
1406
|
"member": "string",
|
1407
1407
|
"name": "OperatorMobilePicUrl",
|
1408
1408
|
"output_required": false,
|
1409
1409
|
"required": false,
|
1410
1410
|
"type": "string",
|
1411
|
-
"value_allowed_null":
|
1411
|
+
"value_allowed_null": false
|
1412
1412
|
}
|
1413
1413
|
],
|
1414
1414
|
"usage": "both"
|
@@ -1429,80 +1429,91 @@
|
|
1429
1429
|
},
|
1430
1430
|
{
|
1431
1431
|
"disabled": false,
|
1432
|
-
"document": "
|
1432
|
+
"document": "公司名称",
|
1433
1433
|
"example": "北京XX公司",
|
1434
1434
|
"member": "string",
|
1435
1435
|
"name": "CompanyName",
|
1436
1436
|
"output_required": false,
|
1437
1437
|
"required": false,
|
1438
1438
|
"type": "string",
|
1439
|
-
"value_allowed_null":
|
1439
|
+
"value_allowed_null": false
|
1440
1440
|
},
|
1441
1441
|
{
|
1442
1442
|
"disabled": false,
|
1443
|
-
"document": "
|
1443
|
+
"document": "创建时间",
|
1444
1444
|
"example": "1653534444",
|
1445
1445
|
"member": "int64",
|
1446
1446
|
"name": "CreateTime",
|
1447
1447
|
"output_required": false,
|
1448
1448
|
"required": false,
|
1449
1449
|
"type": "int",
|
1450
|
-
"value_allowed_null":
|
1450
|
+
"value_allowed_null": false
|
1451
1451
|
},
|
1452
1452
|
{
|
1453
1453
|
"disabled": false,
|
1454
|
-
"document": "
|
1454
|
+
"document": "审核时间",
|
1455
1455
|
"example": "1653534444",
|
1456
1456
|
"member": "int64",
|
1457
1457
|
"name": "CheckTime",
|
1458
1458
|
"output_required": false,
|
1459
1459
|
"required": false,
|
1460
1460
|
"type": "int",
|
1461
|
-
"value_allowed_null":
|
1461
|
+
"value_allowed_null": false
|
1462
1462
|
},
|
1463
1463
|
{
|
1464
1464
|
"disabled": false,
|
1465
|
-
"document": "
|
1465
|
+
"document": "审核备注",
|
1466
1466
|
"example": "通过了",
|
1467
1467
|
"member": "string",
|
1468
1468
|
"name": "CheckMsg",
|
1469
1469
|
"output_required": false,
|
1470
1470
|
"required": false,
|
1471
1471
|
"type": "string",
|
1472
|
-
"value_allowed_null":
|
1472
|
+
"value_allowed_null": false
|
1473
1473
|
},
|
1474
1474
|
{
|
1475
1475
|
"disabled": false,
|
1476
|
-
"document": "审核状态,1-待审核,2-审核通过,3
|
1476
|
+
"document": "审核状态,1-待审核,2-审核通过,3-驳回",
|
1477
1477
|
"example": "1",
|
1478
1478
|
"member": "int64",
|
1479
1479
|
"name": "State",
|
1480
1480
|
"output_required": false,
|
1481
1481
|
"required": false,
|
1482
1482
|
"type": "int",
|
1483
|
-
"value_allowed_null":
|
1483
|
+
"value_allowed_null": false
|
1484
1484
|
},
|
1485
1485
|
{
|
1486
1486
|
"disabled": false,
|
1487
|
-
"document": "
|
1487
|
+
"document": "公司统一社会信用代码",
|
1488
1488
|
"example": "546346435646",
|
1489
1489
|
"member": "string",
|
1490
1490
|
"name": "BusinessId",
|
1491
1491
|
"output_required": false,
|
1492
1492
|
"required": false,
|
1493
1493
|
"type": "string",
|
1494
|
-
"value_allowed_null":
|
1494
|
+
"value_allowed_null": false
|
1495
1495
|
},
|
1496
1496
|
{
|
1497
1497
|
"disabled": false,
|
1498
|
-
"document": "
|
1498
|
+
"document": "修改时间",
|
1499
1499
|
"example": "1653534444",
|
1500
1500
|
"member": "int64",
|
1501
1501
|
"name": "ModifyTime",
|
1502
1502
|
"output_required": false,
|
1503
1503
|
"required": false,
|
1504
1504
|
"type": "int",
|
1505
|
-
"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
|
1506
1517
|
}
|
1507
1518
|
],
|
1508
1519
|
"usage": "both"
|
@@ -1521,8 +1532,8 @@
|
|
1521
1532
|
},
|
1522
1533
|
{
|
1523
1534
|
"disabled": false,
|
1524
|
-
"document": "
|
1525
|
-
"example": "
|
1535
|
+
"document": "被叫号码",
|
1536
|
+
"example": "008613012345678",
|
1526
1537
|
"member": "string",
|
1527
1538
|
"name": "Callee",
|
1528
1539
|
"required": true,
|
@@ -1530,8 +1541,8 @@
|
|
1530
1541
|
},
|
1531
1542
|
{
|
1532
1543
|
"disabled": false,
|
1533
|
-
"document": "用于设定AI
|
1534
|
-
"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": "无",
|
1535
1546
|
"member": "string",
|
1536
1547
|
"name": "SystemPrompt",
|
1537
1548
|
"required": true,
|
@@ -1539,7 +1550,7 @@
|
|
1539
1550
|
},
|
1540
1551
|
{
|
1541
1552
|
"disabled": false,
|
1542
|
-
"document": "
|
1553
|
+
"document": "模型接口协议类型,目前兼容三种协议类型:\n\n- OpenAI协议(包括GPT、混元、DeepSeek等):\"openai\"\n- Azure协议:\"azure\"\n- Minimax协议:\"minimax\"",
|
1543
1554
|
"example": "openai",
|
1544
1555
|
"member": "string",
|
1545
1556
|
"name": "LLMType",
|
@@ -1548,8 +1559,8 @@
|
|
1548
1559
|
},
|
1549
1560
|
{
|
1550
1561
|
"disabled": false,
|
1551
|
-
"document": "
|
1552
|
-
"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",
|
1553
1564
|
"member": "string",
|
1554
1565
|
"name": "Model",
|
1555
1566
|
"required": true,
|
@@ -1557,8 +1568,8 @@
|
|
1557
1568
|
},
|
1558
1569
|
{
|
1559
1570
|
"disabled": false,
|
1560
|
-
"document": "API
|
1561
|
-
"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",
|
1562
1573
|
"member": "string",
|
1563
1574
|
"name": "APIKey",
|
1564
1575
|
"required": true,
|
@@ -1566,8 +1577,8 @@
|
|
1566
1577
|
},
|
1567
1578
|
{
|
1568
1579
|
"disabled": false,
|
1569
|
-
"document": "
|
1570
|
-
"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/",
|
1571
1582
|
"member": "string",
|
1572
1583
|
"name": "APIUrl",
|
1573
1584
|
"required": true,
|
@@ -1575,8 +1586,8 @@
|
|
1575
1586
|
},
|
1576
1587
|
{
|
1577
1588
|
"disabled": false,
|
1578
|
-
"document": "
|
1579
|
-
"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",
|
1580
1591
|
"member": "string",
|
1581
1592
|
"name": "VoiceType",
|
1582
1593
|
"required": false,
|
@@ -1585,7 +1596,7 @@
|
|
1585
1596
|
{
|
1586
1597
|
"disabled": false,
|
1587
1598
|
"document": "主叫号码列表",
|
1588
|
-
"example": "
|
1599
|
+
"example": "[008613912341234, 008613912341235]",
|
1589
1600
|
"member": "string",
|
1590
1601
|
"name": "Callers",
|
1591
1602
|
"required": false,
|
@@ -1603,7 +1614,7 @@
|
|
1603
1614
|
{
|
1604
1615
|
"disabled": false,
|
1605
1616
|
"document": "0:使用welcomeMessage(为空时,被叫先说话;不为空时,机器人先说话)\n1: 使用ai根据prompt自动生成welcomeMessage并先说话",
|
1606
|
-
"example": "0
|
1617
|
+
"example": "0",
|
1607
1618
|
"member": "int64",
|
1608
1619
|
"name": "WelcomeType",
|
1609
1620
|
"required": false,
|
@@ -1674,7 +1685,7 @@
|
|
1674
1685
|
},
|
1675
1686
|
{
|
1676
1687
|
"disabled": false,
|
1677
|
-
"document": "用户NotifyDuration没说话,
|
1688
|
+
"document": "用户NotifyDuration没说话,AI提示的语句,默认是\"抱歉,我没听清。您可以重复下吗?\"",
|
1678
1689
|
"example": "抱歉,我没听清。您可以重复下吗?",
|
1679
1690
|
"member": "string",
|
1680
1691
|
"name": "NotifyMessage",
|
@@ -1683,7 +1694,7 @@
|
|
1683
1694
|
},
|
1684
1695
|
{
|
1685
1696
|
"disabled": false,
|
1686
|
-
"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>",
|
1687
1698
|
"example": "{ \t\"TTSType\": \"azure\", \t\"SubscriptionKey\": \"xxxxxxxx\", \t\"Region\": \"chinanorth3\", \t\"VoiceName\": \"zh-CN-XiaoxiaoNeural\", \t\"Language\": \"zh-CN\", \t\"Rate\": 1 }",
|
1688
1699
|
"member": "string",
|
1689
1700
|
"name": "CustomTTSConfig",
|
@@ -2167,7 +2178,7 @@
|
|
2167
2178
|
"members": [
|
2168
2179
|
{
|
2169
2180
|
"disabled": false,
|
2170
|
-
"document": "
|
2181
|
+
"document": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc",
|
2171
2182
|
"example": "1400000000",
|
2172
2183
|
"member": "uint64",
|
2173
2184
|
"name": "SdkAppId",
|
@@ -2490,6 +2501,33 @@
|
|
2490
2501
|
"name": "RetryTimes",
|
2491
2502
|
"required": false,
|
2492
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"
|
2493
2531
|
}
|
2494
2532
|
],
|
2495
2533
|
"type": "object"
|
@@ -2629,13 +2667,13 @@
|
|
2629
2667
|
"members": [
|
2630
2668
|
{
|
2631
2669
|
"disabled": false,
|
2632
|
-
"document": "
|
2670
|
+
"document": "错误坐席列表及错误信息",
|
2633
2671
|
"example": "[{ \t\"StaffEmail\": \"foobar@example.com\" }]",
|
2634
2672
|
"member": "ErrStaffItem",
|
2635
2673
|
"name": "ErrorStaffList",
|
2636
2674
|
"output_required": true,
|
2637
2675
|
"type": "list",
|
2638
|
-
"value_allowed_null":
|
2676
|
+
"value_allowed_null": false
|
2639
2677
|
},
|
2640
2678
|
{
|
2641
2679
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
@@ -2715,7 +2753,7 @@
|
|
2715
2753
|
"members": [
|
2716
2754
|
{
|
2717
2755
|
"disabled": false,
|
2718
|
-
"document": "
|
2756
|
+
"document": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc",
|
2719
2757
|
"example": "1400000000",
|
2720
2758
|
"member": "uint64",
|
2721
2759
|
"name": "SdkAppId",
|
@@ -2811,13 +2849,13 @@
|
|
2811
2849
|
"members": [
|
2812
2850
|
{
|
2813
2851
|
"disabled": false,
|
2814
|
-
"document": "
|
2852
|
+
"document": "无法删除的状态为在线的客服列表",
|
2815
2853
|
"example": "[\"staff1@xxx.com\",\"staff2@xxx.com\"]",
|
2816
2854
|
"member": "string",
|
2817
2855
|
"name": "OnlineStaffList",
|
2818
2856
|
"output_required": true,
|
2819
2857
|
"type": "list",
|
2820
|
-
"value_allowed_null":
|
2858
|
+
"value_allowed_null": false
|
2821
2859
|
},
|
2822
2860
|
{
|
2823
2861
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
@@ -2962,7 +3000,7 @@
|
|
2962
3000
|
{
|
2963
3001
|
"disabled": false,
|
2964
3002
|
"document": "任务起始时间戳",
|
2965
|
-
"example": "
|
3003
|
+
"example": "1729905740",
|
2966
3004
|
"member": "int64",
|
2967
3005
|
"name": "NotBefore",
|
2968
3006
|
"output_required": true,
|
@@ -2972,7 +3010,7 @@
|
|
2972
3010
|
{
|
2973
3011
|
"disabled": false,
|
2974
3012
|
"document": "任务结束时间戳\n注意:此字段可能返回 null,表示取不到有效值。",
|
2975
|
-
"example": "
|
3013
|
+
"example": "1729905750",
|
2976
3014
|
"member": "int64",
|
2977
3015
|
"name": "NotAfter",
|
2978
3016
|
"output_required": true,
|
@@ -3217,23 +3255,23 @@
|
|
3217
3255
|
},
|
3218
3256
|
{
|
3219
3257
|
"disabled": false,
|
3220
|
-
"document": "
|
3221
|
-
"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\"}]}]",
|
3222
3260
|
"member": "CallInNumberMetrics",
|
3223
3261
|
"name": "NumberMetrics",
|
3224
3262
|
"output_required": true,
|
3225
3263
|
"type": "list",
|
3226
|
-
"value_allowed_null":
|
3264
|
+
"value_allowed_null": false
|
3227
3265
|
},
|
3228
3266
|
{
|
3229
3267
|
"disabled": false,
|
3230
|
-
"document": "
|
3231
|
-
"example": "[{\"SkillGroupId\":0,\"Name\":\"
|
3268
|
+
"document": "技能组维度指标",
|
3269
|
+
"example": "[{\"SkillGroupId\":0,\"Name\":\"客服一组\"}]",
|
3232
3270
|
"member": "CallInSkillGroupMetrics",
|
3233
3271
|
"name": "SkillGroupMetrics",
|
3234
3272
|
"output_required": true,
|
3235
3273
|
"type": "list",
|
3236
|
-
"value_allowed_null":
|
3274
|
+
"value_allowed_null": false
|
3237
3275
|
},
|
3238
3276
|
{
|
3239
3277
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
@@ -3402,13 +3440,13 @@
|
|
3402
3440
|
},
|
3403
3441
|
{
|
3404
3442
|
"disabled": false,
|
3405
|
-
"document": "
|
3443
|
+
"document": "消息列表",
|
3406
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!\"}]}]",
|
3407
3445
|
"member": "MessageBody",
|
3408
3446
|
"name": "Messages",
|
3409
3447
|
"output_required": true,
|
3410
3448
|
"type": "list",
|
3411
|
-
"value_allowed_null":
|
3449
|
+
"value_allowed_null": false
|
3412
3450
|
},
|
3413
3451
|
{
|
3414
3452
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
@@ -3475,13 +3513,13 @@
|
|
3475
3513
|
"members": [
|
3476
3514
|
{
|
3477
3515
|
"disabled": false,
|
3478
|
-
"document": "
|
3516
|
+
"document": "总数",
|
3479
3517
|
"example": "12",
|
3480
3518
|
"member": "int64",
|
3481
3519
|
"name": "TotalCount",
|
3482
3520
|
"output_required": false,
|
3483
3521
|
"type": "int",
|
3484
|
-
"value_allowed_null":
|
3522
|
+
"value_allowed_null": false
|
3485
3523
|
},
|
3486
3524
|
{
|
3487
3525
|
"disabled": false,
|
@@ -3507,7 +3545,7 @@
|
|
3507
3545
|
"members": [
|
3508
3546
|
{
|
3509
3547
|
"disabled": false,
|
3510
|
-
"document": "
|
3548
|
+
"document": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc",
|
3511
3549
|
"example": "1400000000",
|
3512
3550
|
"member": "uint64",
|
3513
3551
|
"name": "SdkAppId",
|
@@ -3593,7 +3631,7 @@
|
|
3593
3631
|
"members": [
|
3594
3632
|
{
|
3595
3633
|
"disabled": false,
|
3596
|
-
"document": "
|
3634
|
+
"document": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc",
|
3597
3635
|
"example": "1400000000",
|
3598
3636
|
"member": "uint64",
|
3599
3637
|
"name": "SdkAppId",
|
@@ -3755,13 +3793,13 @@
|
|
3755
3793
|
},
|
3756
3794
|
{
|
3757
3795
|
"disabled": false,
|
3758
|
-
"document": "
|
3759
|
-
"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\"}]",
|
3760
3798
|
"member": "IMCdrInfo",
|
3761
3799
|
"name": "IMCdrList",
|
3762
3800
|
"output_required": true,
|
3763
3801
|
"type": "list",
|
3764
|
-
"value_allowed_null":
|
3802
|
+
"value_allowed_null": false
|
3765
3803
|
},
|
3766
3804
|
{
|
3767
3805
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
@@ -4256,83 +4294,83 @@
|
|
4256
4294
|
"members": [
|
4257
4295
|
{
|
4258
4296
|
"disabled": false,
|
4259
|
-
"document": "任务 ID
|
4297
|
+
"document": "任务 ID",
|
4260
4298
|
"example": "2569",
|
4261
4299
|
"member": "int64",
|
4262
4300
|
"name": "CampaignId",
|
4263
4301
|
"output_required": false,
|
4264
4302
|
"type": "int",
|
4265
|
-
"value_allowed_null":
|
4303
|
+
"value_allowed_null": false
|
4266
4304
|
},
|
4267
4305
|
{
|
4268
4306
|
"disabled": false,
|
4269
|
-
"document": "
|
4307
|
+
"document": "任务名称",
|
4270
4308
|
"example": "新能源SUV推荐",
|
4271
4309
|
"member": "string",
|
4272
4310
|
"name": "Name",
|
4273
4311
|
"output_required": false,
|
4274
4312
|
"type": "string",
|
4275
|
-
"value_allowed_null":
|
4313
|
+
"value_allowed_null": false
|
4276
4314
|
},
|
4277
4315
|
{
|
4278
4316
|
"disabled": false,
|
4279
|
-
"document": "任务状态 0 待开始 1 进行中 2 已暂停 3 已终止 4
|
4317
|
+
"document": "任务状态 0 待开始 1 进行中 2 已暂停 3 已终止 4 已完成",
|
4280
4318
|
"example": "0",
|
4281
4319
|
"member": "int64",
|
4282
4320
|
"name": "Status",
|
4283
4321
|
"output_required": false,
|
4284
4322
|
"type": "int",
|
4285
|
-
"value_allowed_null":
|
4323
|
+
"value_allowed_null": false
|
4286
4324
|
},
|
4287
4325
|
{
|
4288
4326
|
"disabled": false,
|
4289
|
-
"document": "任务状态原因 0 正常 1 手动结束 2
|
4327
|
+
"document": "任务状态原因 0 正常 1 手动结束 2 超时结束",
|
4290
4328
|
"example": "0",
|
4291
4329
|
"member": "int64",
|
4292
4330
|
"name": "StatusReason",
|
4293
4331
|
"output_required": false,
|
4294
4332
|
"type": "int",
|
4295
|
-
"value_allowed_null":
|
4333
|
+
"value_allowed_null": false
|
4296
4334
|
},
|
4297
4335
|
{
|
4298
4336
|
"disabled": false,
|
4299
|
-
"document": "
|
4337
|
+
"document": "被叫号码个数",
|
4300
4338
|
"example": "1000",
|
4301
4339
|
"member": "int64",
|
4302
4340
|
"name": "CalleeCount",
|
4303
4341
|
"output_required": false,
|
4304
4342
|
"type": "int",
|
4305
|
-
"value_allowed_null":
|
4343
|
+
"value_allowed_null": false
|
4306
4344
|
},
|
4307
4345
|
{
|
4308
4346
|
"disabled": false,
|
4309
|
-
"document": "
|
4347
|
+
"document": "已完成的被叫个数",
|
4310
4348
|
"example": "0",
|
4311
4349
|
"member": "int64",
|
4312
4350
|
"name": "FinishedCalleeCount",
|
4313
4351
|
"output_required": false,
|
4314
4352
|
"type": "int",
|
4315
|
-
"value_allowed_null":
|
4353
|
+
"value_allowed_null": false
|
4316
4354
|
},
|
4317
4355
|
{
|
4318
4356
|
"disabled": false,
|
4319
|
-
"document": "相同应用内多个任务运行优先级,从高到底 1 - 5
|
4357
|
+
"document": "相同应用内多个任务运行优先级,从高到底 1 - 5",
|
4320
4358
|
"example": "3",
|
4321
4359
|
"member": "int64",
|
4322
4360
|
"name": "Priority",
|
4323
4361
|
"output_required": false,
|
4324
4362
|
"type": "int",
|
4325
|
-
"value_allowed_null":
|
4363
|
+
"value_allowed_null": false
|
4326
4364
|
},
|
4327
4365
|
{
|
4328
4366
|
"disabled": false,
|
4329
|
-
"document": "使用的座席技能组 ID
|
4367
|
+
"document": "使用的座席技能组 ID",
|
4330
4368
|
"example": "255",
|
4331
4369
|
"member": "int64",
|
4332
4370
|
"name": "SkillGroupId",
|
4333
4371
|
"output_required": false,
|
4334
4372
|
"type": "int",
|
4335
|
-
"value_allowed_null":
|
4373
|
+
"value_allowed_null": false
|
4336
4374
|
}
|
4337
4375
|
],
|
4338
4376
|
"usage": "out"
|
@@ -4393,23 +4431,23 @@
|
|
4393
4431
|
"members": [
|
4394
4432
|
{
|
4395
4433
|
"disabled": false,
|
4396
|
-
"document": "
|
4434
|
+
"document": "数据总量",
|
4397
4435
|
"example": "66",
|
4398
4436
|
"member": "int64",
|
4399
4437
|
"name": "TotalCount",
|
4400
4438
|
"output_required": false,
|
4401
4439
|
"type": "int",
|
4402
|
-
"value_allowed_null":
|
4440
|
+
"value_allowed_null": false
|
4403
4441
|
},
|
4404
4442
|
{
|
4405
4443
|
"disabled": false,
|
4406
|
-
"document": "
|
4444
|
+
"document": "数据",
|
4407
4445
|
"example": "无",
|
4408
4446
|
"member": "DescribePredictiveDialingCampaignsElement",
|
4409
4447
|
"name": "CampaignList",
|
4410
4448
|
"output_required": false,
|
4411
4449
|
"type": "list",
|
4412
|
-
"value_allowed_null":
|
4450
|
+
"value_allowed_null": false
|
4413
4451
|
},
|
4414
4452
|
{
|
4415
4453
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
@@ -4561,7 +4599,7 @@
|
|
4561
4599
|
{
|
4562
4600
|
"disabled": true,
|
4563
4601
|
"document": "话单记录",
|
4564
|
-
"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\":[]}]",
|
4565
4603
|
"member": "TelCdrInfo",
|
4566
4604
|
"name": "TelCdrs",
|
4567
4605
|
"output_required": true,
|
@@ -4571,7 +4609,7 @@
|
|
4571
4609
|
{
|
4572
4610
|
"disabled": false,
|
4573
4611
|
"document": "话单记录",
|
4574
|
-
"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\":[]}]",
|
4575
4613
|
"member": "TelCdrInfo",
|
4576
4614
|
"name": "TelCdrList",
|
4577
4615
|
"output_required": true,
|
@@ -5062,7 +5100,7 @@
|
|
5062
5100
|
{
|
5063
5101
|
"disabled": true,
|
5064
5102
|
"document": "话单记录",
|
5065
|
-
"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\":[]}]",
|
5066
5104
|
"member": "TelCdrInfo",
|
5067
5105
|
"name": "TelCdrs",
|
5068
5106
|
"output_required": true,
|
@@ -5072,7 +5110,7 @@
|
|
5072
5110
|
{
|
5073
5111
|
"disabled": false,
|
5074
5112
|
"document": "话单记录",
|
5075
|
-
"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\":[]}]",
|
5076
5114
|
"member": "TelCdrInfo",
|
5077
5115
|
"name": "TelCdrList",
|
5078
5116
|
"output_required": true,
|
@@ -5117,13 +5155,13 @@
|
|
5117
5155
|
"members": [
|
5118
5156
|
{
|
5119
5157
|
"disabled": false,
|
5120
|
-
"document": "
|
5158
|
+
"document": "录音转文本信息",
|
5121
5159
|
"example": "无",
|
5122
5160
|
"member": "AsrData",
|
5123
5161
|
"name": "AsrDataList",
|
5124
5162
|
"output_required": true,
|
5125
5163
|
"type": "list",
|
5126
|
-
"value_allowed_null":
|
5164
|
+
"value_allowed_null": false
|
5127
5165
|
},
|
5128
5166
|
{
|
5129
5167
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
@@ -5408,7 +5446,7 @@
|
|
5408
5446
|
"members": [
|
5409
5447
|
{
|
5410
5448
|
"disabled": false,
|
5411
|
-
"document": "
|
5449
|
+
"document": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc",
|
5412
5450
|
"example": "1400000000",
|
5413
5451
|
"member": "uint64",
|
5414
5452
|
"name": "SdkAppId",
|
@@ -5514,33 +5552,33 @@
|
|
5514
5552
|
},
|
5515
5553
|
{
|
5516
5554
|
"disabled": false,
|
5517
|
-
"document": "会话ID
|
5555
|
+
"document": "会话ID",
|
5518
5556
|
"example": "87fa1d7a-4194-4f2a-83dc-d7c293411720",
|
5519
5557
|
"member": "string",
|
5520
5558
|
"name": "SessionId",
|
5521
5559
|
"output_required": true,
|
5522
5560
|
"type": "string",
|
5523
|
-
"value_allowed_null":
|
5561
|
+
"value_allowed_null": false
|
5524
5562
|
},
|
5525
5563
|
{
|
5526
5564
|
"disabled": false,
|
5527
|
-
"document": "技能组ID
|
5565
|
+
"document": "技能组ID",
|
5528
5566
|
"example": "1154",
|
5529
5567
|
"member": "string",
|
5530
5568
|
"name": "SkillGroupId",
|
5531
5569
|
"output_required": true,
|
5532
5570
|
"type": "string",
|
5533
|
-
"value_allowed_null":
|
5571
|
+
"value_allowed_null": false
|
5534
5572
|
},
|
5535
5573
|
{
|
5536
5574
|
"disabled": false,
|
5537
|
-
"document": "
|
5575
|
+
"document": "技能组名称",
|
5538
5576
|
"example": "foo",
|
5539
5577
|
"member": "string",
|
5540
5578
|
"name": "SkillGroupName",
|
5541
5579
|
"output_required": true,
|
5542
5580
|
"type": "string",
|
5543
|
-
"value_allowed_null":
|
5581
|
+
"value_allowed_null": false
|
5544
5582
|
},
|
5545
5583
|
{
|
5546
5584
|
"disabled": false,
|
@@ -5570,23 +5608,23 @@
|
|
5570
5608
|
"members": [
|
5571
5609
|
{
|
5572
5610
|
"disabled": false,
|
5573
|
-
"document": "
|
5611
|
+
"document": "满意度值",
|
5574
5612
|
"example": "2",
|
5575
5613
|
"member": "int64",
|
5576
5614
|
"name": "Id",
|
5577
|
-
"
|
5615
|
+
"output_required": true,
|
5578
5616
|
"type": "int",
|
5579
|
-
"value_allowed_null":
|
5617
|
+
"value_allowed_null": false
|
5580
5618
|
},
|
5581
5619
|
{
|
5582
5620
|
"disabled": false,
|
5583
|
-
"document": "
|
5621
|
+
"document": "满意度标签",
|
5584
5622
|
"example": "非常满意",
|
5585
5623
|
"member": "string",
|
5586
5624
|
"name": "Label",
|
5587
|
-
"
|
5625
|
+
"output_required": true,
|
5588
5626
|
"type": "string",
|
5589
|
-
"value_allowed_null":
|
5627
|
+
"value_allowed_null": false
|
5590
5628
|
}
|
5591
5629
|
],
|
5592
5630
|
"usage": "out"
|
@@ -5596,63 +5634,63 @@
|
|
5596
5634
|
"members": [
|
5597
5635
|
{
|
5598
5636
|
"disabled": false,
|
5599
|
-
"document": "
|
5637
|
+
"document": "命中的关键字或者按键",
|
5600
5638
|
"example": "1",
|
5601
5639
|
"member": "string",
|
5602
5640
|
"name": "Key",
|
5603
5641
|
"output_required": true,
|
5604
5642
|
"type": "string",
|
5605
|
-
"value_allowed_null":
|
5643
|
+
"value_allowed_null": false
|
5606
5644
|
},
|
5607
5645
|
{
|
5608
5646
|
"disabled": false,
|
5609
|
-
"document": "
|
5647
|
+
"document": "按键关联的标签",
|
5610
5648
|
"example": "非常满意",
|
5611
5649
|
"member": "string",
|
5612
5650
|
"name": "Label",
|
5613
5651
|
"output_required": true,
|
5614
5652
|
"type": "string",
|
5615
|
-
"value_allowed_null":
|
5653
|
+
"value_allowed_null": false
|
5616
5654
|
},
|
5617
5655
|
{
|
5618
5656
|
"disabled": false,
|
5619
|
-
"document": "Unix
|
5657
|
+
"document": "Unix 毫秒时间戳",
|
5620
5658
|
"example": "1729697241440",
|
5621
5659
|
"member": "int64",
|
5622
5660
|
"name": "Timestamp",
|
5623
5661
|
"output_required": false,
|
5624
5662
|
"type": "int",
|
5625
|
-
"value_allowed_null":
|
5663
|
+
"value_allowed_null": false
|
5626
5664
|
},
|
5627
5665
|
{
|
5628
5666
|
"disabled": false,
|
5629
|
-
"document": "
|
5667
|
+
"document": "节点标签",
|
5630
5668
|
"example": "分支节点",
|
5631
5669
|
"member": "string",
|
5632
5670
|
"name": "NodeLabel",
|
5633
5671
|
"output_required": false,
|
5634
5672
|
"type": "string",
|
5635
|
-
"value_allowed_null":
|
5673
|
+
"value_allowed_null": false
|
5636
5674
|
},
|
5637
5675
|
{
|
5638
5676
|
"disabled": false,
|
5639
|
-
"document": "
|
5677
|
+
"document": "用户原始输入",
|
5640
5678
|
"example": "1",
|
5641
5679
|
"member": "string",
|
5642
5680
|
"name": "OriginalContent",
|
5643
5681
|
"output_required": false,
|
5644
5682
|
"type": "string",
|
5645
|
-
"value_allowed_null":
|
5683
|
+
"value_allowed_null": false
|
5646
5684
|
},
|
5647
5685
|
{
|
5648
5686
|
"disabled": false,
|
5649
|
-
"document": "TTS
|
5687
|
+
"document": "TTS 提示音内容",
|
5650
5688
|
"example": "无",
|
5651
5689
|
"member": "string",
|
5652
5690
|
"name": "TTSPrompt",
|
5653
5691
|
"output_required": false,
|
5654
5692
|
"type": "string",
|
5655
|
-
"value_allowed_null":
|
5693
|
+
"value_allowed_null": false
|
5656
5694
|
}
|
5657
5695
|
],
|
5658
5696
|
"usage": "out"
|
@@ -5760,7 +5798,7 @@
|
|
5760
5798
|
"members": [
|
5761
5799
|
{
|
5762
5800
|
"disabled": false,
|
5763
|
-
"document": "
|
5801
|
+
"document": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc",
|
5764
5802
|
"example": "1400000000",
|
5765
5803
|
"member": "uint64",
|
5766
5804
|
"name": "SdkAppId",
|
@@ -6568,7 +6606,7 @@
|
|
6568
6606
|
"members": [
|
6569
6607
|
{
|
6570
6608
|
"disabled": false,
|
6571
|
-
"document": "
|
6609
|
+
"document": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc",
|
6572
6610
|
"example": "1400000000",
|
6573
6611
|
"member": "uint64",
|
6574
6612
|
"name": "SdkAppId",
|
@@ -6700,13 +6738,13 @@
|
|
6700
6738
|
},
|
6701
6739
|
{
|
6702
6740
|
"disabled": false,
|
6703
|
-
"document": "
|
6741
|
+
"document": "办公电话购买数(还在有效期内)",
|
6704
6742
|
"example": "10",
|
6705
6743
|
"member": "int64",
|
6706
6744
|
"name": "SipBuyNum",
|
6707
6745
|
"output_required": true,
|
6708
6746
|
"type": "int",
|
6709
|
-
"value_allowed_null":
|
6747
|
+
"value_allowed_null": false
|
6710
6748
|
}
|
6711
6749
|
],
|
6712
6750
|
"usage": "out"
|
@@ -6738,14 +6776,14 @@
|
|
6738
6776
|
},
|
6739
6777
|
{
|
6740
6778
|
"disabled": false,
|
6741
|
-
"document": "
|
6779
|
+
"document": "工号",
|
6742
6780
|
"example": "007",
|
6743
6781
|
"member": "string",
|
6744
6782
|
"name": "StaffNumber",
|
6745
6783
|
"output_required": true,
|
6746
6784
|
"required": true,
|
6747
6785
|
"type": "string",
|
6748
|
-
"value_allowed_null":
|
6786
|
+
"value_allowed_null": false
|
6749
6787
|
},
|
6750
6788
|
{
|
6751
6789
|
"disabled": false,
|
@@ -6782,25 +6820,25 @@
|
|
6782
6820
|
},
|
6783
6821
|
{
|
6784
6822
|
"disabled": false,
|
6785
|
-
"document": "
|
6823
|
+
"document": "座席关联的技能组列表",
|
6786
6824
|
"example": "\"\"",
|
6787
6825
|
"member": "string",
|
6788
6826
|
"name": "SkillGroupNameList",
|
6789
6827
|
"output_required": true,
|
6790
6828
|
"required": false,
|
6791
6829
|
"type": "list",
|
6792
|
-
"value_allowed_null":
|
6830
|
+
"value_allowed_null": false
|
6793
6831
|
},
|
6794
6832
|
{
|
6795
6833
|
"disabled": false,
|
6796
|
-
"document": "1:管理员\n2:质检员\n3:普通座席\nelse:自定义角色ID
|
6834
|
+
"document": "1:管理员\n2:质检员\n3:普通座席\nelse:自定义角色ID",
|
6797
6835
|
"example": "1",
|
6798
6836
|
"member": "int64",
|
6799
6837
|
"name": "Role",
|
6800
6838
|
"output_required": false,
|
6801
6839
|
"required": false,
|
6802
6840
|
"type": "int",
|
6803
|
-
"value_allowed_null":
|
6841
|
+
"value_allowed_null": false
|
6804
6842
|
}
|
6805
6843
|
],
|
6806
6844
|
"usage": "both"
|
@@ -6810,183 +6848,183 @@
|
|
6810
6848
|
"members": [
|
6811
6849
|
{
|
6812
6850
|
"disabled": false,
|
6813
|
-
"document": "
|
6851
|
+
"document": "座席邮箱",
|
6814
6852
|
"example": "foo@tencent.com",
|
6815
6853
|
"member": "string",
|
6816
6854
|
"name": "Mail",
|
6817
6855
|
"output_required": true,
|
6818
6856
|
"type": "string",
|
6819
|
-
"value_allowed_null":
|
6857
|
+
"value_allowed_null": false
|
6820
6858
|
},
|
6821
6859
|
{
|
6822
6860
|
"disabled": false,
|
6823
|
-
"document": "
|
6861
|
+
"document": "座席电话",
|
6824
6862
|
"example": "008613012345678",
|
6825
6863
|
"member": "string",
|
6826
6864
|
"name": "Phone",
|
6827
6865
|
"output_required": true,
|
6828
6866
|
"type": "string",
|
6829
|
-
"value_allowed_null":
|
6867
|
+
"value_allowed_null": false
|
6830
6868
|
},
|
6831
6869
|
{
|
6832
6870
|
"disabled": false,
|
6833
|
-
"document": "振铃时间戳,Unix
|
6871
|
+
"document": "振铃时间戳,Unix 秒级时间戳",
|
6834
6872
|
"example": "1611631881",
|
6835
6873
|
"member": "int64",
|
6836
6874
|
"name": "RingTimestamp",
|
6837
6875
|
"output_required": true,
|
6838
6876
|
"type": "int",
|
6839
|
-
"value_allowed_null":
|
6877
|
+
"value_allowed_null": false
|
6840
6878
|
},
|
6841
6879
|
{
|
6842
6880
|
"disabled": false,
|
6843
|
-
"document": "接听时间戳,Unix
|
6881
|
+
"document": "接听时间戳,Unix 秒级时间戳",
|
6844
6882
|
"example": "1611631881",
|
6845
6883
|
"member": "int64",
|
6846
6884
|
"name": "AcceptTimestamp",
|
6847
6885
|
"output_required": true,
|
6848
6886
|
"type": "int",
|
6849
|
-
"value_allowed_null":
|
6887
|
+
"value_allowed_null": false
|
6850
6888
|
},
|
6851
6889
|
{
|
6852
6890
|
"disabled": false,
|
6853
|
-
"document": "结束时间戳,Unix
|
6891
|
+
"document": "结束时间戳,Unix 秒级时间戳",
|
6854
6892
|
"example": "1611631891",
|
6855
6893
|
"member": "int64",
|
6856
6894
|
"name": "EndedTimestamp",
|
6857
6895
|
"output_required": true,
|
6858
6896
|
"type": "int",
|
6859
|
-
"value_allowed_null":
|
6897
|
+
"value_allowed_null": false
|
6860
6898
|
},
|
6861
6899
|
{
|
6862
6900
|
"disabled": false,
|
6863
|
-
"document": "录音 ID
|
6901
|
+
"document": "录音 ID,能够索引到座席侧的录音",
|
6864
6902
|
"example": "1611631881",
|
6865
6903
|
"member": "string",
|
6866
6904
|
"name": "RecordId",
|
6867
6905
|
"output_required": true,
|
6868
6906
|
"type": "string",
|
6869
|
-
"value_allowed_null":
|
6907
|
+
"value_allowed_null": false
|
6870
6908
|
},
|
6871
6909
|
{
|
6872
6910
|
"disabled": false,
|
6873
|
-
"document": "参与者类型,\"staffSeat\", \"outboundSeat\", \"staffPhoneSeat\"
|
6911
|
+
"document": "参与者类型,\"staffSeat\", \"outboundSeat\", \"staffPhoneSeat\"",
|
6874
6912
|
"example": "staffSeat",
|
6875
6913
|
"member": "string",
|
6876
6914
|
"name": "Type",
|
6877
6915
|
"output_required": true,
|
6878
6916
|
"type": "string",
|
6879
|
-
"value_allowed_null":
|
6917
|
+
"value_allowed_null": false
|
6880
6918
|
},
|
6881
6919
|
{
|
6882
6920
|
"disabled": false,
|
6883
|
-
"document": "
|
6921
|
+
"document": "转接来源座席信息",
|
6884
6922
|
"example": "bar@tencent.com",
|
6885
6923
|
"member": "string",
|
6886
6924
|
"name": "TransferFrom",
|
6887
6925
|
"output_required": true,
|
6888
6926
|
"type": "string",
|
6889
|
-
"value_allowed_null":
|
6927
|
+
"value_allowed_null": false
|
6890
6928
|
},
|
6891
6929
|
{
|
6892
6930
|
"disabled": false,
|
6893
|
-
"document": "转接来源参与者类型,取值与 Type
|
6931
|
+
"document": "转接来源参与者类型,取值与 Type 一致",
|
6894
6932
|
"example": "staffSeat",
|
6895
6933
|
"member": "string",
|
6896
6934
|
"name": "TransferFromType",
|
6897
6935
|
"output_required": true,
|
6898
6936
|
"type": "string",
|
6899
|
-
"value_allowed_null":
|
6937
|
+
"value_allowed_null": false
|
6900
6938
|
},
|
6901
6939
|
{
|
6902
6940
|
"disabled": false,
|
6903
|
-
"document": "
|
6941
|
+
"document": "转接去向座席信息",
|
6904
6942
|
"example": "san@tencent.com",
|
6905
6943
|
"member": "string",
|
6906
6944
|
"name": "TransferTo",
|
6907
6945
|
"output_required": true,
|
6908
6946
|
"type": "string",
|
6909
|
-
"value_allowed_null":
|
6947
|
+
"value_allowed_null": false
|
6910
6948
|
},
|
6911
6949
|
{
|
6912
6950
|
"disabled": false,
|
6913
|
-
"document": "转接去向参与者类型,取值与 Type
|
6951
|
+
"document": "转接去向参与者类型,取值与 Type 一致",
|
6914
6952
|
"example": "staffSeat",
|
6915
6953
|
"member": "string",
|
6916
6954
|
"name": "TransferToType",
|
6917
6955
|
"output_required": true,
|
6918
6956
|
"type": "string",
|
6919
|
-
"value_allowed_null":
|
6957
|
+
"value_allowed_null": false
|
6920
6958
|
},
|
6921
6959
|
{
|
6922
6960
|
"disabled": false,
|
6923
|
-
"document": "技能组 ID
|
6961
|
+
"document": "技能组 ID",
|
6924
6962
|
"example": "1101",
|
6925
6963
|
"member": "int64",
|
6926
6964
|
"name": "SkillGroupId",
|
6927
6965
|
"output_required": true,
|
6928
6966
|
"type": "int",
|
6929
|
-
"value_allowed_null":
|
6967
|
+
"value_allowed_null": false
|
6930
6968
|
},
|
6931
6969
|
{
|
6932
6970
|
"disabled": false,
|
6933
|
-
"document": "
|
6971
|
+
"document": "结束状态",
|
6934
6972
|
"example": "ok unconnected seatGiveUp seatForward outboundForward ivrGiveUp ",
|
6935
6973
|
"member": "string",
|
6936
6974
|
"name": "EndStatusString",
|
6937
6975
|
"output_required": true,
|
6938
6976
|
"type": "string",
|
6939
|
-
"value_allowed_null":
|
6977
|
+
"value_allowed_null": false
|
6940
6978
|
},
|
6941
6979
|
{
|
6942
6980
|
"disabled": false,
|
6943
|
-
"document": "录音 URL
|
6981
|
+
"document": "录音 URL",
|
6944
6982
|
"example": "https://xxxxxxx",
|
6945
6983
|
"member": "string",
|
6946
6984
|
"name": "RecordURL",
|
6947
6985
|
"output_required": true,
|
6948
6986
|
"type": "string",
|
6949
|
-
"value_allowed_null":
|
6987
|
+
"value_allowed_null": false
|
6950
6988
|
},
|
6951
6989
|
{
|
6952
6990
|
"disabled": false,
|
6953
|
-
"document": "参与者序号,从 0
|
6991
|
+
"document": "参与者序号,从 0 开始",
|
6954
6992
|
"example": "0",
|
6955
6993
|
"member": "int64",
|
6956
6994
|
"name": "Sequence",
|
6957
6995
|
"output_required": true,
|
6958
6996
|
"type": "int",
|
6959
|
-
"value_allowed_null":
|
6997
|
+
"value_allowed_null": false
|
6960
6998
|
},
|
6961
6999
|
{
|
6962
7000
|
"disabled": false,
|
6963
|
-
"document": "开始时间戳,Unix
|
7001
|
+
"document": "开始时间戳,Unix 秒级时间戳",
|
6964
7002
|
"example": "1611631881",
|
6965
7003
|
"member": "int64",
|
6966
7004
|
"name": "StartTimestamp",
|
6967
7005
|
"output_required": true,
|
6968
7006
|
"type": "int",
|
6969
|
-
"value_allowed_null":
|
7007
|
+
"value_allowed_null": false
|
6970
7008
|
},
|
6971
7009
|
{
|
6972
7010
|
"disabled": false,
|
6973
|
-
"document": "
|
7011
|
+
"document": "技能组名称",
|
6974
7012
|
"example": "tel",
|
6975
7013
|
"member": "string",
|
6976
7014
|
"name": "SkillGroupName",
|
6977
7015
|
"output_required": true,
|
6978
7016
|
"type": "string",
|
6979
|
-
"value_allowed_null":
|
7017
|
+
"value_allowed_null": false
|
6980
7018
|
},
|
6981
7019
|
{
|
6982
7020
|
"disabled": false,
|
6983
|
-
"document": "录音转存第三方COS
|
7021
|
+
"document": "录音转存第三方COS地址",
|
6984
7022
|
"example": "https://xxxxxxx",
|
6985
7023
|
"member": "string",
|
6986
7024
|
"name": "CustomRecordURL",
|
6987
7025
|
"output_required": true,
|
6988
7026
|
"type": "string",
|
6989
|
-
"value_allowed_null":
|
7027
|
+
"value_allowed_null": false
|
6990
7028
|
}
|
6991
7029
|
],
|
6992
7030
|
"usage": "out"
|
@@ -7026,63 +7064,63 @@
|
|
7026
7064
|
},
|
7027
7065
|
{
|
7028
7066
|
"disabled": false,
|
7029
|
-
"document": "
|
7067
|
+
"document": "会话分配策略",
|
7030
7068
|
"example": "fifo",
|
7031
7069
|
"member": "string",
|
7032
7070
|
"name": "RoutePolicy",
|
7033
7071
|
"output_required": true,
|
7034
7072
|
"type": "string",
|
7035
|
-
"value_allowed_null":
|
7073
|
+
"value_allowed_null": false
|
7036
7074
|
},
|
7037
7075
|
{
|
7038
7076
|
"disabled": false,
|
7039
|
-
"document": "
|
7077
|
+
"document": "会话分配是否优先上次服务座席",
|
7040
7078
|
"example": "0",
|
7041
7079
|
"member": "int64",
|
7042
7080
|
"name": "UsingLastSeat",
|
7043
7081
|
"output_required": true,
|
7044
7082
|
"type": "int",
|
7045
|
-
"value_allowed_null":
|
7083
|
+
"value_allowed_null": false
|
7046
7084
|
},
|
7047
7085
|
{
|
7048
7086
|
"disabled": false,
|
7049
|
-
"document": "单客服最大并发数(电话类型默认1
|
7087
|
+
"document": "单客服最大并发数(电话类型默认1)",
|
7050
7088
|
"example": "1",
|
7051
7089
|
"member": "int64",
|
7052
7090
|
"name": "MaxConcurrency",
|
7053
7091
|
"output_required": true,
|
7054
7092
|
"type": "int",
|
7055
|
-
"value_allowed_null":
|
7093
|
+
"value_allowed_null": false
|
7056
7094
|
},
|
7057
7095
|
{
|
7058
7096
|
"disabled": false,
|
7059
|
-
"document": "
|
7097
|
+
"document": "最后修改时间",
|
7060
7098
|
"example": "1611631881",
|
7061
7099
|
"member": "int64",
|
7062
7100
|
"name": "LastModifyTimestamp",
|
7063
7101
|
"output_required": true,
|
7064
7102
|
"type": "int",
|
7065
|
-
"value_allowed_null":
|
7103
|
+
"value_allowed_null": false
|
7066
7104
|
},
|
7067
7105
|
{
|
7068
7106
|
"disabled": false,
|
7069
|
-
"document": "技能组类型0-电话,1-在线,3-音频,4-视频\t
|
7107
|
+
"document": "技能组类型0-电话,1-在线,3-音频,4-视频\t",
|
7070
7108
|
"example": "1",
|
7071
7109
|
"member": "int64",
|
7072
7110
|
"name": "SkillGroupType",
|
7073
7111
|
"output_required": true,
|
7074
7112
|
"type": "int",
|
7075
|
-
"value_allowed_null":
|
7113
|
+
"value_allowed_null": false
|
7076
7114
|
},
|
7077
7115
|
{
|
7078
7116
|
"disabled": false,
|
7079
|
-
"document": "
|
7117
|
+
"document": "技能组内线号码",
|
7080
7118
|
"example": "6666",
|
7081
7119
|
"member": "string",
|
7082
7120
|
"name": "Alias",
|
7083
7121
|
"output_required": true,
|
7084
7122
|
"type": "string",
|
7085
|
-
"value_allowed_null":
|
7123
|
+
"value_allowed_null": false
|
7086
7124
|
}
|
7087
7125
|
],
|
7088
7126
|
"usage": "out"
|
@@ -7168,13 +7206,13 @@
|
|
7168
7206
|
},
|
7169
7207
|
{
|
7170
7208
|
"disabled": false,
|
7171
|
-
"document": "
|
7209
|
+
"document": "购买办公电话数量",
|
7172
7210
|
"example": "12",
|
7173
7211
|
"member": "int64",
|
7174
7212
|
"name": "SipNum",
|
7175
7213
|
"output_required": true,
|
7176
7214
|
"type": "int",
|
7177
|
-
"value_allowed_null":
|
7215
|
+
"value_allowed_null": false
|
7178
7216
|
}
|
7179
7217
|
],
|
7180
7218
|
"usage": "out"
|
@@ -7184,13 +7222,13 @@
|
|
7184
7222
|
"members": [
|
7185
7223
|
{
|
7186
7224
|
"disabled": false,
|
7187
|
-
"document": "
|
7225
|
+
"document": "座席名称",
|
7188
7226
|
"example": "xiaowang",
|
7189
7227
|
"member": "string",
|
7190
7228
|
"name": "Name",
|
7191
7229
|
"output_required": true,
|
7192
7230
|
"type": "string",
|
7193
|
-
"value_allowed_null":
|
7231
|
+
"value_allowed_null": false
|
7194
7232
|
},
|
7195
7233
|
{
|
7196
7234
|
"disabled": false,
|
@@ -7204,33 +7242,33 @@
|
|
7204
7242
|
},
|
7205
7243
|
{
|
7206
7244
|
"disabled": false,
|
7207
|
-
"document": "
|
7245
|
+
"document": "座席电话号码",
|
7208
7246
|
"example": "18092226822",
|
7209
7247
|
"member": "string",
|
7210
7248
|
"name": "Phone",
|
7211
7249
|
"output_required": true,
|
7212
7250
|
"type": "string",
|
7213
|
-
"value_allowed_null":
|
7251
|
+
"value_allowed_null": false
|
7214
7252
|
},
|
7215
7253
|
{
|
7216
7254
|
"disabled": false,
|
7217
|
-
"document": "
|
7255
|
+
"document": "座席昵称",
|
7218
7256
|
"example": "xiaohong",
|
7219
7257
|
"member": "string",
|
7220
7258
|
"name": "Nick",
|
7221
7259
|
"output_required": true,
|
7222
7260
|
"type": "string",
|
7223
|
-
"value_allowed_null":
|
7261
|
+
"value_allowed_null": false
|
7224
7262
|
},
|
7225
7263
|
{
|
7226
7264
|
"disabled": false,
|
7227
|
-
"document": "
|
7265
|
+
"document": "座席工号",
|
7228
7266
|
"example": "101",
|
7229
7267
|
"member": "string",
|
7230
7268
|
"name": "StaffNumber",
|
7231
7269
|
"output_required": true,
|
7232
7270
|
"type": "string",
|
7233
|
-
"value_allowed_null":
|
7271
|
+
"value_allowed_null": false
|
7234
7272
|
},
|
7235
7273
|
{
|
7236
7274
|
"disabled": false,
|
@@ -7244,23 +7282,23 @@
|
|
7244
7282
|
},
|
7245
7283
|
{
|
7246
7284
|
"disabled": false,
|
7247
|
-
"document": "
|
7285
|
+
"document": "所属技能组列表",
|
7248
7286
|
"example": "0",
|
7249
7287
|
"member": "SkillGroupItem",
|
7250
7288
|
"name": "SkillGroupList",
|
7251
7289
|
"output_required": true,
|
7252
7290
|
"type": "list",
|
7253
|
-
"value_allowed_null":
|
7291
|
+
"value_allowed_null": false
|
7254
7292
|
},
|
7255
7293
|
{
|
7256
7294
|
"disabled": false,
|
7257
|
-
"document": "
|
7295
|
+
"document": "最后修改时间",
|
7258
7296
|
"example": "1614149408",
|
7259
7297
|
"member": "int64",
|
7260
7298
|
"name": "LastModifyTimestamp",
|
7261
7299
|
"output_required": true,
|
7262
7300
|
"type": "int",
|
7263
|
-
"value_allowed_null":
|
7301
|
+
"value_allowed_null": false
|
7264
7302
|
}
|
7265
7303
|
],
|
7266
7304
|
"usage": "out"
|
@@ -7486,8 +7524,8 @@
|
|
7486
7524
|
"members": [
|
7487
7525
|
{
|
7488
7526
|
"disabled": false,
|
7489
|
-
"document": "
|
7490
|
-
"example": "
|
7527
|
+
"document": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc",
|
7528
|
+
"example": "1400000000",
|
7491
7529
|
"member": "uint64",
|
7492
7530
|
"name": "SdkAppId",
|
7493
7531
|
"required": true,
|
@@ -7582,13 +7620,13 @@
|
|
7582
7620
|
},
|
7583
7621
|
{
|
7584
7622
|
"disabled": false,
|
7585
|
-
"document": "录音 ID
|
7623
|
+
"document": "录音 ID",
|
7586
7624
|
"example": "1611631881",
|
7587
7625
|
"member": "string",
|
7588
7626
|
"name": "RecordId",
|
7589
7627
|
"output_required": true,
|
7590
7628
|
"type": "string",
|
7591
|
-
"value_allowed_null":
|
7629
|
+
"value_allowed_null": false
|
7592
7630
|
},
|
7593
7631
|
{
|
7594
7632
|
"disabled": false,
|
@@ -7632,163 +7670,163 @@
|
|
7632
7670
|
},
|
7633
7671
|
{
|
7634
7672
|
"disabled": false,
|
7635
|
-
"document": "IVR
|
7673
|
+
"document": "IVR 阶段耗时",
|
7636
7674
|
"example": "5",
|
7637
7675
|
"member": "int64",
|
7638
7676
|
"name": "IVRDuration",
|
7639
7677
|
"output_required": true,
|
7640
7678
|
"type": "int",
|
7641
|
-
"value_allowed_null":
|
7679
|
+
"value_allowed_null": false
|
7642
7680
|
},
|
7643
7681
|
{
|
7644
7682
|
"disabled": false,
|
7645
|
-
"document": "振铃时间戳,UNIX
|
7683
|
+
"document": "振铃时间戳,UNIX 秒级时间戳",
|
7646
7684
|
"example": "1611631881",
|
7647
7685
|
"member": "int64",
|
7648
7686
|
"name": "RingTimestamp",
|
7649
7687
|
"output_required": true,
|
7650
7688
|
"type": "int",
|
7651
|
-
"value_allowed_null":
|
7689
|
+
"value_allowed_null": false
|
7652
7690
|
},
|
7653
7691
|
{
|
7654
7692
|
"disabled": false,
|
7655
|
-
"document": "接听时间戳,UNIX
|
7693
|
+
"document": "接听时间戳,UNIX 秒级时间戳",
|
7656
7694
|
"example": "1611631881",
|
7657
7695
|
"member": "int64",
|
7658
7696
|
"name": "AcceptTimestamp",
|
7659
7697
|
"output_required": true,
|
7660
7698
|
"type": "int",
|
7661
|
-
"value_allowed_null":
|
7699
|
+
"value_allowed_null": false
|
7662
7700
|
},
|
7663
7701
|
{
|
7664
7702
|
"disabled": false,
|
7665
|
-
"document": "结束时间戳,UNIX
|
7703
|
+
"document": "结束时间戳,UNIX 秒级时间戳",
|
7666
7704
|
"example": "1611631881",
|
7667
7705
|
"member": "int64",
|
7668
7706
|
"name": "EndedTimestamp",
|
7669
7707
|
"output_required": true,
|
7670
7708
|
"type": "int",
|
7671
|
-
"value_allowed_null":
|
7709
|
+
"value_allowed_null": false
|
7672
7710
|
},
|
7673
7711
|
{
|
7674
7712
|
"disabled": false,
|
7675
|
-
"document": "IVR 按键信息 ,e.g. [\"1\",\"2\",\"3\"]
|
7713
|
+
"document": "IVR 按键信息 ,e.g. [\"1\",\"2\",\"3\"]",
|
7676
7714
|
"example": "[\"1\",\"2\",\"3\"]",
|
7677
7715
|
"member": "string",
|
7678
7716
|
"name": "IVRKeyPressed",
|
7679
7717
|
"output_required": true,
|
7680
7718
|
"type": "list",
|
7681
|
-
"value_allowed_null":
|
7719
|
+
"value_allowed_null": false
|
7682
7720
|
},
|
7683
7721
|
{
|
7684
7722
|
"disabled": false,
|
7685
|
-
"document": "挂机方 seat 座席 user 用户 system
|
7723
|
+
"document": "挂机方 seat 座席 user 用户 system 系统",
|
7686
7724
|
"example": "user",
|
7687
7725
|
"member": "string",
|
7688
7726
|
"name": "HungUpSide",
|
7689
7727
|
"output_required": true,
|
7690
7728
|
"type": "string",
|
7691
|
-
"value_allowed_null":
|
7729
|
+
"value_allowed_null": false
|
7692
7730
|
},
|
7693
7731
|
{
|
7694
7732
|
"disabled": false,
|
7695
|
-
"document": "
|
7733
|
+
"document": "服务参与者列表",
|
7696
7734
|
"example": "0",
|
7697
7735
|
"member": "ServeParticipant",
|
7698
7736
|
"name": "ServeParticipants",
|
7699
7737
|
"output_required": true,
|
7700
7738
|
"type": "list",
|
7701
|
-
"value_allowed_null":
|
7739
|
+
"value_allowed_null": false
|
7702
7740
|
},
|
7703
7741
|
{
|
7704
7742
|
"disabled": false,
|
7705
|
-
"document": "技能组ID
|
7743
|
+
"document": "技能组ID",
|
7706
7744
|
"example": "110",
|
7707
7745
|
"member": "int64",
|
7708
7746
|
"name": "SkillGroupId",
|
7709
7747
|
"output_required": true,
|
7710
7748
|
"type": "int",
|
7711
|
-
"value_allowed_null":
|
7749
|
+
"value_allowed_null": false
|
7712
7750
|
},
|
7713
7751
|
{
|
7714
7752
|
"disabled": false,
|
7715
|
-
"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",
|
7716
7754
|
"example": "ok",
|
7717
7755
|
"member": "string",
|
7718
7756
|
"name": "EndStatusString",
|
7719
7757
|
"output_required": true,
|
7720
7758
|
"type": "string",
|
7721
|
-
"value_allowed_null":
|
7759
|
+
"value_allowed_null": false
|
7722
7760
|
},
|
7723
7761
|
{
|
7724
7762
|
"disabled": false,
|
7725
|
-
"document": "会话开始时间戳,UNIX
|
7763
|
+
"document": "会话开始时间戳,UNIX 秒级时间戳",
|
7726
7764
|
"example": "1611631891",
|
7727
7765
|
"member": "int64",
|
7728
7766
|
"name": "StartTimestamp",
|
7729
7767
|
"output_required": true,
|
7730
7768
|
"type": "int",
|
7731
|
-
"value_allowed_null":
|
7769
|
+
"value_allowed_null": false
|
7732
7770
|
},
|
7733
7771
|
{
|
7734
7772
|
"disabled": false,
|
7735
|
-
"document": "进入排队时间,Unix
|
7773
|
+
"document": "进入排队时间,Unix 秒级时间戳",
|
7736
7774
|
"example": "1611631891",
|
7737
7775
|
"member": "int64",
|
7738
7776
|
"name": "QueuedTimestamp",
|
7739
7777
|
"output_required": true,
|
7740
7778
|
"type": "int",
|
7741
|
-
"value_allowed_null":
|
7779
|
+
"value_allowed_null": false
|
7742
7780
|
},
|
7743
7781
|
{
|
7744
7782
|
"disabled": false,
|
7745
|
-
"document": "后置IVR按键信息(e.g. [{\"Key\":\"1\",\"Label\":\"非常满意\"}]
|
7783
|
+
"document": "后置IVR按键信息(e.g. [{\"Key\":\"1\",\"Label\":\"非常满意\"}])",
|
7746
7784
|
"example": "0",
|
7747
7785
|
"member": "IVRKeyPressedElement",
|
7748
7786
|
"name": "PostIVRKeyPressed",
|
7749
7787
|
"output_required": true,
|
7750
7788
|
"type": "list",
|
7751
|
-
"value_allowed_null":
|
7789
|
+
"value_allowed_null": false
|
7752
7790
|
},
|
7753
7791
|
{
|
7754
7792
|
"disabled": false,
|
7755
|
-
"document": "排队技能组Id
|
7793
|
+
"document": "排队技能组Id",
|
7756
7794
|
"example": "110",
|
7757
7795
|
"member": "int64",
|
7758
7796
|
"name": "QueuedSkillGroupId",
|
7759
7797
|
"output_required": true,
|
7760
7798
|
"type": "int",
|
7761
|
-
"value_allowed_null":
|
7799
|
+
"value_allowed_null": false
|
7762
7800
|
},
|
7763
7801
|
{
|
7764
7802
|
"disabled": false,
|
7765
|
-
"document": "会话 ID
|
7803
|
+
"document": "会话 ID",
|
7766
7804
|
"example": "c2b303a5-7814-42f4-ab7d-573b7f195d30",
|
7767
7805
|
"member": "string",
|
7768
7806
|
"name": "SessionId",
|
7769
7807
|
"output_required": true,
|
7770
7808
|
"type": "string",
|
7771
|
-
"value_allowed_null":
|
7809
|
+
"value_allowed_null": false
|
7772
7810
|
},
|
7773
7811
|
{
|
7774
7812
|
"disabled": false,
|
7775
|
-
"document": "主叫号码保护ID,开启号码保护映射功能时有效,且Caller
|
7813
|
+
"document": "主叫号码保护ID,开启号码保护映射功能时有效,且Caller字段置空",
|
7776
7814
|
"example": "008613XXXX5678",
|
7777
7815
|
"member": "string",
|
7778
7816
|
"name": "ProtectedCaller",
|
7779
7817
|
"output_required": true,
|
7780
7818
|
"type": "string",
|
7781
|
-
"value_allowed_null":
|
7819
|
+
"value_allowed_null": false
|
7782
7820
|
},
|
7783
7821
|
{
|
7784
7822
|
"disabled": false,
|
7785
|
-
"document": "被叫号码保护ID,开启号码保护映射功能时有效,且Callee
|
7823
|
+
"document": "被叫号码保护ID,开启号码保护映射功能时有效,且Callee字段置空",
|
7786
7824
|
"example": "008613XXXX5678",
|
7787
7825
|
"member": "string",
|
7788
7826
|
"name": "ProtectedCallee",
|
7789
7827
|
"output_required": true,
|
7790
7828
|
"type": "string",
|
7791
|
-
"value_allowed_null":
|
7829
|
+
"value_allowed_null": false
|
7792
7830
|
},
|
7793
7831
|
{
|
7794
7832
|
"disabled": true,
|
@@ -7802,93 +7840,93 @@
|
|
7802
7840
|
},
|
7803
7841
|
{
|
7804
7842
|
"disabled": false,
|
7805
|
-
"document": "客户自定义数据(User-to-User Interface
|
7843
|
+
"document": "客户自定义数据(User-to-User Interface)",
|
7806
7844
|
"example": "whatever",
|
7807
7845
|
"member": "string",
|
7808
7846
|
"name": "UUI",
|
7809
7847
|
"output_required": true,
|
7810
7848
|
"type": "string",
|
7811
|
-
"value_allowed_null":
|
7849
|
+
"value_allowed_null": false
|
7812
7850
|
},
|
7813
7851
|
{
|
7814
7852
|
"disabled": false,
|
7815
|
-
"document": "IVR按键信息(e.g. [{\"Key\":\"1\",\"Label\":\"非常满意\"}]
|
7853
|
+
"document": "IVR按键信息(e.g. [{\"Key\":\"1\",\"Label\":\"非常满意\"}])",
|
7816
7854
|
"example": "0",
|
7817
7855
|
"member": "IVRKeyPressedElement",
|
7818
7856
|
"name": "IVRKeyPressedEx",
|
7819
7857
|
"output_required": true,
|
7820
7858
|
"type": "list",
|
7821
|
-
"value_allowed_null":
|
7859
|
+
"value_allowed_null": false
|
7822
7860
|
},
|
7823
7861
|
{
|
7824
7862
|
"disabled": false,
|
7825
|
-
"document": "获取录音ASR
|
7863
|
+
"document": "获取录音ASR文本信息地址",
|
7826
7864
|
"example": "https://api.tccc.qcloud.com/tcccadmin/cdr/getAsrText?session_id=",
|
7827
7865
|
"member": "string",
|
7828
7866
|
"name": "AsrUrl",
|
7829
7867
|
"output_required": true,
|
7830
7868
|
"type": "string",
|
7831
|
-
"value_allowed_null":
|
7869
|
+
"value_allowed_null": false
|
7832
7870
|
},
|
7833
7871
|
{
|
7834
7872
|
"disabled": false,
|
7835
|
-
"document": "AsrUrl的状态:Complete\n已完成;\nProcessing\n正在生成中;\nNotExists\n无记录(未开启生成离线asr或者无套餐包)
|
7873
|
+
"document": "AsrUrl的状态:Complete\n已完成;\nProcessing\n正在生成中;\nNotExists\n无记录(未开启生成离线asr或者无套餐包)",
|
7836
7874
|
"example": "Complete",
|
7837
7875
|
"member": "string",
|
7838
7876
|
"name": "AsrStatus",
|
7839
7877
|
"output_required": true,
|
7840
7878
|
"type": "string",
|
7841
|
-
"value_allowed_null":
|
7879
|
+
"value_allowed_null": false
|
7842
7880
|
},
|
7843
7881
|
{
|
7844
7882
|
"disabled": false,
|
7845
|
-
"document": "录音转存第三方COS
|
7883
|
+
"document": "录音转存第三方COS地址",
|
7846
7884
|
"example": "https://xxxxx",
|
7847
7885
|
"member": "string",
|
7848
7886
|
"name": "CustomRecordURL",
|
7849
7887
|
"output_required": true,
|
7850
7888
|
"type": "string",
|
7851
|
-
"value_allowed_null":
|
7889
|
+
"value_allowed_null": false
|
7852
7890
|
},
|
7853
7891
|
{
|
7854
7892
|
"disabled": false,
|
7855
|
-
"document": "
|
7893
|
+
"document": "备注",
|
7856
7894
|
"example": "备注",
|
7857
7895
|
"member": "string",
|
7858
7896
|
"name": "Remark",
|
7859
7897
|
"output_required": true,
|
7860
7898
|
"type": "string",
|
7861
|
-
"value_allowed_null":
|
7899
|
+
"value_allowed_null": false
|
7862
7900
|
},
|
7863
7901
|
{
|
7864
7902
|
"disabled": false,
|
7865
|
-
"document": "
|
7903
|
+
"document": "排队技能组名称",
|
7866
7904
|
"example": "销售组",
|
7867
7905
|
"member": "string",
|
7868
7906
|
"name": "QueuedSkillGroupName",
|
7869
7907
|
"output_required": true,
|
7870
7908
|
"type": "string",
|
7871
|
-
"value_allowed_null":
|
7909
|
+
"value_allowed_null": false
|
7872
7910
|
},
|
7873
7911
|
{
|
7874
7912
|
"disabled": false,
|
7875
|
-
"document": "通话中语音留言录音URL
|
7913
|
+
"document": "通话中语音留言录音URL",
|
7876
7914
|
"example": "[\"https://xxxxx\"]",
|
7877
7915
|
"member": "string",
|
7878
7916
|
"name": "VoicemailRecordURL",
|
7879
7917
|
"output_required": true,
|
7880
7918
|
"type": "list",
|
7881
|
-
"value_allowed_null":
|
7919
|
+
"value_allowed_null": false
|
7882
7920
|
},
|
7883
7921
|
{
|
7884
7922
|
"disabled": false,
|
7885
|
-
"document": "通话中语音留言ASR
|
7923
|
+
"document": "通话中语音留言ASR文本信息地址",
|
7886
7924
|
"example": "[\"https://xxxxx\"]",
|
7887
7925
|
"member": "string",
|
7888
7926
|
"name": "VoicemailAsrURL",
|
7889
7927
|
"output_required": false,
|
7890
7928
|
"type": "list",
|
7891
|
-
"value_allowed_null":
|
7929
|
+
"value_allowed_null": false
|
7892
7930
|
}
|
7893
7931
|
],
|
7894
7932
|
"usage": "out"
|
@@ -8174,6 +8212,33 @@
|
|
8174
8212
|
"name": "RetryTimes",
|
8175
8213
|
"required": false,
|
8176
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"
|
8177
8242
|
}
|
8178
8243
|
],
|
8179
8244
|
"type": "object"
|
@@ -8219,23 +8284,23 @@
|
|
8219
8284
|
"members": [
|
8220
8285
|
{
|
8221
8286
|
"disabled": false,
|
8222
|
-
"document": "
|
8287
|
+
"document": "文件名",
|
8223
8288
|
"example": "xxx.mp3",
|
8224
8289
|
"member": "string",
|
8225
8290
|
"name": "FileName",
|
8226
8291
|
"output_required": false,
|
8227
8292
|
"type": "string",
|
8228
|
-
"value_allowed_null":
|
8293
|
+
"value_allowed_null": false
|
8229
8294
|
},
|
8230
8295
|
{
|
8231
8296
|
"disabled": false,
|
8232
|
-
"document": "
|
8297
|
+
"document": "失败原因",
|
8233
8298
|
"example": "文件内容重复",
|
8234
8299
|
"member": "string",
|
8235
8300
|
"name": "FailedMsg",
|
8236
8301
|
"output_required": false,
|
8237
8302
|
"type": "string",
|
8238
|
-
"value_allowed_null":
|
8303
|
+
"value_allowed_null": false
|
8239
8304
|
}
|
8240
8305
|
],
|
8241
8306
|
"usage": "out"
|
@@ -8269,23 +8334,23 @@
|
|
8269
8334
|
"members": [
|
8270
8335
|
{
|
8271
8336
|
"disabled": false,
|
8272
|
-
"document": "
|
8337
|
+
"document": "上传失败的文件列表",
|
8273
8338
|
"example": "无",
|
8274
8339
|
"member": "UploadIvrAudioFailedInfo",
|
8275
8340
|
"name": "FailedFileList",
|
8276
8341
|
"output_required": false,
|
8277
8342
|
"type": "list",
|
8278
|
-
"value_allowed_null":
|
8343
|
+
"value_allowed_null": false
|
8279
8344
|
},
|
8280
8345
|
{
|
8281
8346
|
"disabled": false,
|
8282
|
-
"document": "
|
8347
|
+
"document": "上传成功文件列表",
|
8283
8348
|
"example": "无",
|
8284
8349
|
"member": "AudioFileInfo",
|
8285
8350
|
"name": "SuccessFileList",
|
8286
8351
|
"output_required": false,
|
8287
8352
|
"type": "list",
|
8288
|
-
"value_allowed_null":
|
8353
|
+
"value_allowed_null": false
|
8289
8354
|
},
|
8290
8355
|
{
|
8291
8356
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
@@ -8302,9 +8367,10 @@
|
|
8302
8367
|
{
|
8303
8368
|
"disabled": false,
|
8304
8369
|
"document": "变量名",
|
8305
|
-
"example": "
|
8370
|
+
"example": "foo",
|
8306
8371
|
"member": "string",
|
8307
8372
|
"name": "Key",
|
8373
|
+
"output_required": false,
|
8308
8374
|
"required": true,
|
8309
8375
|
"type": "string",
|
8310
8376
|
"value_allowed_null": false
|
@@ -8312,15 +8378,16 @@
|
|
8312
8378
|
{
|
8313
8379
|
"disabled": false,
|
8314
8380
|
"document": "变量值",
|
8315
|
-
"example": "
|
8381
|
+
"example": "bar",
|
8316
8382
|
"member": "string",
|
8317
8383
|
"name": "Value",
|
8384
|
+
"output_required": false,
|
8318
8385
|
"required": true,
|
8319
8386
|
"type": "string",
|
8320
8387
|
"value_allowed_null": false
|
8321
8388
|
}
|
8322
8389
|
],
|
8323
|
-
"usage": "
|
8390
|
+
"usage": "both"
|
8324
8391
|
}
|
8325
8392
|
},
|
8326
8393
|
"version": "1.0"
|