tccli 3.0.1271.1__py2.py3-none-any.whl → 3.0.1273.1__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (37) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/asr/v20190614/api.json +1 -1
  3. tccli/services/batch/v20170312/api.json +61 -61
  4. tccli/services/ccc/v20200210/api.json +19 -19
  5. tccli/services/ccc/v20200210/examples.json +5 -5
  6. tccli/services/clb/clb_client.py +265 -0
  7. tccli/services/clb/v20180317/api.json +280 -0
  8. tccli/services/clb/v20180317/examples.json +40 -0
  9. tccli/services/cvm/v20170312/api.json +65 -65
  10. tccli/services/cwp/v20180228/api.json +4 -4
  11. tccli/services/dts/v20211206/api.json +1 -1
  12. tccli/services/emr/emr_client.py +57 -4
  13. tccli/services/emr/v20190103/api.json +111 -0
  14. tccli/services/emr/v20190103/examples.json +8 -0
  15. tccli/services/ess/v20201111/api.json +2 -2
  16. tccli/services/essbasic/v20210526/api.json +2 -2
  17. tccli/services/live/v20180801/api.json +11 -0
  18. tccli/services/lkeap/v20240522/api.json +1 -1
  19. tccli/services/monitor/v20180724/api.json +1 -1
  20. tccli/services/rce/v20201103/api.json +248 -258
  21. tccli/services/rce/v20201103/examples.json +1 -1
  22. tccli/services/ssl/v20191205/api.json +38 -38
  23. tccli/services/ssl/v20191205/examples.json +3 -3
  24. tccli/services/tcr/v20190924/api.json +20 -20
  25. tccli/services/tione/v20211111/api.json +7 -7
  26. tccli/services/tione/v20211111/examples.json +5 -5
  27. tccli/services/trtc/v20190722/api.json +10 -1
  28. tccli/services/trtc/v20190722/examples.json +1 -1
  29. tccli/services/waf/v20180125/api.json +191 -36
  30. tccli/services/waf/v20180125/examples.json +3 -3
  31. tccli/services/weilingwith/v20230427/api.json +114 -114
  32. tccli/services/weilingwith/v20230427/examples.json +18 -18
  33. {tccli-3.0.1271.1.dist-info → tccli-3.0.1273.1.dist-info}/METADATA +2 -2
  34. {tccli-3.0.1271.1.dist-info → tccli-3.0.1273.1.dist-info}/RECORD +37 -37
  35. {tccli-3.0.1271.1.dist-info → tccli-3.0.1273.1.dist-info}/WHEEL +0 -0
  36. {tccli-3.0.1271.1.dist-info → tccli-3.0.1273.1.dist-info}/entry_points.txt +0 -0
  37. {tccli-3.0.1271.1.dist-info → tccli-3.0.1273.1.dist-info}/license_files/LICENSE +0 -0
tccli/__init__.py CHANGED
@@ -1 +1 @@
1
- __version__ = '3.0.1271.1'
1
+ __version__ = '3.0.1273.1'
@@ -36,7 +36,7 @@
36
36
  "status": "online"
37
37
  },
