public sealed class CompleteQueryResponse : IMessage<CompleteQueryResponse>, IEquatable<CompleteQueryResponse>, IDeepCloneable<CompleteQueryResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class CompleteQueryResponse.
Response message for
[CompletionService.CompleteQuery][google.cloud.discoveryengine.v1beta.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 documentation is for the `CompleteQueryResponse` class within the Google Cloud Discovery Engine v1beta API, specifically version 1.0.0-beta17."],["`CompleteQueryResponse` serves as the response message for the `CompletionService.CompleteQuery` method, and it inherits from `object` and implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides two constructors: a default constructor `CompleteQueryResponse()` and another `CompleteQueryResponse(CompleteQueryResponse)` that takes another `CompleteQueryResponse` object."],["It features two main properties: `QuerySuggestions`, a `RepeatedField` of `QuerySuggestion` types that presents the ordered results of matched query suggestions, and `TailMatchTriggered`, a boolean indicating if the returned suggestions are all tail suggestions."]]],[]]