public sealed class CompleteQueryResponse.Types.CompletionResult : IMessage<CompleteQueryResponse.Types.CompletionResult>, IEquatable<CompleteQueryResponse.Types.CompletionResult>, IDeepCloneable<CompleteQueryResponse.Types.CompletionResult>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Talent Solution v4 API class CompleteQueryResponse.Types.CompletionResult.
[[["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 `CompleteQueryResponse.Types.CompletionResult` class in the Google Cloud Talent Solution v4 API represents a single completion result, offering information about a suggestion."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message manipulation, equality checks, deep cloning, and efficient buffering."],["The latest version of this class is 2.7.0, and there are historical versions available dating back to 1.0.0, meaning multiple version reference documentation is accessible."],["The class contains properties such as `ImageUri`, `Suggestion`, and `Type`, which provide the image URI for the suggested company, the text of the suggestion, and the completion type, respectively."],["There are two constructors available for the `CompletionResult` class, one parameterless, and one that takes in a `CompletionResult` object as a parameter."]]],[]]