Contact Center AI Insights v1 API - Class IssueMatchData (2.11.0)

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.

Inheritance

object > IssueMatchData

Namespace

Google.Cloud.ContactCenterInsights.V1

Assembly

Google.Cloud.ContactCenterInsights.V1.dll

Constructors

IssueMatchData()

public IssueMatchData()

IssueMatchData(IssueMatchData)

public IssueMatchData(IssueMatchData other)
Parameter
NameDescription
otherIssueMatchData

Properties

IssueAssignment

public IssueAssignment IssueAssignment { get; set; }

Information about the issue's assignment.

Property Value
TypeDescription
IssueAssignment