Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::Playbook::Instruction.
Message of the Instruction of the playbook.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#guidelines
def guidelines() -> ::String
Returns
- (::String) — General guidelines for the playbook. These are unstructured instructions that are not directly part of the goal, e.g. "Always be polite". It's valid for this text to be long and used instead of steps altogether.
#guidelines=
def guidelines=(value) -> ::String
Parameter
- value (::String) — General guidelines for the playbook. These are unstructured instructions that are not directly part of the goal, e.g. "Always be polite". It's valid for this text to be long and used instead of steps altogether.
Returns
- (::String) — General guidelines for the playbook. These are unstructured instructions that are not directly part of the goal, e.g. "Always be polite". It's valid for this text to be long and used instead of steps altogether.
#steps
def steps() -> ::Array<::Google::Cloud::Dialogflow::CX::V3::Playbook::Step>
Returns
- (::Array<::Google::Cloud::Dialogflow::CX::V3::Playbook::Step>) — Ordered list of step by step execution instructions to accomplish target goal.
#steps=
def steps=(value) -> ::Array<::Google::Cloud::Dialogflow::CX::V3::Playbook::Step>
Parameter
- value (::Array<::Google::Cloud::Dialogflow::CX::V3::Playbook::Step>) — Ordered list of step by step execution instructions to accomplish target goal.
Returns
- (::Array<::Google::Cloud::Dialogflow::CX::V3::Playbook::Step>) — Ordered list of step by step execution instructions to accomplish target goal.