public sealed class QueryExpansionInfo : IMessage<SearchResponse.Types.QueryExpansionInfo>, IEquatable<SearchResponse.Types.QueryExpansionInfo>, IDeepCloneable<SearchResponse.Types.QueryExpansionInfo>, IBufferMessage, IMessage
Information describing query expansion including whether expansion has
occurred.
Number of pinned results. This field will only be set when expansion
happens and [SearchRequest.query_expansion_spec.pin_unexpanded_results][]
is set to true.
[[["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 webpage details the `QueryExpansionInfo` class within the `Google.Cloud.Retail.V2` namespace, part of the .NET library for the Google Cloud Retail API."],["The `QueryExpansionInfo` class provides information about query expansion during search operations, including whether expansion has occurred."],["The page offers documentation for multiple versions of the `QueryExpansionInfo` class, ranging from version 1.0.0 to the latest version, 2.12.0."],["`QueryExpansionInfo` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from `Object`."],["The class features properties such as `ExpandedQuery`, a boolean indicating if expansion took place, and `PinnedResultCount`, a number of pinned results when expansion occurs and pinning is enabled."]]],[]]