Class MatchMode (2.25.0)

MatchMode(value)

Match mode determines how intents are detected from user queries.

Values: MATCH_MODE_UNSPECIFIED (0): Not specified. MATCH_MODE_HYBRID (1): Best for agents with a small number of examples in intents and/or wide use of templates syntax and composite entities. MATCH_MODE_ML_ONLY (2): Can be used for agents with a large number of examples in intents, especially the ones using @sys.any or very large custom entities.