Contact Center AI Insights v1 API - Class PhraseMatchData (2.1.0)
Stay organized with collections
Save and categorize content based on your preferences.
public sealed class PhraseMatchData : IMessage<PhraseMatchData>, IEquatable<PhraseMatchData>, IDeepCloneable<PhraseMatchData>, IBufferMessage, IMessageReference 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.
Implements
IMessage<PhraseMatchData>, IEquatable<PhraseMatchData>, IDeepCloneable<PhraseMatchData>, IBufferMessage, IMessageNamespace
Google.Cloud.ContactCenterInsights.V1Assembly
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 |
|