Class: Google::Cloud::Retail::V2::SearchRequest::TileNavigationSpec

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/retail/v2/search_service.rb

Overview

This field specifies tile navigation related parameters.

Instance Attribute Summary collapse

Instance Attribute Details

#applied_tiles::Array<::Google::Cloud::Retail::V2::Tile>

Returns This optional field specifies the tiles which are already clicked in client side. While the feature works without this field set, particularly for an initial query, it is highly recommended to set this field because it can improve the quality of the search response and removes possible duplicate tiles.

NOTE: This field is not being used for filtering search products. Client side should also put all the applied tiles in SearchRequest.filter.

Returns:

  • (::Array<::Google::Cloud::Retail::V2::Tile>)

    This optional field specifies the tiles which are already clicked in client side. While the feature works without this field set, particularly for an initial query, it is highly recommended to set this field because it can improve the quality of the search response and removes possible duplicate tiles.

    NOTE: This field is not being used for filtering search products. Client side should also put all the applied tiles in SearchRequest.filter.



868
869
870
871
# File 'proto_docs/google/cloud/retail/v2/search_service.rb', line 868

class TileNavigationSpec
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#tile_navigation_requested::Boolean

Returns This field specifies whether the customer would like to request tile navigation.

Returns:

  • (::Boolean)

    This field specifies whether the customer would like to request tile navigation.



868
869
870
871
# File 'proto_docs/google/cloud/retail/v2/search_service.rb', line 868

class TileNavigationSpec
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end