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, detailing its properties, constructors, and implementation of various interfaces."],["The `Fulfillment.Types.Feature` class indicates whether fulfillment is enabled for a specific feature in Dialogflow, with the type of feature being specified by the `Type` property."],["The latest version of this feature in the documentation is `4.26.0`, with older versions available, ranging back to `3.2.0`, all contained within the `Google.Cloud.Dialogflow.V2` package."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message manipulation, equality comparisons, deep cloning, and buffer operations."]]],[]]