public sealed class SearchResponse.Types.QueryExpansionInfo : IMessage<SearchResponse.Types.QueryExpansionInfo>, IEquatable<SearchResponse.Types.QueryExpansionInfo>, IDeepCloneable<SearchResponse.Types.QueryExpansionInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Retail v2 API class SearchResponse.Types.QueryExpansionInfo.
Information describing query expansion including whether expansion has
occurred.
Number of pinned results. This field will only be set when expansion
happens and
[SearchRequest.QueryExpansionSpec.pin_unexpanded_results][google.cloud.retail.v2.SearchRequest.QueryExpansionSpec.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 provides documentation for the `SearchResponse.Types.QueryExpansionInfo` class within the Google Cloud Retail v2 API, detailing its properties and usage across multiple versions."],["The `QueryExpansionInfo` class offers information about query expansion, including whether expansion occurred and the number of pinned results."],["The class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, while offering methods like `GetHashCode`, `GetType`, and `ToString`."],["Key properties within the class include `ExpandedQuery`, a boolean indicating if query expansion took place, and `PinnedResultCount`, which shows the number of pinned results."],["The latest version available in the documentation is 2.12.0, and it also provides links to documentation for versions ranging from 1.0.0 to 2.11.0, each containing information for the same class."]]],[]]