Google Cloud Contact Center Insights V1 Client - Class ExactMatchConfig (1.5.0)

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

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
bool

setCaseSensitive

Whether to consider case sensitivity when performing an exact match.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this