Class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ActionFlowStateUpdateFunctionCall
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ActionFlowStateUpdateFunctionCall
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v3beta1/classes.rb,
lib/google/apis/dialogflow_v3beta1/representations.rb,
lib/google/apis/dialogflow_v3beta1/representations.rb
Instance Attribute Summary collapse
-
#name ⇒ String
Corresponds to the JSON property
name.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1ActionFlowStateUpdateFunctionCall
constructor
A new instance of GoogleCloudDialogflowCxV3beta1ActionFlowStateUpdateFunctionCall.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1ActionFlowStateUpdateFunctionCall
Returns a new instance of GoogleCloudDialogflowCxV3beta1ActionFlowStateUpdateFunctionCall.
3572 3573 3574 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 3572 def initialize(**args) update!(**args) end |
Instance Attribute Details
#name ⇒ String
Corresponds to the JSON property name
3570 3571 3572 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 3570 def name @name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3577 3578 3579 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 3577 def update!(**args) @name = args[:name] if args.key?(:name) end |