Reference documentation and code samples for the Contact Center AI Insights V1 API class Google::Cloud::ContactCenterInsights::V1::CalculateStatsResponse::TimeSeries.
A time series representing conversations over time.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#interval_duration
def interval_duration() -> ::Google::Protobuf::Duration
Returns
- (::Google::Protobuf::Duration) — The duration of each interval.
#interval_duration=
def interval_duration=(value) -> ::Google::Protobuf::Duration
Parameter
- value (::Google::Protobuf::Duration) — The duration of each interval.
Returns
- (::Google::Protobuf::Duration) — The duration of each interval.
#points
def points() -> ::Array<::Google::Cloud::ContactCenterInsights::V1::CalculateStatsResponse::TimeSeries::Interval>
Returns
- (::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.
#points=
def points=(value) -> ::Array<::Google::Cloud::ContactCenterInsights::V1::CalculateStatsResponse::TimeSeries::Interval>
Parameter
- value (::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.
Returns
- (::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.