Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::Playbook::Step.
Message of single step execution.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#steps
def steps() -> ::Array<::Google::Cloud::Dialogflow::CX::V3::Playbook::Step>
Returns
- (::Array<::Google::Cloud::Dialogflow::CX::V3::Playbook::Step>) — Sub-processing needed to execute the current step.
#steps=
def steps=(value) -> ::Array<::Google::Cloud::Dialogflow::CX::V3::Playbook::Step>
Parameter
- value (::Array<::Google::Cloud::Dialogflow::CX::V3::Playbook::Step>) — Sub-processing needed to execute the current step.
Returns
- (::Array<::Google::Cloud::Dialogflow::CX::V3::Playbook::Step>) — Sub-processing needed to execute the current step.
#text
def text() -> ::String
Returns
- (::String) — Step instruction in text format.
#text=
def text=(value) -> ::String
Parameter
- value (::String) — Step instruction in text format.
Returns
- (::String) — Step instruction in text format.