View Source PlacetelAPI.Model.CallCenterCall (placetel_api v2.0.0)

CallCenterCall model

Link to this section Summary

Link to this section Types

@type t() :: %PlacetelAPI.Model.CallCenterCall{
  agent_name: String.t() | nil,
  answer_status: String.t() | nil,
  call_status: String.t() | nil,
  call_type: String.t() | nil,
  ended_at: DateTime.t() | nil,
  from: String.t() | nil,
  iteration: String.t() | nil,
  last_updated_at: DateTime.t() | nil,
  left_queue_at: DateTime.t() | nil,
  queue_name: String.t() | nil,
  started_at: DateTime.t() | nil,
  to: String.t() | nil
}