Reference documentation and code samples for the Retail V2 API class Google::Cloud::Retail::V2::CompleteQueryResponse.
Response of the autocomplete query.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#attribution_token
def attribution_token() -> ::String
- (::String) — A unique complete token. This should be included in the UserEvent.completion_detail for search events resulting from this completion, which enables accurate attribution of complete model performance.
#attribution_token=
def attribution_token=(value) -> ::String
- value (::String) — A unique complete token. This should be included in the UserEvent.completion_detail for search events resulting from this completion, which enables accurate attribution of complete model performance.
- (::String) — A unique complete token. This should be included in the UserEvent.completion_detail for search events resulting from this completion, which enables accurate attribution of complete model performance.
#completion_results
def completion_results() -> ::Array<::Google::Cloud::Retail::V2::CompleteQueryResponse::CompletionResult>
- (::Array<::Google::Cloud::Retail::V2::CompleteQueryResponse::CompletionResult>) — Results of the matching suggestions. The result list is ordered and the first result is top suggestion.
#completion_results=
def completion_results=(value) -> ::Array<::Google::Cloud::Retail::V2::CompleteQueryResponse::CompletionResult>
- value (::Array<::Google::Cloud::Retail::V2::CompleteQueryResponse::CompletionResult>) — Results of the matching suggestions. The result list is ordered and the first result is top suggestion.
- (::Array<::Google::Cloud::Retail::V2::CompleteQueryResponse::CompletionResult>) — Results of the matching suggestions. The result list is ordered and the first result is top suggestion.
#recent_search_results
def recent_search_results() -> ::Array<::Google::Cloud::Retail::V2::CompleteQueryResponse::RecentSearchResult>
-
(::Array<::Google::Cloud::Retail::V2::CompleteQueryResponse::RecentSearchResult>) — Matched recent searches of this user. The maximum number of recent searches
is 10. This field is a restricted feature. Contact Retail Search support
team if you are interested in enabling it.
This feature is only available when CompleteQueryRequest.visitor_id field is set and UserEvent is imported. The recent searches satisfy the follow rules:
They are ordered from latest to oldest.
They are matched with CompleteQueryRequest.query case insensitively.
They are transformed to lower case.
They are UTF-8 safe.
Recent searches are deduplicated. More recent searches will be reserved when duplication happens.
#recent_search_results=
def recent_search_results=(value) -> ::Array<::Google::Cloud::Retail::V2::CompleteQueryResponse::RecentSearchResult>
-
value (::Array<::Google::Cloud::Retail::V2::CompleteQueryResponse::RecentSearchResult>) — Matched recent searches of this user. The maximum number of recent searches
is 10. This field is a restricted feature. Contact Retail Search support
team if you are interested in enabling it.
This feature is only available when CompleteQueryRequest.visitor_id field is set and UserEvent is imported. The recent searches satisfy the follow rules:
They are ordered from latest to oldest.
They are matched with CompleteQueryRequest.query case insensitively.
They are transformed to lower case.
They are UTF-8 safe.
Recent searches are deduplicated. More recent searches will be reserved when duplication happens.
-
(::Array<::Google::Cloud::Retail::V2::CompleteQueryResponse::RecentSearchResult>) — Matched recent searches of this user. The maximum number of recent searches
is 10. This field is a restricted feature. Contact Retail Search support
team if you are interested in enabling it.
This feature is only available when CompleteQueryRequest.visitor_id field is set and UserEvent is imported. The recent searches satisfy the follow rules:
They are ordered from latest to oldest.
They are matched with CompleteQueryRequest.query case insensitively.
They are transformed to lower case.
They are UTF-8 safe.
Recent searches are deduplicated. More recent searches will be reserved when duplication happens.