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

Overview

Output of the playbook.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowCxV3PlaybookOutput

Returns a new instance of GoogleCloudDialogflowCxV3PlaybookOutput.



6876
6877
6878
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 6876

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

Instance Attribute Details

#execution_summaryString

Optional. Summary string of the execution result of the child playbook. Corresponds to the JSON property executionSummary

Returns:

  • (String)


6874
6875
6876
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 6874

def execution_summary
  @execution_summary
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6881
6882
6883
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 6881

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