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 focusing on version 1.3.0 of the library but also providing links to older versions and newer versions up to 2.19.0."],["The `TimeSeries` class is a part of the `CalculateStatsResponse.Types` and is designed to represent conversations over time, as an ordered list of intervals."],["It implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["Key properties of the `TimeSeries` class include `IntervalDuration`, which defines the length of each time interval, and `Points`, which contains a list of the intervals with conversation counts, represented as a `RepeatedField`."],["Two constructors are available, a default one and one that accepts another instance of the `TimeSeries` class, and there are links to further documentation regarding `Interval` and `Duration`."]]],[]]