Some products and features are in the process of being renamed. Generative playbook and flow features are also being migrated to a single consolidated console. See the details.
The Intent that matched the query. Some, not all fields are filled in this message, including but not limited to: name and displayName. Only filled for INTENT match type.
event
string
The event that matched the query. Filled for EVENT, NO_MATCH and NO_INPUT match types.
The collection of parameters extracted from the query.
Depending on your protocol or client library language, this is a map, associative array, symbol table, dictionary, or JSON object composed of a collection of (MapKey, MapValue) pairs:
MapKey type: string
MapKey value: parameter name
MapValue type: If parameter's entity type is a composite entity then use map, otherwise, depending on the parameter value type, it could be one of string, number, boolean, null, list or map.
MapValue value: If parameter's entity type is a composite entity then use map from composite entity property names to property values, otherwise, use parameter value.
resolvedInput
string
Final text input which was matched during MatchIntent. This value can be different from original input sent in request because of spelling correction or other processing.
The confidence of this match. Values range from 0.0 (completely uncertain) to 1.0 (completely certain). This value is for informational purpose only and is only used to help match the best intent within the classification threshold. This value may change for the same end-user expression at any time due to a model retraining or change in implementation.
MatchType
Type of a Match.
Enums
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.
KNOWLEDGE_CONNECTOR
The query was matched to a Knowledge Connector answer.
[[["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-03-05 UTC."],[[["This content outlines the structure and fields of a match result, represented in JSON format, from a matching query."],["The `Match` object includes fields like `intent`, `event`, `parameters`, `resolvedInput`, `matchType`, and `confidence`, providing details about the matching process."],["The `parameters` field contains extracted data from the query, organized as key-value pairs with various data types."],["The `matchType` field indicates the type of match, such as `INTENT`, `EVENT`, `NO_MATCH`, or `NO_INPUT`, among others."],["Confidence scores range from 0.0 to 1.0, reflecting the certainty of the match, with the value only being for informational purposes."]]],[]]