Class: HighLevel::Models::VoiceAi::CallLogDTO

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/voice_ai/call_log_dto.rb

Instance Attribute Summary collapse

Instance Attribute Details

#agent_idObject (readonly)

Returns the value of attribute agent_id

Returns:

  • (Object)

    the current value of agent_id



9
10
11
# File 'lib/high_level/models/voice_ai/call_log_dto.rb', line 9

def agent_id
  @agent_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/voice_ai/call_log_dto.rb', line 9

def contact_id
  @contact_id
end

#created_atObject (readonly)

Returns the value of attribute created_at

Returns:

  • (Object)

    the current value of created_at



9
10
11
# File 'lib/high_level/models/voice_ai/call_log_dto.rb', line 9

def created_at
  @created_at
end

#durationObject (readonly)

Returns the value of attribute duration

Returns:

  • (Object)

    the current value of duration



9
10
11
# File 'lib/high_level/models/voice_ai/call_log_dto.rb', line 9

def duration
  @duration
end

#executed_call_actionsObject (readonly)

Returns the value of attribute executed_call_actions

Returns:

  • (Object)

    the current value of executed_call_actions



9
10
11
# File 'lib/high_level/models/voice_ai/call_log_dto.rb', line 9

def executed_call_actions
  @executed_call_actions
end

#extracted_dataObject (readonly)

Returns the value of attribute extracted_data

Returns:

  • (Object)

    the current value of extracted_data



9
10
11
# File 'lib/high_level/models/voice_ai/call_log_dto.rb', line 9

def extracted_data
  @extracted_data
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/voice_ai/call_log_dto.rb', line 9

def from_number
  @from_number
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



9
10
11
# File 'lib/high_level/models/voice_ai/call_log_dto.rb', line 9

def id
  @id
end

#is_agent_deletedObject (readonly)

Returns the value of attribute is_agent_deleted

Returns:

  • (Object)

    the current value of is_agent_deleted



9
10
11
# File 'lib/high_level/models/voice_ai/call_log_dto.rb', line 9

def is_agent_deleted
  @is_agent_deleted
end

#message_idObject (readonly)

Returns the value of attribute message_id

Returns:

  • (Object)

    the current value of message_id



9
10
11
# File 'lib/high_level/models/voice_ai/call_log_dto.rb', line 9

def message_id
  @message_id
end

#summaryObject (readonly)

Returns the value of attribute summary

Returns:

  • (Object)

    the current value of summary



9
10
11
# File 'lib/high_level/models/voice_ai/call_log_dto.rb', line 9

def summary
  @summary
end

#transcriptObject (readonly)

Returns the value of attribute transcript

Returns:

  • (Object)

    the current value of transcript



9
10
11
# File 'lib/high_level/models/voice_ai/call_log_dto.rb', line 9

def transcript
  @transcript
end

#translationObject (readonly)

Returns the value of attribute translation

Returns:

  • (Object)

    the current value of translation



9
10
11
# File 'lib/high_level/models/voice_ai/call_log_dto.rb', line 9

def translation
  @translation
end

#trial_callObject (readonly)

Returns the value of attribute trial_call

Returns:

  • (Object)

    the current value of trial_call



9
10
11
# File 'lib/high_level/models/voice_ai/call_log_dto.rb', line 9

def trial_call
  @trial_call
end