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."],[[["This webpage provides documentation for the `CalculateStatsResponse.Types.TimeSeries` class within the Google Cloud Contact Center AI Insights v1 API, covering versions from 1.0.0 up to the latest, 2.19.0."],["The `CalculateStatsResponse.Types.TimeSeries` class is designed to represent a time series of conversations, showing how conversation numbers change over time."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which offers it the flexibility to be utilized in numerous ways."],["Key properties of the class include `IntervalDuration`, which specifies the length of each time interval, and `Points`, which contains an ordered list of these intervals, detailing the number of conversations in each."],["The `TimeSeries` class has two constructors: a default one `TimeSeries()`, and one that take in another instance of itself `TimeSeries(TimeSeries)`."]]],[]]