Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3FlowTransition
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3FlowTransition
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v3/classes.rb,
lib/google/apis/dialogflow_v3/representations.rb,
lib/google/apis/dialogflow_v3/representations.rb
Instance Attribute Summary collapse
-
#display_name ⇒ String
Corresponds to the JSON property
displayName. -
#flow ⇒ String
Corresponds to the JSON property
flow.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3FlowTransition
constructor
A new instance of GoogleCloudDialogflowCxV3FlowTransition.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3FlowTransition
Returns a new instance of GoogleCloudDialogflowCxV3FlowTransition.
3119 3120 3121 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 3119 def initialize(**args) update!(**args) end |
Instance Attribute Details
#display_name ⇒ String
Corresponds to the JSON property displayName
3112 3113 3114 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 3112 def display_name @display_name end |
#flow ⇒ String
Corresponds to the JSON property flow
3117 3118 3119 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 3117 def flow @flow end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3124 3125 3126 3127 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 3124 def update!(**args) @display_name = args[:display_name] if args.key?(:display_name) @flow = args[:flow] if args.key?(:flow) end |