Dialogflow CX V3 API - Module Google::Cloud::Dialogflow::CX::V3::Match::MatchType (v0.15.0)

Reference documentation and code samples for the Dialogflow CX V3 API module Google::Cloud::Dialogflow::CX::V3::Match::MatchType.

Type of a Match.

Constants

MATCH_TYPE_UNSPECIFIED

value: 0
Not specified. Should never be used.

INTENT

value: 1
The query was matched to an intent.

DIRECT_INTENT

value: 2
The query directly triggered an intent.

PARAMETER_FILLING

value: 3
The query was used for parameter filling.

NO_MATCH

value: 4
No match was found for the query.

NO_INPUT

value: 5
Indicates an empty query.

EVENT

value: 6
The query directly triggered an event.