Interface Playbook.StepOrBuilder (0.52.0)

public static interface Playbook.StepOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getInstructionCase()

public abstract Playbook.Step.InstructionCase getInstructionCase()
Returns
TypeDescription
Playbook.Step.InstructionCase

getSteps(int index)

public abstract Playbook.Step getSteps(int index)

Sub-processing needed to execute the current step.

repeated .google.cloud.dialogflow.cx.v3beta1.Playbook.Step steps = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
Playbook.Step

getStepsCount()

public abstract int getStepsCount()

Sub-processing needed to execute the current step.

repeated .google.cloud.dialogflow.cx.v3beta1.Playbook.Step steps = 2;

Returns
TypeDescription
int

getStepsList()

public abstract List<Playbook.Step> getStepsList()

Sub-processing needed to execute the current step.

repeated .google.cloud.dialogflow.cx.v3beta1.Playbook.Step steps = 2;

Returns
TypeDescription
List<Step>

getStepsOrBuilder(int index)

public abstract Playbook.StepOrBuilder getStepsOrBuilder(int index)

Sub-processing needed to execute the current step.

repeated .google.cloud.dialogflow.cx.v3beta1.Playbook.Step steps = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
Playbook.StepOrBuilder

getStepsOrBuilderList()

public abstract List<? extends Playbook.StepOrBuilder> getStepsOrBuilderList()

Sub-processing needed to execute the current step.

repeated .google.cloud.dialogflow.cx.v3beta1.Playbook.Step steps = 2;

Returns
TypeDescription
List<? extends com.google.cloud.dialogflow.cx.v3beta1.Playbook.StepOrBuilder>

getText()

public abstract String getText()

Step instruction in text format.

string text = 1;

Returns
TypeDescription
String

The text.

getTextBytes()

public abstract ByteString getTextBytes()

Step instruction in text format.

string text = 1;

Returns
TypeDescription
ByteString

The bytes for text.

hasText()

public abstract boolean hasText()

Step instruction in text format.

string text = 1;

Returns
TypeDescription
boolean

Whether the text field is set.