Class: Google::Cloud::ContactCenterInsights::V1::ExactMatchConfig

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#case_sensitive::Boolean

Returns Whether to consider case sensitivity when performing an exact match.

Returns:

  • (::Boolean)

    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