public sealed class PurgeUserEventsResponse : IMessage<PurgeUserEventsResponse>, IEquatable<PurgeUserEventsResponse>, IDeepCloneable<PurgeUserEventsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Recommendations AI v1beta1 API class PurgeUserEventsResponse.
Response of the PurgeUserEventsRequest. If the long running operation is
successfully done, then this message is returned by the
google.longrunning.Operations.response field.
[[["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 `PurgeUserEventsResponse` class is part of the Recommendations AI v1beta1 API within the `Google.Cloud.RecommendationEngine.V1Beta1` namespace, specifically designed to handle the response from a `PurgeUserEventsRequest`."],["This class, representing a response, is returned after a successful long-running operation to purge user events, providing feedback on the process."],["`PurgeUserEventsResponse` provides two primary properties, `PurgedEventsCount`, indicating the total number of events removed, and `UserEventsSample`, offering a sample of up to 500 events deleted or scheduled for deletion."],["There are currently three versions available for the PurgeUserEventsResponse, including beta versions 2.0.0-beta06, 2.0.0-beta05, and 1.0.0-beta03."]]],[]]