If any supported optional fields are provided, we will treat them as a full
override when looking up product information from the catalog. Thus, it is
important to ensure that the overriding fields are accurate and
complete.
All other product fields are ignored and instead populated via catalog
lookup after event ingestion.
Quantity of the product associated with the user event.
For example, this field will be 2 if two products are added to the shopping
cart for purchase-complete event. Required for add-to-cart and
purchase-complete event types.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["Version 2.12.0 is the latest version available for the Google.Cloud.Retail.V2.ProductDetail, and it is accessible through the provided link."],["The ProductDetail class represents detailed product information associated with a user event, implementing several interfaces including IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The `ProductDetail` class includes properties like `Product`, which contains required product information with optional override fields such as price, and `Quantity`, which specifies the number of products involved in the user event, particularly for `add-to-cart` and `purchase-complete` events."],["The class has two constructors, a default constructor `ProductDetail()` and an overloaded constructor `ProductDetail(ProductDetail other)` which takes a ProductDetail as a parameter."],["There are multiple previous versions of the ProductDetail available, ranging from version 2.11.0 all the way down to 1.0.0, allowing for access to prior implementations."]]],[]]