public sealed class IssueMatchData : IMessage<IssueMatchData>, IEquatable<IssueMatchData>, IDeepCloneable<IssueMatchData>, IBufferMessage, IMessage
Reference documentation and code samples for the Contact Center AI Insights v1 API class IssueMatchData.
The data for an issue match annotation.
Implements
IMessageIssueMatchData, IEquatableIssueMatchData, IDeepCloneableIssueMatchData, IBufferMessage, IMessageNamespace
Google.Cloud.ContactCenterInsights.V1Assembly
Google.Cloud.ContactCenterInsights.V1.dll
Constructors
IssueMatchData()
public IssueMatchData()
IssueMatchData(IssueMatchData)
public IssueMatchData(IssueMatchData other)
Parameter | |
---|---|
Name | Description |
other | IssueMatchData |
Properties
IssueAssignment
public IssueAssignment IssueAssignment { get; set; }
Information about the issue's assignment.
Property Value | |
---|---|
Type | Description |
IssueAssignment |