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 v4beta1 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."],[[["This document provides reference documentation for the `CompleteQueryResponse.Types.CompletionResult` class within the Google Cloud Talent Solution v4beta1 API, specifically in version 3.0.0-beta05."],["The `CompletionResult` class represents the results of a completion query and is sealed, inheriting from `object` and implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default constructor (`CompletionResult()`) and one that copies an existing `CompletionResult` object (`CompletionResult(CompleteQueryResponse.Types.CompletionResult other)`)."],["Key properties of the `CompletionResult` class include `ImageUri` (the URI of the company image), `Suggestion` (the suggestion for the query), and `Type` (the completion topic), each of which are strings or references."],["The CompleteQueryResponse Class is part of the Google.Cloud.Talent.V4Beta1 namespace and is available in the Google.Cloud.Talent.V4Beta1.dll assembly."]]],[]]