Name | Type | Description | Notes |
---|---|---|---|
ActivePromotions | List<ActivePromotion> | A list of the promotions activated when running the query. | [optional] |
AggregateFilters | Dictionary<string, QueryAggregateResult> | The aggregates run with filters. | [optional] |
Aggregates | Dictionary<string, QueryAggregateResult> | The aggregates returned by the query. | [optional] |
Banners | List<Banner> | Banners associated with this query. | [optional] |
FeatureScoreWeight | double | The weight applied to the features in the query, used for analyzing the index, neural and feature components for results. For each result: ``` score = max(index_score, neural_score) * (1 - feature_score_weight) + feature_score * feature_score_weight ``` | [optional] |
Pipeline | QueryCollectionResponsePipeline | [optional] | |
ProcessingDuration | string | The total time taken to perform the query. | [optional] |
QueryId | string | The query identifier. This uniqely identifies the specific query it was returned on. This is used to link user interactions with a query. | [optional] |
Redirects | Dictionary<string, RedirectResult> | A mapping of redirects triggered for all possible variations of the query. | [optional] |
Results | List<QueryResult> | The results returned by the query. | [optional] |
TotalSize | string | The total number of results that match the query. | [optional] |
Variables | Dictionary<string, Object> | The modified variables returned by the pipeline after it has finished processing. | [optional] |