class Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1FulfillmentFeature

Whether fulfillment is enabled for the specific feature.

Attributes

type[RW]

The type of the feature that enabled for fulfillment. Corresponds to the JSON property `type` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/dialogflow_v2beta1/classes.rb, line 9549
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/dialogflow_v2beta1/classes.rb, line 9554
def update!(**args)
  @type = args[:type] if args.key?(:type)
end