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."],[[["The latest version of the `IssueModelResult` API is 2.19.0, but there are many versions available, including older versions ranging down to 1.0.0."],["The `IssueModelResult` class is part of the Google Cloud Contact Center AI Insights v1 API, specifically within the namespace `Google.Cloud.ContactCenterInsights.V1`."],["`IssueModelResult` is used for representing the outcome of issue modeling on a conversation and implements various interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `IssueModelResult` has properties like `IssueModel`, which is the name of the issue model used for the result, `IssueModelAsIssueModelName`, a typed view over the issue model resource name, and `Issues` containing all matched issues."],["The `IssueModelResult` has two constructors, a default one and another that takes an `IssueModelResult` as a parameter to make a copy."]]],[]]