Class: Google::Cloud::ContactCenterInsights::V1::PhraseMatchRuleConfig
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::PhraseMatchRuleConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/contactcenterinsights/v1/resources.rb
Overview
Configuration information of a phrase match rule.
Instance Attribute Summary collapse
-
#exact_match_config ⇒ ::Google::Cloud::ContactCenterInsights::V1::ExactMatchConfig
The configuration for the exact match rule.
Instance Attribute Details
#exact_match_config ⇒ ::Google::Cloud::ContactCenterInsights::V1::ExactMatchConfig
Returns The configuration for the exact match rule.
950 951 952 953 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 950 class PhraseMatchRuleConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |