Class GoogleCloudDiscoveryengineV1alphaAdvancedCompleteQueryResponse
Response message for CompletionService.AdvancedCompleteQuery method.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaAdvancedCompleteQueryResponse : IDirectResponseSchema
Properties
ContentSuggestions
Results of the matched content suggestions. The result list is ordered and the first result is the top suggestion.
Declaration
[JsonProperty("contentSuggestions")]
public virtual IList<GoogleCloudDiscoveryengineV1alphaAdvancedCompleteQueryResponseContentSuggestion> ContentSuggestions { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDiscoveryengineV1alphaAdvancedCompleteQueryResponseContentSuggestion> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PeopleSuggestions
Results of the matched people suggestions. The result list is ordered and the first result is the top suggestion.
Declaration
[JsonProperty("peopleSuggestions")]
public virtual IList<GoogleCloudDiscoveryengineV1alphaAdvancedCompleteQueryResponsePersonSuggestion> PeopleSuggestions { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDiscoveryengineV1alphaAdvancedCompleteQueryResponsePersonSuggestion> |
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<GoogleCloudDiscoveryengineV1alphaAdvancedCompleteQueryResponseQuerySuggestion> QuerySuggestions { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDiscoveryengineV1alphaAdvancedCompleteQueryResponseQuerySuggestion> |
RecentSearchSuggestions
Results of the matched "recent search" suggestions. The result list is ordered and the first result is the top suggestion.
Declaration
[JsonProperty("recentSearchSuggestions")]
public virtual IList<GoogleCloudDiscoveryengineV1alphaAdvancedCompleteQueryResponseRecentSearchSuggestion> RecentSearchSuggestions { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDiscoveryengineV1alphaAdvancedCompleteQueryResponseRecentSearchSuggestion> |
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? |