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 latest version available for `Google.Cloud.Dialogflow.V2.Fulfillment.Types.Feature` is 4.26.0, with a history of versions dating back to 3.2.0."],["The `Feature` class in the `Google.Cloud.Dialogflow.V2` namespace is a sealed class, that is designed for managing whether fulfillment is enabled for a specific feature."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring broad compatibility and functionality."],["The `Feature` class provides a `Type` property which defines the specific type of feature, using `Fulfillment.Types.Feature.Types.Type`."],["The `Feature` class offers two constructors, one default and another that allows initialization with another `Feature` object."]]],[]]