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 page provides reference documentation for the `CalculateStatsResponse.Types.TimeSeries` class within the Google Cloud Contact Center Insights v1 API, covering versions from 1.0.0 up to the latest 2.19.0."],["`CalculateStatsResponse.Types.TimeSeries` is a class representing conversations over time and implements interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class `TimeSeries` contains two properties, `IntervalDuration`, which sets the time period for each interval, and `Points`, which contains a list of intervals representing the number of conversations within that time period."],["The `TimeSeries` class has two constructors, a default and another that allows you to make a copy of an existing `TimeSeries` class."],["The page provides a variety of links to different versions of this same class which provides details for each version."]]],[]]