public sealed class IssueModelResult : IMessage<IssueModelResult>, IEquatable<IssueModelResult>, IDeepCloneable<IssueModelResult>, IBufferMessage, IMessage
Reference documentation and code samples for the Contact Center AI Insights v1 API class IssueModelResult.
[[["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 webpage provides documentation for the `IssueModelResult` class within the Google Cloud Contact Center AI Insights v1 API, specifically for .NET development."],["The `IssueModelResult` class represents the outcome of issue modeling on a conversation and is part of the `Google.Cloud.ContactCenterInsights.V1` namespace, with the latest version being 2.19.0, while showing all versioning down to 1.0.0."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility and providing functionalities for message handling, equality checks, deep cloning, and buffer operations."],["The `IssueModelResult` class includes properties such as `IssueModel` (the resource name of the issue model), `IssueModelAsIssueModelName` (a typed view of the issue model resource name), and `Issues` (a list of matched issues)."],["The page contains information about the constructors and the inherited members."]]],[]]