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."],[[["This page provides documentation for the `RejoinUserEventsResponse` class within the Google Cloud Retail V2 API, specifically for .NET developers."],["The latest version of the `RejoinUserEventsResponse` is 2.12.0, and the page also provides links to documentation for multiple previous versions, from 1.0.0 to 2.11.0."],["The `RejoinUserEventsResponse` class represents the response message for the `RejoinUserEvents` method, and it includes a `RejoinedUserEventsCount` property which indicates the number of user events joined with the most recent product catalog."],["The class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it compatible with various .NET features."],["It offers two constructors, one default and another that takes an existing `RejoinUserEventsResponse` object as a parameter for cloning."]]],[]]