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."],[[["The document provides an overview of the `CompletionResult` class within the `Google.Cloud.Retail.V2` namespace, detailing its implementation and inheritance structure."],["This class, `CompletionResult`, represents completion results and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The document lists available versions of the `CompletionResult` class, ranging from version 1.0.0 to the latest version, 2.12.0, each with links to their respective documentation."],["The class includes properties like `Attributes` (a `MapField` of custom attributes) and `Suggestion` (a `string` for the query suggestion)."],["There are two listed constructors, `CompletionResult()` and `CompletionResult(CompleteQueryResponse.Types.CompletionResult)`, for creating instances of the `CompletionResult` class."]]],[]]