public sealed class CompleteQueryResponse.Types.QuerySuggestion : IMessage<CompleteQueryResponse.Types.QuerySuggestion>, IEquatable<CompleteQueryResponse.Types.QuerySuggestion>, IDeepCloneable<CompleteQueryResponse.Types.QuerySuggestion>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class CompleteQueryResponse.Types.QuerySuggestion.
[[["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 information for the `CompleteQueryResponse.Types.QuerySuggestion` class within the Google Cloud Discovery Engine v1beta API."],["The `QuerySuggestion` class represents suggestions for search queries, derived from the `object` class and implementing several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It is accessible in the `Google.Cloud.DiscoveryEngine.V1Beta` namespace, residing in the `Google.Cloud.DiscoveryEngine.V1Beta.dll` assembly."],["The class includes a constructor for creating new instances, either empty or by copying from another `QuerySuggestion` instance, as well as two properties : `CompletableFieldPaths`, and `Suggestion`."],["The class's properties, `CompletableFieldPaths` and `Suggestion`, store the source document fields and the suggested query, respectively."]]],[]]