Class Google::Cloud::Retail::V2::CompleteQueryResponse::CompletionResult (v0.6.4)

Resource that represents completion results.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#attributes

def attributes() -> ::Google::Protobuf::Map{::String => ::Google::Cloud::Retail::V2::CustomAttribute}
Returns
  • (::Google::Protobuf::Map{::String => ::Google::Cloud::Retail::V2::CustomAttribute}) — Additional custom attributes ingested through BigQuery.

#attributes=

def attributes=(value) -> ::Google::Protobuf::Map{::String => ::Google::Cloud::Retail::V2::CustomAttribute}
Parameter
  • value (::Google::Protobuf::Map{::String => ::Google::Cloud::Retail::V2::CustomAttribute}) — Additional custom attributes ingested through BigQuery.
Returns
  • (::Google::Protobuf::Map{::String => ::Google::Cloud::Retail::V2::CustomAttribute}) — Additional custom attributes ingested through BigQuery.

#suggestion

def suggestion() -> ::String
Returns
  • (::String) — The suggestion for the query.

#suggestion=

def suggestion=(value) -> ::String
Parameter
  • value (::String) — The suggestion for the query.
Returns
  • (::String) — The suggestion for the query.