Class: Google::Cloud::ContactCenterInsights::V1::PhraseMatchRule
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::PhraseMatchRule
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/contactcenterinsights/v1/resources.rb
Overview
The data for a phrase match rule.
Instance Attribute Summary collapse
-
#config ⇒ ::Google::Cloud::ContactCenterInsights::V1::PhraseMatchRuleConfig
Provides additional information about the rule that specifies how to apply the rule.
-
#negated ⇒ ::Boolean
Specifies whether the phrase must be missing from the transcript segment or present in the transcript segment.
-
#query ⇒ ::String
Required.
Instance Attribute Details
#config ⇒ ::Google::Cloud::ContactCenterInsights::V1::PhraseMatchRuleConfig
Returns Provides additional information about the rule that specifies how to apply the rule.
941 942 943 944 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 941 class PhraseMatchRule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#negated ⇒ ::Boolean
Returns Specifies whether the phrase must be missing from the transcript segment or present in the transcript segment.
941 942 943 944 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 941 class PhraseMatchRule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#query ⇒ ::String
Returns Required. The phrase to be matched.
941 942 943 944 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 941 class PhraseMatchRule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |