public sealed class CompleteQueryResponse : IMessage<CompleteQueryResponse>, IEquatable<CompleteQueryResponse>, IDeepCloneable<CompleteQueryResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1 API class CompleteQueryResponse.
Response message for
[CompletionService.CompleteQuery][google.cloud.discoveryengine.v1.CompletionService.CompleteQuery]
method.
[[["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` class within the Google Cloud Discovery Engine v1 API, specifically version 1.5.0."],["The `CompleteQueryResponse` class is used as a response message for the `CompletionService.CompleteQuery` method, offering query suggestions."],["It inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, cloning, and buffer management."],["The class includes properties like `QuerySuggestions`, which is a list of suggested queries ordered by relevance, and `TailMatchTriggered`, a boolean indicating if the results were tail suggestions."],["The current latest version is 1.6.0, with older versions dating back to 1.0.0-beta06, all of which are links that relate back to the `CompleteQueryResponse` class."]]],[]]