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."],[[["This documentation is for the `PurgeCompletionSuggestionsResponse` class within the Discovery Engine v1beta API, specifically version 1.0.0-beta17."],["The `PurgeCompletionSuggestionsResponse` class is the response message for the `CompletionService.PurgeCompletionSuggestions` method, indicating the status of purging completion suggestions."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["It includes properties like `ErrorSamples`, which provides a sample of errors during the purge process, and `PurgeSucceeded`, a boolean value indicating the success of the operation."],["It has two constuctors: one default constructor and another that takes in an instance of `PurgeCompletionSuggestionsResponse`."]]],[]]