Class: HighLevel::Models::Conversations::SendMessageBodyDto

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/conversations/send_message_body_dto.rb

Instance Attribute Summary collapse

Instance Attribute Details

#appointment_idObject (readonly)

Returns the value of attribute appointment_id

Returns:

  • (Object)

    the current value of appointment_id



9
10
11
# File 'lib/high_level/models/conversations/send_message_body_dto.rb', line 9

def appointment_id
  @appointment_id
end

#attachmentsObject (readonly)

Returns the value of attribute attachments

Returns:

  • (Object)

    the current value of attachments



9
10
11
# File 'lib/high_level/models/conversations/send_message_body_dto.rb', line 9

def attachments
  @attachments
end

#contact_idObject (readonly)

Returns the value of attribute contact_id

Returns:

  • (Object)

    the current value of contact_id



9
10
11
# File 'lib/high_level/models/conversations/send_message_body_dto.rb', line 9

def contact_id
  @contact_id
end

#conversation_provider_idObject (readonly)

Returns the value of attribute conversation_provider_id

Returns:

  • (Object)

    the current value of conversation_provider_id



9
10
11
# File 'lib/high_level/models/conversations/send_message_body_dto.rb', line 9

def conversation_provider_id
  @conversation_provider_id
end

#custom_subtype_idObject (readonly)

Returns the value of attribute custom_subtype_id

Returns:

  • (Object)

    the current value of custom_subtype_id



9
10
11
# File 'lib/high_level/models/conversations/send_message_body_dto.rb', line 9

def custom_subtype_id
  @custom_subtype_id
end

#email_bccObject (readonly)

Returns the value of attribute email_bcc

Returns:

  • (Object)

    the current value of email_bcc



9
10
11
# File 'lib/high_level/models/conversations/send_message_body_dto.rb', line 9

def email_bcc
  @email_bcc
end

#email_ccObject (readonly)

Returns the value of attribute email_cc

Returns:

  • (Object)

    the current value of email_cc



9
10
11
# File 'lib/high_level/models/conversations/send_message_body_dto.rb', line 9

def email_cc
  @email_cc
end

#email_fromObject (readonly)

Returns the value of attribute email_from

Returns:

  • (Object)

    the current value of email_from



9
10
11
# File 'lib/high_level/models/conversations/send_message_body_dto.rb', line 9

def email_from
  @email_from
end

#email_reply_modeObject (readonly)

Returns the value of attribute email_reply_mode

Returns:

  • (Object)

    the current value of email_reply_mode



9
10
11
# File 'lib/high_level/models/conversations/send_message_body_dto.rb', line 9

def email_reply_mode
  @email_reply_mode
end

#email_toObject (readonly)

Returns the value of attribute email_to

Returns:

  • (Object)

    the current value of email_to



9
10
11
# File 'lib/high_level/models/conversations/send_message_body_dto.rb', line 9

def email_to
  @email_to
end

#forwardObject (readonly)

Returns the value of attribute forward

Returns:

  • (Object)

    the current value of forward



9
10
11
# File 'lib/high_level/models/conversations/send_message_body_dto.rb', line 9

def forward
  @forward
end

#from_numberObject (readonly)

Returns the value of attribute from_number

Returns:

  • (Object)

    the current value of from_number



9
10
11
# File 'lib/high_level/models/conversations/send_message_body_dto.rb', line 9

def from_number
  @from_number
end

#htmlObject (readonly)

Returns the value of attribute html

Returns:

  • (Object)

    the current value of html



9
10
11
# File 'lib/high_level/models/conversations/send_message_body_dto.rb', line 9

def html
  @html
end

#messageObject (readonly)

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



9
10
11
# File 'lib/high_level/models/conversations/send_message_body_dto.rb', line 9

def message
  @message
end

#optimization_periodObject (readonly)

Returns the value of attribute optimization_period

Returns:

  • (Object)

    the current value of optimization_period



9
10
11
# File 'lib/high_level/models/conversations/send_message_body_dto.rb', line 9

def optimization_period
  @optimization_period
end

#reply_message_idObject (readonly)

Returns the value of attribute reply_message_id

Returns:

  • (Object)

    the current value of reply_message_id



9
10
11
# File 'lib/high_level/models/conversations/send_message_body_dto.rb', line 9

def reply_message_id
  @reply_message_id
end

#scheduled_timestampObject (readonly)

Returns the value of attribute scheduled_timestamp

Returns:

  • (Object)

    the current value of scheduled_timestamp



9
10
11
# File 'lib/high_level/models/conversations/send_message_body_dto.rb', line 9

def scheduled_timestamp
  @scheduled_timestamp
end

#statusObject (readonly)

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



9
10
11
# File 'lib/high_level/models/conversations/send_message_body_dto.rb', line 9

def status
  @status
end

#sub_typeObject (readonly)

Returns the value of attribute sub_type

Returns:

  • (Object)

    the current value of sub_type



9
10
11
# File 'lib/high_level/models/conversations/send_message_body_dto.rb', line 9

def sub_type
  @sub_type
end

#subjectObject (readonly)

Returns the value of attribute subject

Returns:

  • (Object)

    the current value of subject



9
10
11
# File 'lib/high_level/models/conversations/send_message_body_dto.rb', line 9

def subject
  @subject
end

#template_idObject (readonly)

Returns the value of attribute template_id

Returns:

  • (Object)

    the current value of template_id



9
10
11
# File 'lib/high_level/models/conversations/send_message_body_dto.rb', line 9

def template_id
  @template_id
end

#thread_idObject (readonly)

Returns the value of attribute thread_id

Returns:

  • (Object)

    the current value of thread_id



9
10
11
# File 'lib/high_level/models/conversations/send_message_body_dto.rb', line 9

def thread_id
  @thread_id
end

#to_numberObject (readonly)

Returns the value of attribute to_number

Returns:

  • (Object)

    the current value of to_number



9
10
11
# File 'lib/high_level/models/conversations/send_message_body_dto.rb', line 9

def to_number
  @to_number
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



9
10
11
# File 'lib/high_level/models/conversations/send_message_body_dto.rb', line 9

def type
  @type
end

#uses_native_scheduling_aiObject (readonly)

Returns the value of attribute uses_native_scheduling_ai

Returns:

  • (Object)

    the current value of uses_native_scheduling_ai



9
10
11
# File 'lib/high_level/models/conversations/send_message_body_dto.rb', line 9

def uses_native_scheduling_ai
  @uses_native_scheduling_ai
end