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 \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
string |
setPhraseMatcher
The unique identifier (the resource name) of the phrase matcher.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getDisplayName
The human-readable name of the phrase matcher.
Returns | |
---|---|
Type | Description |
string |
setDisplayName
The human-readable name of the phrase matcher.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |