public sealed class CalculateIssueModelStatsRequest : IMessage<CalculateIssueModelStatsRequest>, IEquatable<CalculateIssueModelStatsRequest>, IDeepCloneable<CalculateIssueModelStatsRequest>, 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 `CalculateIssueModelStatsRequest` class is used to request statistics for a specific issue model within the Google Cloud Contact Center Insights API, specifically in version V1."],["The latest version available for this class is 2.19.0, with numerous older versions available as well, dating back to 1.0.0."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["You can create an instance of `CalculateIssueModelStatsRequest` using the default constructor or by cloning an existing instance."],["The class has properties to manage and access the `IssueModel` name, both as a string and a typed resource name, which is a required field for the request."]]],[]]