tencentcloud-sdk-nodejs-ess 4.1.96 → 4.1.97
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.
package/package.json
CHANGED
|
@@ -6967,7 +6967,7 @@ export interface FlowGroupInfo {
|
|
|
6967
6967
|
Approvers: Array<ApproverInfo>;
|
|
6968
6968
|
/**
|
|
6969
6969
|
* 文件资源ID,通过多文件上传[UploadFiles](https://qian.tencent.com/developers/companyApis/templatesAndFiles/UploadFiles)接口获得,为32位字符串。
|
|
6970
|
-
|
|
6970
|
+
注:此字段定义为数组,但仅支持单个文件
|
|
6971
6971
|
*/
|
|
6972
6972
|
FileIds?: Array<string>;
|
|
6973
6973
|
/**
|
|
@@ -7141,6 +7141,19 @@ export interface CreateFlowEvidenceReportResponse {
|
|
|
7141
7141
|
*/
|
|
7142
7142
|
RequestId?: string;
|
|
7143
7143
|
}
|
|
7144
|
+
/**
|
|
7145
|
+
* 视频核身相关配置
|
|
7146
|
+
*/
|
|
7147
|
+
export interface RuleIdConfig {
|
|
7148
|
+
/**
|
|
7149
|
+
* 意愿核身语音播报速度,配置后问答模式和点头模式的语音播报环节都会生效,默认值为0:
|
|
7150
|
+
0-智能语速(根据播报文案的长度自动调整语音播报速度)
|
|
7151
|
+
1-固定1倍速
|
|
7152
|
+
2-固定1.2倍速
|
|
7153
|
+
3-固定1.5倍速
|
|
7154
|
+
*/
|
|
7155
|
+
Speed?: number;
|
|
7156
|
+
}
|
|
7144
7157
|
/**
|
|
7145
7158
|
* OperateTemplate返回参数结构体
|
|
7146
7159
|
*/
|
|
@@ -10263,6 +10276,10 @@ export interface Intention {
|
|
|
10263
10276
|
注:`选择点头模式时,此字段可不传,不传则使用默认语音文本:请问,您是否同意签署本协议?可点头同意。`
|
|
10264
10277
|
*/
|
|
10265
10278
|
IntentionActions?: Array<IntentionAction>;
|
|
10279
|
+
/**
|
|
10280
|
+
* 视频核身相关配置
|
|
10281
|
+
*/
|
|
10282
|
+
RuleIdConfig?: RuleIdConfig;
|
|
10266
10283
|
}
|
|
10267
10284
|
/**
|
|
10268
10285
|
* CreateFlowBlockchainEvidenceUrl返回参数结构体
|