Class: Google::Cloud::Dialogflow::CX::V3::Playbook::Step

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#steps::Array<::Google::Cloud::Dialogflow::CX::V3::Playbook::Step>

Returns Sub-processing needed to execute the current step.

Returns:



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

#text::String

Returns Step instruction in text format.

Returns:

  • (::String)

    Step instruction in text format.



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