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 version 2.19.0."],["The `IssueAssignment` class provides information about the issue in contact center interactions and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains three main properties: `DisplayName`, which is an immutable display name of the issue; `Issue`, representing the resource name of the issue; and `Score`, which indicates the likelihood of the issue assignment within a range of 0 to 1."],["The `IssueAssignment` class can be constructed either with a default constructor, `IssueAssignment()`, or by cloning another `IssueAssignment` object using `IssueAssignment(IssueAssignment other)`."],["The documentation provided covers all versions from 1.0.0 up to 2.19.0 for the `IssueAssignment` class, with a full list of available versions shown."]]],[]]