public sealed class RejoinUserEventsResponse : IMessage<RejoinUserEventsResponse>, IEquatable<RejoinUserEventsResponse>, IDeepCloneable<RejoinUserEventsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Retail v2 API class RejoinUserEventsResponse.
[[["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."],[[["The latest version of the `RejoinUserEventsResponse` class is 2.12.0, with multiple previous versions available for reference, ranging down to version 1.0.0."],["`RejoinUserEventsResponse` is a class in the Google.Cloud.Retail.V2 namespace, designed to provide a response to the `RejoinUserEvents` method within the Retail v2 API."],["The class implements several interfaces including IMessage, IEquatable, IDeepCloneable, and IBufferMessage, which all have a set of functions and actions for the class to preform."],["`RejoinUserEventsResponse` includes a `RejoinedUserEventsCount` property of type long, that provides the number of user events that were joined with the most recent product catalog."],["The class has two constructors: a default constructor, `RejoinUserEventsResponse()`, and another constructor that takes an existing `RejoinUserEventsResponse` object as a parameter."]]],[]]