Class PhraseMatchData (1.2.0)

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

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
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