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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe page details the \u003ccode\u003eTimeSeries\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.ContactCenterInsights.V1\u003c/code\u003e namespace, which represents conversations over time and is available in multiple versions, with \u003ccode\u003e2.19.0\u003c/code\u003e being the latest.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eTimeSeries\u003c/code\u003e is a class within \u003ccode\u003eCalculateStatsResponse.Types\u003c/code\u003e which inherits from \u003ccode\u003eObject\u003c/code\u003e and implements interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and has inherited members from \u003ccode\u003eObject\u003c/code\u003e such as \u003ccode\u003eGetHashCode()\u003c/code\u003e, \u003ccode\u003eGetType()\u003c/code\u003e, \u003ccode\u003eMemberwiseClone()\u003c/code\u003e, and \u003ccode\u003eToString()\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class \u003ccode\u003eTimeSeries\u003c/code\u003e has two constructors: a parameterless constructor \u003ccode\u003eTimeSeries()\u003c/code\u003e and \u003ccode\u003eTimeSeries(CalculateStatsResponse.Types.TimeSeries other)\u003c/code\u003e, which takes another TimeSeries instance as a parameter.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eTimeSeries\u003c/code\u003e class contains two properties, \u003ccode\u003eIntervalDuration\u003c/code\u003e, which is of type \u003ccode\u003eDuration\u003c/code\u003e, representing the duration of each interval, and \u003ccode\u003ePoints\u003c/code\u003e, which is a \u003ccode\u003eRepeatedField\u003c/code\u003e of \u003ccode\u003eInterval\u003c/code\u003e objects indicating the number of conversations within each time window.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGoogle.Cloud.ContactCenterInsights.V1.dll\u003c/code\u003e assembly contains the \u003ccode\u003eTimeSeries\u003c/code\u003e class.\u003c/p\u003e\n"]]],[],null,[]]