View Source GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaAdvancedCompleteQueryResponse (google_api_discovery_engine v0.27.0)
Response message for CompletionService.AdvancedCompleteQuery method.
Attributes
-
contentSuggestions
(type:list(GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaAdvancedCompleteQueryResponseContentSuggestion.t)
, default:nil
) - Results of the matched content suggestions. The result list is ordered and the first result is the top suggestion. -
peopleSuggestions
(type:list(GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaAdvancedCompleteQueryResponsePersonSuggestion.t)
, default:nil
) - Results of the matched people suggestions. The result list is ordered and the first result is the top suggestion. -
querySuggestions
(type:list(GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaAdvancedCompleteQueryResponseQuerySuggestion.t)
, default:nil
) - Results of the matched query suggestions. The result list is ordered and the first result is a top suggestion. -
recentSearchSuggestions
(type:list(GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaAdvancedCompleteQueryResponseRecentSearchSuggestion.t)
, default:nil
) - Results of the matched "recent search" suggestions. The result list is ordered and the first result is the top suggestion. -
tailMatchTriggered
(type:boolean()
, default:nil
) - 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaAdvancedCompleteQueryResponse{ contentSuggestions: [ GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaAdvancedCompleteQueryResponseContentSuggestion.t() ] | nil, peopleSuggestions: [ GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaAdvancedCompleteQueryResponsePersonSuggestion.t() ] | nil, querySuggestions: [ GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaAdvancedCompleteQueryResponseQuerySuggestion.t() ] | nil, recentSearchSuggestions: [ GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaAdvancedCompleteQueryResponseRecentSearchSuggestion.t() ] | nil, tailMatchTriggered: boolean() | nil }