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.
[[["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 `Google.Cloud.Retail.V2.dll` assembly."],["The latest version of this class is 2.12.0, and the page provides links to documentation for multiple versions, ranging from 1.0.0 to 2.12.0."],["The `QueryExpansionInfo` class is used to describe whether query expansion has occurred and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains one property named `ExpandedQuery`, a boolean, that indicates if a query expansion has taken place."],["The class can be instantiated with a parameter `other` of type `SearchResponse.Types.QueryExpansionInfo` in its constructor."]]],[]]