public sealed class Interval : IMessage<CalculateStatsResponse.Types.TimeSeries.Types.Interval>, IEquatable<CalculateStatsResponse.Types.TimeSeries.Types.Interval>, IDeepCloneable<CalculateStatsResponse.Types.TimeSeries.Types.Interval>, IBufferMessage, IMessage
[[["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 details the `Interval` class within the `Google.Cloud.ContactCenterInsights.V1` namespace, specifically for version 2.0.0 and above, with a list of previous versions going as far back as 1.0.0."],["The `Interval` class represents a single interval within a time series, as part of the `CalculateStatsResponse.Types.TimeSeries.Types` structure."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality comparisons, deep cloning, and buffered message operations."],["Key properties of the `Interval` class include `ConversationCount`, representing the number of conversations within the interval, and `StartTime`, which indicates the start time of the interval."],["The `Interval` class has two constructors: a default constructor and another that accepts another `Interval` object for initialization."]]],[]]