Contact Center AI Insights v1 API - Class PhraseMatchData (2.6.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

GoogleCloudGoogle.Cloud.ContactCenterInsightsV1

Assembly

Google.Cloud.ContactCenterInsights.V1.dll

Constructors

PhraseMatchData()

public PhraseMatchData()

PhraseMatchData(PhraseMatchData)

public PhraseMatchData(PhraseMatchData other)
Parameter
NameDescription
otherPhraseMatchData

Properties

DisplayName

public string DisplayName { get; set; }

The human-readable name of the phrase matcher.

Property Value
TypeDescription
string

PhraseMatcher

public string PhraseMatcher { get; set; }

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

Property Value
TypeDescription
string