Class Instruction (1.40.0)

Instruction(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Message of the Instruction of the playbook.

Attributes

Name Description
guidelines str
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 MutableSequence[google.cloud.dialogflowcx_v3beta1.types.Playbook.Step]
Ordered list of step by step execution instructions to accomplish target goal.