Google Cloud Retail V2beta Condition Args
data class GoogleCloudRetailV2betaConditionArgs(val activeTimeRange: Output<List<GoogleCloudRetailV2betaConditionTimeRangeArgs>>? = null, val queryTerms: Output<List<GoogleCloudRetailV2betaConditionQueryTermArgs>>? = null) : ConvertibleToJava<GoogleCloudRetailV2betaConditionArgs>
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 GoogleCloudRetailV2betaConditionArgs(activeTimeRange: Output<List<GoogleCloudRetailV2betaConditionTimeRangeArgs>>? = null, queryTerms: Output<List<GoogleCloudRetailV2betaConditionQueryTermArgs>>? = null)