Google Cloud Dialogflow v2 API - Enum Agent.Types.MatchMode (4.13.0)

public enum Agent.Types.MatchMode

Reference documentation and code samples for the Google Cloud Dialogflow v2 API enum Agent.Types.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.