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
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
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_VALUE |
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. |
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_UNSPECIFIED |
Not specified. |
MATCH_MODE_UNSPECIFIED_VALUE |
Not specified. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |