Discovery Engine V1BETA API - Class Google::Cloud::DiscoveryEngine::V1beta::CompleteQueryResponse (v0.11.0)

Reference documentation and code samples for the Discovery Engine V1BETA API class Google::Cloud::DiscoveryEngine::V1beta::CompleteQueryResponse.

Response message for CompletionService.CompleteQuery method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#query_suggestions

def query_suggestions() -> ::Array<::Google::Cloud::DiscoveryEngine::V1beta::CompleteQueryResponse::QuerySuggestion>
Returns

#query_suggestions=

def query_suggestions=(value) -> ::Array<::Google::Cloud::DiscoveryEngine::V1beta::CompleteQueryResponse::QuerySuggestion>
Parameter
Returns

#tail_match_triggered

def tail_match_triggered() -> ::Boolean
Returns
  • (::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
Parameter
  • 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.

Returns
  • (::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.