tencentcloud-sdk-ccc 3.0.1169 → 3.0.1174
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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20200210/models.rb +6 -2
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ba6e0cf95171d098c1ff9dbbdb62fda14ab06fb3
|
|
4
|
+
data.tar.gz: 1f63a5a6d695cea6878e6ec56e8b122c45d8562d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 571863b18e3afced0e44c809b580f19adfba4d7b62785bac9f05d7c1d164ae9b4733b57461645ac0b0c8e03e39ae0020e695af5a2f8e1458984dd3200a95ea7c
|
|
7
|
+
data.tar.gz: 42de6474f627ada7a41eb77bd64932eabba4d85db4ddfdf719bf0a28b335fa878cbd5ad8daf327f8aff817a1c3edfbb55ebda9a2740bea86dcc34d27d184dc9f
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1174
|
data/lib/v20200210/models.rb
CHANGED
|
@@ -1681,10 +1681,12 @@ module TencentCloud
|
|
|
1681
1681
|
# @type AvailableTime: Array
|
|
1682
1682
|
# @param AIAgentId: 智能体 ID,不填写时需要填写 IvrId
|
|
1683
1683
|
# @type AIAgentId: Integer
|
|
1684
|
+
# @param RetryInterval: 任务失败重试时间间隔,重试间隔 600秒~86400 秒
|
|
1685
|
+
# @type RetryInterval: Integer
|
|
1684
1686
|
|
|
1685
|
-
attr_accessor :SdkAppId, :NotBefore, :Callees, :Callers, :IvrId, :Name, :Description, :NotAfter, :Tries, :Variables, :UUI, :CalleeAttributes, :TimeZone, :AvailableTime, :AIAgentId
|
|
1687
|
+
attr_accessor :SdkAppId, :NotBefore, :Callees, :Callers, :IvrId, :Name, :Description, :NotAfter, :Tries, :Variables, :UUI, :CalleeAttributes, :TimeZone, :AvailableTime, :AIAgentId, :RetryInterval
|
|
1686
1688
|
|
|
1687
|
-
def initialize(sdkappid=nil, notbefore=nil, callees=nil, callers=nil, ivrid=nil, name=nil, description=nil, notafter=nil, tries=nil, variables=nil, uui=nil, calleeattributes=nil, timezone=nil, availabletime=nil, aiagentid=nil)
|
|
1689
|
+
def initialize(sdkappid=nil, notbefore=nil, callees=nil, callers=nil, ivrid=nil, name=nil, description=nil, notafter=nil, tries=nil, variables=nil, uui=nil, calleeattributes=nil, timezone=nil, availabletime=nil, aiagentid=nil, retryinterval=nil)
|
|
1688
1690
|
@SdkAppId = sdkappid
|
|
1689
1691
|
@NotBefore = notbefore
|
|
1690
1692
|
@Callees = callees
|
|
@@ -1700,6 +1702,7 @@ module TencentCloud
|
|
|
1700
1702
|
@TimeZone = timezone
|
|
1701
1703
|
@AvailableTime = availabletime
|
|
1702
1704
|
@AIAgentId = aiagentid
|
|
1705
|
+
@RetryInterval = retryinterval
|
|
1703
1706
|
end
|
|
1704
1707
|
|
|
1705
1708
|
def deserialize(params)
|
|
@@ -1739,6 +1742,7 @@ module TencentCloud
|
|
|
1739
1742
|
end
|
|
1740
1743
|
end
|
|
1741
1744
|
@AIAgentId = params['AIAgentId']
|
|
1745
|
+
@RetryInterval = params['RetryInterval']
|
|
1742
1746
|
end
|
|
1743
1747
|
end
|
|
1744
1748
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-ccc
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.1174
|
|
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-11-
|
|
11
|
+
date: 2025-11-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|
|
@@ -33,9 +33,9 @@ executables: []
|
|
|
33
33
|
extensions: []
|
|
34
34
|
extra_rdoc_files: []
|
|
35
35
|
files:
|
|
36
|
-
- lib/tencentcloud-sdk-ccc.rb
|
|
37
|
-
- lib/v20200210/client.rb
|
|
38
36
|
- lib/v20200210/models.rb
|
|
37
|
+
- lib/v20200210/client.rb
|
|
38
|
+
- lib/tencentcloud-sdk-ccc.rb
|
|
39
39
|
- lib/VERSION
|
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
|
41
41
|
licenses:
|