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` within the `Google.Cloud.ContactCenterInsights.V1` namespace is version 2.19.0."],["`IssueModelResult` represents the issue modeling result for a conversation and is implemented as a sealed class."],["This class inherits from the `Object` class and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`IssueModelResult` has two constructors, one default and one that takes another `IssueModelResult` object as a parameter for copying."],["Key properties of `IssueModelResult` include `IssueModel` (a string identifying the model) and `Issues` (a collection of matched `IssueAssignment` instances)."]]],[]]