[[["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-02-28 UTC."],[[["The `CompleteQuery` method provides query suggestions and indicates if they are tail suggestions, returning a list of `QuerySuggestion` objects and a boolean `tailMatchTriggered` flag."],["`querySuggestions[]` is an array of `QuerySuggestion` objects, where each object represents a suggested query, and the list is ordered by relevance, with the first result being the top suggestion."],["`tailMatchTriggered` is a boolean flag that, if `true`, indicates all returned suggestions are tail suggestions, which occurs only if `includeTailSuggestions` is `true` in the request and no full query matches are found."],["Each `QuerySuggestion` contains a `suggestion` string, which represents the suggested query, and an optional `completableFieldPaths[]` array of strings, indicating the source of the suggestion from document fields."]]],[]]