Class: Google::Cloud::ContactCenterInsights::V1::CalculateStatsResponse::TimeSeries::Interval

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb

Overview

A single interval in a time series.

Instance Attribute Summary collapse

Instance Attribute Details

#conversation_count::Integer

Returns The number of conversations created in this interval.

Returns:

  • (::Integer)

    The number of conversations created in this interval.



95
96
97
98
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 95

class Interval
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#start_time::Google::Protobuf::Timestamp

Returns The start time of this interval.

Returns:



95
96
97
98
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 95

class Interval
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end