[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Dialogflow Cx V3 Client - Class MatchType (0.8.1)\n\nVersion latestkeyboard_arrow_down\n\n- [0.8.1 (latest)](/php/docs/reference/cloud-dialogflow-cx/latest/V3.PBMatch.MatchType)\n- [0.8.0](/php/docs/reference/cloud-dialogflow-cx/0.8.0/V3.PBMatch.MatchType)\n- [0.7.2](/php/docs/reference/cloud-dialogflow-cx/0.7.2/V3.PBMatch.MatchType)\n- [0.6.0](/php/docs/reference/cloud-dialogflow-cx/0.6.0/V3.PBMatch.MatchType)\n- [0.5.2](/php/docs/reference/cloud-dialogflow-cx/0.5.2/V3.PBMatch.MatchType)\n- [0.4.1](/php/docs/reference/cloud-dialogflow-cx/0.4.1/V3.PBMatch.MatchType)\n- [0.3.4](/php/docs/reference/cloud-dialogflow-cx/0.3.4/V3.PBMatch.MatchType)\n- [0.2.1](/php/docs/reference/cloud-dialogflow-cx/0.2.1/V3.PBMatch.MatchType)\n- [0.1.1](/php/docs/reference/cloud-dialogflow-cx/0.1.1/V3.PBMatch.MatchType) \nReference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class MatchType.\n\nType of a Match.\n\nProtobuf type `google.cloud.dialogflow.cx.v3.Match.MatchType`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Dialogflow \\\\ Cx \\\\ V3 \\\\ PBMatch\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### MATCH_TYPE_UNSPECIFIED\n\n Value: 0\n\nNot specified. Should never be used.\n\nGenerated from protobuf enum `MATCH_TYPE_UNSPECIFIED = 0;`\n\n### INTENT\n\n Value: 1\n\nThe query was matched to an intent.\n\nGenerated from protobuf enum `INTENT = 1;`\n\n### DIRECT_INTENT\n\n Value: 2\n\nThe query directly triggered an intent.\n\nGenerated from protobuf enum `DIRECT_INTENT = 2;`\n\n### PARAMETER_FILLING\n\n Value: 3\n\nThe query was used for parameter filling.\n\nGenerated from protobuf enum `PARAMETER_FILLING = 3;`\n\n### NO_MATCH\n\n Value: 4\n\nNo match was found for the query.\n\nGenerated from protobuf enum `NO_MATCH = 4;`\n\n### NO_INPUT\n\n Value: 5\n\nIndicates an empty query.\n\nGenerated from protobuf enum `NO_INPUT = 5;`\n\n### EVENT\n\n Value: 6\n\nThe query directly triggered an event.\n\nGenerated from protobuf enum `EVENT = 6;`\n\n### KNOWLEDGE_CONNECTOR\n\n Value: 8\n\nThe query was matched to a Knowledge Connector answer.\n\nGenerated from protobuf enum `KNOWLEDGE_CONNECTOR = 8;`\n\n### PLAYBOOK\n\n Value: 9\n\nThe query was handled by a `Playbook`.\n\nGenerated from protobuf enum `PLAYBOOK = 9;`"]]