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 webpage provides documentation for the `IssueModelResult` class within the `Google.Cloud.ContactCenterInsights.V1` namespace."],["This class represents the result of issue modeling on a conversation, with links available for various versions ranging from 1.0.0 to the latest 2.19.0."],["The `IssueModelResult` class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties such as `IssueModel`, `IssueModelAsIssueModelName`, and `Issues`, which provide information about the issue model used and the issues that were identified."],["There are two constructors listed for the class, one that is parameterless, and the other taking an `IssueModelResult` as its parameter."]]],[]]