public sealed class CompletionResult : IMessage<CompleteQueryResponse.Types.CompletionResult>, IEquatable<CompleteQueryResponse.Types.CompletionResult>, IDeepCloneable<CompleteQueryResponse.Types.CompletionResult>, IBufferMessage, IMessage
[[["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 webpage details the `CompletionResult` class, which is a resource representing completion results within the Google Cloud Retail V2 API."],["The `CompletionResult` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties such as `Attributes`, a map of custom attributes, and `Suggestion`, which is a string representing the query suggestion."],["It also lists the available versions, ranging from the latest 2.12.0 to the initial release of 1.0.0, which users can use for reference and implementation."],["The class also has inherited members from `Object`, such as GetHashCode, GetType, MemberwiseClone, and ToString."]]],[]]