Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1FulfillmentGeneratorSettings
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1FulfillmentGeneratorSettings
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v2beta1/classes.rb,
lib/google/apis/dialogflow_v2beta1/representations.rb,
lib/google/apis/dialogflow_v2beta1/representations.rb
Instance Attribute Summary collapse
-
#generator ⇒ String
Corresponds to the JSON property
generator. -
#input_parameters ⇒ Hash<String,String>
Corresponds to the JSON property
inputParameters. -
#output_parameter ⇒ String
Corresponds to the JSON property
outputParameter.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1FulfillmentGeneratorSettings
constructor
A new instance of GoogleCloudDialogflowCxV3beta1FulfillmentGeneratorSettings.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1FulfillmentGeneratorSettings
Returns a new instance of GoogleCloudDialogflowCxV3beta1FulfillmentGeneratorSettings.
4561 4562 4563 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 4561 def initialize(**args) update!(**args) end |
Instance Attribute Details
#generator ⇒ String
Corresponds to the JSON property generator
4549 4550 4551 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 4549 def generator @generator end |
#input_parameters ⇒ Hash<String,String>
Corresponds to the JSON property inputParameters
4554 4555 4556 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 4554 def input_parameters @input_parameters end |
#output_parameter ⇒ String
Corresponds to the JSON property outputParameter
4559 4560 4561 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 4559 def output_parameter @output_parameter end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4566 4567 4568 4569 4570 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 4566 def update!(**args) @generator = args[:generator] if args.key?(:generator) @input_parameters = args[:input_parameters] if args.key?(:input_parameters) @output_parameter = args[:output_parameter] if args.key?(:output_parameter) end |