Class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1PlaybookTraceMetadata

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

Returns a new instance of GoogleCloudDialogflowCxV3beta1PlaybookTraceMetadata.



10478
10479
10480
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 10478

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

Instance Attribute Details

#display_nameString

Corresponds to the JSON property displayName

Returns:

  • (String)


10471
10472
10473
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 10471

def display_name
  @display_name
end

#playbookString

Corresponds to the JSON property playbook

Returns:

  • (String)


10476
10477
10478
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 10476

def playbook
  @playbook
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



10483
10484
10485
10486
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 10483

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