public sealed class PurgeSuggestionDenyListEntriesResponse : IMessage<PurgeSuggestionDenyListEntriesResponse>, IEquatable<PurgeSuggestionDenyListEntriesResponse>, IDeepCloneable<PurgeSuggestionDenyListEntriesResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class PurgeSuggestionDenyListEntriesResponse.
Response message for
[CompletionService.PurgeSuggestionDenyListEntries][google.cloud.discoveryengine.v1beta.CompletionService.PurgeSuggestionDenyListEntries]
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 details the `PurgeSuggestionDenyListEntriesResponse` class, part of the Discovery Engine v1beta API, specifically in version 1.0.0-beta17."],["`PurgeSuggestionDenyListEntriesResponse` is a response message for the `CompletionService.PurgeSuggestionDenyListEntries` method, used to manage entries in the suggestion deny list."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its role in message handling and data management."],["Key properties include `ErrorSamples`, which provides a sample of errors during request processing, and `PurgeCount`, indicating the number of entries purged from the suggestion deny list."],["The class has 2 constructors : `PurgeSuggestionDenyListEntriesResponse()` and `PurgeSuggestionDenyListEntriesResponse(PurgeSuggestionDenyListEntriesResponse other)` which take in no arguments, or another `PurgeSuggestionDenyListEntriesResponse` respectively."]]],[]]