38
38
  "CreateRecTask": {
39
- "document": "本接口可对较长的录音文件进行识别。如希望直接使用带界面的语音识别产品,请访问[产品体验中心](https://console.cloud.tencent.com/asr/demonstrate)。产品计费标准请查阅 [计费概述(在线版)](https://cloud.tencent.com/document/product/1093/35686)\n• 接口默认限频:20次/秒。此处仅限制任务提交频次,与识别结果返回时效无关\n• 返回时效:异步回调,非实时返回。最长3小时返回识别结果,**大多数情况下,1小时的音频1-3分钟即可完成识别**。请注意:上述返回时长不含音频下载时延,且30分钟内发送超过1000小时录音或2万条任务的情况除外\n• 音频格式:wav、mp3、m4a、flv、mp4、wma、3gp、amr、aac、ogg-opus、flac\n• 支持语言:在本页面上搜索 **EngineModelType**,或前往 [产品功能](https://cloud.tencent.com/document/product/1093/35682) 查看\n• 音频提交方式:本接口支持**音频 URL 、本地音频文件**两种请求方式。推荐使用 [腾讯云COS](https://cloud.tencent.com/document/product/436/38484) 来存储、生成URL并提交任务,此种方式将不产生外网和流量下行费用,可节约成本、提升任务速度(COS桶权限需要设置公有读私有写,或URL设置外部可访问)\n• 音频限制:音频 URL 时长不能大于5小时,文件大小不超过1GB;本地音频文件不能大于5MB\n• 如何获取识别结果:支持**回调或轮询**的方式获取结果,具体请参考 [录音文件识别结果查询](https://cloud.tencent.com/document/product/1093/37822)\n• 识别结果有效时间:识别结果在服务端保存24小时\n• 签名方法参考 [公共参数](https://cloud.tencent.com/document/api/1093/35640) 中签名方法 v3",
39
+ "document": "本接口可对较长的录音文件进行识别。如希望直接使用带界面的语音识别产品,请访问[产品体验中心](https://console.cloud.tencent.com/asr/demonstrate)。产品计费标准请查阅 [计费概述(在线版)](https://cloud.tencent.com/document/product/1093/35686)\n• 接口默认限频:20次/秒。此处仅限制任务提交频次,与识别结果返回时效无关\n• 返回时效:异步回调,非实时返回。最长3小时返回识别结果,**大多数情况下,1小时的音频1-3分钟即可完成识别**。请注意:上述返回时长不含音频下载时延,且30分钟内发送超过1000小时录音或2万条任务的情况除外\n• 音频格式:wav、mp3、m4a、flv、mp4、wma、3gp、amr、aac、ogg-opus、flac\n• 支持语言:在本页面上搜索 **EngineModelType**,或前往 [产品功能](https://cloud.tencent.com/document/product/1093/35682) 查看\n• 音频提交方式:本接口支持**音频 URL 、本地音频文件**两种请求方式。推荐使用 [腾讯云COS](https://cloud.tencent.com/document/product/436/38484) 来存储、生成URL并提交任务,此种方式将不产生外网和流量下行费用,可节约成本、提升任务速度(具体对接可提工单咨询COS生成预签名URL)\n• 音频限制:音频 URL 时长不能大于5小时,文件大小不超过1GB;本地音频文件不能大于5MB\n• 如何获取识别结果:支持**回调或轮询**的方式获取结果,具体请参考 [录音文件识别结果查询](https://cloud.tencent.com/document/product/1093/37822)\n• 识别结果有效时间:识别结果在服务端保存24小时\n• 签名方法参考 [公共参数](https://cloud.tencent.com/document/api/1093/35640) 中签名方法 v3",
40
40
  "input": "CreateRecTaskRequest",
41
41
  "name": "录音文件识别请求",
42
42
  "output": "CreateRecTaskResponse",
@@ -3362,36 +3362,36 @@
3362
3362
  "members": [
3363
3363
  {
3364
3364
  "disabled": false,
3365
- "document": "释放地址\n注意:此字段可能返回 null,表示取不到有效值。",
3365
+ "document": "释放地址",
3366
3366
  "example": "true",
3367
3367
  "member": "bool",
3368
3368
  "name": "ReleaseAddress",
3369
3369
  "output_required": false,
3370
3370
  "required": false,
3371
3371
  "type": "bool",
3372
- "value_allowed_null": true
3372
+ "value_allowed_null": false
3373
3373
  },
3374
3374
  {
3375
3375
  "disabled": false,
3376
- "document": "不支持的网络类型,取值范围:<br><li>BASIC:基础网络</li><li>VPC1.0:私有网络VPC1.0</li>\n注意:此字段可能返回 null,表示取不到有效值。",
3376
+ "document": "不支持的网络类型,取值范围:<br><li>BASIC:基础网络</li><li>VPC1.0:私有网络VPC1.0</li>",
3377
3377
  "example": "VPC1.0",
3378
3378
  "member": "string",
3379
3379
  "name": "UnsupportNetworks",
3380
3380
  "output_required": false,
3381
3381
  "required": false,
3382
3382
  "type": "list",
3383
- "value_allowed_null": true
3383
+ "value_allowed_null": false
3384
3384
  },
3385
3385
  {
3386
3386
  "disabled": false,
3387
- "document": "HDD本地存储属性\n注意:此字段可能返回 null,表示取不到有效值。",
3388
- "example": "{ \"Type\": \"LOCAL_NVME\", \"MinSize\": 3570, \"MaxSize\": 3570 }",
3387
+ "document": "HDD本地存储属性",
3388
+ "example": "",
3389
3389
  "member": "StorageBlock",
3390
3390
  "name": "StorageBlockAttr",
3391
3391
  "output_required": false,
3392
3392
  "required": false,
3393
3393
  "type": "object",
3394
- "value_allowed_null": true
3394
+ "value_allowed_null": false
3395
3395
  }
3396
3396
  ],
3397
3397
  "usage": "both"
@@ -3686,13 +3686,13 @@
3686
3686
  },
3687
3687
  {
3688
3688
  "disabled": false,
3689
- "document": "扩展属性。\n注意:此字段可能返回 null,表示取不到有效值。",
3689
+ "document": "扩展属性。",
3690
3690
  "example": "无",
3691
3691
  "member": "Externals",
3692
3692
  "name": "Externals",
3693
3693
  "output_required": true,
3694
3694
  "type": "object",
3695
- "value_allowed_null": true
3695
+ "value_allowed_null": false
3696
3696
  },
3697
3697
  {
3698
3698
  "disabled": false,
@@ -3766,13 +3766,13 @@
3766
3766
  },
3767
3767
  {
3768
3768
  "disabled": false,
3769
- "document": "售罄原因。\n注意:此字段可能返回 null,表示取不到有效值。",
3769
+ "document": "售罄原因。",
3770
3770
  "example": "ResourcesSoldOut.SpecifiedInstanceType",
3771
3771
  "member": "string",
3772
3772
  "name": "SoldOutReason",
3773
3773
  "output_required": true,
3774
3774
  "type": "string",
3775
- "value_allowed_null": true
3775
+ "value_allowed_null": false
3776
3776
  },
