Class: Google::Cloud::ContactCenterInsights::V1::CalculateStatsResponse::TimeSeries::Interval
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::CalculateStatsResponse::TimeSeries::Interval
- 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
-
#conversation_count ⇒ ::Integer
The number of conversations created in this interval.
-
#start_time ⇒ ::Google::Protobuf::Timestamp
The start time of this interval.
Instance Attribute Details
#conversation_count ⇒ ::Integer
Returns The number of conversations created in this interval.
96 97 98 99 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 96 class Interval include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#start_time ⇒ ::Google::Protobuf::Timestamp
Returns The start time of this interval.
96 97 98 99 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 96 class Interval include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |