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 Discovery Engine v1beta API."],["The `QuerySuggestion` class represents suggestions for search queries, derived from the document-completable model."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and inherits from object."],["Key properties of the `QuerySuggestion` class include `CompletableFieldPaths` which is a list of the unique document fields where suggestions originate, and the `Suggestion` property which holds the actual query suggestion."],["This class has two constructors, the default `QuerySuggestion()` and the copy constructor `QuerySuggestion(CompleteQueryResponse.Types.QuerySuggestion other)`."]]],[]]