Class: Google::Cloud::ContactCenterInsights::V1::ExactMatchConfig
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::ExactMatchConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/contactcenterinsights/v1/resources.rb
Overview
Exact match configuration.
Instance Attribute Summary collapse
-
#case_sensitive ⇒ ::Boolean
Whether to consider case sensitivity when performing an exact match.
Instance Attribute Details
#case_sensitive ⇒ ::Boolean
Returns Whether to consider case sensitivity when performing an exact match.
959 960 961 962 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 959 class ExactMatchConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |