Class: HighLevel::Models::Conversations::GetMessageResponseDto

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

Instance Attribute Summary collapse

Instance Attribute Details

#attachmentsObject (readonly)

Returns the value of attribute attachments

Returns:

  • (Object)

    the current value of attachments



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

def attachments
  @attachments
end

#bodyObject (readonly)

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



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

def body
  @body
end

#chat_widget_idObject (readonly)

Returns the value of attribute chat_widget_id

Returns:

  • (Object)

    the current value of chat_widget_id



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

def chat_widget_id
  @chat_widget_id
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/get_message_response_dto.rb', line 9

def contact_id
  @contact_id
end

#content_typeObject (readonly)

Returns the value of attribute content_type

Returns:

  • (Object)

    the current value of content_type



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

def content_type
  @content_type
end

#conversation_idObject (readonly)

Returns the value of attribute conversation_id

Returns:

  • (Object)

    the current value of conversation_id



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

def conversation_id
  @conversation_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/get_message_response_dto.rb', line 9

def conversation_provider_id
  @conversation_provider_id
end

#date_addedObject (readonly)

Returns the value of attribute date_added

Returns:

  • (Object)

    the current value of date_added



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

def date_added
  @date_added
end

#directionObject (readonly)

Returns the value of attribute direction

Returns:

  • (Object)

    the current value of direction



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

def direction
  @direction
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



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

def id
  @id
end

#location_idObject (readonly)

Returns the value of attribute location_id

Returns:

  • (Object)

    the current value of location_id



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

def location_id
  @location_id
end

#message_typeObject (readonly)

Returns the value of attribute message_type

Returns:

  • (Object)

    the current value of message_type



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

def message_type
  @message_type
end

#metaObject (readonly)

Returns the value of attribute meta

Returns:

  • (Object)

    the current value of meta



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

def meta
  @meta
end

#sourceObject (readonly)

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



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

def source
  @source
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/get_message_response_dto.rb', line 9

def status
  @status
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/get_message_response_dto.rb', line 9

def type
  @type
end

#user_idObject (readonly)

Returns the value of attribute user_id

Returns:

  • (Object)

    the current value of user_id



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

def user_id
  @user_id
end