class Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ExactMatchConfig

Exact match configuration.

Attributes

case_sensitive[RW]

Whether to consider case sensitivity when performing an exact match. Corresponds to the JSON property `caseSensitive` @return [Boolean]

case_sensitive?[RW]

Whether to consider case sensitivity when performing an exact match. Corresponds to the JSON property `caseSensitive` @return [Boolean]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/contactcenterinsights_v1/classes.rb, line 1185
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/contactcenterinsights_v1/classes.rb, line 1190
def update!(**args)
  @case_sensitive = args[:case_sensitive] if args.key?(:case_sensitive)
end