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.
1074 1075 1076 1077 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1074 class PhraseMatchRuleConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |