public sealed class CalculateStatsResponse.Types.TimeSeries : IMessage<CalculateStatsResponse.Types.TimeSeries>, IEquatable<CalculateStatsResponse.Types.TimeSeries>, IDeepCloneable<CalculateStatsResponse.Types.TimeSeries>, IBufferMessage, IMessage
Reference documentation and code samples for the Contact Center AI Insights v1 API class CalculateStatsResponse.Types.TimeSeries.
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."],[[["The webpage provides documentation for the `CalculateStatsResponse.Types.TimeSeries` class within the Google Cloud Contact Center AI Insights v1 API, focusing on version 2.17.0."],["This `TimeSeries` class represents conversation data over time and is part of the `Google.Cloud.ContactCenterInsights.V1` namespace."],["The class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to manage data serialization, equality checks, deep cloning, and buffer-based operations."],["Key properties of `TimeSeries` include `IntervalDuration`, which specifies the length of each time interval, and `Points`, which is a list of `Interval` objects representing conversation counts during each time interval."],["The page also lists various previous versions of the `TimeSeries` class, ranging from 2.19.0 down to 1.0.0, along with links to the documentation for each version."]]],[]]