| Field | Type | Required | Description |
|---|---|---|---|
result_size |
int | ✔️ | Number of results asked in response. If a result is a collection, counts as one. |
timezone_offset |
Optional[int] | ➖ | The offset of the client's timezone in minutes from UTC. e.g. PDT is -420 because it's 7 hours behind UTC. |
category_to_result_size |
Dict[str, models.CategoryToResultSize] | ➖ | Mapping from category to number of results asked for the category. |
datasource_filter |
List[str] | ➖ | Datasources for which content should be included. Empty is for all. |
chat_zero_state_suggestion_options |
Optional[models.ChatZeroStateSuggestionOptions] | ➖ | N/A |