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"]],[["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."],[[["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."]]],[]]