tencentcloud-sdk-tbp 3.0.778 → 3.0.779
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/v20190627/models.rb +2 -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: a5430c341c9f3fd3734adc15ac9f49b1d20edb87
|
|
4
|
+
data.tar.gz: 9b2c55d4401fdb4f7bd20daf2dca5ee7d48fc962
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ff9099e8f960abb8e710177fd483cb40ac4fc54f043ab7107c6d6ec9faa17622dbaa67d70c93031559cb5ef82ff73f6d9b414a4ee7f915285e6327c4bee5ed1e
|
|
7
|
+
data.tar.gz: da402f9267f434215c27241a47cb0fadf019628442dbbce95e7a7ebd0ae7a48ac70783826a905a9070f6999fb38b09eb231d63ecbab9e6b6f8dcd27b93fc9b7a
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.779
|
data/lib/v20190627/models.rb
CHANGED
|
@@ -157,7 +157,7 @@ module TencentCloud
|
|
|
157
157
|
# @type ResultType: String
|
|
158
158
|
# @param ResponseText: 机器人对话的应答文本。
|
|
159
159
|
# @type ResponseText: String
|
|
160
|
-
# @param RequestId: 唯一请求 ID
|
|
160
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
161
161
|
# @type RequestId: String
|
|
162
162
|
|
|
163
163
|
attr_accessor :DialogStatus, :BotName, :IntentName, :SlotInfoList, :InputText, :ResponseMessage, :SessionAttributes, :ResultType, :ResponseText, :RequestId
|
|
@@ -260,7 +260,7 @@ module TencentCloud
|
|
|
260
260
|
# @param ResponseText: 机器人对话的应答文本。
|
|
261
261
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
262
262
|
# @type ResponseText: String
|
|
263
|
-
# @param RequestId: 唯一请求 ID
|
|
263
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
264
264
|
# @type RequestId: String
|
|
265
265
|
|
|
266
266
|
attr_accessor :DialogStatus, :BotName, :IntentName, :SlotInfoList, :InputText, :ResponseMessage, :SessionAttributes, :ResultType, :ResponseText, :RequestId
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.779
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
@@ -33,11 +33,11 @@ executables: []
|
|
|
33
33
|
extensions: []
|
|
34
34
|
extra_rdoc_files: []
|
|
35
35
|
files:
|
|
36
|
-
- lib/v20190311/models.rb
|
|
37
36
|
- lib/v20190311/client.rb
|
|
38
|
-
- lib/
|
|
39
|
-
- lib/v20190627/client.rb
|
|
37
|
+
- lib/v20190311/models.rb
|
|
40
38
|
- lib/tencentcloud-sdk-tbp.rb
|
|
39
|
+
- lib/v20190627/client.rb
|
|
40
|
+
- lib/v20190627/models.rb
|
|
41
41
|
- lib/VERSION
|
|
42
42
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
|
43
43
|
licenses:
|