tencentcloud-sdk-python 3.0.1406__py2.py3-none-any.whl → 3.0.1407__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.
tencentcloud/__init__.py CHANGED
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.1406'
17
+ __version__ = '3.0.1407'
@@ -818,7 +818,7 @@ class CreateRecTaskRequest(AbstractModel):
818
818
  **注意:电话通讯场景,请务必使用以下8k引擎**
819
819
  • 8k_zh:中文电话通讯;
820
820
  • 8k_en:英文电话通讯;
821
- **8k_zh_large:**普方大模型引擎【大模型版】。当前模型同时支持中文、[多种中文方言](https://cloud.tencent.com/document/product/1093/35682)等语言的识别,模型参数量极大,语言模型性能增强,针对电话音频中各类场景、各类中文方言的识别准确率极大提升,[点击这里](https://console.cloud.tencent.com/asr/demonstrate) 对比常规版本与普方大模型版本的识别效果;
821
+ • 8k_zh_large:中文电话场景专用大模型引擎。通过显著提升模型参数规模与语言建模能力,实现对电话音频中复杂场景(如口音干扰、背景噪声)的高精度识别,识别准确率较常规版本大幅提升。[点击这里](https://console.cloud.tencent.com/asr/demonstrate) 对比常规版本与普方大模型效果;
822
822
 
823
823
  注意:如您有电话通讯场景识别需求,但发现需求语种仅支持16k,可将8k音频传入下方16k引擎,亦能获取识别结果。但**16k引擎并非基于电话通讯数据训练,无法承诺此种调用方式的识别效果,需由您自行验证识别结果是否可用**
824
824
 
@@ -1039,7 +1039,7 @@ class CreateRecTaskRequest(AbstractModel):
1039
1039
  **注意:电话通讯场景,请务必使用以下8k引擎**
1040
1040
  • 8k_zh:中文电话通讯;
1041
1041
  • 8k_en:英文电话通讯;
1042
- **8k_zh_large:**普方大模型引擎【大模型版】。当前模型同时支持中文、[多种中文方言](https://cloud.tencent.com/document/product/1093/35682)等语言的识别,模型参数量极大,语言模型性能增强,针对电话音频中各类场景、各类中文方言的识别准确率极大提升,[点击这里](https://console.cloud.tencent.com/asr/demonstrate) 对比常规版本与普方大模型版本的识别效果;
1042
+ • 8k_zh_large:中文电话场景专用大模型引擎。通过显著提升模型参数规模与语言建模能力,实现对电话音频中复杂场景(如口音干扰、背景噪声)的高精度识别,识别准确率较常规版本大幅提升。[点击这里](https://console.cloud.tencent.com/asr/demonstrate) 对比常规版本与普方大模型效果;
1043
1043
 
1044
1044
  注意:如您有电话通讯场景识别需求,但发现需求语种仅支持16k,可将8k音频传入下方16k引擎,亦能获取识别结果。但**16k引擎并非基于电话通讯数据训练,无法承诺此种调用方式的识别效果,需由您自行验证识别结果是否可用**
1045
1045
 
@@ -29,7 +29,7 @@ class AutoScaleUpRule(AbstractModel):
29
29
  :type Status: str
30
30
  :param _ScaleThreshold: 集群用量占比,到达这个值后开始扩容,范围[10-90]
31
31
  :type ScaleThreshold: int
32
- :param _TargetThreshold: 扩容后使用量跟集群总量比例,范围[1-90]
32
+ :param _TargetThreshold: 扩容后使用量跟集群总量比例,范围[10-90]
33
33
  :type TargetThreshold: int
34
34
  """
35
35
  self._Status = None
@@ -60,7 +60,7 @@ class AutoScaleUpRule(AbstractModel):
60
60
 
61
61
  @property
62
62
  def TargetThreshold(self):
63
- """扩容后使用量跟集群总量比例,范围[1-90]
63
+ """扩容后使用量跟集群总量比例,范围[10-90]
64
64
  :rtype: int
65
65
  """
66
66
  return self._TargetThreshold
@@ -5804,7 +5804,7 @@ class ModifyFileSystemAutoScaleUpRuleRequest(AbstractModel):
5804
5804
  :type FileSystemId: str
5805
5805
  :param _ScaleUpThreshold: 扩容阈值,范围[10-90]
5806
5806
  :type ScaleUpThreshold: int
5807
- :param _TargetThreshold: 扩容后目标阈值,范围[1-90],该值要小于 ScaleUpThreshold
5807
+ :param _TargetThreshold: 扩容后目标阈值,范围[10-90],该值要小于 ScaleUpThreshold
5808
5808
  :type TargetThreshold: int
5809
5809
  :param _Status: 规则状态 0:关闭,1:开启;不传保留原状态
5810
5810
  :type Status: int
@@ -5838,7 +5838,7 @@ class ModifyFileSystemAutoScaleUpRuleRequest(AbstractModel):
5838
5838
 
5839
5839
  @property
5840
5840
  def TargetThreshold(self):
5841
- """扩容后目标阈值,范围[1-90],该值要小于 ScaleUpThreshold
5841
+ """扩容后目标阈值,范围[10-90],该值要小于 ScaleUpThreshold
5842
5842
  :rtype: int
5843
5843
  """
5844
5844
  return self._TargetThreshold
@@ -5887,7 +5887,7 @@ class ModifyFileSystemAutoScaleUpRuleResponse(AbstractModel):
5887
5887
  :type Status: int
5888
5888
  :param _ScaleUpThreshold: 扩容阈值,范围[10-90]
5889
5889
  :type ScaleUpThreshold: int
5890
- :param _TargetThreshold: 扩容后达到阈值,范围[1-90]
5890
+ :param _TargetThreshold: 扩容后达到阈值,范围[10-90]
5891
5891
  :type TargetThreshold: int
5892
5892
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5893
5893
  :type RequestId: str
@@ -5933,7 +5933,7 @@ class ModifyFileSystemAutoScaleUpRuleResponse(AbstractModel):
5933
5933
 
5934
5934
  @property
5935
5935
  def TargetThreshold(self):
5936
- """扩容后达到阈值,范围[1-90]
5936
+ """扩容后达到阈值,范围[10-90]
5937
5937
  :rtype: int
5938
5938
  """
5939
5939
  return self._TargetThreshold
@@ -353,9 +353,12 @@ class ChunkConfig(AbstractModel):
353
353
  :type MaxChunkSize: int
354
354
  :param _Delimiters: 分隔符列表
355
355
  :type Delimiters: list of str
356
+ :param _ChunkOverlap: 相邻切片重合字符数,需要小于分片长度
357
+ :type ChunkOverlap: int
356
358
  """
357
359
  self._MaxChunkSize = None
358
360
  self._Delimiters = None
361
+ self._ChunkOverlap = None
359
362
 
360
363
  @property
361
364
  def MaxChunkSize(self):
@@ -379,10 +382,22 @@ class ChunkConfig(AbstractModel):
379
382
  def Delimiters(self, Delimiters):
380
383
  self._Delimiters = Delimiters
381
384
 
385
+ @property
386
+ def ChunkOverlap(self):
387
+ """相邻切片重合字符数,需要小于分片长度
388
+ :rtype: int
389
+ """
390
+ return self._ChunkOverlap
391
+
392
+ @ChunkOverlap.setter
393
+ def ChunkOverlap(self, ChunkOverlap):
394
+ self._ChunkOverlap = ChunkOverlap
395
+
382
396
 
383
397
  def _deserialize(self, params):
384
398
  self._MaxChunkSize = params.get("MaxChunkSize")
385
399
  self._Delimiters = params.get("Delimiters")
400
+ self._ChunkOverlap = params.get("ChunkOverlap")
386
401
  memeber_set = set(params.keys())
387
402
  for name, value in vars(self).items():
388
403
  property_name = name[1:]
@@ -672,10 +687,13 @@ class ChunkDocumentResponse(AbstractModel):
672
687
  r"""
673
688
  :param _Chunks: 无
674
689
  :type Chunks: list of Chunk
690
+ :param _Usage: token消耗量
691
+ :type Usage: :class:`tencentcloud.es.v20250101.models.Usage`
675
692
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
676
693
  :type RequestId: str
677
694
  """
678
695
  self._Chunks = None
696
+ self._Usage = None
679
697
  self._RequestId = None
680
698
 
681
699
  @property
@@ -689,6 +707,17 @@ class ChunkDocumentResponse(AbstractModel):
689
707
  def Chunks(self, Chunks):
690
708
  self._Chunks = Chunks
691
709
 
710
+ @property
711
+ def Usage(self):
712
+ """token消耗量
713
+ :rtype: :class:`tencentcloud.es.v20250101.models.Usage`
714
+ """
715
+ return self._Usage
716
+
717
+ @Usage.setter
718
+ def Usage(self, Usage):
719
+ self._Usage = Usage
720
+
692
721
  @property
693
722
  def RequestId(self):
694
723
  """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
@@ -708,6 +737,9 @@ class ChunkDocumentResponse(AbstractModel):
708
737
  obj = Chunk()
709
738
  obj._deserialize(item)
710
739
  self._Chunks.append(obj)
740
+ if params.get("Usage") is not None:
741
+ self._Usage = Usage()
742
+ self._Usage._deserialize(params.get("Usage"))
711
743
  self._RequestId = params.get("RequestId")
712
744
 
713
745
 
@@ -23,6 +23,9 @@ FAILEDOPERATION = 'FailedOperation'
23
23
  # 年龄限制无法使用电子签服务,请联系客服咨询处理。
24
24
  FAILEDOPERATION_AGENOTACHIEVENORMALLEGAL = 'FailedOperation.AgeNotAchieveNormalLegal'
25
25
 
26
+ # 授权认证已经被删除了
27
+ FAILEDOPERATION_AUTHORIZATIONINFOHASBEENDELETED = 'FailedOperation.AuthorizationInfoHasBeenDeleted'
28
+
26
29
  # 套餐余额不足。
27
30
  FAILEDOPERATION_BALANCENOTENOUGH = 'FailedOperation.BalanceNotEnough'
28
31
 
@@ -1416,6 +1416,32 @@ class EssClient(AbstractClient):
1416
1416
  raise TencentCloudSDKException(type(e).__name__, str(e))
1417
1417
 
1418
1418
 
1419
+ def CreateModifyAdminAuthorizationUrl(self, request):
1420
+ """本接口(CreateModifyAdminAuthorizationUrl)用于重新上传超管授权书。
1421
+
1422
+ 注意:
1423
+ 1. 重新上传超管授权书,必须是审核失败的情况下才能重新上传,可以通过回调[!授权书认证审核结果回调](https://qian.tencent.com/developers/company/callback_types_staffs#%E5%8D%81%E5%85%AD-%E6%8E%88%E6%9D%83%E4%B9%A6%E8%AE%A4%E8%AF%81%E5%AE%A1%E6%A0%B8%E7%BB%93%E6%9E%9C%E5%9B%9E%E8%B0%83)得到
1424
+
1425
+ :param request: Request instance for CreateModifyAdminAuthorizationUrl.
1426
+ :type request: :class:`tencentcloud.ess.v20201111.models.CreateModifyAdminAuthorizationUrlRequest`
1427
+ :rtype: :class:`tencentcloud.ess.v20201111.models.CreateModifyAdminAuthorizationUrlResponse`
1428
+
1429
+ """
1430
+ try:
1431
+ params = request._serialize()
1432
+ headers = request.headers
1433
+ body = self.call("CreateModifyAdminAuthorizationUrl", params, headers=headers)
1434
+ response = json.loads(body)
1435
+ model = models.CreateModifyAdminAuthorizationUrlResponse()
1436
+ model._deserialize(response["Response"])
1437
+ return model
1438
+ except Exception as e:
1439
+ if isinstance(e, TencentCloudSDKException):
1440
+ raise
1441
+ else:
1442
+ raise TencentCloudSDKException(type(e).__name__, str(e))
1443
+
1444
+
1419
1445
  def CreateMultiFlowSignQRCode(self, request):
1420
1446
  """此接口(CreateMultiFlowSignQRCode)用于创建一码多签签署码。
1421
1447
 
@@ -2215,6 +2241,29 @@ class EssClient(AbstractClient):
2215
2241
  raise TencentCloudSDKException(type(e).__name__, str(e))
2216
2242
 
2217
2243
 
2244
+ def DescribeBatchOrganizationRegistrationTasks(self, request):
2245
+ """本接口(DescribeBatchOrganizationRegistrationTasks)用于查询企业批量认证任务状态。
2246
+
2247
+ :param request: Request instance for DescribeBatchOrganizationRegistrationTasks.
2248
+ :type request: :class:`tencentcloud.ess.v20201111.models.DescribeBatchOrganizationRegistrationTasksRequest`
2249
+ :rtype: :class:`tencentcloud.ess.v20201111.models.DescribeBatchOrganizationRegistrationTasksResponse`
2250
+
2251
+ """
2252
+ try:
2253
+ params = request._serialize()
2254
+ headers = request.headers
2255
+ body = self.call("DescribeBatchOrganizationRegistrationTasks", params, headers=headers)
2256
+ response = json.loads(body)
2257
+ model = models.DescribeBatchOrganizationRegistrationTasksResponse()
2258
+ model._deserialize(response["Response"])
2259
+ return model
2260
+ except Exception as e:
2261
+ if isinstance(e, TencentCloudSDKException):
2262
+ raise
2263
+ else:
2264
+ raise TencentCloudSDKException(type(e).__name__, str(e))
2265
+
2266
+
2218
2267
  def DescribeBatchOrganizationRegistrationUrls(self, request):
2219
2268
  """此接口用于获取企业批量认证异步任务的状态及结果。
2220
2269
 
@@ -1810,6 +1810,122 @@ class AutoSignConfig(AbstractModel):
1810
1810
 
1811
1811
 
1812
1812
 
1813
+ class BatchOrganizationRegistrationTasksDetails(AbstractModel):
1814
+ """批量认证企业任务详情信息,其中包括 TaskId,状态信息等等。
1815
+
1816
+ """
1817
+
1818
+ def __init__(self):
1819
+ r"""
1820
+ :param _TaskId: 生成注册链接的任务Id
1821
+ :type TaskId: str
1822
+ :param _Status: 批量创建企业任务的状态
1823
+ <ul>
1824
+ <li>Processing</li>
1825
+ <li>Create</li>
1826
+ <li>Submit</li>
1827
+ <li>Authorization</li>
1828
+ <li>Failed</li>
1829
+ </ul>
1830
+
1831
+ 各个状态所代表的含义如下表格所示:
1832
+ <table>
1833
+ <thead align="center" valign="center">
1834
+ <tr><th>任务状态名称</th><th>任务状态详情</th></tr>
1835
+ </thead>
1836
+ <tbody>
1837
+ <tr><th align="center" valign="center">Processing</th><th>企业认证任务处理中,用户调用了<a href="https://qian.tencent.com/developers/companyApis/organizations/CreateBatchOrganizationRegistrationTasks">CreateBatchOrganizationRegistrationTasks</a>接口,但是任务还在处理中的状态</th></tr>
1838
+ <tr><th align="center" valign="center">Create</th><th>创建企业认证链接任务完成,可以调用生成任务链接接口</th></tr>
1839
+ <tr><th align="center" valign="center">Submit</th><th>企业认证任务已提交,到如下界面之后,会变为这个状态
1840
+
1841
+ ![image](https://qcloudimg.tencent-cloud.cn/raw/acbcec8c7a71de14d9c041e3b8ca8b3f.png)</th></tr>
1842
+ <tr><th align="center" valign="center">Authorization</th><th>企业认证任务认证成功,点击下图下一步,进入到授权书上传或者法人认证,则会变为这个状态
1843
+
1844
+ ![image](https://qcloudimg.tencent-cloud.cn/raw/c52448354871cffa729da8db4e3a6f18.png)</th></tr>
1845
+ <tr><th align="center" valign="center">Failed</th><th>企业认证任务失败</th></tr>
1846
+ </tbody>
1847
+ </table>
1848
+ :type Status: str
1849
+ :param _ErrorMessage: 如果任务失败,会返回错误信息
1850
+ :type ErrorMessage: str
1851
+ """
1852
+ self._TaskId = None
1853
+ self._Status = None
1854
+ self._ErrorMessage = None
1855
+
1856
+ @property
1857
+ def TaskId(self):
1858
+ """生成注册链接的任务Id
1859
+ :rtype: str
1860
+ """
1861
+ return self._TaskId
1862
+
1863
+ @TaskId.setter
1864
+ def TaskId(self, TaskId):
1865
+ self._TaskId = TaskId
1866
+
1867
+ @property
1868
+ def Status(self):
1869
+ """批量创建企业任务的状态
1870
+ <ul>
1871
+ <li>Processing</li>
1872
+ <li>Create</li>
1873
+ <li>Submit</li>
1874
+ <li>Authorization</li>
1875
+ <li>Failed</li>
1876
+ </ul>
1877
+
1878
+ 各个状态所代表的含义如下表格所示:
1879
+ <table>
1880
+ <thead align="center" valign="center">
1881
+ <tr><th>任务状态名称</th><th>任务状态详情</th></tr>
1882
+ </thead>
1883
+ <tbody>
1884
+ <tr><th align="center" valign="center">Processing</th><th>企业认证任务处理中,用户调用了<a href="https://qian.tencent.com/developers/companyApis/organizations/CreateBatchOrganizationRegistrationTasks">CreateBatchOrganizationRegistrationTasks</a>接口,但是任务还在处理中的状态</th></tr>
1885
+ <tr><th align="center" valign="center">Create</th><th>创建企业认证链接任务完成,可以调用生成任务链接接口</th></tr>
1886
+ <tr><th align="center" valign="center">Submit</th><th>企业认证任务已提交,到如下界面之后,会变为这个状态
1887
+
1888
+ ![image](https://qcloudimg.tencent-cloud.cn/raw/acbcec8c7a71de14d9c041e3b8ca8b3f.png)</th></tr>
1889
+ <tr><th align="center" valign="center">Authorization</th><th>企业认证任务认证成功,点击下图下一步,进入到授权书上传或者法人认证,则会变为这个状态
1890
+
1891
+ ![image](https://qcloudimg.tencent-cloud.cn/raw/c52448354871cffa729da8db4e3a6f18.png)</th></tr>
1892
+ <tr><th align="center" valign="center">Failed</th><th>企业认证任务失败</th></tr>
1893
+ </tbody>
1894
+ </table>
1895
+ :rtype: str
1896
+ """
1897
+ return self._Status
1898
+
1899
+ @Status.setter
1900
+ def Status(self, Status):
1901
+ self._Status = Status
1902
+
1903
+ @property
1904
+ def ErrorMessage(self):
1905
+ """如果任务失败,会返回错误信息
1906
+ :rtype: str
1907
+ """
1908
+ return self._ErrorMessage
1909
+
1910
+ @ErrorMessage.setter
1911
+ def ErrorMessage(self, ErrorMessage):
1912
+ self._ErrorMessage = ErrorMessage
1913
+
1914
+
1915
+ def _deserialize(self, params):
1916
+ self._TaskId = params.get("TaskId")
1917
+ self._Status = params.get("Status")
1918
+ self._ErrorMessage = params.get("ErrorMessage")
1919
+ memeber_set = set(params.keys())
1920
+ for name, value in vars(self).items():
1921
+ property_name = name[1:]
1922
+ if property_name in memeber_set:
1923
+ memeber_set.remove(property_name)
1924
+ if len(memeber_set) > 0:
1925
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
1926
+
1927
+
1928
+
1813
1929
  class BillUsageDetail(AbstractModel):
1814
1930
  """用户计费使用情况详情
1815
1931
 
@@ -11550,6 +11666,146 @@ class CreateLegalSealQrCodeResponse(AbstractModel):
11550
11666
  self._RequestId = params.get("RequestId")
11551
11667
 
11552
11668
 
11669
+ class CreateModifyAdminAuthorizationUrlRequest(AbstractModel):
11670
+ """CreateModifyAdminAuthorizationUrl请求参数结构体
11671
+
11672
+ """
11673
+
11674
+ def __init__(self):
11675
+ r"""
11676
+ :param _Operator: 执行本接口操作的员工信息。
11677
+ 注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
11678
+ :type Operator: :class:`tencentcloud.ess.v20201111.models.UserInfo`
11679
+ :param _Agent: 代理企业和员工的信息。
11680
+ 在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
11681
+ :type Agent: :class:`tencentcloud.ess.v20201111.models.Agent`
11682
+ :param _AuthorizationId: 企业认证流Id,可以通过回调[授权书认证审核结果回调](https://qian.tencent.com/developers/company/callback_types_staffs#%E5%8D%81%E5%85%AD-%E6%8E%88%E6%9D%83%E4%B9%A6%E8%AE%A4%E8%AF%81%E5%AE%A1%E6%A0%B8%E7%BB%93%E6%9E%9C%E5%9B%9E%E8%B0%83)得到
11683
+ :type AuthorizationId: str
11684
+ :param _Endpoint: 要跳转的链接类型<ul><li> **HTTP**:跳转电子签小程序的http_url, 短信通知或者H5跳转适合此类型 ,此时返回长链 (默认类型)</li><li>**HTTP_SHORT_URL**:跳转电子签小程序的http_url, 短信通知或者H5跳转适合此类型,此时返回短链</li><li>**APP**: 第三方APP或小程序跳转电子签小程序的path, APP或者小程序跳转适合此类型</li><li>**PC**: 跳转电子签web 端控制台的链接。</li></ul>
11685
+ :type Endpoint: str
11686
+ """
11687
+ self._Operator = None
11688
+ self._Agent = None
11689
+ self._AuthorizationId = None
11690
+ self._Endpoint = None
11691
+
11692
+ @property
11693
+ def Operator(self):
11694
+ """执行本接口操作的员工信息。
11695
+ 注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
11696
+ :rtype: :class:`tencentcloud.ess.v20201111.models.UserInfo`
11697
+ """
11698
+ return self._Operator
11699
+
11700
+ @Operator.setter
11701
+ def Operator(self, Operator):
11702
+ self._Operator = Operator
11703
+
11704
+ @property
11705
+ def Agent(self):
11706
+ """代理企业和员工的信息。
11707
+ 在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
11708
+ :rtype: :class:`tencentcloud.ess.v20201111.models.Agent`
11709
+ """
11710
+ return self._Agent
11711
+
11712
+ @Agent.setter
11713
+ def Agent(self, Agent):
11714
+ self._Agent = Agent
11715
+
11716
+ @property
11717
+ def AuthorizationId(self):
11718
+ """企业认证流Id,可以通过回调[授权书认证审核结果回调](https://qian.tencent.com/developers/company/callback_types_staffs#%E5%8D%81%E5%85%AD-%E6%8E%88%E6%9D%83%E4%B9%A6%E8%AE%A4%E8%AF%81%E5%AE%A1%E6%A0%B8%E7%BB%93%E6%9E%9C%E5%9B%9E%E8%B0%83)得到
11719
+ :rtype: str
11720
+ """
11721
+ return self._AuthorizationId
11722
+
11723
+ @AuthorizationId.setter
11724
+ def AuthorizationId(self, AuthorizationId):
11725
+ self._AuthorizationId = AuthorizationId
11726
+
11727
+ @property
11728
+ def Endpoint(self):
11729
+ """要跳转的链接类型<ul><li> **HTTP**:跳转电子签小程序的http_url, 短信通知或者H5跳转适合此类型 ,此时返回长链 (默认类型)</li><li>**HTTP_SHORT_URL**:跳转电子签小程序的http_url, 短信通知或者H5跳转适合此类型,此时返回短链</li><li>**APP**: 第三方APP或小程序跳转电子签小程序的path, APP或者小程序跳转适合此类型</li><li>**PC**: 跳转电子签web 端控制台的链接。</li></ul>
11730
+ :rtype: str
11731
+ """
11732
+ return self._Endpoint
11733
+
11734
+ @Endpoint.setter
11735
+ def Endpoint(self, Endpoint):
11736
+ self._Endpoint = Endpoint
11737
+
11738
+
11739
+ def _deserialize(self, params):
11740
+ if params.get("Operator") is not None:
11741
+ self._Operator = UserInfo()
11742
+ self._Operator._deserialize(params.get("Operator"))
11743
+ if params.get("Agent") is not None:
11744
+ self._Agent = Agent()
11745
+ self._Agent._deserialize(params.get("Agent"))
11746
+ self._AuthorizationId = params.get("AuthorizationId")
11747
+ self._Endpoint = params.get("Endpoint")
11748
+ memeber_set = set(params.keys())
11749
+ for name, value in vars(self).items():
11750
+ property_name = name[1:]
11751
+ if property_name in memeber_set:
11752
+ memeber_set.remove(property_name)
11753
+ if len(memeber_set) > 0:
11754
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
11755
+
11756
+
11757
+
11758
+ class CreateModifyAdminAuthorizationUrlResponse(AbstractModel):
11759
+ """CreateModifyAdminAuthorizationUrl返回参数结构体
11760
+
11761
+ """
11762
+
11763
+ def __init__(self):
11764
+ r"""
11765
+ :param _Url: 变更企业超管授权书链接。
11766
+ 没有有效期限制。
11767
+
11768
+ 注意:
11769
+ 此链接仅能由当时认证企业的认证人使用。
11770
+ :type Url: str
11771
+ :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
11772
+ :type RequestId: str
11773
+ """
11774
+ self._Url = None
11775
+ self._RequestId = None
11776
+
11777
+ @property
11778
+ def Url(self):
11779
+ """变更企业超管授权书链接。
11780
+ 没有有效期限制。
11781
+
11782
+ 注意:
11783
+ 此链接仅能由当时认证企业的认证人使用。
11784
+ :rtype: str
11785
+ """
11786
+ return self._Url
11787
+
11788
+ @Url.setter
11789
+ def Url(self, Url):
11790
+ self._Url = Url
11791
+
11792
+ @property
11793
+ def RequestId(self):
11794
+ """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
11795
+ :rtype: str
11796
+ """
11797
+ return self._RequestId
11798
+
11799
+ @RequestId.setter
11800
+ def RequestId(self, RequestId):
11801
+ self._RequestId = RequestId
11802
+
11803
+
11804
+ def _deserialize(self, params):
11805
+ self._Url = params.get("Url")
11806
+ self._RequestId = params.get("RequestId")
11807
+
11808
+
11553
11809
  class CreateMultiFlowSignQRCodeRequest(AbstractModel):
11554
11810
  """CreateMultiFlowSignQRCode请求参数结构体
11555
11811
 
@@ -18358,6 +18614,128 @@ class Department(AbstractModel):
18358
18614
 
18359
18615
 
18360
18616
 
18617
+ class DescribeBatchOrganizationRegistrationTasksRequest(AbstractModel):
18618
+ """DescribeBatchOrganizationRegistrationTasks请求参数结构体
18619
+
18620
+ """
18621
+
18622
+ def __init__(self):
18623
+ r"""
18624
+ :param _Operator: 执行本接口操作的员工信息。
18625
+ 注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
18626
+ :type Operator: :class:`tencentcloud.ess.v20201111.models.UserInfo`
18627
+ :param _Agent: 代理企业和员工的信息。
18628
+ 在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
18629
+ :type Agent: :class:`tencentcloud.ess.v20201111.models.Agent`
18630
+ :param _TaskIds: 企业批量认证链接的子任务 SubTaskId,该 SubTaskId 是通过接口[查询企业批量认证链接](https://qian.tencent.com/developers/companyApis/organizations/DescribeBatchOrganizationRegistrationUrls)可以得到。
18631
+ :type TaskIds: list of str
18632
+ """
18633
+ self._Operator = None
18634
+ self._Agent = None
18635
+ self._TaskIds = None
18636
+
18637
+ @property
18638
+ def Operator(self):
18639
+ """执行本接口操作的员工信息。
18640
+ 注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
18641
+ :rtype: :class:`tencentcloud.ess.v20201111.models.UserInfo`
18642
+ """
18643
+ return self._Operator
18644
+
18645
+ @Operator.setter
18646
+ def Operator(self, Operator):
18647
+ self._Operator = Operator
18648
+
18649
+ @property
18650
+ def Agent(self):
18651
+ """代理企业和员工的信息。
18652
+ 在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
18653
+ :rtype: :class:`tencentcloud.ess.v20201111.models.Agent`
18654
+ """
18655
+ return self._Agent
18656
+
18657
+ @Agent.setter
18658
+ def Agent(self, Agent):
18659
+ self._Agent = Agent
18660
+
18661
+ @property
18662
+ def TaskIds(self):
18663
+ """企业批量认证链接的子任务 SubTaskId,该 SubTaskId 是通过接口[查询企业批量认证链接](https://qian.tencent.com/developers/companyApis/organizations/DescribeBatchOrganizationRegistrationUrls)可以得到。
18664
+ :rtype: list of str
18665
+ """
18666
+ return self._TaskIds
18667
+
18668
+ @TaskIds.setter
18669
+ def TaskIds(self, TaskIds):
18670
+ self._TaskIds = TaskIds
18671
+
18672
+
18673
+ def _deserialize(self, params):
18674
+ if params.get("Operator") is not None:
18675
+ self._Operator = UserInfo()
18676
+ self._Operator._deserialize(params.get("Operator"))
18677
+ if params.get("Agent") is not None:
18678
+ self._Agent = Agent()
18679
+ self._Agent._deserialize(params.get("Agent"))
18680
+ self._TaskIds = params.get("TaskIds")
18681
+ memeber_set = set(params.keys())
18682
+ for name, value in vars(self).items():
18683
+ property_name = name[1:]
18684
+ if property_name in memeber_set:
18685
+ memeber_set.remove(property_name)
18686
+ if len(memeber_set) > 0:
18687
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
18688
+
18689
+
18690
+
18691
+ class DescribeBatchOrganizationRegistrationTasksResponse(AbstractModel):
18692
+ """DescribeBatchOrganizationRegistrationTasks返回参数结构体
18693
+
18694
+ """
18695
+
18696
+ def __init__(self):
18697
+ r"""
18698
+ :param _Details: 企业批量任务状态明细
18699
+ :type Details: list of BatchOrganizationRegistrationTasksDetails
18700
+ :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
18701
+ :type RequestId: str
18702
+ """
18703
+ self._Details = None
18704
+ self._RequestId = None
18705
+
18706
+ @property
18707
+ def Details(self):
18708
+ """企业批量任务状态明细
18709
+ :rtype: list of BatchOrganizationRegistrationTasksDetails
18710
+ """
18711
+ return self._Details
18712
+
18713
+ @Details.setter
18714
+ def Details(self, Details):
18715
+ self._Details = Details
18716
+
18717
+ @property
18718
+ def RequestId(self):
18719
+ """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
18720
+ :rtype: str
18721
+ """
18722
+ return self._RequestId
18723
+
18724
+ @RequestId.setter
18725
+ def RequestId(self, RequestId):
18726
+ self._RequestId = RequestId
18727
+
18728
+
18729
+ def _deserialize(self, params):
18730
+ if params.get("Details") is not None:
18731
+ self._Details = []
18732
+ for item in params.get("Details"):
18733
+ obj = BatchOrganizationRegistrationTasksDetails()
18734
+ obj._deserialize(item)
18735
+ self._Details.append(obj)
18736
+ self._RequestId = params.get("RequestId")
18737
+
18738
+
18361
18739
  class DescribeBatchOrganizationRegistrationUrlsRequest(AbstractModel):
18362
18740
  """DescribeBatchOrganizationRegistrationUrls请求参数结构体
18363
18741