Module Google::Cloud::Dialogflow::V2::Agent::MatchMode (v0.12.0)

Match mode determines how intents are detected from user queries.

Constants

MATCH_MODE_UNSPECIFIED

value: 0
Not specified.

MATCH_MODE_HYBRID

value: 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

value: 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.