Class GoogleCloudDiscoveryengineV1alphaCompleteQueryResponse
Response message for CompletionService.CompleteQuery method.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaCompleteQueryResponse : 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<GoogleCloudDiscoveryengineV1alphaCompleteQueryResponseQuerySuggestion> QuerySuggestions { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDiscoveryengineV1alphaCompleteQueryResponseQuerySuggestion> |
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? |