lib/google/apis/retail_v2beta/representations.rb in google-apis-retail_v2beta-0.26.0 vs lib/google/apis/retail_v2beta/representations.rb in google-apis-retail_v2beta-0.27.0
- old
+ new
@@ -764,10 +764,16 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class GoogleCloudRetailV2betaSearchRequestPersonalizationSpec
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class GoogleCloudRetailV2betaSearchRequestQueryExpansionSpec
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -1958,10 +1964,12 @@
property :offset, as: 'offset'
property :order_by, as: 'orderBy'
collection :page_categories, as: 'pageCategories'
property :page_size, as: 'pageSize'
property :page_token, as: 'pageToken'
+ property :personalization_spec, as: 'personalizationSpec', class: Google::Apis::RetailV2beta::GoogleCloudRetailV2betaSearchRequestPersonalizationSpec, decorator: Google::Apis::RetailV2beta::GoogleCloudRetailV2betaSearchRequestPersonalizationSpec::Representation
+
property :query, as: 'query'
property :query_expansion_spec, as: 'queryExpansionSpec', class: Google::Apis::RetailV2beta::GoogleCloudRetailV2betaSearchRequestQueryExpansionSpec, decorator: Google::Apis::RetailV2beta::GoogleCloudRetailV2betaSearchRequestQueryExpansionSpec::Representation
property :search_mode, as: 'searchMode'
property :user_info, as: 'userInfo', class: Google::Apis::RetailV2beta::GoogleCloudRetailV2betaUserInfo, decorator: Google::Apis::RetailV2beta::GoogleCloudRetailV2betaUserInfo::Representation
@@ -2014,9 +2022,16 @@
property :key, as: 'key'
property :order_by, as: 'orderBy'
collection :prefixes, as: 'prefixes'
property :query, as: 'query'
collection :restricted_values, as: 'restrictedValues'
+ end
+ end
+
+ class GoogleCloudRetailV2betaSearchRequestPersonalizationSpec
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :mode, as: 'mode'
end
end
class GoogleCloudRetailV2betaSearchRequestQueryExpansionSpec
# @private