public sealed class IssueAssignment : IMessage<IssueAssignment>, IEquatable<IssueAssignment>, IDeepCloneable<IssueAssignment>, 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 `IssueAssignment` class is part of the `Google.Cloud.ContactCenterInsights.V1` namespace and is used to provide information about an issue."],["The `IssueAssignment` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `IssueAssignment` class includes properties like `DisplayName`, `Issue`, and `Score`, providing details about the assigned issue and the likelihood of its assignment."],["The latest version of `IssueAssignment` is `2.19.0`, and various older versions are also documented, dating back to version `1.0.0`."],["There are two constructor methods within this class, one being blank, and the other needing to take an `IssueAssignment` parameter."]]],[]]