Google Cloud Retail V2Condition Response
data class GoogleCloudRetailV2ConditionResponse(val activeTimeRange: List<GoogleCloudRetailV2ConditionTimeRangeResponse>, val queryTerms: List<GoogleCloudRetailV2ConditionQueryTermResponse>)
Metadata that is used to define a condition that triggers an action. A valid condition must specify at least one of 'query_terms' or 'products_filter'. If multiple fields are specified, the condition is met if all the fields are satisfied e.g. if a set of query terms and product_filter are set, then only items matching the product_filter for requests with a query matching the query terms wil get boosted.
Constructors
Link copied to clipboard
fun GoogleCloudRetailV2ConditionResponse(activeTimeRange: List<GoogleCloudRetailV2ConditionTimeRangeResponse>, queryTerms: List<GoogleCloudRetailV2ConditionQueryTermResponse>)