public sealed class IssueMatchData : IMessage<IssueMatchData>, IEquatable<IssueMatchData>, IDeepCloneable<IssueMatchData>, IBufferMessage, IMessageReference documentation and code samples for the Contact Center AI Insights v1 API class IssueMatchData.
The data for an issue match annotation.
Implements
IMessage<IssueMatchData>, IEquatable<IssueMatchData>, IDeepCloneable<IssueMatchData>, 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 |
|