public sealed class CalculateIssueModelStatsResponse : IMessage<CalculateIssueModelStatsResponse>, IEquatable<CalculateIssueModelStatsResponse>, IDeepCloneable<CalculateIssueModelStatsResponse>, 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 provides documentation for the `CalculateIssueModelStatsResponse` class within the `Google.Cloud.ContactCenterInsights.V1` namespace, detailing its structure and usage."],["The `CalculateIssueModelStatsResponse` class is used to retrieve statistics for a specific issue model, allowing for analysis of the models effectiveness."],["The latest version documented is 2.19.0, with links to documentation for older versions down to version 1.0.0 available on the page."],["The class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all which are part of the google protobuf library."],["The class provides a `CurrentStats` property, of type `IssueModelLabelStats`, to access the most recent label statistics for the queried issue model, including training data and post-deployment labeled data."]]],[]]