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."],[[["The latest version available is 2.19.0, and there are multiple older versions listed, going back to 1.0.0, of the `CalculateStatsResponse.Types.TimeSeries.Types.Interval` class."],["This webpage documents the `Interval` class, which is a component within the `Google.Cloud.ContactCenterInsights.V1` namespace, representing a single interval in a time series."],["The `Interval` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality and integration capabilities."],["The `Interval` class provides two constructors, a default constructor `Interval()`, and an overloaded constructor `Interval(CalculateStatsResponse.Types.TimeSeries.Types.Interval other)` for creating instances."],["The main properties of the class include `ConversationCount`, an `Int32` representing the number of conversations, and `StartTime`, a `Timestamp` that indicates the beginning of the interval."]]],[]]