Dialogflow v3 API - Enum Match.Types.MatchType (2.17.0)

public enum Match.Types.MatchType

Reference documentation and code samples for the Dialogflow v3 API enum Match.Types.MatchType.

Type of a Match.

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Fields

NameDescription
DirectIntent

The query directly triggered an intent.

Event

The query directly triggered an event.

Intent

The query was matched to an intent.

NoInput

Indicates an empty query.

NoMatch

No match was found for the query.

ParameterFilling

The query was used for parameter filling.

Unspecified

Not specified. Should never be used.