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."],[[["This webpage details the `RecentSearchResult` class, part of the `Google.Cloud.Retail.V2` namespace, which represents a user's recent search."],["The `RecentSearchResult` class has versions ranging from 1.0.0 to the latest 2.12.0, and each can be viewed independently."],["The class `RecentSearchResult` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a property `RecentSearch` of string type, which stores the recent search query."],["The class has two constructors, one which is default, and the other that accepts `CompleteQueryResponse.Types.RecentSearchResult` as a parameter."]]],[]]