Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ExactMatchConfig

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/contactcenterinsights_v1/classes.rb,
lib/google/apis/contactcenterinsights_v1/representations.rb,
lib/google/apis/contactcenterinsights_v1/representations.rb

Overview

Exact match configuration.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1ExactMatchConfig

Returns a new instance of GoogleCloudContactcenterinsightsV1ExactMatchConfig.



1457
1458
1459
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 1457

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#case_sensitiveBoolean Also known as: case_sensitive?

Whether to consider case sensitivity when performing an exact match. Corresponds to the JSON property caseSensitive

Returns:

  • (Boolean)


1454
1455
1456
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 1454

def case_sensitive
  @case_sensitive
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1462
1463
1464
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 1462

def update!(**args)
  @case_sensitive = args[:case_sensitive] if args.key?(:case_sensitive)
end