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 represents the results of a completion query, indicating suggestions and their associated information."],["This class is found within the `Google.Cloud.Talent.V4` namespace and the `Google.Cloud.Talent.V4.dll` assembly, providing completion functionalities for talent-related operations."],["`CompletionResult` implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which enhances its utility in managing and comparing completion data."],["The latest version of this resource is 2.7.0, and the page lists all versions of the resource going as far back as 1.0.0, allowing developers to find the version they are looking for."],["The class contains properties like `ImageUri`, `Suggestion`, and `Type`, which provides details such as the image URI, suggested text, and completion topic, respectively."]]],[]]