Enum Match.MatchType (0.48.0)

public enum Match.MatchType extends Enum<Match.MatchType> implements ProtocolMessageEnum

Type of a Match.

Protobuf enum google.cloud.dialogflow.cx.v3.Match.MatchType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
DIRECT_INTENT

The query directly triggered an intent.

DIRECT_INTENT = 2;

DIRECT_INTENT_VALUE

The query directly triggered an intent.

DIRECT_INTENT = 2;

EVENT

The query directly triggered an event.

EVENT = 6;

EVENT_VALUE

The query directly triggered an event.

EVENT = 6;

INTENT

The query was matched to an intent.

INTENT = 1;

INTENT_VALUE

The query was matched to an intent.

INTENT = 1;

MATCH_TYPE_UNSPECIFIED

Not specified. Should never be used.

MATCH_TYPE_UNSPECIFIED = 0;

MATCH_TYPE_UNSPECIFIED_VALUE

Not specified. Should never be used.

MATCH_TYPE_UNSPECIFIED = 0;

NO_INPUT

Indicates an empty query.

NO_INPUT = 5;

NO_INPUT_VALUE

Indicates an empty query.

NO_INPUT = 5;

NO_MATCH

No match was found for the query.

NO_MATCH = 4;

NO_MATCH_VALUE

No match was found for the query.

NO_MATCH = 4;

PARAMETER_FILLING

The query was used for parameter filling.

PARAMETER_FILLING = 3;

PARAMETER_FILLING_VALUE

The query was used for parameter filling.

PARAMETER_FILLING = 3;

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()