| Field | Type | Required | Description |
|---|---|---|---|
resultSize |
long | ✔️ | Number of results asked in response. If a result is a collection, counts as one. |
timezoneOffset |
Optional<Long> | ➖ | The offset of the client's timezone in minutes from UTC. e.g. PDT is -420 because it's 7 hours behind UTC. |
categoryToResultSize |
Map<String, CategoryToResultSize> | ➖ | Mapping from category to number of results asked for the category. |
datasourceFilter |
List<String> | ➖ | Datasources for which content should be included. Empty is for all. |
chatZeroStateSuggestionOptions |
Optional<ChatZeroStateSuggestionOptions> | ➖ | N/A |