tencentcloud-sdk-ccc 3.0.602 → 3.0.604

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20200210/models.rb +17 -4
  4. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 22ddbe503e603e1883f63d12353c1deac5f073e4
4
- data.tar.gz: cc45a56e7b76508b8d89d6765432fee1b784f7ff
3
+ metadata.gz: 240b863b3787ba83ac927174afcf1a61fc1a2738
4
+ data.tar.gz: 4212ca16ede269ccdb441fc759bb50c4f8b35b1d
5
5
  SHA512:
6
- metadata.gz: 0e9e1a5b9a09d35173cc25911f6a096f54b2d25ecd2e43744c2b788e81b6d190fbd43f86c964f06f845924f1076363b7fc832f0e1e460bd927060f2e513f30d4
7
- data.tar.gz: e10684831046fa32ca40b9f64c22f0f96fd062ef1693fec9548ade662c206a233870566f240447c131373d3136a3805ec1c59687aabccf945a149ab8ba04355a
6
+ metadata.gz: 459aeb18eab890e0186beb55020985e248c2ba9a18c9747820c53f3e72cbc0fdb148496d71588a7eb83516d0e344222ba12d308b256619317b79c8119266e93d
7
+ data.tar.gz: e607859e8356c945cdbd011f61eefc0fad5d5aa486b926bd6cd716867ca6fbfbe2906babe8d3ba0d72a1069dc6fda97f19864f4e3a1bc30ec74796bcff5374f0
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.602
1
+ 3.0.604
@@ -646,19 +646,27 @@ module TencentCloud
646
646
  # @type ExtensionId: String
647
647
  # @param ExtensionName: 分机名称
648
648
  # @type ExtensionName: String
649
+ # @param SkillGroupIds: 绑定的技能组列表
650
+ # @type SkillGroupIds: Array
651
+ # @param Relation: 绑定的坐席邮箱
652
+ # @type Relation: String
649
653
 
650
- attr_accessor :SdkAppId, :ExtensionId, :ExtensionName
654
+ attr_accessor :SdkAppId, :ExtensionId, :ExtensionName, :SkillGroupIds, :Relation
651
655
 
652
- def initialize(sdkappid=nil, extensionid=nil, extensionname=nil)
656
+ def initialize(sdkappid=nil, extensionid=nil, extensionname=nil, skillgroupids=nil, relation=nil)
653
657
  @SdkAppId = sdkappid
654
658
  @ExtensionId = extensionid
655
659
  @ExtensionName = extensionname
660
+ @SkillGroupIds = skillgroupids
661
+ @Relation = relation
656
662
  end
657
663
 
658
664
  def deserialize(params)
659
665
  @SdkAppId = params['SdkAppId']
660
666
  @ExtensionId = params['ExtensionId']
661
667
  @ExtensionName = params['ExtensionName']
668
+ @SkillGroupIds = params['SkillGroupIds']
669
+ @Relation = params['Relation']
662
670
  end
663
671
  end
664
672
 
@@ -3508,10 +3516,13 @@ module TencentCloud
3508
3516
  # @param VoicemailRecordURL: 通话中语音留言录音URL
3509
3517
  # 注意:此字段可能返回 null,表示取不到有效值。
3510
3518
  # @type VoicemailRecordURL: Array
3519
+ # @param VoicemailAsrURL: 通话中语音留言ASR文本信息地址
3520
+ # 注意:此字段可能返回 null,表示取不到有效值。
3521
+ # @type VoicemailAsrURL: Array
3511
3522
 
3512
- 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, :AsrUrl, :CustomRecordURL, :Remark, :QueuedSkillGroupName, :VoicemailRecordURL
3523
+ 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, :AsrUrl, :CustomRecordURL, :Remark, :QueuedSkillGroupName, :VoicemailRecordURL, :VoicemailAsrURL
3513
3524
 
3514
- 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, asrurl=nil, customrecordurl=nil, remark=nil, queuedskillgroupname=nil, voicemailrecordurl=nil)
3525
+ 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, asrurl=nil, customrecordurl=nil, remark=nil, queuedskillgroupname=nil, voicemailrecordurl=nil, voicemailasrurl=nil)
3515
3526
  @Caller = caller
3516
3527
  @Callee = callee
3517
3528
  @Time = time
@@ -3545,6 +3556,7 @@ module TencentCloud
3545
3556
  @Remark = remark
3546
3557
  @QueuedSkillGroupName = queuedskillgroupname
3547
3558
  @VoicemailRecordURL = voicemailrecordurl
3559
+ @VoicemailAsrURL = voicemailasrurl
3548
3560
  end
3549
3561
 
3550
3562
  def deserialize(params)
@@ -3605,6 +3617,7 @@ module TencentCloud
3605
3617
  @Remark = params['Remark']
3606
3618
  @QueuedSkillGroupName = params['QueuedSkillGroupName']
3607
3619
  @VoicemailRecordURL = params['VoicemailRecordURL']
3620
+ @VoicemailAsrURL = params['VoicemailAsrURL']
3608
3621
  end
3609
3622
  end
3610
3623
 
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.602
4
+ version: 3.0.604
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-29 00:00:00.000000000 Z
11
+ date: 2023-07-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -33,9 +33,9 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
- - lib/v20200210/client.rb
37
- - lib/v20200210/models.rb
38
36
  - lib/tencentcloud-sdk-ccc.rb
37
+ - lib/v20200210/models.rb
38
+ - lib/v20200210/client.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses: