public sealed class CollectUserEventRequest : IMessage<CollectUserEventRequest>, IEquatable<CollectUserEventRequest>, IDeepCloneable<CollectUserEventRequest>, IBufferMessage, IMessage
The event timestamp in milliseconds. This prevents browser caching of
otherwise identical get requests. The name is abbreviated to reduce the
payload bytes.
The URL including cgi-parameters but excluding the hash fragment with a
length limit of 5,000 characters. This is often more useful than the
referer URL, because many browsers only send the domain for 3rd party
requests.
[[["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."],[[["This webpage details the `CollectUserEventRequest` class, which is used as the request message for the CollectUserEvent method within the Google Cloud Retail V2 API."],["The latest version of the `CollectUserEventRequest` documentation is 2.12.0, with documentation available for versions ranging back to 1.0.0."],["The `CollectUserEventRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which provide functionalities like message handling, equality checks, deep cloning, and buffer operations."],["The class contains properties such as `Ets`, `Parent`, `Uri`, and `UserEvent` to convey data for the request to the Google Cloud Retail API, and has two constructors."],["The `CollectUserEventRequest` class inherits from `Object`, and the documentation lists inherited methods from this class such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]