Class: TencentCloud::Ccc::V20200210::StaffStatusExtra

Inherits:
TencentCloud::Common::AbstractModel
  • Object
show all
Defined in:
lib/v20200210/models.rb

Overview

座席状态补充信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(type = nil, direct = nil) ⇒ StaffStatusExtra

Returns a new instance of StaffStatusExtra.



6779
6780
6781
6782
# File 'lib/v20200210/models.rb', line 6779

def initialize(type=nil, direct=nil)
  @Type = type
  @Direct = direct
end

Instance Attribute Details

#DirectObject

Parameters:

  • Type:

    im - 文本 | tel - 电话 | all - 全媒体

  • Direct:

    in - 呼入 | out - 呼出



6777
6778
6779
# File 'lib/v20200210/models.rb', line 6777

def Direct
  @Direct
end

#TypeObject

Parameters:

  • Type:

    im - 文本 | tel - 电话 | all - 全媒体

  • Direct:

    in - 呼入 | out - 呼出



6777
6778
6779
# File 'lib/v20200210/models.rb', line 6777

def Type
  @Type
end

Instance Method Details

#deserialize(params) ⇒ Object



6784
6785
6786
6787
# File 'lib/v20200210/models.rb', line 6784

def deserialize(params)
  @Type = params['Type']
  @Direct = params['Direct']
end