Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3Form
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3Form
- 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
-
#parameters ⇒ Array<Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3FormParameter>
Corresponds to the JSON property
parameters.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3Form
constructor
A new instance of GoogleCloudDialogflowCxV3Form.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3Form
Returns a new instance of GoogleCloudDialogflowCxV3Form.
937 938 939 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 937 def initialize(**args) update!(**args) end |
Instance Attribute Details
#parameters ⇒ Array<Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3FormParameter>
Corresponds to the JSON property parameters
935 936 937 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 935 def parameters @parameters end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
942 943 944 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 942 def update!(**args) @parameters = args[:parameters] if args.key?(:parameters) end |