Reference documentation and code samples for the Google Cloud Contact Center Insights V1 Client class ExactMatchConfig.
Exact match configuration.
Generated from protobuf message google.cloud.contactcenterinsights.v1.ExactMatchConfig
Namespace
Google \ Cloud \ ContactCenterInsights \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ case_sensitive |
bool
Whether to consider case sensitivity when performing an exact match. |
getCaseSensitive
Whether to consider case sensitivity when performing an exact match.
Returns | |
---|---|
Type | Description |
bool |
setCaseSensitive
Whether to consider case sensitivity when performing an exact match.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |