type property

String? type
getter/setter pair

The type of this phrase matcher.

Required. Possible string values are:

  • "PHRASE_MATCHER_TYPE_UNSPECIFIED" : Unspecified.
  • "ALL_OF" : Must meet all phrase match rule groups or there is no match.
  • "ANY_OF" : If any of the phrase match rule groups are met, there is a match.

Implementation

core.String? type;