Class: HighLevel::Models::VoiceAi::CallLogDTO
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::VoiceAi::CallLogDTO
- Defined in:
- lib/high_level/models/voice_ai/call_log_dto.rb
Instance Attribute Summary collapse
-
#agent_id ⇒ Object
readonly
Returns the value of attribute agent_id.
-
#contact_id ⇒ Object
readonly
Returns the value of attribute contact_id.
-
#created_at ⇒ Object
readonly
Returns the value of attribute created_at.
-
#duration ⇒ Object
readonly
Returns the value of attribute duration.
-
#executed_call_actions ⇒ Object
readonly
Returns the value of attribute executed_call_actions.
-
#extracted_data ⇒ Object
readonly
Returns the value of attribute extracted_data.
-
#from_number ⇒ Object
readonly
Returns the value of attribute from_number.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#is_agent_deleted ⇒ Object
readonly
Returns the value of attribute is_agent_deleted.
-
#message_id ⇒ Object
readonly
Returns the value of attribute message_id.
-
#summary ⇒ Object
readonly
Returns the value of attribute summary.
-
#transcript ⇒ Object
readonly
Returns the value of attribute transcript.
-
#translation ⇒ Object
readonly
Returns the value of attribute translation.
-
#trial_call ⇒ Object
readonly
Returns the value of attribute trial_call.
Instance Attribute Details
#agent_id ⇒ Object (readonly)
Returns the value of attribute 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_id ⇒ Object (readonly)
Returns the value of attribute 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_at ⇒ Object (readonly)
Returns the value of attribute created_at
9 10 11 |
# File 'lib/high_level/models/voice_ai/call_log_dto.rb', line 9 def created_at @created_at end |
#duration ⇒ Object (readonly)
Returns the value of attribute duration
9 10 11 |
# File 'lib/high_level/models/voice_ai/call_log_dto.rb', line 9 def duration @duration end |
#executed_call_actions ⇒ Object (readonly)
Returns the value of attribute 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_data ⇒ Object (readonly)
Returns the value of attribute 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_number ⇒ Object (readonly)
Returns the value of attribute from_number
9 10 11 |
# File 'lib/high_level/models/voice_ai/call_log_dto.rb', line 9 def from_number @from_number end |
#id ⇒ Object (readonly)
Returns the value of attribute id
9 10 11 |
# File 'lib/high_level/models/voice_ai/call_log_dto.rb', line 9 def id @id end |
#is_agent_deleted ⇒ Object (readonly)
Returns the value of attribute 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_id ⇒ Object (readonly)
Returns the value of attribute message_id
9 10 11 |
# File 'lib/high_level/models/voice_ai/call_log_dto.rb', line 9 def @message_id end |
#summary ⇒ Object (readonly)
Returns the value of attribute summary
9 10 11 |
# File 'lib/high_level/models/voice_ai/call_log_dto.rb', line 9 def summary @summary end |
#transcript ⇒ Object (readonly)
Returns the value of attribute transcript
9 10 11 |
# File 'lib/high_level/models/voice_ai/call_log_dto.rb', line 9 def transcript @transcript end |
#translation ⇒ Object (readonly)
Returns the value of attribute translation
9 10 11 |
# File 'lib/high_level/models/voice_ai/call_log_dto.rb', line 9 def translation @translation end |
#trial_call ⇒ Object (readonly)
Returns the value of attribute trial_call
9 10 11 |
# File 'lib/high_level/models/voice_ai/call_log_dto.rb', line 9 def trial_call @trial_call end |