tencentcloud-sdk-tbp 3.0.582 → 3.0.584

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8eb021631d039530f54406d90ac0cf7cdeb2a22a
4
- data.tar.gz: a7acf8543ee3902d96a901e2fb38057392e445cb
3
+ metadata.gz: 8349454a148cd98fdb8629e22fe0ea0e3866ddad
4
+ data.tar.gz: 1ed451a8477c0c37a24ab7e41debfd823b5a7547
5
5
  SHA512:
6
- metadata.gz: 38bcc7f2495ddcb385f0e5839f77503ffd28037622b56eec9d45619f229dd5ee51bb737ee393d68b5f67aaaa0b0346fb1ee576499a636bbb79c4008c2e8e7616
7
- data.tar.gz: 0d3dfef81ce58821a6153c5fccac22701656f7090e2951074122c11a917024650e4ece7d1ed6ede04070da71d099221b048b1046533db1b82e3a57df7cb0e2eb
6
+ metadata.gz: 687738a0ec75e7db9b3764ddd5b39f2659f5b4adbb94717295463cf4326e2b514311cd8238695caec71b8d3dfd5dbfed1311fe4bdaf04d07297a8c4a0dbf4131
7
+ data.tar.gz: 645ffa080beb5f68e74333a1614615bc7f0d5d97ebac894e6ee75f468f4cb3869f68bddf12633f8aca8fbac55aad6b2b6a23263b0b9eb3b62ff9c02b411c12b9
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.582
1
+ 3.0.584
@@ -253,12 +253,15 @@ module TencentCloud
253
253
  # @param ResultType: 结果类型 {中间逻辑出错:0; 任务型机器人:1; 问答型机器人:2; 闲聊型机器人:3; 未匹配上,返回预设兜底话术:5; 未匹配上,返回相似问题列表:6}。
254
254
  # 注意:此字段可能返回 null,表示取不到有效值。
255
255
  # @type ResultType: String
256
+ # @param ResponseText: 机器人对话的应答文本。
257
+ # 注意:此字段可能返回 null,表示取不到有效值。
258
+ # @type ResponseText: String
256
259
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
257
260
  # @type RequestId: String
258
261
 
259
- attr_accessor :DialogStatus, :BotName, :IntentName, :SlotInfoList, :InputText, :ResponseMessage, :SessionAttributes, :ResultType, :RequestId
262
+ attr_accessor :DialogStatus, :BotName, :IntentName, :SlotInfoList, :InputText, :ResponseMessage, :SessionAttributes, :ResultType, :ResponseText, :RequestId
260
263
 
261
- def initialize(dialogstatus=nil, botname=nil, intentname=nil, slotinfolist=nil, inputtext=nil, responsemessage=nil, sessionattributes=nil, resulttype=nil, requestid=nil)
264
+ def initialize(dialogstatus=nil, botname=nil, intentname=nil, slotinfolist=nil, inputtext=nil, responsemessage=nil, sessionattributes=nil, resulttype=nil, responsetext=nil, requestid=nil)
262
265
  @DialogStatus = dialogstatus
263
266
  @BotName = botname
264
267
  @IntentName = intentname
@@ -267,6 +270,7 @@ module TencentCloud
267
270
  @ResponseMessage = responsemessage
268
271
  @SessionAttributes = sessionattributes
269
272
  @ResultType = resulttype
273
+ @ResponseText = responsetext
270
274
  @RequestId = requestid
271
275
  end
272
276
 
@@ -289,6 +293,7 @@ module TencentCloud
289
293
  end
290
294
  @SessionAttributes = params['SessionAttributes']
291
295
  @ResultType = params['ResultType']
296
+ @ResponseText = params['ResponseText']
292
297
  @RequestId = params['RequestId']
293
298
  end
294
299
  end
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.582
4
+ version: 3.0.584
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-01 00:00:00.000000000 Z
11
+ date: 2023-06-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common