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\u003eThis webpage details the \u003ccode\u003eTimeSeries\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.ContactCenterInsights.V1\u003c/code\u003e namespace, specifically for version 2.0.0 and its various prior version releases.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eTimeSeries\u003c/code\u003e represents a sequence of conversation data over time, utilizing intervals to measure conversation counts within specific time windows.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes properties like \u003ccode\u003eIntervalDuration\u003c/code\u003e, defining the length of each interval, and \u003ccode\u003ePoints\u003c/code\u003e, a list of ordered intervals containing the number of conversations, allowing for time-based analysis.\u003c/p\u003e\n"],["\u003cp\u003eThe webpage covers documentation about how to construct a TimeSeries object, either blank, or by using an existing \u003ccode\u003eCalculateStatsResponse.Types.TimeSeries\u003c/code\u003e object.\u003c/p\u003e\n"],["\u003cp\u003eThe page lists versions from 2.19.0 (latest) all the way to 1.0.0, along with links to their respective documentation pages.\u003c/p\u003e\n"]]],[],null,[]]