Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3PlaybookOutput

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

Returns a new instance of GoogleCloudDialogflowCxV3PlaybookOutput.



5998
5999
6000
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 5998

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

Instance Attribute Details

#execution_summaryString

Corresponds to the JSON property executionSummary

Returns:

  • (String)


5996
5997
5998
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 5996

def execution_summary
  @execution_summary
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6003
6004
6005
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 6003

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