public sealed class PurgeCompletionSuggestionsResponse : IMessage<PurgeCompletionSuggestionsResponse>, IEquatable<PurgeCompletionSuggestionsResponse>, IDeepCloneable<PurgeCompletionSuggestionsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class PurgeCompletionSuggestionsResponse.
Response message for
[CompletionService.PurgeCompletionSuggestions][google.cloud.discoveryengine.v1beta.CompletionService.PurgeCompletionSuggestions]
method.
[[["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 `PurgeCompletionSuggestionsResponse` class is part of the Discovery Engine v1beta API, specifically for handling responses from the `PurgeCompletionSuggestions` method."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities like deep cloning and message handling."],["It provides a property called `ErrorSamples`, which is a `RepeatedField` of `Status`, to capture errors during the processing of the purge request."],["The class also has a `PurgeSucceeded` property, which is a boolean value indicating if the completion suggestions were successfully purged or not."],["The class is found in the namespace `Google.Cloud.DiscoveryEngine.V1Beta` in the assembly `Google.Cloud.DiscoveryEngine.V1Beta.dll`."]]],[]]