Google Cloud Contact Center Insights V1 Client - Class PhraseMatchData (1.7.1)

Reference documentation and code samples for the Google Cloud Contact Center Insights V1 Client class PhraseMatchData.

The data for a matched phrase matcher.

Represents information identifying a phrase matcher for a given match.

Generated from protobuf message google.cloud.contactcenterinsights.v1.PhraseMatchData

Namespace

Google \ Cloud \ ContactCenterInsights \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ phrase_matcher string

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

↳ display_name string

The human-readable name of the phrase matcher.

getPhraseMatcher

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

Returns
TypeDescription
string

setPhraseMatcher

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getDisplayName

The human-readable name of the phrase matcher.

Returns
TypeDescription
string

setDisplayName

The human-readable name of the phrase matcher.

Parameter
NameDescription
var string
Returns
TypeDescription
$this