public sealed class CalculateIssueModelStatsResponse : IMessage<CalculateIssueModelStatsResponse>, IEquatable<CalculateIssueModelStatsResponse>, IDeepCloneable<CalculateIssueModelStatsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Contact Center AI Insights v1 API class CalculateIssueModelStatsResponse.
[[["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 for the `CalculateIssueModelStatsResponse` is 2.19.0, with multiple prior versions listed, down to version 1.0.0."],["`CalculateIssueModelStatsResponse` is a class within the Google Cloud Contact Center AI Insights v1 API, designed for retrieving statistics related to an issue model."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, deep cloning, and buffered message operations."],["The `CalculateIssueModelStatsResponse` class includes a `CurrentStats` property of type `IssueModelLabelStats`, which contains the most recent label statistics for the queried issue model."],["The class has two constructors, one default and one that takes in another `CalculateIssueModelStatsResponse` object."]]],[]]