tencentcloud-sdk-tbp 3.0.583 → 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: 520be68183432fa395ef919b70157e40d5d88c43
4
- data.tar.gz: 04c39bc4e485533aa34fb4b69e688a131b98fb9c
3
+ metadata.gz: 8349454a148cd98fdb8629e22fe0ea0e3866ddad
4
+ data.tar.gz: 1ed451a8477c0c37a24ab7e41debfd823b5a7547
5
5
  SHA512:
6
- metadata.gz: 96d655efaac09daae071d344b5135d81d797fe69f922fcf5eb79e398253c8795c84f8ef938fcdf8aba921e9f4b8a8e7e6c92dd8e7f5d7fe83947ee2c439b7615
7
- data.tar.gz: fb6896924d4d062d5f298c40f21aeef7e21adf3dbded4049ead76bd40ae5a6a335fecd9132a8d26777a7fdddacb123a25356f74b0671f0081a2a8478bac958a9
6
+ metadata.gz: 687738a0ec75e7db9b3764ddd5b39f2659f5b4adbb94717295463cf4326e2b514311cd8238695caec71b8d3dfd5dbfed1311fe4bdaf04d07297a8c4a0dbf4131
7
+ data.tar.gz: 645ffa080beb5f68e74333a1614615bc7f0d5d97ebac894e6ee75f468f4cb3869f68bddf12633f8aca8fbac55aad6b2b6a23263b0b9eb3b62ff9c02b411c12b9
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.583
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.583
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-02 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