Reference documentation and code samples for the Discovery Engine V1BETA API class Google::Cloud::DiscoveryEngine::V1beta::AdvancedCompleteQueryResponse.
Response message for CompletionService.AdvancedCompleteQuery method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#content_suggestions
def content_suggestions() -> ::Array<::Google::Cloud::DiscoveryEngine::V1beta::AdvancedCompleteQueryResponse::ContentSuggestion>
- (::Array<::Google::Cloud::DiscoveryEngine::V1beta::AdvancedCompleteQueryResponse::ContentSuggestion>) — Results of the matched content suggestions. The result list is ordered and the first result is the top suggestion.
#content_suggestions=
def content_suggestions=(value) -> ::Array<::Google::Cloud::DiscoveryEngine::V1beta::AdvancedCompleteQueryResponse::ContentSuggestion>
- value (::Array<::Google::Cloud::DiscoveryEngine::V1beta::AdvancedCompleteQueryResponse::ContentSuggestion>) — Results of the matched content suggestions. The result list is ordered and the first result is the top suggestion.
- (::Array<::Google::Cloud::DiscoveryEngine::V1beta::AdvancedCompleteQueryResponse::ContentSuggestion>) — Results of the matched content suggestions. The result list is ordered and the first result is the top suggestion.
#people_suggestions
def people_suggestions() -> ::Array<::Google::Cloud::DiscoveryEngine::V1beta::AdvancedCompleteQueryResponse::PersonSuggestion>
- (::Array<::Google::Cloud::DiscoveryEngine::V1beta::AdvancedCompleteQueryResponse::PersonSuggestion>) — Results of the matched people suggestions. The result list is ordered and the first result is the top suggestion.
#people_suggestions=
def people_suggestions=(value) -> ::Array<::Google::Cloud::DiscoveryEngine::V1beta::AdvancedCompleteQueryResponse::PersonSuggestion>
- value (::Array<::Google::Cloud::DiscoveryEngine::V1beta::AdvancedCompleteQueryResponse::PersonSuggestion>) — Results of the matched people suggestions. The result list is ordered and the first result is the top suggestion.
- (::Array<::Google::Cloud::DiscoveryEngine::V1beta::AdvancedCompleteQueryResponse::PersonSuggestion>) — Results of the matched people suggestions. The result list is ordered and the first result is the top suggestion.
#query_suggestions
def query_suggestions() -> ::Array<::Google::Cloud::DiscoveryEngine::V1beta::AdvancedCompleteQueryResponse::QuerySuggestion>
- (::Array<::Google::Cloud::DiscoveryEngine::V1beta::AdvancedCompleteQueryResponse::QuerySuggestion>) — Results of the matched query suggestions. The result list is ordered and the first result is a top suggestion.
#query_suggestions=
def query_suggestions=(value) -> ::Array<::Google::Cloud::DiscoveryEngine::V1beta::AdvancedCompleteQueryResponse::QuerySuggestion>
- value (::Array<::Google::Cloud::DiscoveryEngine::V1beta::AdvancedCompleteQueryResponse::QuerySuggestion>) — Results of the matched query suggestions. The result list is ordered and the first result is a top suggestion.
- (::Array<::Google::Cloud::DiscoveryEngine::V1beta::AdvancedCompleteQueryResponse::QuerySuggestion>) — Results of the matched query suggestions. The result list is ordered and the first result is a top suggestion.
#recent_search_suggestions
def recent_search_suggestions() -> ::Array<::Google::Cloud::DiscoveryEngine::V1beta::AdvancedCompleteQueryResponse::RecentSearchSuggestion>
- (::Array<::Google::Cloud::DiscoveryEngine::V1beta::AdvancedCompleteQueryResponse::RecentSearchSuggestion>) — Results of the matched "recent search" suggestions. The result list is ordered and the first result is the top suggestion.
#recent_search_suggestions=
def recent_search_suggestions=(value) -> ::Array<::Google::Cloud::DiscoveryEngine::V1beta::AdvancedCompleteQueryResponse::RecentSearchSuggestion>
- value (::Array<::Google::Cloud::DiscoveryEngine::V1beta::AdvancedCompleteQueryResponse::RecentSearchSuggestion>) — Results of the matched "recent search" suggestions. The result list is ordered and the first result is the top suggestion.
- (::Array<::Google::Cloud::DiscoveryEngine::V1beta::AdvancedCompleteQueryResponse::RecentSearchSuggestion>) — Results of the matched "recent search" suggestions. The result list is ordered and the first result is the top suggestion.
#tail_match_triggered
def tail_match_triggered() -> ::Boolean
-
(::Boolean) — 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.
#tail_match_triggered=
def tail_match_triggered=(value) -> ::Boolean
-
value (::Boolean) — 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.
-
(::Boolean) — 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.