Google Cloud Retail V2beta Condition Response
data class GoogleCloudRetailV2betaConditionResponse(val activeTimeRange: List<GoogleCloudRetailV2betaConditionTimeRangeResponse>, val queryTerms: List<GoogleCloudRetailV2betaConditionQueryTermResponse>)
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 GoogleCloudRetailV2betaConditionResponse(activeTimeRange: List<GoogleCloudRetailV2betaConditionTimeRangeResponse>, queryTerms: List<GoogleCloudRetailV2betaConditionQueryTermResponse>)