Interface KeywordMatchConfiguration.Builder

  • Method Details

    • ruleName

      The name of the keyword match rule.

      Parameters:
      ruleName - The name of the keyword match rule.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • keywords

      The keywords or phrases that you want to match.

      Parameters:
      keywords - The keywords or phrases that you want to match.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • keywords

      The keywords or phrases that you want to match.

      Parameters:
      keywords - The keywords or phrases that you want to match.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • negate

      Matches keywords or phrases on their presence or absence. If set to TRUE, the rule matches when all the specified keywords or phrases are absent. Default: FALSE.

      Parameters:
      negate - Matches keywords or phrases on their presence or absence. If set to TRUE, the rule matches when all the specified keywords or phrases are absent. Default: FALSE.
      Returns:
      Returns a reference to this object so that method calls can be chained together.