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.
      1000 1001 1002 1003  | 
    
      # File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1000 class ExactMatchConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |