Dialogflow v3 API - Class Playbook.Types.Instruction (3.0.0)

public sealed class Playbook.Types.Instruction : IMessage<Playbook.Types.Instruction>, IEquatable<Playbook.Types.Instruction>, IDeepCloneable<Playbook.Types.Instruction>, IBufferMessage, IMessage

Reference documentation and code samples for the Dialogflow v3 API class Playbook.Types.Instruction.

Message of the Instruction of the playbook.

Inheritance

object > Playbook.Types.Instruction

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

Instruction()

public Instruction()

Instruction(Instruction)

public Instruction(Playbook.Types.Instruction other)
Parameter
Name Description
other PlaybookTypesInstruction

Properties

Guidelines

public string Guidelines { get; set; }

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.

Property Value
Type Description
string

Steps

public RepeatedField<Playbook.Types.Step> Steps { get; }

Ordered list of step by step execution instructions to accomplish target goal.

Property Value
Type Description
RepeatedFieldPlaybookTypesStep