tencentcloud-sdk-ccc 3.0.890 → 3.0.892
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/v20200210/models.rb +12 -2
- 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: e151da1884a9b2dfc7240180bad01f1593372aa8
|
4
|
+
data.tar.gz: 7ea223faa878973f5cdd27acaeb20c710e24a586
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 36d47c2aeb4f8c2f0904bed3fbf779b5b30a21c2fa8688689b3e424840f1b7eb35d95cc238d381cf85b43de1fb09252514246956c24cbe7cb02d262f449292fe
|
7
|
+
data.tar.gz: c38b4b4a676d4502acc7b9dd7dd011ea3df94c9178e8ec46e6e1102fb495ffaf5cb31b5cab9642f339248bdd78b1f041ba663cbca8c899ff093efca3ffa19d56
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.892
|
data/lib/v20200210/models.rb
CHANGED
@@ -4783,6 +4783,14 @@ module TencentCloud
|
|
4783
4783
|
# @param AsrUrl: 获取录音ASR文本信息地址
|
4784
4784
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
4785
4785
|
# @type AsrUrl: String
|
4786
|
+
# @param AsrStatus: AsrUrl的状态:Complete
|
4787
|
+
# 已完成;
|
4788
|
+
# Processing
|
4789
|
+
# 正在生成中;
|
4790
|
+
# NotExists
|
4791
|
+
# 无记录(未开启生成离线asr或者无套餐包)
|
4792
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4793
|
+
# @type AsrStatus: String
|
4786
4794
|
# @param CustomRecordURL: 录音转存第三方COS地址
|
4787
4795
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
4788
4796
|
# @type CustomRecordURL: String
|
@@ -4799,12 +4807,12 @@ module TencentCloud
|
|
4799
4807
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
4800
4808
|
# @type VoicemailAsrURL: Array
|
4801
4809
|
|
4802
|
-
attr_accessor :Caller, :Callee, :Time, :Direction, :Duration, :RecordURL, :RecordId, :SeatUser, :EndStatus, :SkillGroup, :CallerLocation, :IVRDuration, :RingTimestamp, :AcceptTimestamp, :EndedTimestamp, :IVRKeyPressed, :HungUpSide, :ServeParticipants, :SkillGroupId, :EndStatusString, :StartTimestamp, :QueuedTimestamp, :PostIVRKeyPressed, :QueuedSkillGroupId, :SessionId, :ProtectedCaller, :ProtectedCallee, :Uui, :UUI, :IVRKeyPressedEx, :AsrUrl, :CustomRecordURL, :Remark, :QueuedSkillGroupName, :VoicemailRecordURL, :VoicemailAsrURL
|
4810
|
+
attr_accessor :Caller, :Callee, :Time, :Direction, :Duration, :RecordURL, :RecordId, :SeatUser, :EndStatus, :SkillGroup, :CallerLocation, :IVRDuration, :RingTimestamp, :AcceptTimestamp, :EndedTimestamp, :IVRKeyPressed, :HungUpSide, :ServeParticipants, :SkillGroupId, :EndStatusString, :StartTimestamp, :QueuedTimestamp, :PostIVRKeyPressed, :QueuedSkillGroupId, :SessionId, :ProtectedCaller, :ProtectedCallee, :Uui, :UUI, :IVRKeyPressedEx, :AsrUrl, :AsrStatus, :CustomRecordURL, :Remark, :QueuedSkillGroupName, :VoicemailRecordURL, :VoicemailAsrURL
|
4803
4811
|
extend Gem::Deprecate
|
4804
4812
|
deprecate :Uui, :none, 2024, 8
|
4805
4813
|
deprecate :Uui=, :none, 2024, 8
|
4806
4814
|
|
4807
|
-
def initialize(caller=nil, callee=nil, time=nil, direction=nil, duration=nil, recordurl=nil, recordid=nil, seatuser=nil, endstatus=nil, skillgroup=nil, callerlocation=nil, ivrduration=nil, ringtimestamp=nil, accepttimestamp=nil, endedtimestamp=nil, ivrkeypressed=nil, hungupside=nil, serveparticipants=nil, skillgroupid=nil, endstatusstring=nil, starttimestamp=nil, queuedtimestamp=nil, postivrkeypressed=nil, queuedskillgroupid=nil, sessionid=nil, protectedcaller=nil, protectedcallee=nil, uui=nil, ivrkeypressedex=nil, asrurl=nil, customrecordurl=nil, remark=nil, queuedskillgroupname=nil, voicemailrecordurl=nil, voicemailasrurl=nil)
|
4815
|
+
def initialize(caller=nil, callee=nil, time=nil, direction=nil, duration=nil, recordurl=nil, recordid=nil, seatuser=nil, endstatus=nil, skillgroup=nil, callerlocation=nil, ivrduration=nil, ringtimestamp=nil, accepttimestamp=nil, endedtimestamp=nil, ivrkeypressed=nil, hungupside=nil, serveparticipants=nil, skillgroupid=nil, endstatusstring=nil, starttimestamp=nil, queuedtimestamp=nil, postivrkeypressed=nil, queuedskillgroupid=nil, sessionid=nil, protectedcaller=nil, protectedcallee=nil, uui=nil, ivrkeypressedex=nil, asrurl=nil, asrstatus=nil, customrecordurl=nil, remark=nil, queuedskillgroupname=nil, voicemailrecordurl=nil, voicemailasrurl=nil)
|
4808
4816
|
@Caller = caller
|
4809
4817
|
@Callee = callee
|
4810
4818
|
@Time = time
|
@@ -4835,6 +4843,7 @@ module TencentCloud
|
|
4835
4843
|
@UUI = uui
|
4836
4844
|
@IVRKeyPressedEx = ivrkeypressedex
|
4837
4845
|
@AsrUrl = asrurl
|
4846
|
+
@AsrStatus = asrstatus
|
4838
4847
|
@CustomRecordURL = customrecordurl
|
4839
4848
|
@Remark = remark
|
4840
4849
|
@QueuedSkillGroupName = queuedskillgroupname
|
@@ -4897,6 +4906,7 @@ module TencentCloud
|
|
4897
4906
|
end
|
4898
4907
|
end
|
4899
4908
|
@AsrUrl = params['AsrUrl']
|
4909
|
+
@AsrStatus = params['AsrStatus']
|
4900
4910
|
@CustomRecordURL = params['CustomRecordURL']
|
4901
4911
|
@Remark = params['Remark']
|
4902
4912
|
@QueuedSkillGroupName = params['QueuedSkillGroupName']
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-ccc
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.892
|
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-08-
|
11
|
+
date: 2024-08-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|