Class: HighLevel::Models::Conversations::UserTypingBody

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

Instance Attribute Summary collapse

Instance Attribute Details

#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/user_typing_body.rb', line 9

def conversation_id
  @conversation_id
end

#is_typingObject (readonly)

Returns the value of attribute is_typing

Returns:

  • (Object)

    the current value of is_typing



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

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

def location_id
  @location_id
end

#visitor_idObject (readonly)

Returns the value of attribute visitor_id

Returns:

  • (Object)

    the current value of visitor_id



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

def visitor_id
  @visitor_id
end