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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]