Dialogflow CX V3 API - Class Google::Cloud::Dialogflow::CX::V3::Playbook::Instruction (v1.11.0)

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

#steps=

def steps=(value) -> ::Array<::Google::Cloud::Dialogflow::CX::V3::Playbook::Step>
Parameter
Returns