Class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2FulfillmentFeature
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2::GoogleCloudDialogflowV2FulfillmentFeature
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v2/classes.rb,
lib/google/apis/dialogflow_v2/representations.rb,
lib/google/apis/dialogflow_v2/representations.rb
Overview
Whether fulfillment is enabled for the specific feature.
Instance Attribute Summary collapse
-
#type ⇒ String
The type of the feature that enabled for fulfillment.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2FulfillmentFeature
constructor
A new instance of GoogleCloudDialogflowV2FulfillmentFeature.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2FulfillmentFeature
Returns a new instance of GoogleCloudDialogflowV2FulfillmentFeature.
6601 6602 6603 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 6601 def initialize(**args) update!(**args) end |
Instance Attribute Details
#type ⇒ String
The type of the feature that enabled for fulfillment.
Corresponds to the JSON property type
6599 6600 6601 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 6599 def type @type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6606 6607 6608 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 6606 def update!(**args) @type = args[:type] if args.key?(:type) end |