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 webpage provides documentation for the `Fulfillment.Types.Feature` class within the `Google.Cloud.Dialogflow.V2` namespace, detailing its properties and usage."],["The latest version available is 4.26.0, with a range of previous versions down to 3.2.0, each linked to its corresponding documentation."],["The `Feature` class allows you to configure whether fulfillment is enabled for a specific feature within the Google Cloud Dialogflow V2 platform."],["The `Feature` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers a constructor and a type property, which indicates the specific type of feature for which the fulfillment is being set."]]],[]]