Contact Center AI Insights v1 API - Class PhraseMatchData (2.16.0)

public sealed class PhraseMatchData : IMessage<PhraseMatchData>, IEquatable<PhraseMatchData>, IDeepCloneable<PhraseMatchData>, IBufferMessage, IMessage

Reference documentation and code samples for the Contact Center AI Insights v1 API class PhraseMatchData.

The data for a matched phrase matcher. Represents information identifying a phrase matcher for a given match.

Inheritance

object > PhraseMatchData

Namespace

Google.Cloud.ContactCenterInsights.V1

Assembly

Google.Cloud.ContactCenterInsights.V1.dll

Constructors

PhraseMatchData()

public PhraseMatchData()

PhraseMatchData(PhraseMatchData)

public PhraseMatchData(PhraseMatchData other)
Parameter
Name Description
other PhraseMatchData

Properties

DisplayName

public string DisplayName { get; set; }

The human-readable name of the phrase matcher.

Property Value
Type Description
string

PhraseMatcher

public string PhraseMatcher { get; set; }

The unique identifier (the resource name) of the phrase matcher.

Property Value
Type Description
string