Enum Agent.Types.MatchMode (3.9.0)

public enum MatchMode

Match mode determines how intents are detected from user queries.

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Fields

NameDescription
Hybrid

Best for agents with a small number of examples in intents and/or wide use of templates syntax and composite entities.

MlOnly

Can be used for agents with a large number of examples in intents, especially the ones using @sys.any or very large custom entities.

Unspecified

Not specified.