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 focusing on different versions of this class."],["The latest version of the `Feature` class is 4.26.0, and the page provides access to documentation for versions ranging from 3.2.0 to 4.26.0, including each incremental version in between."],["The `Feature` class, which is within the `Fulfillment.Types` namespace, implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default one `Feature()`, and another which takes a `Fulfillment.Types.Feature` object, `Feature(Fulfillment.Types.Feature other)`."],["The `Feature` class has a `Type` property that gets or sets the type of feature enabled for fulfillment and is of type `Fulfillment.Types.Feature.Types.Type`."]]],[]]