tencentcloud-sdk-essbasic 3.0.1117 → 3.0.1121

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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20210526/models.rb +29 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c3227cdb3342871b912e178261a71ebe799d3bac
4
- data.tar.gz: e3624454b73201dfe000af288dcb6743834d8b6f
3
+ metadata.gz: eff1847d19b0f854173948c13e97f4a150215962
4
+ data.tar.gz: b00510ed13fbb4ceeb7f95a49e7c8011e33ccbf8
5
5
  SHA512:
6
- metadata.gz: d37d428fb03f3c422fe3a765a580915717476c9faaabd901ca351689eb3d289538c4fbe25680d430fc48b16efacbc3e69d6ae1940e8780f3b212055c17da8e2b
7
- data.tar.gz: 0008eec7318d66c9c4126816f09f203e92cbd6abfdf2a8ea823ae8525fd6d621c68e946b6db409349264cc1c19f6ce9c975bc318cb32b1814bf764b65b43b02b
6
+ metadata.gz: 7b55764c94d463e332a6390c9d00b4a4a22126f90f8f7c7fab380a9553267a2e15cde279344a064b2b9241d3fae8bcea3df86a34e3ba7fe2a4ed682f13bf7b9e
7
+ data.tar.gz: d071a7a1b473138e85c1412b06c19dd1946c5b85eff80697063b97b44736fbf6956cde417e896719748eede566557a3e89b4d5c0c8992ececc605daa34e5b343
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1117
1
+ 3.0.1121
@@ -10694,13 +10694,16 @@ module TencentCloud
10694
10694
 
10695
10695
  # 注:`选择点头模式时,此字段可不传,不传则使用默认语音文本:请问,您是否同意签署本协议?可点头同意。`
10696
10696
  # @type IntentionActions: Array
10697
+ # @param RuleIdConfig: 视频核身相关配置
10698
+ # @type RuleIdConfig: :class:`Tencentcloud::Essbasic.v20210526.models.RuleIdConfig`
10697
10699
 
10698
- attr_accessor :IntentionType, :IntentionQuestions, :IntentionActions
10700
+ attr_accessor :IntentionType, :IntentionQuestions, :IntentionActions, :RuleIdConfig
10699
10701
 
10700
- def initialize(intentiontype=nil, intentionquestions=nil, intentionactions=nil)
10702
+ def initialize(intentiontype=nil, intentionquestions=nil, intentionactions=nil, ruleidconfig=nil)
10701
10703
  @IntentionType = intentiontype
10702
10704
  @IntentionQuestions = intentionquestions
10703
10705
  @IntentionActions = intentionactions
10706
+ @RuleIdConfig = ruleidconfig
10704
10707
  end
10705
10708
 
10706
10709
  def deserialize(params)
@@ -10721,6 +10724,10 @@ module TencentCloud
10721
10724
  @IntentionActions << intentionaction_tmp
10722
10725
  end
10723
10726
  end
10727
+ unless params['RuleIdConfig'].nil?
10728
+ @RuleIdConfig = RuleIdConfig.new
10729
+ @RuleIdConfig.deserialize(params['RuleIdConfig'])
10730
+ end
10724
10731
  end
10725
10732
  end
10726
10733
 
@@ -12234,6 +12241,26 @@ module TencentCloud
12234
12241
  end
12235
12242
  end
12236
12243
 
12244
+ # 视频核身相关配置
12245
+ class RuleIdConfig < TencentCloud::Common::AbstractModel
12246
+ # @param Speed: 意愿核身语音播报速度,配置后问答模式和点头模式的语音播报环节都会生效,默认值为0:
12247
+ # 0-智能语速(根据播报文案的长度自动调整语音播报速度)
12248
+ # 1-固定1倍速
12249
+ # 2-固定1.2倍速
12250
+ # 3-固定1.5倍速
12251
+ # @type Speed: Integer
12252
+
12253
+ attr_accessor :Speed
12254
+
12255
+ def initialize(speed=nil)
12256
+ @Speed = speed
12257
+ end
12258
+
12259
+ def deserialize(params)
12260
+ @Speed = params['Speed']
12261
+ end
12262
+ end
12263
+
12237
12264
  # 签署控件的配置信息,用在嵌入式发起的页面配置,包括
12238
12265
 
12239
12266
  # - 签署控件 是否默认展示日期.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-essbasic
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1117
4
+ version: 3.0.1121
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-08-05 00:00:00.000000000 Z
11
+ date: 2025-08-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common