public sealed class RejoinUserEventsResponse : IMessage<RejoinUserEventsResponse>, IEquatable<RejoinUserEventsResponse>, IDeepCloneable<RejoinUserEventsResponse>, IBufferMessage, IMessage
[[["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 `RejoinUserEventsResponse` class within the `Google.Cloud.Retail.V2` namespace, which serves as the response message for the `RejoinUserEvents` method."],["The latest version of `RejoinUserEventsResponse` is 2.12.0, and it has a history of multiple versions going back to 1.0.0, with links to the individual documentation pages of each of these releases."],["The `RejoinUserEventsResponse` class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, comparison, cloning, and buffer operations."],["The class has two constructors, `RejoinUserEventsResponse()` and `RejoinUserEventsResponse(RejoinUserEventsResponse other)`, to create new instances and copy existing instances of the class, respectively."],["It includes a property, `RejoinedUserEventsCount`, which is of type `Int64` and represents the number of user events joined with the latest product catalog."]]],[]]