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 latest version of the `CalculateStatsResponse.Types.TimeSeries` class is 2.19.0, part of the Contact Center AI Insights v1 API."],["This class, `CalculateStatsResponse.Types.TimeSeries`, represents a time series of conversations over a duration, with the listed versions ranging from 1.0.0 to 2.19.0, each accessible via a direct link."],["The `CalculateStatsResponse.Types.TimeSeries` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is part of the `Google.Cloud.ContactCenterInsights.V1` namespace."],["It includes properties such as `IntervalDuration`, defining the length of each interval, and `Points`, an ordered list of intervals representing the number of conversations within each time window."],["There is documentation available to help define and navigate the different versions of the class, each with a corresponding URL."]]],[]]