public sealed class IssueModelResult : IMessage<IssueModelResult>, IEquatable<IssueModelResult>, IDeepCloneable<IssueModelResult>, 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."],[[["The latest version available for `IssueModelResult` in the `Google.Cloud.ContactCenterInsights.V1` namespace is 2.19.0, and there are several previous versions accessible, going as far back as 1.0.0."],["The `IssueModelResult` class represents the issue modeling results on a conversation, inheriting from `Object` and implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class includes constructors for creating instances, both default and from an existing `IssueModelResult`, and it exposes properties like `IssueModel`, `IssueModelAsIssueModelName`, and `Issues`."],["The `IssueModel` property is a string representing the issue model's resource name, and `IssueModelAsIssueModelName` provides a typed view over it."],["The `Issues` property contains all matched issues, stored as a `RepeatedField` of `IssueAssignment`."]]],[]]