tencentcloud-sdk-tbp 3.0.590 → 3.0.591
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20190311/models.rb +11 -11
- data/lib/v20190627/models.rb +7 -7
- 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: b87b517e0446d309616d79ad7285a4688abac2f2
|
4
|
+
data.tar.gz: e879e3fc814b406c524dd287b8366e1a017461b9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3cff05a5dc0a8b0c9733e073d27a4633f6ab82d189729be5e215e631b28c82ec27ffc9eab8e51468d53357c3f8a0107a14f30a927a1d744fbc309db1c79fa01e
|
7
|
+
data.tar.gz: fa87089455248832daaaf23447a46919377b376ebbfe0fe825ba40315d0db1ee0f17ad7e3e5a38b2ec3958f479cee91ff011b96a2239cf76747013a4d40d6974
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.591
|
data/lib/v20190311/models.rb
CHANGED
@@ -25,7 +25,7 @@ module TencentCloud
|
|
25
25
|
# @type BotCnName: String
|
26
26
|
|
27
27
|
attr_accessor :BotName, :BotCnName
|
28
|
-
|
28
|
+
|
29
29
|
def initialize(botname=nil, botcnname=nil)
|
30
30
|
@BotName = botname
|
31
31
|
@BotCnName = botcnname
|
@@ -47,7 +47,7 @@ module TencentCloud
|
|
47
47
|
# @type RequestId: String
|
48
48
|
|
49
49
|
attr_accessor :TaskRequestId, :Msg, :RequestId
|
50
|
-
|
50
|
+
|
51
51
|
def initialize(taskrequestid=nil, msg=nil, requestid=nil)
|
52
52
|
@TaskRequestId = taskrequestid
|
53
53
|
@Msg = msg
|
@@ -73,7 +73,7 @@ module TencentCloud
|
|
73
73
|
# @type Content: String
|
74
74
|
|
75
75
|
attr_accessor :ContentType, :Url, :Content
|
76
|
-
|
76
|
+
|
77
77
|
def initialize(contenttype=nil, url=nil, content=nil)
|
78
78
|
@ContentType = contenttype
|
79
79
|
@Url = url
|
@@ -99,7 +99,7 @@ module TencentCloud
|
|
99
99
|
# @type BotEnv: String
|
100
100
|
|
101
101
|
attr_accessor :BotId, :UserId, :BotVersion, :BotEnv
|
102
|
-
|
102
|
+
|
103
103
|
def initialize(botid=nil, userid=nil, botversion=nil, botenv=nil)
|
104
104
|
@BotId = botid
|
105
105
|
@UserId = userid
|
@@ -147,7 +147,7 @@ module TencentCloud
|
|
147
147
|
# @type RequestId: String
|
148
148
|
|
149
149
|
attr_accessor :DialogStatus, :BotName, :IntentName, :ResponseText, :SlotInfoList, :SessionAttributes, :Question, :WaveUrl, :WaveData, :RequestId
|
150
|
-
|
150
|
+
|
151
151
|
def initialize(dialogstatus=nil, botname=nil, intentname=nil, responsetext=nil, slotinfolist=nil, sessionattributes=nil, question=nil, waveurl=nil, wavedata=nil, requestid=nil)
|
152
152
|
@DialogStatus = dialogstatus
|
153
153
|
@BotName = botname
|
@@ -189,7 +189,7 @@ module TencentCloud
|
|
189
189
|
# @type GroupList: :class:`Tencentcloud::Tbp.v20190311.models.Group`
|
190
190
|
|
191
191
|
attr_accessor :GroupList
|
192
|
-
|
192
|
+
|
193
193
|
def initialize(grouplist=nil)
|
194
194
|
@GroupList = grouplist
|
195
195
|
end
|
@@ -212,7 +212,7 @@ module TencentCloud
|
|
212
212
|
# @type SlotValue: String
|
213
213
|
|
214
214
|
attr_accessor :SlotName, :SlotValue
|
215
|
-
|
215
|
+
|
216
216
|
def initialize(slotname=nil, slotvalue=nil)
|
217
217
|
@SlotName = slotname
|
218
218
|
@SlotValue = slotvalue
|
@@ -238,7 +238,7 @@ module TencentCloud
|
|
238
238
|
# @type SessionAttributes: String
|
239
239
|
|
240
240
|
attr_accessor :BotId, :TerminalId, :InputText, :BotEnv, :SessionAttributes
|
241
|
-
|
241
|
+
|
242
242
|
def initialize(botid=nil, terminalid=nil, inputtext=nil, botenv=nil, sessionattributes=nil)
|
243
243
|
@BotId = botid
|
244
244
|
@TerminalId = terminalid
|
@@ -289,7 +289,7 @@ module TencentCloud
|
|
289
289
|
# @type RequestId: String
|
290
290
|
|
291
291
|
attr_accessor :DialogStatus, :BotName, :IntentName, :SlotInfoList, :InputText, :SessionAttributes, :ResponseText, :ResponseMessage, :ResultType, :RequestId
|
292
|
-
|
292
|
+
|
293
293
|
def initialize(dialogstatus=nil, botname=nil, intentname=nil, slotinfolist=nil, inputtext=nil, sessionattributes=nil, responsetext=nil, responsemessage=nil, resulttype=nil, requestid=nil)
|
294
294
|
@DialogStatus = dialogstatus
|
295
295
|
@BotName = botname
|
@@ -337,7 +337,7 @@ module TencentCloud
|
|
337
337
|
# @type BotEnv: String
|
338
338
|
|
339
339
|
attr_accessor :BotId, :TerminalId, :BotEnv
|
340
|
-
|
340
|
+
|
341
341
|
def initialize(botid=nil, terminalid=nil, botenv=nil)
|
342
342
|
@BotId = botid
|
343
343
|
@TerminalId = terminalid
|
@@ -378,7 +378,7 @@ module TencentCloud
|
|
378
378
|
# @type RequestId: String
|
379
379
|
|
380
380
|
attr_accessor :DialogStatus, :BotName, :IntentName, :SlotInfoList, :InputText, :SessionAttributes, :ResponseText, :RequestId
|
381
|
-
|
381
|
+
|
382
382
|
def initialize(dialogstatus=nil, botname=nil, intentname=nil, slotinfolist=nil, inputtext=nil, sessionattributes=nil, responsetext=nil, requestid=nil)
|
383
383
|
@DialogStatus = dialogstatus
|
384
384
|
@BotName = botname
|
data/lib/v20190627/models.rb
CHANGED
@@ -29,7 +29,7 @@ module TencentCloud
|
|
29
29
|
# @type Content: String
|
30
30
|
|
31
31
|
attr_accessor :ContentType, :Url, :Content
|
32
|
-
|
32
|
+
|
33
33
|
def initialize(contenttype=nil, url=nil, content=nil)
|
34
34
|
@ContentType = contenttype
|
35
35
|
@Url = url
|
@@ -50,7 +50,7 @@ module TencentCloud
|
|
50
50
|
# @type GroupList: Array
|
51
51
|
|
52
52
|
attr_accessor :GroupList
|
53
|
-
|
53
|
+
|
54
54
|
def initialize(grouplist=nil)
|
55
55
|
@GroupList = grouplist
|
56
56
|
end
|
@@ -77,7 +77,7 @@ module TencentCloud
|
|
77
77
|
# @type SlotValue: String
|
78
78
|
|
79
79
|
attr_accessor :SlotName, :SlotValue
|
80
|
-
|
80
|
+
|
81
81
|
def initialize(slotname=nil, slotvalue=nil)
|
82
82
|
@SlotName = slotname
|
83
83
|
@SlotValue = slotvalue
|
@@ -107,7 +107,7 @@ module TencentCloud
|
|
107
107
|
# @type PlatformId: String
|
108
108
|
|
109
109
|
attr_accessor :BotId, :BotEnv, :TerminalId, :InputText, :SessionAttributes, :PlatformType, :PlatformId
|
110
|
-
|
110
|
+
|
111
111
|
def initialize(botid=nil, botenv=nil, terminalid=nil, inputtext=nil, sessionattributes=nil, platformtype=nil, platformid=nil)
|
112
112
|
@BotId = botid
|
113
113
|
@BotEnv = botenv
|
@@ -161,7 +161,7 @@ module TencentCloud
|
|
161
161
|
# @type RequestId: String
|
162
162
|
|
163
163
|
attr_accessor :DialogStatus, :BotName, :IntentName, :SlotInfoList, :InputText, :ResponseMessage, :SessionAttributes, :ResultType, :ResponseText, :RequestId
|
164
|
-
|
164
|
+
|
165
165
|
def initialize(dialogstatus=nil, botname=nil, intentname=nil, slotinfolist=nil, inputtext=nil, responsemessage=nil, sessionattributes=nil, resulttype=nil, responsetext=nil, requestid=nil)
|
166
166
|
@DialogStatus = dialogstatus
|
167
167
|
@BotName = botname
|
@@ -213,7 +213,7 @@ module TencentCloud
|
|
213
213
|
# @type PlatformId: String
|
214
214
|
|
215
215
|
attr_accessor :BotId, :BotEnv, :TerminalId, :PlatformType, :PlatformId
|
216
|
-
|
216
|
+
|
217
217
|
def initialize(botid=nil, botenv=nil, terminalid=nil, platformtype=nil, platformid=nil)
|
218
218
|
@BotId = botid
|
219
219
|
@BotEnv = botenv
|
@@ -264,7 +264,7 @@ module TencentCloud
|
|
264
264
|
# @type RequestId: String
|
265
265
|
|
266
266
|
attr_accessor :DialogStatus, :BotName, :IntentName, :SlotInfoList, :InputText, :ResponseMessage, :SessionAttributes, :ResultType, :ResponseText, :RequestId
|
267
|
-
|
267
|
+
|
268
268
|
def initialize(dialogstatus=nil, botname=nil, intentname=nil, slotinfolist=nil, inputtext=nil, responsemessage=nil, sessionattributes=nil, resulttype=nil, responsetext=nil, requestid=nil)
|
269
269
|
@DialogStatus = dialogstatus
|
270
270
|
@BotName = botname
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-tbp
|
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
|