public sealed class IssueStats : IMessage<IssueModelLabelStats.Types.IssueStats>, IEquatable<IssueModelLabelStats.Types.IssueStats>, IDeepCloneable<IssueModelLabelStats.Types.IssueStats>, 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 document provides details on the `IssueStats` class within the `Google.Cloud.ContactCenterInsights.V1` namespace, which is part of the Google Cloud Contact Center Insights API."],["The `IssueStats` class, which aggregates statistics about an issue, implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is inherited from the `Object` class."],["The class provides properties like `DisplayName` (string), `Issue` (string), and `LabeledConversationsCount` (long), which contain information about the display name, resource path, and the number of conversations associated with the issue, respectively."],["The document outlines various versions of the library, ranging from the latest version `2.19.0` all the way to `1.0.0` , each representing a specific build of the `IssueStats` class, accessible via URL."],["Two constructors are available to create instances of the `IssueStats` class, one default and one that takes another `IssueStats` object as parameter."]]],[]]