public sealed class RecentSearchResult : IMessage<CompleteQueryResponse.Types.RecentSearchResult>, IEquatable<CompleteQueryResponse.Types.RecentSearchResult>, IDeepCloneable<CompleteQueryResponse.Types.RecentSearchResult>, IBufferMessage, IMessage
Reference documentation and code samples for the Retail v2 API class CompleteQueryResponse.Types.RecentSearchResult.
[[["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."],[[["This page provides documentation for the `RecentSearchResult` class within the Google Cloud Retail V2 API, covering versions from 1.0.0 to the latest 2.12.0."],["`RecentSearchResult` represents a recent search query made by a user, as detailed within the `CompleteQueryResponse.Types` namespace."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which shows its compatibility and utility within the .NET ecosystem."],["Key properties of the class include `RecentSearch`, a string that stores the actual text of the recent search query."],["The document contains two constructors, a parameter-less option, and one that takes in another `CompleteQueryResponse.Types.RecentSearchResult`."]]],[]]