public sealed class RecentSearchResult : IMessage<CompleteQueryResponse.Types.RecentSearchResult>, IEquatable<CompleteQueryResponse.Types.RecentSearchResult>, IDeepCloneable<CompleteQueryResponse.Types.RecentSearchResult>, IBufferMessage, IMessage
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The webpage provides documentation for the `RecentSearchResult` class within the `Google.Cloud.Retail.V2` namespace, covering versions from 1.0.0 up to the latest 2.12.0."],["`RecentSearchResult` represents a user's recent search query, implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits members from the base `Object` class and includes properties like `RecentSearch`, which is a string representing the recent search query."],["There are two constructors available: a default constructor `RecentSearchResult()` and one that takes another `CompleteQueryResponse.Types.RecentSearchResult` object as a parameter for copying."]]],[]]