Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ExactMatchConfig
- Inherits:
-
Object
- Object
- Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ExactMatchConfig
- 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
-
#case_sensitive ⇒ Boolean
(also: #case_sensitive?)
Whether to consider case sensitivity when performing an exact match.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1ExactMatchConfig
constructor
A new instance of GoogleCloudContactcenterinsightsV1ExactMatchConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1ExactMatchConfig
Returns a new instance of GoogleCloudContactcenterinsightsV1ExactMatchConfig.
1556 1557 1558 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 1556 def initialize(**args) update!(**args) end |
Instance Attribute Details
#case_sensitive ⇒ Boolean Also known as: case_sensitive?
Whether to consider case sensitivity when performing an exact match.
Corresponds to the JSON property caseSensitive
1553 1554 1555 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 1553 def case_sensitive @case_sensitive end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1561 1562 1563 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 1561 def update!(**args) @case_sensitive = args[:case_sensitive] if args.key?(:case_sensitive) end |