public enum Agent.Types.MatchModeReference documentation and code samples for the Google Cloud Dialogflow v2beta1 API enum Agent.Types.MatchMode.
Match mode determines how intents are detected from user queries.
Namespace
Google.Cloud.Dialogflow.V2Beta1Assembly
Google.Cloud.Dialogflow.V2Beta1.dll
Fields |
|
|---|---|
| Name | Description |
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. |