Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1CompleteQueryResponse

Response message for CompletionService.CompleteQuery method.

Inheritance
object
GoogleCloudDiscoveryengineV1CompleteQueryResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DiscoveryEngine.v1.Data
Assembly: Google.Apis.DiscoveryEngine.v1.dll
Syntax
public class GoogleCloudDiscoveryengineV1CompleteQueryResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

QuerySuggestions

Results of the matched query suggestions. The result list is ordered and the first result is a top suggestion.

Declaration
[JsonProperty("querySuggestions")]
public virtual IList<GoogleCloudDiscoveryengineV1CompleteQueryResponseQuerySuggestion> QuerySuggestions { get; set; }
Property Value
Type Description
IList<GoogleCloudDiscoveryengineV1CompleteQueryResponseQuerySuggestion>

TailMatchTriggered

True if the returned suggestions are all tail suggestions. For tail matching to be triggered, include_tail_suggestions in the request must be true and there must be no suggestions that match the full query.

Declaration
[JsonProperty("tailMatchTriggered")]
public virtual bool? TailMatchTriggered { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX