public sealed class IssueAssignment : IMessage<IssueAssignment>, IEquatable<IssueAssignment>, IDeepCloneable<IssueAssignment>, IBufferMessage, IMessage
Reference documentation and code samples for the Contact Center AI Insights v1 API class IssueAssignment.
[[["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 the `IssueAssignment` class in the Contact Center AI Insights v1 API is 2.19.0, with multiple prior versions also listed."],["The `IssueAssignment` class is part of the `Google.Cloud.ContactCenterInsights.V1` namespace and is found within the `Google.Cloud.ContactCenterInsights.V1.dll` assembly."],["This class provides information about an issue, and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `IssueAssignment` class has properties such as `DisplayName`, `Issue`, and `Score`, which provide details regarding an issue including the likelihood of the issue assignment."],["The class can be instantiated with a parameterless constructor `IssueAssignment()` or with another instance of the same class through the `IssueAssignment(IssueAssignment other)` constructor."]]],[]]