tencentcloud-sdk-vms 3.0.590 → 3.0.591
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/v20200902/models.rb +5 -5
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 53665bf39c32ca1bf983d0958d59339c66ea5834
|
|
4
|
+
data.tar.gz: f2b076e78f5ceabc68c9e69bcbbbaf1710ab8ec9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b48a18bb23b27f5c12d68c075d330a045b904718f08e1ee577f70942a77ec2d41e47b23e87bb1af9fab23bb1e46ca2ff15b91149a3176fdad73a9fff17f236c8
|
|
7
|
+
data.tar.gz: a31f98ddc4a89d4831aeed2797ba94d4c1a68bdb96f596040865fc1077ef9f1ca7ff7dff49ecbf8e10a78e8026771e88fcefa7f8eea7e2314a28ea31d6a0cfc3
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.591
|
data/lib/v20200902/models.rb
CHANGED
|
@@ -32,7 +32,7 @@ module TencentCloud
|
|
|
32
32
|
# @type SessionContext: String
|
|
33
33
|
|
|
34
34
|
attr_accessor :CodeMessage, :CalledNumber, :VoiceSdkAppid, :PlayTimes, :SessionContext
|
|
35
|
-
|
|
35
|
+
|
|
36
36
|
def initialize(codemessage=nil, callednumber=nil, voicesdkappid=nil, playtimes=nil, sessioncontext=nil)
|
|
37
37
|
@CodeMessage = codemessage
|
|
38
38
|
@CalledNumber = callednumber
|
|
@@ -58,7 +58,7 @@ module TencentCloud
|
|
|
58
58
|
# @type RequestId: String
|
|
59
59
|
|
|
60
60
|
attr_accessor :SendStatus, :RequestId
|
|
61
|
-
|
|
61
|
+
|
|
62
62
|
def initialize(sendstatus=nil, requestid=nil)
|
|
63
63
|
@SendStatus = sendstatus
|
|
64
64
|
@RequestId = requestid
|
|
@@ -82,7 +82,7 @@ module TencentCloud
|
|
|
82
82
|
# @type SessionContext: String
|
|
83
83
|
|
|
84
84
|
attr_accessor :CallId, :SessionContext
|
|
85
|
-
|
|
85
|
+
|
|
86
86
|
def initialize(callid=nil, sessioncontext=nil)
|
|
87
87
|
@CallId = callid
|
|
88
88
|
@SessionContext = sessioncontext
|
|
@@ -112,7 +112,7 @@ module TencentCloud
|
|
|
112
112
|
# @type SessionContext: String
|
|
113
113
|
|
|
114
114
|
attr_accessor :TemplateId, :CalledNumber, :VoiceSdkAppid, :TemplateParamSet, :PlayTimes, :SessionContext
|
|
115
|
-
|
|
115
|
+
|
|
116
116
|
def initialize(templateid=nil, callednumber=nil, voicesdkappid=nil, templateparamset=nil, playtimes=nil, sessioncontext=nil)
|
|
117
117
|
@TemplateId = templateid
|
|
118
118
|
@CalledNumber = callednumber
|
|
@@ -140,7 +140,7 @@ module TencentCloud
|
|
|
140
140
|
# @type RequestId: String
|
|
141
141
|
|
|
142
142
|
attr_accessor :SendStatus, :RequestId
|
|
143
|
-
|
|
143
|
+
|
|
144
144
|
def initialize(sendstatus=nil, requestid=nil)
|
|
145
145
|
@SendStatus = sendstatus
|
|
146
146
|
@RequestId = requestid
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-vms
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.591
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-06-
|
|
11
|
+
date: 2023-06-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|