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 \ PBMatchMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
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;
KNOWLEDGE_CONNECTOR
Value: 8
The query was matched to a Knowledge Connector answer.
Generated from protobuf enum KNOWLEDGE_CONNECTOR = 8;
PLAYBOOK
Value: 9
The query was handled by a Playbook
.
Generated from protobuf enum PLAYBOOK = 9;