public sealed class Feature : IMessage<Fulfillment.Types.Feature>, IEquatable<Fulfillment.Types.Feature>, IDeepCloneable<Fulfillment.Types.Feature>, IBufferMessage, IMessage
Whether fulfillment is enabled for the specific feature.
[[["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 page details the `Feature` class within the `Google.Cloud.Dialogflow.V2.Fulfillment.Types` namespace for .NET, which is part of the Google Cloud Dialogflow V2 library, version 3.9.0."],["This `Feature` class determines whether fulfillment is enabled for a particular function, and is accessible through various versions ranging from 3.2.0 to 4.26.0, with 4.26.0 being the most recent."],["The class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["It contains two constructors, one default and one that accepts another `Fulfillment.Types.Feature` object, along with a `Type` property that specifies the nature of the feature."],["The `Type` property of the `Feature` class is of the type `Fulfillment.Types.Feature.Types.Type`."]]],[]]