Enum Agent.MatchMode (4.47.0)

public enum Agent.MatchMode extends Enum<Agent.MatchMode> implements ProtocolMessageEnum

Match mode determines how intents are detected from user queries.

Protobuf enum google.cloud.dialogflow.v2beta1.Agent.MatchMode

Implements

ProtocolMessageEnum

Static Fields

NameDescription
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_HYBRID = 1;

MATCH_MODE_HYBRID_VALUE

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

MATCH_MODE_HYBRID = 1;

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.

MATCH_MODE_ML_ONLY = 2;

MATCH_MODE_ML_ONLY_VALUE

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

MATCH_MODE_ML_ONLY = 2;

MATCH_MODE_UNSPECIFIED

Not specified.

MATCH_MODE_UNSPECIFIED = 0;

MATCH_MODE_UNSPECIFIED_VALUE

Not specified.

MATCH_MODE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()