Class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1PlaybookInstruction
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1PlaybookInstruction
- 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
Overview
Message of the Instruction of the playbook.
Instance Attribute Summary collapse
-
#steps ⇒ Array<Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1PlaybookStep>
Ordered list of step by step execution instructions to accomplish target goal.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1PlaybookInstruction
constructor
A new instance of GoogleCloudDialogflowCxV3beta1PlaybookInstruction.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1PlaybookInstruction
Returns a new instance of GoogleCloudDialogflowCxV3beta1PlaybookInstruction.
10806 10807 10808 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 10806 def initialize(**args) update!(**args) end |
Instance Attribute Details
#steps ⇒ Array<Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1PlaybookStep>
Ordered list of step by step execution instructions to accomplish target goal.
Corresponds to the JSON property steps
10804 10805 10806 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 10804 def steps @steps end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
10811 10812 10813 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 10811 def update!(**args) @steps = args[:steps] if args.key?(:steps) end |