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 webpage details the `DynamicFacetSpec` class, which is part of the `Google.Cloud.Retail.V2` namespace, specifically within the context of search requests."],["This class, `DynamicFacetSpec`, is responsible for defining the specifications of dynamically generated facets, used when carrying out search requests."],["There are multiple versions of this class available ranging from 1.0.0 to 2.12.0, with 2.12.0 being the most recent version available."],["The class implements various interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is constructable using a default constructor or a copy constructor that takes another `DynamicFacetSpec` instance."],["`DynamicFacetSpec` contains a `Mode` property, which is of type `SearchRequest.Types.DynamicFacetSpec.Types.Mode` and determines the behavior of the dynamic facet feature, with a default set to `Mode.DISABLED`."]]],[]]