tencentcloud-sdk-ccc 1.0.220 → 1.0.221

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20200210/models.rb +14 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 033aad0b83a03f20ec7cb86e6852d4c53c84cd90
4
- data.tar.gz: bcffde8f8fb69b96636181ad17e8a4a7cc47c72e
3
+ metadata.gz: 63b2551a0cdf5720e5f650b630145b8fb7f9681d
4
+ data.tar.gz: 5585057d18c2fc35ba1792d4ce4ccd6bac7724df
5
5
  SHA512:
6
- metadata.gz: 17de6f01610aa62ebe074026b89e7840c064dd8906fe86cc5205c6ac9130352d441ec900e0b7caa606c527d726a0e2d1a10a7d7f159533a97e688e4d0f0ea109
7
- data.tar.gz: 2ee614110592a678ef34f226a483befa7f15946f20895243a4b101239b2ab0338e2e8ed3ddbc7d724267e9db0aa156b2365424a16491974622b3d6978dacba55
6
+ metadata.gz: a47d6e43eb3a644cdc2288c0c685a2020587d0bceb8a7391430ce06a5b9698a28698760ef4c06d187f5f1f11eaa7559f5ab30babbd312ccd51a11a9406113dd4
7
+ data.tar.gz: 61fcb9b5972d8383b40252b44201985b9e3bae92a15e4fb8c50093c222c293143c655a730297c86b4ce8793a3806c68f8dcfded9df7f7175f36647ea5160cedd
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.220
1
+ 1.0.221
@@ -1979,10 +1979,13 @@ module TencentCloud
1979
1979
  # @param Uui: 客户自定义数据(User-to-User Interface)
1980
1980
  # 注意:此字段可能返回 null,表示取不到有效值。
1981
1981
  # @type Uui: String
1982
+ # @param IVRKeyPressedEx: IVR按键信息(e.g. [{"Key":"1","Label":"非常满意"}])
1983
+ # 注意:此字段可能返回 null,表示取不到有效值。
1984
+ # @type IVRKeyPressedEx: Array
1982
1985
 
1983
- attr_accessor :Caller, :Callee, :Time, :Direction, :Duration, :RecordURL, :SeatUser, :EndStatus, :SkillGroup, :CallerLocation, :IVRDuration, :RingTimestamp, :AcceptTimestamp, :EndedTimestamp, :IVRKeyPressed, :HungUpSide, :ServeParticipants, :SkillGroupId, :EndStatusString, :StartTimestamp, :QueuedTimestamp, :PostIVRKeyPressed, :QueuedSkillGroupId, :SessionId, :ProtectedCaller, :ProtectedCallee, :Uui
1986
+ attr_accessor :Caller, :Callee, :Time, :Direction, :Duration, :RecordURL, :SeatUser, :EndStatus, :SkillGroup, :CallerLocation, :IVRDuration, :RingTimestamp, :AcceptTimestamp, :EndedTimestamp, :IVRKeyPressed, :HungUpSide, :ServeParticipants, :SkillGroupId, :EndStatusString, :StartTimestamp, :QueuedTimestamp, :PostIVRKeyPressed, :QueuedSkillGroupId, :SessionId, :ProtectedCaller, :ProtectedCallee, :Uui, :IVRKeyPressedEx
1984
1987
 
1985
- def initialize(caller=nil, callee=nil, time=nil, direction=nil, duration=nil, recordurl=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)
1988
+ def initialize(caller=nil, callee=nil, time=nil, direction=nil, duration=nil, recordurl=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)
1986
1989
  @Caller = caller
1987
1990
  @Callee = callee
1988
1991
  @Time = time
@@ -2010,6 +2013,7 @@ module TencentCloud
2010
2013
  @ProtectedCaller = protectedcaller
2011
2014
  @ProtectedCallee = protectedcallee
2012
2015
  @Uui = uui
2016
+ @IVRKeyPressedEx = ivrkeypressedex
2013
2017
  end
2014
2018
 
2015
2019
  def deserialize(params)
@@ -2057,6 +2061,14 @@ module TencentCloud
2057
2061
  @ProtectedCaller = params['ProtectedCaller']
2058
2062
  @ProtectedCallee = params['ProtectedCallee']
2059
2063
  @Uui = params['Uui']
2064
+ unless params['IVRKeyPressedEx'].nil?
2065
+ @IVRKeyPressedEx = []
2066
+ params['IVRKeyPressedEx'].each do |i|
2067
+ ivrkeypressedelement_tmp = IVRKeyPressedElement.new
2068
+ ivrkeypressedelement_tmp.deserialize(i)
2069
+ @IVRKeyPressedEx << ivrkeypressedelement_tmp
2070
+ end
2071
+ end
2060
2072
  end
2061
2073
  end
2062
2074
 
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: 1.0.220
4
+ version: 1.0.221
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-12-09 00:00:00.000000000 Z
11
+ date: 2021-12-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common