str
Required. The parent of the suggestion query
is the resource denoting the project and
location.
scopes
MutableSequence[str]
The scopes to which this search is restricted. The only
supported scope pattern is
//bigquery.googleapis.com/projects/{GCP-PROJECT-ID}/datasets/{DATASET-ID}/tables/{TABLE-ID}.
query
str
User query for which to generate suggestions.
If the query is empty, zero state suggestions
are returned. This allows UIs to display
suggestions right away, helping the user to get
a sense of what a query might look like.
suggestion_types
MutableSequence[google.cloud.dataqna_v1alpha.types.SuggestionType]
The requested suggestion type. Multiple
suggestion types can be requested, but there is
no guarantee that the service will return
suggestions for each type. Suggestions for a
requested type might rank lower than suggestions
for other types and the service may decide to
cut these suggestions off.
[[["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-08-07 UTC."],[],[],null,["# Class SuggestQueriesRequest (0.10.17)\n\nVersion latestkeyboard_arrow_down\n\n- [0.10.17 (latest)](/python/docs/reference/dataqna/latest/google.cloud.dataqna_v1alpha.types.SuggestQueriesRequest)\n- [0.10.16](/python/docs/reference/dataqna/0.10.16/google.cloud.dataqna_v1alpha.types.SuggestQueriesRequest)\n- [0.9.0](/python/docs/reference/dataqna/0.9.0/google.cloud.dataqna_v1alpha.types.SuggestQueriesRequest)\n- [0.8.2](/python/docs/reference/dataqna/0.8.2/google.cloud.dataqna_v1alpha.types.SuggestQueriesRequest)\n- [0.7.1](/python/docs/reference/dataqna/0.7.1/google.cloud.dataqna_v1alpha.types.SuggestQueriesRequest)\n- [0.6.3](/python/docs/reference/dataqna/0.6.3/google.cloud.dataqna_v1alpha.types.SuggestQueriesRequest)\n- [0.5.1](/python/docs/reference/dataqna/0.5.1/google.cloud.dataqna_v1alpha.types.SuggestQueriesRequest)\n- [0.4.0](/python/docs/reference/dataqna/0.4.0/google.cloud.dataqna_v1alpha.types.SuggestQueriesRequest)\n- [0.3.3](/python/docs/reference/dataqna/0.3.3/google.cloud.dataqna_v1alpha.types.SuggestQueriesRequest)\n- [0.2.1](/python/docs/reference/dataqna/0.2.1/google.cloud.dataqna_v1alpha.types.SuggestQueriesRequest)\n- [0.1.1](/python/docs/reference/dataqna/0.1.1/google.cloud.dataqna_v1alpha.types.SuggestQueriesRequest) \n\n SuggestQueriesRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)\n\nRequest for query suggestions."]]