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 page provides documentation for the `Fulfillment.Types.Feature` class within the `Google.Cloud.Dialogflow.V2` namespace, specifically focusing on version 3.6.0."],["The `Fulfillment.Types.Feature` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and object manipulation."],["The `Feature` class includes constructors for creating new instances, either as a default object or as a copy of an existing `Fulfillment.Types.Feature` object."],["A key property of the `Feature` class is `Type`, which is used to specify the feature type and uses the `Fulfillment.Types.Feature.Types.Type` enum."],["The webpage also provides links to documentation for previous versions of this class, from 3.2.0 all the way to the most recent version of 4.26.0."]]],[]]