public sealed class SearchResponse.Types.TileNavigationResult : IMessage<SearchResponse.Types.TileNavigationResult>, IEquatable<SearchResponse.Types.TileNavigationResult>, IDeepCloneable<SearchResponse.Types.TileNavigationResult>, IBufferMessage, IMessage
Reference documentation and code samples for the Retail v2 API class SearchResponse.Types.TileNavigationResult.
This field specifies all related information for tile navigation that will
be used in client side.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version available for the `SearchResponse.Types.TileNavigationResult` class within the Retail v2 API is 2.12.0, with various prior versions also available for reference."],["The `SearchResponse.Types.TileNavigationResult` class provides all related information for tile navigation, specifically for use in the client side, within the Retail v2 API."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its robust capabilities."],["The class includes a `Tiles` property, which is of type `RepeatedField\u003cTile\u003e`, and contains the current tiles sorted by engagement, that will be used for tile navigation."],["`TileNavigationResult` has a default constructor, `TileNavigationResult()`, and a copy constructor, `TileNavigationResult(SearchResponse.Types.TileNavigationResult other)`, allowing for both new instance creation and copying of existing ones."]]],[]]