Class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1FlowTransition
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1FlowTransition
- 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
-
#display_name ⇒ String
Corresponds to the JSON property
displayName. -
#flow ⇒ String
Corresponds to the JSON property
flow. -
#input_action_parameters ⇒ Hash<String,Object>
Corresponds to the JSON property
inputActionParameters.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1FlowTransition
constructor
A new instance of GoogleCloudDialogflowCxV3beta1FlowTransition.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1FlowTransition
Returns a new instance of GoogleCloudDialogflowCxV3beta1FlowTransition.
7296 7297 7298 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 7296 def initialize(**args) update!(**args) end |
Instance Attribute Details
#display_name ⇒ String
Corresponds to the JSON property displayName
7284 7285 7286 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 7284 def display_name @display_name end |
#flow ⇒ String
Corresponds to the JSON property flow
7289 7290 7291 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 7289 def flow @flow end |
#input_action_parameters ⇒ Hash<String,Object>
Corresponds to the JSON property inputActionParameters
7294 7295 7296 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 7294 def input_action_parameters @input_action_parameters end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7301 7302 7303 7304 7305 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 7301 def update!(**args) @display_name = args[:display_name] if args.key?(:display_name) @flow = args[:flow] if args.key?(:flow) @input_action_parameters = args[:input_action_parameters] if args.key?(:input_action_parameters) end |