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."],[[["This webpage provides documentation for the `Feature` class within the `Google.Cloud.Dialogflow.V2` namespace, specifically for the .NET library, with version 3.4.0 being described here, however it also lists all the other versions."],["The `Feature` class is used to determine whether fulfillment is enabled for a specific feature and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `Feature` includes a property named `Type` which indicates the type of the feature enabled for fulfillment, having a type of `Fulfillment.Types.Feature.Types.Type`."],["There are two public constructors of `Feature`, one default constructor and another that takes an object of the same type, `Fulfillment.Types.Feature`, as an argument."],["This documentation page lists documentation links to 37 versions of `Fulfillment.Types.Feature` of `Google.Cloud.Dialogflow.V2`, spanning from version 3.2.0 to 4.26.0 which is the latest version."]]],[]]