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

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

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

Message of single step execution.

Inheritance

object > Playbook.Types.Step

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

Step()

public Step()

Step(Step)

public Step(Playbook.Types.Step other)
Parameter
Name Description
other PlaybookTypesStep

Properties

HasText

public bool HasText { get; }

Gets whether the "text" field is set

Property Value
Type Description
bool

InstructionCase

public Playbook.Types.Step.InstructionOneofCase InstructionCase { get; }
Property Value
Type Description
PlaybookTypesStepInstructionOneofCase

Steps

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

Sub-processing needed to execute the current step.

Property Value
Type Description
RepeatedFieldPlaybookTypesStep

Text

public string Text { get; set; }

Step instruction in text format.

Property Value
Type Description
string