Class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2FulfillmentFeature
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2::GoogleCloudDialogflowV2FulfillmentFeature
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/dialogflow_v2/classes.rb,
generated/google/apis/dialogflow_v2/representations.rb,
generated/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.
5588 5589 5590 |
# File 'generated/google/apis/dialogflow_v2/classes.rb', line 5588 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
5586 5587 5588 |
# File 'generated/google/apis/dialogflow_v2/classes.rb', line 5586 def type @type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5593 5594 5595 |
# File 'generated/google/apis/dialogflow_v2/classes.rb', line 5593 def update!(**args) @type = args[:type] if args.key?(:type) end |