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
experimentIds List<long> List of experiment ids for the corresponding request.
trackingToken Optional<String> An opaque token that represents this particular set of autocomplete results. To be used for /feedback reporting.
sessionInfo Optional<SessionInfo> N/A
results List<AutocompleteResult> N/A
groups List<AutocompleteResultGroup> Subsections of the results list from which distinct sections should be created.
gleanDataError Optional<GleanDataError> N/A
backendTimeMillis Optional<Long> Time in milliseconds the backend took to respond to the request. 1100