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
85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 85 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>
85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 85 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 |