public sealed class DynamicFacetSpec : IMessage<SearchRequest.Types.DynamicFacetSpec>, IEquatable<SearchRequest.Types.DynamicFacetSpec>, IDeepCloneable<SearchRequest.Types.DynamicFacetSpec>, IBufferMessage, IMessage
The specifications of dynamically generated facets.
[[["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."],[[["The `DynamicFacetSpec` class provides specifications for dynamically generated facets within the Google Cloud Retail V2 API, specifically for search requests."],["This class is part of the `Google.Cloud.Retail.V2` namespace and is found within the `Google.Cloud.Retail.V2.dll` assembly, implementing several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `DynamicFacetSpec` class offers a `Mode` property, which controls the behavior of the dynamic facet feature, with a default value of `DISABLED`."],["The documentation provided covers versions ranging from the latest 2.12.0 down to 1.0.0 of the API, and this specific page pertains to version 1.5.0."],["There are two constructors available for the `DynamicFacetSpec` class, a parameterless constructor and one that accepts another instance of `DynamicFacetSpec` to create a new object."]]],[]]