| Field | Type | Required | Description | Example |
|---|---|---|---|---|
tracking_token |
Optional[str] | ➖ | A token that should be passed for additional requests related to this request (such as more results requests). | |
session_info |
Optional[models.SessionInfo] | ➖ | N/A | |
results |
List[models.SearchResult] | ➖ | N/A | |
structured_results |
List[models.StructuredResult] | ➖ | N/A | |
generated_qna_result |
Optional[models.GeneratedQna] | ➖ | N/A | |
glean_data_error |
Optional[models.GleanDataError] | ➖ | N/A | |
request_id |
Optional[str] | ➖ | A platform-generated request ID to correlate backend logs. | |
backend_time_millis |
Optional[int] | ➖ | Time in milliseconds the backend took to respond to the request. | 1100 |