Class: Google::Cloud::RecommendationEngine::V1beta1::ProductEventDetail
- Inherits:
-
Object
- Object
- Google::Cloud::RecommendationEngine::V1beta1::ProductEventDetail
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/recommendationengine/v1beta1/user_event.rb
Overview
ProductEventDetail captures user event information specific to retail products.
Instance Attribute Summary collapse
-
#cart_id ⇒ ::String
Optional.
-
#list_id ⇒ ::String
Required for
add-to-listandremove-from-listevents. -
#page_categories ⇒ ::Array<::Google::Cloud::RecommendationEngine::V1beta1::CatalogItem::CategoryHierarchy>
Required for
category-page-viewevents. -
#product_details ⇒ ::Array<::Google::Cloud::RecommendationEngine::V1beta1::ProductDetail>
The main product details related to the event.
-
#purchase_transaction ⇒ ::Google::Cloud::RecommendationEngine::V1beta1::PurchaseTransaction
Optional.
-
#search_query ⇒ ::String
Required for
searchevents.
Instance Attribute Details
#cart_id ⇒ ::String
262 263 264 265 |
# File 'proto_docs/google/cloud/recommendationengine/v1beta1/user_event.rb', line 262 class ProductEventDetail include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#list_id ⇒ ::String
262 263 264 265 |
# File 'proto_docs/google/cloud/recommendationengine/v1beta1/user_event.rb', line 262 class ProductEventDetail include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_categories ⇒ ::Array<::Google::Cloud::RecommendationEngine::V1beta1::CatalogItem::CategoryHierarchy>
262 263 264 265 |
# File 'proto_docs/google/cloud/recommendationengine/v1beta1/user_event.rb', line 262 class ProductEventDetail include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#product_details ⇒ ::Array<::Google::Cloud::RecommendationEngine::V1beta1::ProductDetail>
262 263 264 265 |
# File 'proto_docs/google/cloud/recommendationengine/v1beta1/user_event.rb', line 262 class ProductEventDetail include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#purchase_transaction ⇒ ::Google::Cloud::RecommendationEngine::V1beta1::PurchaseTransaction
262 263 264 265 |
# File 'proto_docs/google/cloud/recommendationengine/v1beta1/user_event.rb', line 262 class ProductEventDetail include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#search_query ⇒ ::String
262 263 264 265 |
# File 'proto_docs/google/cloud/recommendationengine/v1beta1/user_event.rb', line 262 class ProductEventDetail include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |