Google Cloud Retail V2Condition Args
data class GoogleCloudRetailV2ConditionArgs(val activeTimeRange: Output<List<GoogleCloudRetailV2ConditionTimeRangeArgs>>? = null, val queryTerms: Output<List<GoogleCloudRetailV2ConditionQueryTermArgs>>? = null) : ConvertibleToJava<GoogleCloudRetailV2ConditionArgs>
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 GoogleCloudRetailV2ConditionArgs(activeTimeRange: Output<List<GoogleCloudRetailV2ConditionTimeRangeArgs>>? = null, queryTerms: Output<List<GoogleCloudRetailV2ConditionQueryTermArgs>>? = null)