Class: Google::Cloud::ContactCenterInsights::V1::CalculateStatsResponse::TimeSeries
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::CalculateStatsResponse::TimeSeries
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb
Overview
A time series representing conversations over time.
Defined Under Namespace
Classes: Interval
Instance Attribute Summary collapse
-
#interval_duration ⇒ ::Google::Protobuf::Duration
The duration of each interval.
-
#points ⇒ ::Array<::Google::Cloud::ContactCenterInsights::V1::CalculateStatsResponse::TimeSeries::Interval>
An ordered list of intervals from earliest to latest, where each interval represents the number of conversations that transpired during the time window.
Instance Attribute Details
#interval_duration ⇒ ::Google::Protobuf::Duration
Returns The duration of each interval.
84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 84 class TimeSeries include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # A single interval in a time series. # @!attribute [rw] start_time # @return [::Google::Protobuf::Timestamp] # The start time of this interval. # @!attribute [rw] conversation_count # @return [::Integer] # The number of conversations created in this interval. class Interval include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#points ⇒ ::Array<::Google::Cloud::ContactCenterInsights::V1::CalculateStatsResponse::TimeSeries::Interval>
Returns An ordered list of intervals from earliest to latest, where each interval represents the number of conversations that transpired during the time window.
84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 84 class TimeSeries include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # A single interval in a time series. # @!attribute [rw] start_time # @return [::Google::Protobuf::Timestamp] # The start time of this interval. # @!attribute [rw] conversation_count # @return [::Integer] # The number of conversations created in this interval. class Interval include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |