Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3TransitionCoverageTransitionNode

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowCxV3TransitionCoverageTransitionNode

Returns a new instance of GoogleCloudDialogflowCxV3TransitionCoverageTransitionNode.



8624
8625
8626
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 8624

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#flowGoogle::Apis::DialogflowV3::GoogleCloudDialogflowCxV3Flow

Corresponds to the JSON property flow



8617
8618
8619
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 8617

def flow
  @flow
end

#pageGoogle::Apis::DialogflowV3::GoogleCloudDialogflowCxV3Page

Corresponds to the JSON property page



8622
8623
8624
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 8622

def page
  @page
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



8629
8630
8631
8632
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 8629

def update!(**args)
  @flow = args[:flow] if args.key?(:flow)
  @page = args[:page] if args.key?(:page)
end