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 `CompletionResult` class is a resource that represents completion results within the `Google.Cloud.Retail.V2` namespace, specifically found in the `Google.Cloud.Retail.V2.dll` assembly."],["It is a sealed class that implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for message handling, equality checks, deep cloning, and buffer message operations."],["The class includes properties like `Attributes`, a `MapField` for storing custom attributes, and `Suggestion`, a string property representing the query suggestion."],["The latest version is 2.12.0, with a history of available version, ranging down to 1.0.0, where each of them are linked to the same `CompletionResult` class."],["There are two constructors available, a default one and one that accepts another instance of `CompleteQueryResponse.Types.CompletionResult`."]]],[]]