Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3TransitionCoverageTransitionNode
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3TransitionCoverageTransitionNode
- 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
-
#flow ⇒ Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3Flow
Corresponds to the JSON property
flow. -
#page ⇒ Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3Page
Corresponds to the JSON property
page.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3TransitionCoverageTransitionNode
constructor
A new instance of GoogleCloudDialogflowCxV3TransitionCoverageTransitionNode.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3TransitionCoverageTransitionNode
Returns a new instance of GoogleCloudDialogflowCxV3TransitionCoverageTransitionNode.
8630 8631 8632 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 8630 def initialize(**args) update!(**args) end |
Instance Attribute Details
#flow ⇒ Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3Flow
Corresponds to the JSON property flow
8623 8624 8625 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 8623 def flow @flow end |
#page ⇒ Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3Page
Corresponds to the JSON property page
8628 8629 8630 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 8628 def page @page end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8635 8636 8637 8638 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 8635 def update!(**args) @flow = args[:flow] if args.key?(:flow) @page = args[:page] if args.key?(:page) end |