Google Cloud Dialogflow V2 Client - Class MatchMode (1.8.0)

Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class MatchMode.

Match mode determines how intents are detected from user queries.

Protobuf type google.cloud.dialogflow.v2.Agent.MatchMode

Namespace

Google \ Cloud \ Dialogflow \ V2 \ Agent

Methods

static::name

Parameter
Name
Description
value
mixed

static::value

Parameter
Name
Description
name
mixed

Constants

MATCH_MODE_UNSPECIFIED

 Value: 0 

Not specified.

Generated from protobuf enum MATCH_MODE_UNSPECIFIED = 0;

MATCH_MODE_HYBRID

 Value: 1 

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

Generated from protobuf enum MATCH_MODE_HYBRID = 1;

MATCH_MODE_ML_ONLY

 Value: 2 

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

Generated from protobuf enum MATCH_MODE_ML_ONLY = 2;