Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3PlaybookOutput
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3PlaybookOutput
- 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
-
#execution_summary ⇒ String
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3PlaybookOutput
constructor
A new instance of GoogleCloudDialogflowCxV3PlaybookOutput.
-
#update!(**args) ⇒ Object
Update properties of this object.
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_summary ⇒ String
Optional. Summary string of the execution result of the child playbook.
Corresponds to the JSON property executionSummary
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 |