Class: Google::Cloud::Dialogflow::CX::V3::Playbook::Step
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::Playbook::Step
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/playbook.rb
Overview
Message of single step execution.
Instance Attribute Summary collapse
-
#steps ⇒ ::Array<::Google::Cloud::Dialogflow::CX::V3::Playbook::Step>
Sub-processing needed to execute the current step.
-
#text ⇒ ::String
Step instruction in text format.
Instance Attribute Details
#steps ⇒ ::Array<::Google::Cloud::Dialogflow::CX::V3::Playbook::Step>
Returns Sub-processing needed to execute the current step.
194 195 196 197 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/playbook.rb', line 194 class Step include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |