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.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Fields |
|
---|---|
Name | Description |
DirectIntent |
The query directly triggered an intent. |
Event |
The query directly triggered an event. |
Intent |
The query was matched to an intent. |
KnowledgeConnector |
The query was matched to a Knowledge Connector answer. |
NoInput |
Indicates an empty query. |
NoMatch |
No match was found for the query. |
ParameterFilling |
The query was used for parameter filling. |
Playbook |
The query was handled by a [ |
Unspecified |
Not specified. Should never be used. |