Class: Google::Cloud::Retail::V2::SearchResponse::TileNavigationResult
- Inherits:
-
Object
- Object
- Google::Cloud::Retail::V2::SearchResponse::TileNavigationResult
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/retail/v2/search_service.rb
Overview
This field specifies all related information for tile navigation that will be used in client side.
Instance Attribute Summary collapse
-
#tiles ⇒ ::Array<::Google::Cloud::Retail::V2::Tile>
The current tiles that are used for tile navigation, sorted by engagement.
Instance Attribute Details
#tiles ⇒ ::Array<::Google::Cloud::Retail::V2::Tile>
Returns The current tiles that are used for tile navigation, sorted by engagement.
1171 1172 1173 1174 |
# File 'proto_docs/google/cloud/retail/v2/search_service.rb', line 1171 class TileNavigationResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |