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 `Feature` class within the `Google.Cloud.Dialogflow.V2` namespace, specifically for the Google Cloud Dialogflow V2 service."],["The `Feature` class represents whether fulfillment is enabled for a specific feature, implementing multiple interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["It offers a constructor to create a new `Feature` object and another that duplicates an existing `Fulfillment.Types.Feature` object."],["The `Type` property, within this `Feature` class, defines the specific type of feature that is enabled for fulfillment, using the `Fulfillment.Types.Feature.Types.Type` enumeration."],["The document includes a list of available versions for this class from 4.26.0 to 3.2.0."]]],[]]