The intent match type from the Match .
Enums | |
---|---|
MATCH_TYPE_UNSPECIFIED |
Not specified. Should never be used. |
MATCH_TYPE_INTENT |
An intent is matched. |
MATCH_TYPE_DIRECT_INTENT |
The input is an intent. |
MATCH_TYPE_PARAMETER_FILLING |
The input is for parameter filling. |
MATCH_TYPE_NO_MATCH |
No intent match for the input. |
MATCH_TYPE_NO_INPUT |
Indicates an empty input. |
MATCH_TYPE_EVENT |
The input is an event. |