public sealed class TimeSeries : IMessage<CalculateStatsResponse.Types.TimeSeries>, IEquatable<CalculateStatsResponse.Types.TimeSeries>, IDeepCloneable<CalculateStatsResponse.Types.TimeSeries>, IBufferMessage, IMessage
A time series representing conversations over time.
public RepeatedField<CalculateStatsResponse.Types.TimeSeries.Types.Interval> Points { get; }
An ordered list of intervals from earliest to latest, where each interval
represents the number of conversations that transpired during the time
window.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage details the `TimeSeries` class within the `Google.Cloud.ContactCenterInsights.V1` namespace, specifically for version 2.0.0 and its various prior version releases."],["`TimeSeries` represents a sequence of conversation data over time, utilizing intervals to measure conversation counts within specific time windows."],["The class includes properties like `IntervalDuration`, defining the length of each interval, and `Points`, a list of ordered intervals containing the number of conversations, allowing for time-based analysis."],["The webpage covers documentation about how to construct a TimeSeries object, either blank, or by using an existing `CalculateStatsResponse.Types.TimeSeries` object."],["The page lists versions from 2.19.0 (latest) all the way to 1.0.0, along with links to their respective documentation pages."]]],[]]