Class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1FlowTraceMetadata

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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1FlowTraceMetadata

Returns a new instance of GoogleCloudDialogflowCxV3beta1FlowTraceMetadata.



7266
7267
7268
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 7266

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

Instance Attribute Details

#display_nameString

Corresponds to the JSON property displayName

Returns:

  • (String)


7259
7260
7261
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 7259

def display_name
  @display_name
end

#flowString

Corresponds to the JSON property flow

Returns:

  • (String)


7264
7265
7266
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 7264

def flow
  @flow
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7271
7272
7273
7274
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 7271

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