matchMode property
- @Deprecated('Not supported. Member documentation may have more information.')
getter/setter pair
Determines how intents are detected from user queries.
Optional. Possible string values are:
- "MATCH_MODE_UNSPECIFIED" : Not specified.
- "MATCH_MODE_HYBRID" : 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" : Can be used for agents with a large number of examples in intents, especially the ones using @sys.any or very large custom entities.
Implementation
@core.Deprecated(
'Not supported. Member documentation may have more information.',
)
core.String? matchMode;