Google\Cloud\Dialogflow\V2\Agent\MatchMode */ class Agent_MatchMode { /** * Not specified. * * Generated from protobuf enum MATCH_MODE_UNSPECIFIED = 0; */ const MATCH_MODE_UNSPECIFIED = 0; /** * Best for agents with a small number of examples in intents and/or wide * use of templates syntax and composite entities. * * Generated from protobuf enum MATCH_MODE_HYBRID = 1; */ const MATCH_MODE_HYBRID = 1; /** * Can be used for agents with a large number of examples in intents, * especially the ones using @sys.any or very large developer entities. * * Generated from protobuf enum MATCH_MODE_ML_ONLY = 2; */ const MATCH_MODE_ML_ONLY = 2; }