public enum Match.MatchType extends Enum<Match.MatchType> implements ProtocolMessageEnumType of a Match.
Protobuf enum google.cloud.dialogflow.cx.v3.Match.MatchType
Implements
ProtocolMessageEnumStatic Fields
| Name | Description |
| DIRECT_INTENT | The query directly triggered an intent. |
| DIRECT_INTENT_VALUE | The query directly triggered an intent. |
| EVENT | The query directly triggered an event. |
| EVENT_VALUE | The query directly triggered an event. |
| INTENT | The query was matched to an intent. |
| INTENT_VALUE | The query was matched to an intent. |
| MATCH_TYPE_UNSPECIFIED | Not specified. Should never be used. |
| MATCH_TYPE_UNSPECIFIED_VALUE | Not specified. Should never be used. |
| NO_INPUT | Indicates an empty query. |
| NO_INPUT_VALUE | Indicates an empty query. |
| NO_MATCH | No match was found for the query. |
| NO_MATCH_VALUE | No match was found for the query. |
| PARAMETER_FILLING | The query was used for parameter filling. |
| PARAMETER_FILLING_VALUE | The query was used for parameter filling. |
| UNRECOGNIZED |
Static Methods
| Name | Description |
| forNumber(int value) | |
| getDescriptor() | |
| internalGetValueMap() | |
| valueOf(Descriptors.EnumValueDescriptor desc) | |
| valueOf(int value) | Deprecated. Use #forNumber(int) instead. |
| valueOf(String name) | |
| values() |
Methods
| Name | Description |
| getDescriptorForType() | |
| getNumber() | |
| getValueDescriptor() |