QuerySuggestion(mapping=None, *, ignore_unknown_fields=False, **kwargs)Suggestions as search queries.
Attributes |
|
|---|---|
| Name | Description |
suggestion |
str
The suggestion for the query. |
completable_field_paths |
MutableSequence[str]
The unique document field paths that serve as the source of this suggestion if it was generated from completable fields. This field is only populated for the document-completable model. |
data_store |
MutableSequence[str]
The name of the dataStore that this suggestion belongs to. |
score |
float
The score of each suggestion. The score is in the range of [0, 1]. |