matchType property

String? matchType
getter/setter pair

Type of this Match. Possible string values are:

  • "MATCH_TYPE_UNSPECIFIED" : Not specified. Should never be used.
  • "INTENT" : The query was matched to an intent.
  • "DIRECT_INTENT" : The query directly triggered an intent.
  • "PARAMETER_FILLING" : The query was used for parameter filling.
  • "NO_MATCH" : No match was found for the query.
  • "NO_INPUT" : Indicates an empty query.
  • "EVENT" : The query directly triggered an event.

Implementation

core.String? matchType;