Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3FlowTransition

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) ⇒ 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_nameString

Corresponds to the JSON property displayName

Returns:

  • (String)


3112
3113
3114
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 3112

def display_name
  @display_name
end

#flowString

Corresponds to the JSON property flow

Returns:

  • (String)


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