Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.

Latest commit

 

History

History
30 lines (24 loc) · 842 Bytes

File metadata and controls

30 lines (24 loc) · 842 Bytes

Cfchat::AccountSummary

Properties

Name Type Description Notes
avg_first_response_time String [optional]
avg_resolution_time String [optional]
conversations_count Float [optional]
incoming_messages_count Float [optional]
outgoing_messages_count Float [optional]
resolutions_count Float [optional]
previous AccountSummaryPrevious [optional]

Example

require 'cfchat'

instance = Cfchat::AccountSummary.new(
  avg_first_response_time: null,
  avg_resolution_time: null,
  conversations_count: null,
  incoming_messages_count: null,
  outgoing_messages_count: null,
  resolutions_count: null,
  previous: null
)