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 content provides documentation for the `CalculateIssueModelStatsResponse` class within the Contact Center AI Insights v1 API, specifically for the .NET environment."],["Version 2.19.0 is the latest available version, while the content also lists previous versions all the way back to version 1.0.0, with every version in between."],["`CalculateIssueModelStatsResponse` is used to query and return an issue model's statistical information, including label statistics for training and post-deployment data."],["This class implements multiple interfaces including IMessage, IEquatable, IDeepCloneable, and IBufferMessage, which are all within the Google Protobuf library, and is within the namespace Google.Cloud.ContactCenterInsights.V1."],["The `CurrentStats` property, of type `IssueModelLabelStats`, retrieves the most recent label statistics for the issue model being queried."]]],[]]