tencentcloud-sdk-tbp 3.0.779 → 3.0.780
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/v20190311/models.rb +4 -4
- 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: b7fe184433adb5ac73e4d8b093809f5aa3b3a25c
|
|
4
|
+
data.tar.gz: c811a33715ad17255267f09b52014d1f9de5cef8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 27d7c36ae1c9d054caf38c64b90aa7a25c44658efde3f81f70478be560987290cc399c2d46fdba79f9ee4cc3282806a9fa5541c7bfc85b12de331fc212031eb5
|
|
7
|
+
data.tar.gz: ae4542fc0d900fc2e4204443ba03d0b5374b05fdf1532446f1ec5d6e875cbf0dc6811b99eaebec812b65d0a7a920744f80dfb584d0917a54e799ab22b6baa057
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.780
|
data/lib/v20190311/models.rb
CHANGED
|
@@ -43,7 +43,7 @@ module TencentCloud
|
|
|
43
43
|
# @type TaskRequestId: String
|
|
44
44
|
# @param Msg: 任务信息
|
|
45
45
|
# @type Msg: String
|
|
46
|
-
# @param RequestId: 唯一请求 ID
|
|
46
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
47
47
|
# @type RequestId: String
|
|
48
48
|
|
|
49
49
|
attr_accessor :TaskRequestId, :Msg, :RequestId
|
|
@@ -143,7 +143,7 @@ module TencentCloud
|
|
|
143
143
|
# @param WaveData: tts合成的pcm音频。二进制数组经过base64编码(暂时不返回)
|
|
144
144
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
145
145
|
# @type WaveData: String
|
|
146
|
-
# @param RequestId: 唯一请求 ID
|
|
146
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
147
147
|
# @type RequestId: String
|
|
148
148
|
|
|
149
149
|
attr_accessor :DialogStatus, :BotName, :IntentName, :ResponseText, :SlotInfoList, :SessionAttributes, :Question, :WaveUrl, :WaveData, :RequestId
|
|
@@ -289,7 +289,7 @@ module TencentCloud
|
|
|
289
289
|
# @param ResponseMessage: 机器人应答。
|
|
290
290
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
291
291
|
# @type ResponseMessage: :class:`Tencentcloud::Tbp.v20190311.models.ResponseMessage`
|
|
292
|
-
# @param RequestId: 唯一请求 ID
|
|
292
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
293
293
|
# @type RequestId: String
|
|
294
294
|
|
|
295
295
|
attr_accessor :DialogStatus, :BotName, :IntentName, :SlotInfoList, :InputText, :SessionAttributes, :ResponseText, :ResultType, :ResponseMessage, :RequestId
|
|
@@ -378,7 +378,7 @@ module TencentCloud
|
|
|
378
378
|
# @param ResponseText: 机器人对话的应答文本。
|
|
379
379
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
380
380
|
# @type ResponseText: String
|
|
381
|
-
# @param RequestId: 唯一请求 ID
|
|
381
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
382
382
|
# @type RequestId: String
|
|
383
383
|
|
|
384
384
|
attr_accessor :DialogStatus, :BotName, :IntentName, :SlotInfoList, :InputText, :SessionAttributes, :ResponseText, :RequestId
|
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.780
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-03-
|
|
11
|
+
date: 2024-03-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|