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."],[[["This page details the `CalculateIssueModelStatsRequest` class within the `Google.Cloud.ContactCenterInsights.V1` namespace for .NET, which is used to request statistics about an issue model."],["The latest version of this class is 2.19.0, with documentation available for multiple previous versions dating back to 1.0.0."],["`CalculateIssueModelStatsRequest` inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default constructor and a constructor that takes another `CalculateIssueModelStatsRequest` instance as a parameter, allowing for duplication of instances."],["The `CalculateIssueModelStatsRequest` class includes two properties, `IssueModel` which is a required string representing the name of the issue model, and `IssueModelAsIssueModelName` which provides a typed view of the `IssueModel` property as an `IssueModelName`."]]],[]]