Class: Google::Cloud::ContactCenterInsights::V1::PhraseMatchRule

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

Instance Attribute Details

#config::Google::Cloud::ContactCenterInsights::V1::PhraseMatchRuleConfig

Returns Provides additional information about the rule that specifies how to apply the rule.

Returns:



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.

Returns:

  • (::Boolean)

    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.

Returns:

  • (::String)

    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