3777
3777
  {
3778
3778
  "disabled": false,
@@ -3866,13 +3866,13 @@
3866
3866
  },
3867
3867
  {
3868
3868
  "disabled": false,
3869
- "document": "描述库存情况。取值范围:\n<li> EnoughStock:表示对应库存非常充足</li> \n<li>NormalStock:表示对应库存供应有保障</li>\n<li> UnderStock:表示对应库存即将售罄</li> \n<li>WithoutStock:表示对应库存已经售罄</li>\n注意:此字段可能返回 null,表示取不到有效值。",
3869
+ "document": "描述库存情况。取值范围:\n<li> EnoughStock:表示对应库存非常充足</li> \n<li>NormalStock:表示对应库存供应有保障</li>\n<li> UnderStock:表示对应库存即将售罄</li> \n<li>WithoutStock:表示对应库存已经售罄</li>",
3870
3870
  "example": "EnoughStock",
3871
3871
  "member": "string",
3872
3872
  "name": "StatusCategory",
3873
3873
  "output_required": true,
3874
3874
  "type": "string",
3875
- "value_allowed_null": true
3875
+ "value_allowed_null": false
3876
3876
  }
3877
3877
  ],
3878
3878
  "usage": "out"
@@ -3932,193 +3932,193 @@
3932
3932
  "members": [
3933
3933
  {
3934
3934
  "disabled": false,
3935
- "document": "后续合计费用的原价,后付费模式使用,单位:元。<br><li>如返回了其他时间区间项,如UnitPriceSecondStep,则本项代表时间区间在(0, 96)小时;若未返回其他时间区间项,则本项代表全时段,即(0, ∞)小时</li>\n注意:此字段可能返回 null,表示取不到有效值。",
3935
+ "document": "后续合计费用的原价,后付费模式使用,单位:元。<br><li>如返回了其他时间区间项,如UnitPriceSecondStep,则本项代表时间区间在(0, 96)小时;若未返回其他时间区间项,则本项代表全时段,即(0, ∞)小时</li>",
3936
3936
  "example": "35.5",
3937
3937
  "member": "float",
3938
3938
  "name": "UnitPrice",
3939
3939
  "output_required": false,
3940
3940
  "type": "float",
3941
- "value_allowed_null": true
3941
+ "value_allowed_null": false
3942
3942
  },
3943
3943
  {
3944
3944
  "disabled": false,
3945
- "document": "后续计价单元,后付费模式使用,可取值范围: <br><li>HOUR:表示计价单元是按每小时来计算。当前涉及该计价单元的场景有:实例按小时后付费(POSTPAID_BY_HOUR)、带宽按小时后付费(BANDWIDTH_POSTPAID_BY_HOUR):</li><li>GB:表示计价单元是按每GB来计算。当前涉及该计价单元的场景有:流量按小时后付费(TRAFFIC_POSTPAID_BY_HOUR)。</li>\n注意:此字段可能返回 null,表示取不到有效值。",
3945
+ "document": "后续计价单元,后付费模式使用,可取值范围: <br><li>HOUR:表示计价单元是按每小时来计算。当前涉及该计价单元的场景有:实例按小时后付费(POSTPAID_BY_HOUR)、带宽按小时后付费(BANDWIDTH_POSTPAID_BY_HOUR):</li><li>GB:表示计价单元是按每GB来计算。当前涉及该计价单元的场景有:流量按小时后付费(TRAFFIC_POSTPAID_BY_HOUR)。</li>",
3946
3946
  "example": "HOUR",
3947
3947
  "member": "string",
3948
3948
  "name": "ChargeUnit",
3949
3949
  "output_required": false,
3950
3950
  "type": "string",
3951
- "value_allowed_null": true
3951
+ "value_allowed_null": false
3952
3952
  },
3953
3953
  {
3954
3954
  "disabled": false,
3955
- "document": "预支合计费用的原价,预付费模式使用,单位:元。\n注意:此字段可能返回 null,表示取不到有效值。",
3955
+ "document": "预支合计费用的原价,预付费模式使用,单位:元。",
3956
3956
  "example": "35.5",
3957
3957
  "member": "float",
3958
3958
  "name": "OriginalPrice",
3959
3959
  "output_required": false,
3960
3960
  "type": "float",
3961
- "value_allowed_null": true
3961
+ "value_allowed_null": false
3962
3962
  },
3963
3963
  {
3964
3964
  "disabled": false,
3965
- "document": "预支合计费用的折扣价,预付费模式使用,单位:元。\n注意:此字段可能返回 null,表示取不到有效值。",
3965
+ "document": "预支合计费用的折扣价,预付费模式使用,单位:元。",
3966
3966
  "example": "35.5",
3967
3967
  "member": "float",
3968
3968
  "name": "DiscountPrice",
3969
3969
  "output_required": false,
3970
3970
  "type": "float",
3971
- "value_allowed_null": true
3971
+ "value_allowed_null": false
3972
3972
  },
3973
3973
  {
3974
3974
  "disabled": false,
3975
- "document": "折扣,如20.0代表2折。\n注意:此字段可能返回 null,表示取不到有效值。",
3975
+ "document": "折扣,如20.0代表2折。",
3976
3976
  "example": "20.0",
3977
3977
  "member": "float",
3978
3978
  "name": "Discount",
3979
3979
  "output_required": false,
3980
3980
  "type": "float",
3981
- "value_allowed_null": true
3981
+ "value_allowed_null": false
3982
3982
  },
3983
3983
  {
3984
3984
  "disabled": false,
3985
- "document": "后续合计费用的折扣价,后付费模式使用,单位:元<br><li>如返回了其他时间区间项,如UnitPriceDiscountSecondStep,则本项代表时间区间在(0, 96)小时;若未返回其他时间区间项,则本项代表全时段,即(0, ∞)小时</li>\n注意:此字段可能返回 null,表示取不到有效值。",
3985
+ "document": "后续合计费用的折扣价,后付费模式使用,单位:元<br><li>如返回了其他时间区间项,如UnitPriceDiscountSecondStep,则本项代表时间区间在(0, 96)小时;若未返回其他时间区间项,则本项代表全时段,即(0, ∞)小时</li>",
3986
3986
  "example": "35.5",
3987
3987
  "member": "float",
3988
3988
  "name": "UnitPriceDiscount",
3989
3989
  "output_required": false,
3990
3990
  "type": "float",
3991
- "value_allowed_null": true
3991
+ "value_allowed_null": false
3992
3992
  },
3993
3993
  {
3994
3994
  "disabled": false,
3995
- "document": "使用时间区间在(96, 360)小时的后续合计费用的原价,后付费模式使用,单位:元。\n注意:此字段可能返回 null,表示取不到有效值。",
3995
+ "document": "使用时间区间在(96, 360)小时的后续合计费用的原价,后付费模式使用,单位:元。",
3996
3996
  "example": "35.5",
3997
3997
  "member": "float",
3998
3998
  "name": "UnitPriceSecondStep",
3999
3999
  "output_required": false,
4000
4000
  "type": "float",
4001
- "value_allowed_null": true
4001
+ "value_allowed_null": false
4002
4002
  },
4003
4003
  {
4004
4004
  "disabled": false,
4005
- "document": "使用时间区间在(96, 360)小时的后续合计费用的折扣价,后付费模式使用,单位:元\n注意:此字段可能返回 null,表示取不到有效值。",
4005
+ "document": "使用时间区间在(96, 360)小时的后续合计费用的折扣价,后付费模式使用,单位:元",
4006
4006
  "example": "35.5",
4007
4007
  "member": "float",
4008
4008
  "name": "UnitPriceDiscountSecondStep",
4009
4009
  "output_required": false,
4010
4010
  "type": "float",
4011
- "value_allowed_null": true
4011
+ "value_allowed_null": false
4012
4012
  },
4013
4013
  {
4014
4014
  "disabled": false,
4015
- "document": "使用时间区间在(360, ∞)小时的后续合计费用的原价,后付费模式使用,单位:元。\n注意:此字段可能返回 null,表示取不到有效值。",
4015
+ "document": "使用时间区间在(360, ∞)小时的后续合计费用的原价,后付费模式使用,单位:元。",
4016
4016
  "example": "35.5",
4017
4017
  "member": "float",
4018
4018
  "name": "UnitPriceThirdStep",
4019
4019
  "output_required": false,
4020
4020
  "type": "float",
4021
- "value_allowed_null": true
4021
+ "value_allowed_null": false
4022
4022
  },
4023
4023
  {
4024
4024
  "disabled": false,
4025
- "document": "使用时间区间在(360, ∞)小时的后续合计费用的折扣价,后付费模式使用,单位:元\n注意:此字段可能返回 null,表示取不到有效值。",
4025
+ "document": "使用时间区间在(360, ∞)小时的后续合计费用的折扣价,后付费模式使用,单位:元",
4026
4026
  "example": "35.5",
4027
4027
  "member": "float",
4028
4028
  "name": "UnitPriceDiscountThirdStep",
4029
4029
  "output_required": false,
4030
4030
  "type": "float",
4031
- "value_allowed_null": true
4031
+ "value_allowed_null": false
4032
4032
  },
4033
4033
  {
4034
4034
  "disabled": false,
4035
- "document": "预支三年合计费用的原价,预付费模式使用,单位:元。\n注意:此字段可能返回 null,表示取不到有效值。\n注意:此字段可能返回 null,表示取不到有效值。",
4035
+ "document": "预支三年合计费用的原价,预付费模式使用,单位:元。\n注意:此字段可能返回 null,表示取不到有效值。",
4036
4036
  "example": "35.5",
4037
4037
  "member": "float",
4038
4038
  "name": "OriginalPriceThreeYear",
4039
4039
  "output_required": false,
4040
4040
  "type": "float",
4041
- "value_allowed_null": true
4041
+ "value_allowed_null": false
4042
4042
  },
4043
4043
  {
4044
4044
  "disabled": false,
4045
- "document": "预支三年合计费用的折扣价,预付费模式使用,单位:元。\n注意:此字段可能返回 null,表示取不到有效值。\n注意:此字段可能返回 null,表示取不到有效值。",
4045
+ "document": "预支三年合计费用的折扣价,预付费模式使用,单位:元。\n注意:此字段可能返回 null,表示取不到有效值。",
4046
4046
  "example": "35.5",
4047
4047
  "member": "float",
4048
4048
  "name": "DiscountPriceThreeYear",
4049
4049
  "output_required": false,
4050
4050
  "type": "float",
4051
- "value_allowed_null": true
4051
+ "value_allowed_null": false
4052
4052
  },
4053
4053
  {
4054
4054
  "disabled": false,
4055
- "document": "预支三年应用的折扣,如20.0代表2折。\n注意:此字段可能返回 null,表示取不到有效值。\n注意:此字段可能返回 null,表示取不到有效值。",
4055
+ "document": "预支三年应用的折扣,如20.0代表2折。\n注意:此字段可能返回 null,表示取不到有效值。",
4056
4056
  "example": "35.5",
4057
4057
  "member": "float",
4058
4058
  "name": "DiscountThreeYear",
4059
4059
  "output_required": false,
4060
4060
  "type": "float",
4061
- "value_allowed_null": true
4061
+ "value_allowed_null": false
4062
4062
  },
4063
4063
  {
4064
4064
  "disabled": false,
4065
- "document": "预支五年合计费用的原价,预付费模式使用,单位:元。\n注意:此字段可能返回 null,表示取不到有效值。\n注意:此字段可能返回 null,表示取不到有效值。",
4065
+ "document": "预支五年合计费用的原价,预付费模式使用,单位:元。\n注意:此字段可能返回 null,表示取不到有效值。",
4066
4066
  "example": "35.5",
4067
4067
  "member": "float",
4068
4068
  "name": "OriginalPriceFiveYear",
4069
4069
  "output_required": false,
4070
4070
  "type": "float",
4071
- "value_allowed_null": true
4071
+ "value_allowed_null": false
4072
4072
  },
4073
4073
  {
4074
4074
  "disabled": false,
4075
- "document": "预支五年合计费用的折扣价,预付费模式使用,单位:元。\n注意:此字段可能返回 null,表示取不到有效值。\n注意:此字段可能返回 null,表示取不到有效值。",
4075
+ "document": "预支五年合计费用的折扣价,预付费模式使用,单位:元。\n注意:此字段可能返回 null,表示取不到有效值。",
4076
4076
  "example": "35.5",
4077
4077
  "member": "float",
4078
4078
  "name": "DiscountPriceFiveYear",
4079
4079
  "output_required": false,
4080
4080
  "type": "float",
4081
- "value_allowed_null": true
4081
+ "value_allowed_null": false
4082
4082
  },
4083
4083
  {
4084
4084
  "disabled": false,
4085
- "document": "预支五年应用的折扣,如20.0代表2折。\n注意:此字段可能返回 null,表示取不到有效值。\n注意:此字段可能返回 null,表示取不到有效值。",
4085
+ "document": "预支五年应用的折扣,如20.0代表2折。\n注意:此字段可能返回 null,表示取不到有效值。",
4086
4086
  "example": "35.5",
4087
4087
  "member": "float",
4088
4088
  "name": "DiscountFiveYear",
4089
4089
  "output_required": false,
4090
4090
  "type": "float",
4091
- "value_allowed_null": true
4091
+ "value_allowed_null": false
4092
4092
  },
4093
4093
  {
4094
4094
  "disabled": false,
4095
- "document": "预支一年合计费用的原价,预付费模式使用,单位:元。\n注意:此字段可能返回 null,表示取不到有效值。\n注意:此字段可能返回 null,表示取不到有效值。",
4095
+ "document": "预支一年合计费用的原价,预付费模式使用,单位:元。\n注意:此字段可能返回 null,表示取不到有效值。",
4096
4096
  "example": "35.5",
4097
4097
  "member": "float",
4098
4098
  "name": "OriginalPriceOneYear",
4099
4099
  "output_required": false,
4100
4100
  "type": "float",
4101
- "value_allowed_null": true
4101
+ "value_allowed_null": false
4102
4102
  },
4103
4103
  {
4104
4104
  "disabled": false,
4105
- "document": "预支一年合计费用的折扣价,预付费模式使用,单位:元。\n注意:此字段可能返回 null,表示取不到有效值。\n注意:此字段可能返回 null,表示取不到有效值。",
4105
+ "document": "预支一年合计费用的折扣价,预付费模式使用,单位:元。\n注意:此字段可能返回 null,表示取不到有效值。",
4106
4106
  "example": "35.5",
4107
4107
  "member": "float",
4108
4108
  "name": "DiscountPriceOneYear",
4109
4109
  "output_required": false,
4110
4110
  "type": "float",
4111
- "value_allowed_null": true
4111
+ "value_allowed_null": false
4112
4112
  },
4113
4113
  {
4114
4114
  "disabled": false,
4115
- "document": "预支一年应用的折扣,如20.0代表2折。\n注意:此字段可能返回 null,表示取不到有效值。\n注意:此字段可能返回 null,表示取不到有效值。",
4115
+ "document": "预支一年应用的折扣,如20.0代表2折。\n注意:此字段可能返回 null,表示取不到有效值。",
4116
4116
  "example": "20.0",
4117
4117
  "member": "float",
4118
4118
  "name": "DiscountOneYear",
4119
4119
  "output_required": false,
4120
4120
  "type": "float",
4121
- "value_allowed_null": true
4121
+ "value_allowed_null": false
4122
4122
  }
4123
4123
  ],
4124
4124
  "usage": "out"
@@ -5290,36 +5290,36 @@
5290
5290
  "members": [
5291
5291
  {
5292
5292
  "disabled": false,
5293
- "document": "HDD本地存储类型,值为:LOCAL_PRO.\n注意:此字段可能返回 null,表示取不到有效值。",
5293
+ "document": "HDD本地存储类型,值为:LOCAL_PRO.",
5294
5294
  "example": "LOCAL_PRO",
5295
5295
  "member": "string",
5296
5296
  "name": "Type",
5297
5297
  "output_required": true,
5298
5298
  "required": false,
5299
5299
  "type": "string",
5300
- "value_allowed_null": true
5300
+ "value_allowed_null": false
5301
5301
  },
5302
5302
  {
5303
5303
  "disabled": false,
5304
- "document": "HDD本地存储的最小容量\n注意:此字段可能返回 null,表示取不到有效值。",
5304
+ "document": "HDD本地存储的最小容量",
5305
5305
  "example": "100",
5306
5306
  "member": "int64",
5307
5307
  "name": "MinSize",
5308
5308
  "output_required": true,
5309
5309
  "required": false,
5310
5310
  "type": "int",
5311
- "value_allowed_null": true
5311
+ "value_allowed_null": false
5312
5312
  },
5313
5313
  {
5314
5314
  "disabled": false,
5315
- "document": "HDD本地存储的最大容量\n注意:此字段可能返回 null,表示取不到有效值。",
5315
+ "document": "HDD本地存储的最大容量",
5316
5316
  "example": "200",
5317
5317
  "member": "int64",
5318
5318
  "name": "MaxSize",
5319
5319
  "output_required": true,
5320
5320
  "required": false,
5321
5321
  "type": "int",
5322
- "value_allowed_null": true
5322
+ "value_allowed_null": false
5323
5323
  }
5324
5324
  ],
5325
5325
  "usage": "both"
@@ -5417,25 +5417,25 @@
5417
5417
  },
5418
5418
  {
5419
5419
  "disabled": false,
5420
- "document": "所属的独享集群ID。\n注意:此字段可能返回 null,表示取不到有效值。",
5420
+ "document": "所属的独享集群ID",
5421
5421
  "example": "cdc-xxxxxx",
5422
5422
  "member": "string",
5423
5423
  "name": "CdcId",
5424
5424
  "output_required": false,
5425
5425
  "required": false,
5426
5426
  "type": "string",
5427
- "value_allowed_null": true
5427
+ "value_allowed_null": false
5428
5428
  },
5429
5429
  {
5430
5430
  "disabled": false,
5431
- "document": "磁盘名称,长度不超过128 个字符。\n\n该参数正在邀测中,暂未开放使用。\n注意:此字段可能返回 null,表示取不到有效值。",
5431
+ "document": "磁盘名称,长度不超过128 个字符。\n\n该参数正在邀测中,暂未开放使用。",
5432
5432
  "example": "name",
5433
5433
  "member": "string",
5434
5434
  "name": "DiskName",
5435
5435
  "output_required": false,
5436
5436
  "required": false,
5437
5437
  "type": "string",
5438
- "value_allowed_null": true
5438
+ "value_allowed_null": false
5439
5439
  }
5440
5440
  ],
5441
5441
  "usage": "both"
@@ -57,7 +57,7 @@
57
57
  "status": "online"
58
58
  },
59
59
  "CreateCallOutSession": {
60
- "document": "创建外呼会话,当前仅支持双呼,即先使用平台号码呼出到坐席手机上,坐席接听后,然后再外呼用户,而且由于运营商频率限制,坐席手机号必须先加白名单,避免频控导致外呼失败。",
60
+ "document": "创建外呼会话,当前仅支持双呼,即先使用平台号码呼出到座席手机上,座席接听后,然后再外呼用户,而且由于运营商频率限制,座席手机号必须先加白名单,避免频控导致外呼失败。所以调用此接口前,下述操作均已完成\n1. UserId 指定的座席已经[绑定手机号](https://cloud.tencent.com/document/product/679/76067#.E6.AD.A5.E9.AA.A42.EF.BC.9A.E5.AE.8C.E5.96.84.E8.B4.A6.E5.8F.B7.E4.BF.A1.E6.81.AF)\n2. 座席绑定的手机号已经[申请并通过了外呼白名单](https://cloud.tencent.com/document/product/679/76744#.E6.93.8D.E4.BD.9C.E6.AD.A5.E9.AA.A4)\n3. 当前座席侧只能呼叫其手机,所以 IsForceMobile 字段当前必须为 true\n4. 被叫不要填当前 UserId 所绑定的手机号,否则会造成占线呼叫失败",
61
61
  "input": "CreateCallOutSessionRequest",
62
62
  "name": "创建外呼会话(当前仅支持双呼)",
63
63
  "output": "CreateCallOutSessionResponse",
@@ -614,7 +614,7 @@
614
614
  {
615
615
  "disabled": false,
616
616
  "document": "TransferFunctionEnable为true时生效;transfer_to_human function calling的desc,默认为 \"Transfer to human when the user has to transfer to human (like says transfer to human) or you are instructed to do so.\"",
617
- "example": "",
617
+ "example": "当客户表达出需要人工服务,或者机器人无法处理问题时,转人工",
618
618
  "member": "string",
619
619
  "name": "TransferFunctionDesc",
620
620
  "required": true,
@@ -888,7 +888,7 @@
888
888
  {
889
889
  "disabled": false,
890
890
  "document": "起始时间戳",
891
- "example": "123",
891
+ "example": "1145",
892
892
  "member": "int64",
893
893
  "name": "NotBefore",
894
894
  "output_required": true,
@@ -898,7 +898,7 @@
898
898
  {
899
899
  "disabled": false,
900
900
  "document": "结束时间戳\n注意:此字段可能返回 null,表示取不到有效值。",
901
- "example": "null",
901
+ "example": "1146",
902
902
  "member": "int64",
903
903
  "name": "NotAfter",
904
904
  "output_required": true,
@@ -1274,7 +1274,7 @@
1274
1274
  {
1275
1275
  "disabled": false,
1276
1276
  "document": "申请单Id",
1277
- "example": "123",
1277
+ "example": "1145",
1278
1278
  "member": "uint64",
1279
1279
  "name": "ApplicantId",
1280
1280
  "output_required": true,
@@ -1304,7 +1304,7 @@
1304
1304
  {
1305
1305
  "disabled": false,
1306
1306
  "document": "描述",
1307
- "example": "描述",
1307
+ "example": "申请描述",
1308
1308
  "member": "string",
1309
1309
  "name": "Description",
1310
1310
  "output_required": true,
@@ -2312,7 +2312,7 @@
2312
2312
  },
2313
2313
  {
2314
2314
  "disabled": false,
2315
- "document": "客服用户 ID,一般为客服邮箱",
2315
+ "document": "客服用户 ID,一般为客服邮箱,确保已经绑定了手机号 https://cloud.tencent.com/document/product/679/76067#.E6.AD.A5.E9.AA.A42.EF.BC.9A.E5.AE.8C.E5.96.84.E8.B4.A6.E5.8F.B7.E4.BF.A1.E6.81.AF",
2316
2316
  "example": "foo@tencent.com",
2317
2317
  "member": "string",
2318
2318
  "name": "UserId",
@@ -2348,7 +2348,7 @@
2348
2348
  },
2349
2349
  {
2350
2350
  "disabled": false,
2351
- "document": "是否强制使用手机外呼,当前只支持 true,若为 true 请确保已配置白名单",
2351
+ "document": "是否强制使用手机外呼,当前只支持 true,若为 true 请确保已配置白名单 https://cloud.tencent.com/document/product/679/76744#.E6.93.8D.E4.BD.9C.E6.AD.A5.E9.AA.A4",
2352
2352
  "example": "true",
2353
2353
  "member": "bool",
2354
2354
  "name": "IsForceUseMobile",
@@ -6075,7 +6075,7 @@
6075
6075
  {
6076
6076
  "disabled": false,
6077
6077
  "document": "TTS 提示音内容",
6078
- "example": "",
6078
+ "example": "您好",
6079
6079
  "member": "string",
6080
6080
  "name": "TTSPrompt",
6081
6081
  "output_required": false,
@@ -6091,20 +6091,20 @@
6091
6091
  {
6092
6092
  "disabled": false,
6093
6093
  "document": "消息类型",
6094
- "example": "",
6094
+ "example": "Text",
6095
6095
  "member": "string",
6096
6096
  "name": "Type",
6097
- "required": true,
6097
+ "output_required": true,
6098
6098
  "type": "string",
6099
6099
  "value_allowed_null": false
6100
6100
  },
6101
6101
  {
6102
6102
  "disabled": false,
6103
6103
  "document": "消息内容",
6104
- "example": "",
6104
+ "example": "您好,我是您的小助手",
6105
6105
  "member": "string",
6106
6106
  "name": "Content",
6107
- "required": true,
6107
+ "output_required": true,
6108
6108
  "type": "string",
6109
6109
  "value_allowed_null": false
6110
6110
  }
@@ -6117,30 +6117,30 @@
6117
6117
  {
6118
6118
  "disabled": false,
6119
6119
  "document": "消息时间戳",
6120
- "example": "",
6120
+ "example": "1600007226",
6121
6121
  "member": "int64",
6122
6122
  "name": "Timestamp",
6123
- "required": true,
6123
+ "output_required": true,
6124
6124
  "type": "int",
6125
6125
  "value_allowed_null": false
6126
6126
  },
6127
6127
  {
6128
6128
  "disabled": false,
6129
6129
  "document": "发消息的用户ID",
6130
- "example": "",
6130
+ "example": "Alan",
6131
6131
  "member": "string",
6132
6132
  "name": "From",
6133
- "required": true,
6133
+ "output_required": true,
6134
6134
  "type": "string",
6135
6135
  "value_allowed_null": false
6136
6136
  },
6137
6137
  {
6138
6138
  "disabled": false,
6139
6139
  "document": "消息列表",
6140
- "example": "",
6140
+ "example": "[{\"Type\":\"Text\",\"Content\":\"您好呀!\"}]",
6141
6141
  "member": "Message",
6142
6142
  "name": "Messages",
6143
- "required": true,
6143
+ "output_required": true,
6144
6144
  "type": "list",
6145
6145
  "value_allowed_null": false
6146
6146
  }
@@ -107,8 +107,8 @@
107
107
  "CreateOwnNumberApply": [
108
108
  {
109
109
  "document": "",
110
- "input": "POST / HTTP/1.1\nHost: ccc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateOwnNumberApply\n<公共请求参数>\n\n{\n \"SdkAppId\": 1,\n \"Prefix\": \"123\",\n \"SipTrunkId\": 12,\n \"DetailList\": [\n {\n \"CallType\": 2,\n \"PhoneNumber\": \"02012345678\",\n \"MaxCallCount\": 1,\n \"MaxCallPSec\": 1\n }\n ]\n}",
111
- "output": "{\n \"Response\": {\n \"RequestId\": \"abc\",\n \"ApplyId\": 1\n }\n}",
110
+ "input": "POST / HTTP/1.1\nHost: ccc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateOwnNumberApply\n<公共请求参数>\n\n{\n \"SdkAppId\": 1,\n \"Prefix\": \"1145\",\n \"SipTrunkId\": 12,\n \"DetailList\": [\n {\n \"CallType\": 2,\n \"PhoneNumber\": \"02012345678\",\n \"MaxCallCount\": 1,\n \"MaxCallPSec\": 1\n }\n ]\n}",
111
+ "output": "{\n \"Response\": {\n \"RequestId\": \"foo-bar\",\n \"ApplyId\": 1\n }\n}",
112
112
  "title": "创建客户自携号码接入审核实例"
113
113
  }
114
114
  ],
@@ -196,7 +196,7 @@
196
196
  {
197
197
  "document": "",
198
198
  "input": "POST / HTTP/1.1\nHost: ccc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAutoCalloutTasks\n<公共请求参数>\n\n{\n \"PageNumber\": 0,\n \"PageSize\": 10,\n \"SdkAppId\": 1\n}",
199
- "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"Tasks\": [\n {\n \"TaskId\": 3241,\n \"IvrId\": 1,\n \"CalleeCount\": 1,\n \"Name\": \"foobar\",\n \"NotBefore\": 0,\n \"NotAfter\": 0,\n \"State\": 1,\n \"Callers\": [\n \"123456\"\n ]\n }\n ],\n \"RequestId\": \"123456\"\n }\n}",
199
+ "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"Tasks\": [\n {\n \"TaskId\": 3241,\n \"IvrId\": 1,\n \"CalleeCount\": 1,\n \"Name\": \"foobar\",\n \"NotBefore\": 0,\n \"NotAfter\": 0,\n \"State\": 1,\n \"Callers\": [\n \"008612345123456\"\n ]\n }\n ],\n \"RequestId\": \"foo-bar\"\n }\n}",
200
200
  "title": "示例"
201
201
  }
202
202
  ],
@@ -419,8 +419,8 @@
419
419
  "ModifyOwnNumberApply": [
420
420
  {
421
421
  "document": "",
422
- "input": "POST / HTTP/1.1\nHost: ccc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateOwnNumberApply\n<公共请求参数>\n\n{\n \"SdkAppId\": 1,\n \"ApplyId\": 1,\n \"Prefix\": \"123\",\n \"DetailList\": [\n {\n \"CallType\": 2,\n \"PhoneNumber\": \"02012345678\",\n \"MaxCallCount\": 1,\n \"MaxCallPSec\": 1\n }\n ]\n}",
423
- "output": "{\n \"Response\": {\n \"RequestId\": \"abc\"\n }\n}",
422
+ "input": "POST / HTTP/1.1\nHost: ccc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateOwnNumberApply\n<公共请求参数>\n\n{\n \"SdkAppId\": 1,\n \"ApplyId\": 1,\n \"Prefix\": \"1145\",\n \"DetailList\": [\n {\n \"CallType\": 2,\n \"PhoneNumber\": \"02012345678\",\n \"MaxCallCount\": 1,\n \"MaxCallPSec\": 1\n }\n ]\n}",
423
+ "output": "{\n \"Response\": {\n \"RequestId\": \"foo-bar\"\n }\n}",
424
424
  "title": "修改客户自携号码审批单示例"
425
425
  }
426
426
  ],