Google Cloud Dialogflow Cx V3 Client - Class MatchType (0.2.1)

Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class MatchType.

Type of a Match.

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

Namespace

Google \ Cloud \ Dialogflow \ Cx \ V3 \ PBMatch

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

MATCH_TYPE_UNSPECIFIED

Value: 0

Not specified. Should never be used.

Generated from protobuf enum MATCH_TYPE_UNSPECIFIED = 0;

INTENT

Value: 1

The query was matched to an intent.

Generated from protobuf enum INTENT = 1;

DIRECT_INTENT

Value: 2

The query directly triggered an intent.

Generated from protobuf enum DIRECT_INTENT = 2;

PARAMETER_FILLING

Value: 3

The query was used for parameter filling.

Generated from protobuf enum PARAMETER_FILLING = 3;

NO_MATCH

Value: 4

No match was found for the query.

Generated from protobuf enum NO_MATCH = 4;

NO_INPUT

Value: 5

Indicates an empty query.

Generated from protobuf enum NO_INPUT = 5;

EVENT

Value: 6

The query directly triggered an event.

Generated from protobuf enum EVENT = 6;