Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 5.11 KB

File metadata and controls

14 lines (11 loc) · 5.11 KB

AutocompleteResponse

Fields

Field Type Required Description Example
experiment_ids List[int] List of experiment ids for the corresponding request.
tracking_token Optional[str] An opaque token that represents this particular set of autocomplete results. To be used for /feedback reporting.
session_info Optional[models.SessionInfo] N/A
results List[models.AutocompleteResult] N/A
groups List[models.AutocompleteResultGroup] Subsections of the results list from which distinct sections should be created.
glean_data_error Optional[models.GleanDataError] N/A
backend_time_millis Optional[int] Time in milliseconds the backend took to respond to the request. 1100